Modules | Files | Inheritance Tree | Inheritance Graph | Name Index
module Bonobo
interface ControlFrame
Files: GNOME_Speech.idl
Bonobo-ControlFrame-inheritance Bonobo-Unknown.html
Operations Summary:
 Gdk::WindowIdgetToplevelId()
 PropertyBaggetAmbientProperties()
 UIContainergetUIContainer()
oneway voidnotifyActivated(in boolean state)
oneway voidqueueResize()
oneway voidactivateURI(in string uri, in boolean relative)
 UnknowngetParentAccessible()
 voidunImplemented()
 voidunImplemented2()

Operations Inherited from Unknown
ref, unref, queryInterface

Operation Details:
 Gdk::WindowId getToplevelId()

getToplevelId

Returns: the WindowId of the true toplevel of the application the control is embedded inside.


 PropertyBag getAmbientProperties()

getAmbientProperties:

Returns: A PropertyBag containing the ambient properties for this container.


 UIContainer getUIContainer()

getUIContainer:

Returns: The interface to be used for menu/toolbar item merging.


oneway void queueResize()

queueResize:

Tell the container that the Control would like to be resized. The container should follow-up by calling Control::setSize ()


oneway void activateURI(in string uri, in boolean relative)

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


 Unknown getParentAccessible()

getParentAccessible:

Returns: A CORBA Accessibility reference, related to the parent of the container widget associated with this control frame.


 void unImplemented()

unImplemented:

placeholders for future expansion.