Import line: | Gladeui = imports.gi.Gladeui; |
GIR File: | Gladeui-1.0.gir |
C documentation: | GladeuiEditorPageType |
Enum : | EditorPageType |
Show / Hide Inherited methods, properties and signals |
Properties | |
---|---|
Number Gladeui.EditorPageType.ATK : 3
|
|
Number Gladeui.EditorPageType.COMMON : 1
|
|
Number Gladeui.EditorPageType.GENERAL : 0
|
|
Number Gladeui.EditorPageType.PACKING : 2
|
|
Number Gladeui.EditorPageType.QUERY : 4
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gladeui.BaseEditor
Method |
add_editable
(Widget gchild, EditorPageType page)
:
none
Add gchild editor of type page to the base editor
|
Gladeui.EditorTable
Method |
Create a new Gladeui.EditorTable
|
Gladeui.GObjectAdaptor
Method |
create_editable
(EditorPageType type)
:
Gladeui.Editable
This is used to allow the backend to override the way an editor page is layed out (note that editor widgets are created on demand and not at startup).
|