Class

DevhelpNotebook

Description

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

Hierarchy

hierarchy this DhNotebook implements_0 AtkImplementorIface this--implements_0 implements_1 GtkBuildable this--implements_1 ancestor_0 GtkNotebook ancestor_0--this ancestor_1 GtkContainer ancestor_1--ancestor_0 ancestor_2 GtkWidget ancestor_2--ancestor_1 ancestor_3 GInitiallyUnowned ancestor_3--ancestor_2 ancestor_4 GObject ancestor_4--ancestor_3

Ancestors

  • GtkNotebook
  • GtkContainer
  • GtkWidget
  • GInitiallyUnowned
  • GObject

Implements

  • AtkImplementorIface
  • GtkBuildable

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

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

Class structure

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