Class

DevhelpTab

Description

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

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.