Operations Summary: | |
PropertyBag | getProperties() |
Gtk::Requisition | getDesiredSize() |
Unknown | getAccessible() |
Gdk::WindowId | getWindowId(in string cookie) raises |
UIContainer | getPopupContainer() |
oneway void | setFrame(in ControlFrame frame) |
oneway void | setSize(in short width, in short height) |
oneway void | setState(in Gtk::State state) |
oneway void | activate(in boolean activate) |
boolean | focus(in Gtk::Direction direction) |
void | unImplemented() |
void | unImplemented2() |
void | unImplemented3() |
Operations Inherited from Unknown | |
ref, unref, queryInterface |
Operation Details: |
getProperties:
Returns: A PropertyBag containing this Control's properties.
getDesiredSize:
Returns the requested size for the contained widget.
getAccessible:
Returns: accessibility related resources
getWindowId:
@cookie: ',' delimited string, format:
'screen' =
Returns: the windowId of the plug's window
getPopupContainer:
Returns: A UIContainer for a parent to push popup items into
setFrame: @frame: A Bonobo_ControlFrame.
Gives the Control a handle to its ControlFrame.
Returns: The windowId of the plug
setSize: @width: width given to the control @height: height given to the control
Informs the Control of the size assigned by its container application
setState: @state: The new state of the control.
Set the control's activity state.
activate:
Activates or deactivates this Control.
focus:
a Control proxy for GtkContainer::focus()
Returns: whether focus was transfered.
unImplemented:
placeholders for future expansion.