Devhelp.Tab¶
- Subclasses:
None
Methods¶
- Inherited:
Gtk.Grid (21), Gtk.Container (35), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10), Gtk.Orientable (2)
- Structs:
Gtk.ContainerClass (5), Gtk.WidgetClass (12), GObject.ObjectClass (5)
class |
|
|
Virtual Methods¶
Properties¶
- Inherited:
Gtk.Grid (5), Gtk.Container (3), Gtk.Widget (39), Gtk.Orientable (1)
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/co |
Child Properties¶
- Inherited:
Style Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class Devhelp.Tab(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new(web_view)¶
- Parameters:
web_view (
Devhelp.WebView
orNone
) – aDevhelp.WebView
, orNone
to create aDevhelp.WebView
with the defaultDevhelp.Profile
.- Returns:
a new
Devhelp.Tab
.- Return type:
New in version 3.30.
- get_web_view()¶
- Returns:
the
Devhelp.Tab
:web-view
.- Return type:
New in version 3.30.
Property Details¶
- Devhelp.Tab.props.web_view¶
- Name:
web-view
- Type:
- Default Value:
- Flags:
The
Devhelp.WebView
of the tab. If set toNone
aDevhelp.WebView
is created with the defaultDevhelp.Profile
.New in version 3.30.