Class

DevhelpTab

Description

class Devhelp.Tab : Gtk.Grid {
  parent: GtkGrid,
  priv: DhTabPrivate*
}
No description available.

Hierarchy

hierarchy this DhTab implements_0 AtkImplementorIface this--implements_0 implements_1 GtkBuildable this--implements_1 implements_2 GtkOrientable this--implements_2 ancestor_0 GtkGrid 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

  • GtkGrid
  • GtkContainer
  • GtkWidget
  • GInitiallyUnowned
  • GObject

Implements

  • AtkImplementorIface
  • GtkBuildable
  • GtkOrientable

Constructors

dh_tab_new
No description available.

Available since: 3.30

Instance methods

dh_tab_get_web_view
No description available.

Available since: 3.30

Properties

Devhelp.Tab:web-view

The DhWebView of the tab. If set to NULL a DhWebView is created with the default DhProfile.

Available since: 3.30

Class structure

struct DevhelpTabClass {
  GtkGridClass parent_class;
  None padding;
  
}
Class members
parent_class
GtkGridClass
  No description available.
padding
None
  No description available.