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 | Defined By | |
---|---|---|
actions : Array
|
Gladeui.WidgetAdaptor | |
child_packings : Array
|
Gladeui.WidgetAdaptor | |
generic_name : String
|
Gladeui.WidgetAdaptor | |
icon_name : String
|
Gladeui.WidgetAdaptor | |
missing_icon : String
|
Gladeui.WidgetAdaptor | |
name : String
|
Gladeui.WidgetAdaptor | |
packing_actions : Array
|
Gladeui.WidgetAdaptor | |
packing_props : Array
|
Gladeui.WidgetAdaptor | |
parent_instance : GObject.Object
|
Gladeui.WidgetAdaptor | |
priv : Gladeui.WidgetAdaptorPrivate
|
Gladeui.WidgetAdaptor | |
properties : Array
|
Gladeui.WidgetAdaptor | |
signals : Array
|
Gladeui.WidgetAdaptor | |
title : String
|
Gladeui.WidgetAdaptor | |
type : Number
|
Gladeui.WidgetAdaptor |
Method / Constructor | Defined By | |
---|---|---|
new Gladeui.WidgetAdaptor
()
Create a new Gladeui.WidgetAdaptor
Create a new Gladeui.WidgetAdaptor
|
None |
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 |
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
Method |
|
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 |
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 |
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
|