bonobo-ui-container
bonobo-ui-container
|
|
Object Hierarchy
GObject
╰── BonoboObject
╰── BonoboUIContainer
Functions
bonobo_ui_container_new ()
BonoboUIContainer *
bonobo_ui_container_new (void
);
Returns
a newly created BonoboUIContainer
bonobo_ui_container_set_engine ()
void
bonobo_ui_container_set_engine (BonoboUIContainer *container
,
BonoboUIEngine *engine
);
Associates the BonoboUIContainer with a BonoboUIEngine
that it will use to handle all the UI merging requests.
Types and Values
struct BonoboUIContainer
struct BonoboUIContainer;
BonoboUIContainerPrivate
typedef struct _BonoboUIContainerPrivate BonoboUIContainerPrivate;
BonoboUIContainerClass
typedef struct {
BonoboObjectClass parent;
POA_Bonobo_UIContainer__epv epv;
gpointer dummy[2];
} BonoboUIContainerClass;