DhTab — Subclass of GtkGrid containing a DhWebView
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkGrid ╰── DhTab
DhTab implements AtkImplementorIface, GtkBuildable and GtkOrientable.
#include <devhelp/devhelp.h>
DhTab is a subclass of GtkGrid, it is meant to be the content of one tab in a DhNotebook. It contains by default only one element: a DhWebView. But applications can add more widgets to the GtkGrid.
DhTab * dh_tab_new (DhWebView *web_view);
DhWebView *web_view
web_view
a DhWebView, or NULL to create a DhWebView with the default DhProfile.
NULL
a new DhTab.
[transfer floating]
Since: 3.30
DhWebView * dh_tab_get_web_view (DhTab *tab);
DhTab *tab
tab
a DhTab.
the “web-view”.
[transfer none]
struct DhTab;
“web-view”
“web-view” DhWebView *
The DhWebView of the tab. If set to NULL a DhWebView is created with the default DhProfile.
Flags: Read / Write / Construct Only