Operations Summary: | |
Gdk::WindowId | getToplevelId() |
PropertyBag | getAmbientProperties() |
UIContainer | getUIContainer() |
oneway void | notifyActivated(in boolean state) |
oneway void | queueResize() |
oneway void | activateURI(in string uri, in boolean relative) |
Unknown | getParentAccessible() |
void | unImplemented() |
void | unImplemented2() |
Operations Inherited from Unknown | |
ref, unref, queryInterface |
Operation Details: |
getToplevelId
Returns: the WindowId of the true toplevel of the application the control is embedded inside.
getAmbientProperties:
Returns: A PropertyBag containing the ambient properties for this container.
getUIContainer:
Returns: The interface to be used for menu/toolbar item merging.
queueResize:
Tell the container that the Control would like to be resized. The container should follow-up by calling Control::setSize ()
activateURI: @uri: The uri we would like to get loaded. @relative: Whether the URI is relative to the current URI
This is used by the containee when it needs to ask the container to perform some action with a given URI.
The user has requested that the uri be loaded
getParentAccessible:
Returns: A CORBA Accessibility reference, related to the parent of the container widget associated with this control frame.
unImplemented:
placeholders for future expansion.