gtk-sharpGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.Gtk.WindowToplevel for embedding into other processes.
Together with , provides the ability to embed widgets from
one process into another process in a fashion that is
transparent to the user. One process creates a widget and, passes the ID of that widgets
window to the other process, which then creates a with that window ID. Any widgets
contained in the then will appear
inside the first applications window.
ConstructorProtected constructor.Constructor
Pointer to the C object.
Internal constructorThis is an internal constructor, and should not be used by user code.Constructor
To be added.
To be added.To be added.Constructor
To be added.
To be added.
To be added.To be added.MethodSystem.Void
To be added.
To be added.To be added.MethodSystem.Void
To be added.
To be added.
To be added.To be added.EventGLib.Signal("embedded")System.EventHandlerRaised when the plug window is reparented to the socket window.PropertyGLib.GTypeGType Property.a Returns the native value for .PropertySystem.UInt64Gets the window ID of a widget.an object of type Gets the window ID of a widget, which can then be used to embed this window inside another window,
for instance with .PropertyGLib.Property("embedded")System.BooleanIsEmbedded property.If , the plus is embedded in a socket.MethodGLib.DefaultSignalHandler(ConnectionMethod="OverrideEmbedded", Type=typeof(Gtk.Plug))System.VoidDefault handler for the event.Override this method in a subclass to provide a default handler for the event.PropertyGLib.Property("socket-window")Gdk.WindowTo be added.To be added.To be added.