Inheritance diagram for Socket:

Public Member Functions | |
| this (GtkWidget *gtkWidget) | |
| Creates a Socket from and GtkSocket. | |
| this () | |
| Create a new empty GtkSocket. | |
| void | addID (NativeWindow wid) |
| Adds an XEMBED client, such as a GtkPlug, to the GtkSocket. | |
| NativeWindow | getID () |
| Gets the window ID of a GtkSocket widget The socket widget can then be used to create a client embedded inside the socket, for instance with gtk_plug_new(). | |
Static Public Member Functions | |
| GType | getType () |
| Gets this class type. | |
|
|
Adds an XEMBED client, such as a GtkPlug, to the GtkSocket. The client may be in the same process or in a different process.
|
|
|
Gets the window ID of a GtkSocket widget The socket widget can then be used to create a client embedded inside the socket, for instance with gtk_plug_new().
|
|
|
Gets this class type.
Reimplemented from Widget. |
|
|
Create a new empty GtkSocket.
|
|
|
Creates a Socket from and GtkSocket.
Reimplemented from Container. |
|
|
|
|