Home | Trees | Index | Help |
|
---|
Package kiwi :: Package ui :: Module gazpacholoader :: Class HyperLinkAdaptor |
|
BaseWidgetAdaptor
--+ |object
--+ |WidgetAdaptor
--+ |ContainerAdaptor
--+ | HyperLinkAdaptor
Method Summary | |
---|---|
After the widget is created this function is called to put one or more placeholders in it. | |
post_create(self,
context,
widget,
interactive)
| |
Inherited from ContainerAdaptor | |
To get the list of children for a widget, overridable by subclasses | |
| |
Inherited from WidgetAdaptor | |
Called when a button release event occurs in the widget. | |
Called when creating a widget, it should return an instance of self.type | |
| |
This is responsible for accessing the default value of a property. | |
Return true if it's a toplevel, False otherwise | |
Return a list of signals | |
Build a gadget from a widget | |
Called when the mouse is moved on the widget. | |
Prepares the widget to be saved. |
Instance Variable Summary | |
---|---|
Inherited from WidgetAdaptor | |
cursor : @ivar pixbuf | |
default : default widget as created in gobject.new(). | |
default_child : for packing properties we need to save the default child too | |
editor_name : Name displayed in the editor | |
generic_name : generic_name is used to create default widget names | |
icon : | |
library : | |
NoneType |
name : Optional identifier of adaptor, GType name of type will be used if not
specified |
palette_name : palette_name is used in the palette | |
tooltip : the tooltip is shown in the palette | |
NoneType |
type : GTK type for this widget. |
type_name : type_name is used when saving the xml |
Method Details |
---|
fill_empty(self, context, widget)After the widget is created this function is called to put one or more placeholders in it. Only useful for container widgets
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Jan 29 16:43:01 2007 | http://epydoc.sf.net |