Import line: | Gladeui = imports.gi.Gladeui; |
GIR File: | Gladeui-1.0.gir |
C documentation: | GladeuiCatalog |
Struct : | Catalog |
Show / Hide Inherited methods, properties and signals |
None |
Method / Constructor | Defined By | |
---|---|---|
Do any data changes needed to the project for the new format in an undoable way.
Do any data changes needed to the project for the new format in an undoable way.
|
Gladeui.Catalog | |
get_adaptors
()
:
Array
|
Gladeui.Catalog | |
get_book
()
:
String
|
Gladeui.Catalog | |
get_domain
()
:
String
|
Gladeui.Catalog | |
get_icon_prefix
()
:
String
|
Gladeui.Catalog | |
get_major_version
()
:
Number
|
Gladeui.Catalog | |
get_minor_version
()
:
Number
|
Gladeui.Catalog | |
get_name
()
:
String
|
Gladeui.Catalog | |
get_targets
()
:
Array
|
Gladeui.Catalog | |
get_widget_groups
()
:
Array
|
Gladeui.Catalog | |
supports_gtkbuilder
()
:
Boolean
|
Gladeui.Catalog | |
supports_libglade
()
:
Boolean
|
Gladeui.Catalog |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gladeui.App
Method |
|
Gladeui.GObjectAdaptor
Method |
Gladeui.GObjectAdaptor.from_catalog
(Catalog catalog, XmlNode class_node, Module module)
:
Gladeui.WidgetAdaptor
Dynamicly creates a subclass of GladeWidgetAdaptor and subclasses the closest parent adaptor (parent class adapters must be creates/registerd prior to child classes, otherwise inheritance wont work) and parses in the relevent catalog info.
|