bonobo-ui-container

bonobo-ui-container

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── BonoboObject
        ╰── BonoboUIContainer

Description

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.

Parameters

container

the container

 

engine

the engine

 

bonobo_ui_container_get_engine ()

BonoboUIEngine *
bonobo_ui_container_get_engine (BonoboUIContainer *container);

Get the associated BonoboUIEngine

Parameters

container

the UI container

 

Returns

the engine

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;