public class Socket : Container, Implementor, Buildable {
public ushort request_width ;
public ushort request_height ;
public ushort current_width ;
public ushort current_height ;
public weak Gdk.Window plug_window ;
public weak Widget plug_widget ;
public short xembed_version ;
public uint same_app ;
public uint focus_in ;
public uint have_size ;
public uint need_map ;
public uint is_mapped ;
public uint active ;
public weak AccelGroup accel_group ;
public weak Widget toplevel ;
public Socket ( ) ;
public signal void plug_added ( ) ;
public signal bool plug_removed ( ) ;
public void add_id ( Gdk.NativeWindow window_id ) ;
public weak Gdk.NativeWindow get_id ( ) ;
}

public Socket ( ) ;
public ushort request_width ;
public ushort request_height ;
public ushort current_width ;
public ushort current_height ;
public weak Gdk.Window plug_window ;
public weak Widget plug_widget ;
public short xembed_version ;
public uint same_app ;
public uint focus_in ;
public uint have_size ;
public uint need_map ;
public uint is_mapped ;
public uint active ;
public weak AccelGroup accel_group ;
public weak Widget toplevel ;
public signal void plug_added ( ) ;
public signal bool plug_removed ( ) ;
public void add_id ( Gdk.NativeWindow window_id ) ;
public weak Gdk.NativeWindow get_id ( ) ;
Created by Valadoc