TeplTab

TeplTab — Contains a TeplView with GtkInfoBars on top

Functions

Types and Values

  TeplTab

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkGrid
                    ╰── TeplTab

Implemented Interfaces

TeplTab implements AtkImplementorIface, GtkBuildable and GtkOrientable.

Includes

#include <tepl/tepl.h>

Description

Functions

tepl_tab_new ()

TeplTab *
tepl_tab_new (GtkWidget *main_widget);

Parameters

main_widget

the main GtkWidget that will be contained in the TeplTab.

 

Returns

a new TeplTab.

Since: 1.0


tepl_tab_add_info_bar ()

void
tepl_tab_add_info_bar (TeplTab *tab,
                       GtkInfoBar *info_bar);

Attaches info_bar to tab , above the main widget.

If several info bars are added, the first one will be at the top, the second one below the first info bar, etc. With the main widget of tab at the bottom.

Parameters

tab

a TeplTab.

 

info_bar

a GtkInfoBar.

 

Since: 1.0

Types and Values

TeplTab

typedef struct _TeplTab TeplTab;