bonobo-plug

bonobo-plug

Functions

void bonobo_plug_construct ()
GtkWidget * bonobo_plug_new ()

Properties

gboolean event-forwarding Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkObject
            ╰── GtkWidget
                ╰── GtkContainer
                    ╰── GtkBin
                        ╰── GtkWindow
                            ╰── GtkPlug
                                ╰── BonoboPlug

Implemented Interfaces

BonoboPlug implements AtkImplementorIface and GtkBuildable.

Description

Functions

bonobo_plug_construct ()

void
bonobo_plug_construct (BonoboPlug *plug,
                       guint32 socket_id);

Finish the creation of a BonoboPlug widget. This function will generally only be used by classes deriving from BonoboPlug.

Parameters

plug

The BonoboPlug.

 

socket_id

the XID of the socket's window.

 

bonobo_plug_new ()

GtkWidget *
bonobo_plug_new (guint32 socket_id);

Create a new plug widget inside the GtkSocket identified by socket_id .

Parameters

socket_id

the XID of the socket's window.

 

Returns

the new BonoboPlug widget.

Types and Values

struct BonoboPlug

struct BonoboPlug;

BonoboPlugPrivate

typedef struct _BonoboPlugPrivate BonoboPlugPrivate;

BonoboPlugClass

typedef struct {
	GtkPlugClass parent_class;

	gpointer dummy[4];
} BonoboPlugClass;

Property Details

The “event-forwarding” property

  “event-forwarding”         gboolean

Whether X events should be forwarded.

Owner: BonoboPlug

Flags: Read / Write

Default value: TRUE