Socket Class Reference

Inheritance diagram for Socket:

Container List of all members.

Detailed Description

Container for widgets from other processes.


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.


Member Function Documentation

void Socket.addID NativeWindow  wid  ) 
 

Adds an XEMBED client, such as a GtkPlug, to the GtkSocket.

The client may be in the same process or in a different process.

Parameters:
wid 

NativeWindow Socket.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().

GType Socket.getType  )  [static]
 

Gets this class type.

Returns:
this class type

Reimplemented from Widget.

Socket.this  ) 
 

Create a new empty GtkSocket.

Socket.this GtkWidget *  gtkWidget  ) 
 

Creates a Socket from and GtkSocket.

Parameters:
gtkWidget the socket

Reimplemented from Container.


SourceForge.net Logo DSource.org Logo digitalmars.com Logo