bonobo-socket

bonobo-socket

Functions

GtkWidget * bonobo_socket_new ()

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkObject
            ╰── GtkWidget
                ╰── GtkContainer
                    ╰── GtkSocket
                        ╰── BonoboSocket

Implemented Interfaces

BonoboSocket implements AtkImplementorIface and GtkBuildable.

Description

Functions

bonobo_socket_new ()

GtkWidget *
bonobo_socket_new (void);

Create a new empty BonoboSocket.

Returns

A new BonoboSocket.

Types and Values

struct BonoboSocket

struct BonoboSocket;

BonoboSocketClass

typedef struct {
	GtkSocketClass parent_class;

	gpointer dummy[4];
} BonoboSocketClass;