gtk+-2.0 Reference Manual

Synopsis

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                    (  ) ;
}

Socket Description

Details

Constructor Details

Socket ()
    public                              Socket                    (  ) ;		

Field Details

request_width
    public    ushort                    request_width ;		

request_height
    public    ushort                    request_height ;		

current_width
    public    ushort                    current_width ;		

current_height
    public    ushort                    current_height ;		

plug_window
    public    weak Gdk.Window           plug_window ;		

plug_widget
    public    weak Widget               plug_widget ;		

xembed_version
    public    short                     xembed_version ;		

same_app
    public    uint                      same_app ;		

focus_in
    public    uint                      focus_in ;		

have_size
    public    uint                      have_size ;		

need_map
    public    uint                      need_map ;		

is_mapped
    public    uint                      is_mapped ;		

active
    public    uint                      active ;		

accel_group
    public    weak AccelGroup           accel_group ;		

toplevel
    public    weak Widget               toplevel ;		

Signal Details

plug_added
    public    signal void               plug_added                (  )  ;		

plug_removed
    public    signal bool               plug_removed              (  )  ;		

Property Details

Method Details

add_id ()
    public    void                      add_id                    ( Gdk.NativeWindow    window_id ) ;		

get_id ()
    public    weak Gdk.NativeWindow     get_id                    (  ) ;		


Created by Valadoc