Class

DevhelpTab

Description

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

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

Methods inherited from GtkGrid (20)
Methods inherited from GtkContainer (33)
Methods inherited from GtkWidget (263)
Methods inherited from GObject (43)

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

Properties inherited from GtkGrid (5)
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 DevhelpTabClass {
  GtkGridClass parent_class;
  None padding;
  
}
Class members
parent_class
GtkGridClass
  No description available.
padding
None
  No description available.