Back to Seed Clases

Gladeui


Classes

Interfaces

Structs

Unions

Enums

Struct Gladeui.WidgetAdaptor

Import line: Gladeui = imports.gi.Gladeui;
GIR File: Gladeui-1.0.gir
C documentation: GladeuiWidgetAdaptor
Struct : WidgetAdaptor
  Show / Hide Inherited methods, properties and signals
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new Gladeui.WidgetAdaptor ()
Create a new Gladeui.WidgetAdaptor
Create a new Gladeui.WidgetAdaptor
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gladeui
Method
Gladeui.util_check_and_warn_scrollable (Widget parent, WidgetAdaptor child_adaptor, Widget parent_widget) : Boolean
Gladeui.Command
Method
Gladeui.Command.create (WidgetAdaptor adaptor, Widget parent, Placeholder placeholder, Project project) : Gladeui.Widget
Creates a new widget using adaptor and put in place of the placeholder in the project
Gladeui.EditorTable
Method
new Gladeui.EditorTable.c_new (WidgetAdaptor adaptor, EditorPageType type) : Gladeui.EditorTable
Create a new Gladeui.EditorTable
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.
Gladeui.GObjectAdaptor
Method
Gladeui.GObjectAdaptor.get_by_name (String name) : Gladeui.WidgetAdaptor
Gladeui.GObjectAdaptor
Method
Gladeui.GObjectAdaptor.get_by_type (Number type) : Gladeui.WidgetAdaptor
Gladeui.GObjectAdaptor
Method
from_pspec (ParamSpec spec) : Gladeui.WidgetAdaptor
Assumes pspec is a property in an object class wrapped by adaptor, this function will search for the specific parent adaptor class which originally introduced pspec.
Gladeui.GObjectAdaptor
Method
get_packing_default (WidgetAdaptor container_adaptor, String id) : String
Gets the default value for property_id on a widget governed by
Gladeui.GObjectAdaptor
Method
get_parent_adaptor () : Gladeui.WidgetAdaptor
Gladeui.Palette
Method
get_current_item () : Gladeui.WidgetAdaptor
Gets the GladeWidgetAdaptor of the currently selected item.
Gladeui.Palette
Method
create_root_widget (WidgetAdaptor adaptor) : Gladeui.Widget
Gladeui.Project
Method
verify_widget_adaptor (WidgetAdaptor adaptor, SupportMask mask) : String
Checks the supported state of this widget adaptor and generates a string to show in the UI describing why.
Gladeui.Widget
Method
get_adaptor () : Gladeui.WidgetAdaptor
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:41 GMT+0800 (HKT)