Class

DevhelpNotebook

Description

class Devhelp.Notebook : Gtk.Notebook {
  parent: GtkNotebook,
  priv: DhNotebookPrivate*
}
No description available.

Constructors

dh_notebook_new
No description available.

Available since: 3.30

Instance methods

dh_notebook_get_active_tab
No description available.

Available since: 3.30

dh_notebook_get_active_web_view
No description available.

Available since: 3.30

dh_notebook_get_all_web_views
No description available.

Available since: 3.30

dh_notebook_get_profile
No description available.

Available since: 3.30

dh_notebook_open_new_tab

Creates a new DhTab and DhTabLabel and appends them to the GtkNotebook.

Available since: 3.30

Methods inherited from DhNotebook (5)
dh_notebook_get_active_tab
No description available.

Available since: 3.30

dh_notebook_get_active_web_view
No description available.

Available since: 3.30

dh_notebook_get_all_web_views
No description available.

Available since: 3.30

dh_notebook_get_profile
No description available.

Available since: 3.30

dh_notebook_open_new_tab

Creates a new DhTab and DhTabLabel and appends them to the GtkNotebook.

Available since: 3.30

Methods inherited from GtkContainer (33)
Methods inherited from GtkWidget (263)
Methods inherited from GObject (42)

Properties

Devhelp.Notebook:profile

The DhProfile. If set to NULL, the default profile as returned by dh_profile_get_default() is used.

Available since: 3.30

Properties inherited from DhNotebook (1)
Devhelp.Notebook:profile

The DhProfile. If set to NULL, the default profile as returned by dh_profile_get_default() is used.

Available since: 3.30

Properties inherited from GtkContainer (3)
Properties inherited from GtkWidget (39)

Signals

Signals inherited from GtkContainer (4)
Signals inherited from GtkWidget (69)
Signals inherited from GObject (1)

Class structure

struct DevhelpNotebookClass {
  GtkNotebookClass parent_class;
  None padding;
  
}
Class members
parent_class
GtkNotebookClass
  No description available.
padding
None
  No description available.