Import line: | Gladeui = imports.gi.Gladeui; |
GIR File: | Gladeui-1.0.gir |
C documentation: | GladeuiEditable |
Interface : | Editable |
Implementations: | Gladeui.EditorTable |
Show / Hide Inherited methods, properties and signals |
None |
Method / Constructor | Defined By | |
---|---|---|
load
(Widget widget)
:
none
Loads widget property values into editable (the editable will watch the widgets properties until its loaded with another widget or NULL)
Loads widget property values into editable (the editable will watch the widgets properties until its loaded with another widget or NULL)
|
Gladeui.Editable | |
set_show_name
(Boolean show_name)
:
none
This only applies for the general page in the property editor, editables that embed the GladeEditorTable implementation for the general page should use this to forward the message to its embedded editable.
This only applies for the general page in the property editor, editables that embed the GladeEditorTable implementation for the general page should use this to forward the message to its embedded editable.
|
Gladeui.Editable |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
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).
|