gdk-x11-2.0 Reference Manual

Synopsis

public    static weak Visual            x11_visual_get            ( uint32              xvisualid ) ;
public    static bool                   x11_net_wm_supports       ( Atom                property ) ;
public    static Atom                   x11_atom_to_xatom         ( Atom                atom ) ;
public    static Atom                   x11_atom_to_xatom_for_display ( Display             display,
                                                                    Atom                atom ) ;
public    static weak Colormap          x11_colormap_foreign_new  ( Visual              visual,
                                                                    Colormap            xcolormap ) ;
public    static weak Colormap          x11_colormap_get_xcolormap ( Colormap            colormap ) ;
public    static void**                 x11_colormap_get_xdisplay ( Colormap            colormap ) ;
public    static weak Cursor            x11_cursor_get_xcursor    ( Cursor              cursor ) ;
public    static void**                 x11_cursor_get_xdisplay   ( Cursor              cursor ) ;
public    static void                   x11_display_broadcast_startup_message ( Display             display,
                                                                    string              message_type ) ;
public    static weak string            x11_display_get_startup_notification_id ( Display             display ) ;
public    static uint                   x11_display_get_user_time ( Display             display ) ;
public    static void**                 x11_display_get_xdisplay  ( Display             display ) ;
public    static void                   x11_display_grab          ( Display             display ) ;
public    static void                   x11_display_set_cursor_theme ( Display             display,
                                                                    string              theme,
                                                                    int                 size ) ;
public    static void                   x11_display_ungrab        ( Display             display ) ;
public    static void**                 x11_drawable_get_xdisplay ( Drawable            drawable ) ;
public    static uint32                 x11_drawable_get_xid      ( Drawable            drawable ) ;
public    static void**                 x11_gc_get_xdisplay       ( GC                  gc ) ;
public    static void**                 x11_gc_get_xgc            ( GC                  gc ) ;
public    static weak Window            x11_get_default_root_xwindow (  ) ;
public    static int                    x11_get_default_screen    (  ) ;
public    static void**                 x11_get_default_xdisplay  (  ) ;
public    static uint                   x11_get_server_time       ( Window              window ) ;
public    static Atom                   x11_get_xatom_by_name     ( string              atom_name ) ;
public    static Atom                   x11_get_xatom_by_name_for_display ( Display             display,
                                                                    string              atom_name ) ;
public    static weak string            x11_get_xatom_name        ( Atom                xatom ) ;
public    static weak string            x11_get_xatom_name_for_display ( Display             display,
                                                                    Atom                xatom ) ;
public    static void                   x11_grab_server           (  ) ;
public    static void**                 x11_image_get_xdisplay    ( Image               image ) ;
public    static void**                 x11_image_get_ximage      ( Image               image ) ;
public    static weak Display           x11_lookup_xdisplay       ( void**              xdisplay ) ;
public    static void                   x11_register_standard_event_type ( Display             display,
                                                                    int                 event_base,
                                                                    int                 n_events ) ;
public    static int                    x11_screen_get_screen_number ( Screen              screen ) ;
public    static weak string            x11_screen_get_window_manager_name ( Screen              screen ) ;
public    static weak Screen            x11_screen_get_xscreen    ( Screen              screen ) ;
public    static weak Visual            x11_screen_lookup_visual  ( Screen              screen,
                                                                    uint32              xvisualid ) ;
public    static bool                   x11_screen_supports_net_wm_hint ( Screen              screen,
                                                                    Atom                property ) ;
public    static void                   x11_ungrab_server         (  ) ;
public    static weak Visual            x11_visual_get_xvisual    ( Visual              visual ) ;
public    static void                   x11_window_move_to_current_desktop ( Window              window ) ;
public    static void                   x11_window_set_user_time  ( Window              window,
                                                                    uint                timestamp ) ;
public    static Atom                   x11_xatom_to_atom         ( Atom                xatom ) ;
public    static Atom                   x11_xatom_to_atom_for_display ( Display             display,
                                                                    Atom                xatom ) ;
public    static void**                 x11_xid_table_lookup      ( uint32              xid ) ;
public    static void**                 x11_xid_table_lookup_for_display ( Display             display,
                                                                    uint32              xid ) ;

Details

x11_visual_get ()

public    static weak Visual            x11_visual_get            ( uint32              xvisualid ) ;		

x11_net_wm_supports ()

public    static bool                   x11_net_wm_supports       ( Atom                property ) ;		

x11_atom_to_xatom ()

public    static Atom                   x11_atom_to_xatom         ( Atom                atom ) ;		

x11_atom_to_xatom_for_display ()

public    static Atom                   x11_atom_to_xatom_for_display ( Display             display,
                                                                    Atom                atom ) ;		

x11_colormap_foreign_new ()

public    static weak Colormap          x11_colormap_foreign_new  ( Visual              visual,
                                                                    Colormap            xcolormap ) ;		

x11_colormap_get_xcolormap ()

public    static weak Colormap          x11_colormap_get_xcolormap ( Colormap            colormap ) ;		

x11_colormap_get_xdisplay ()

public    static void**                 x11_colormap_get_xdisplay ( Colormap            colormap ) ;		

x11_cursor_get_xcursor ()

public    static weak Cursor            x11_cursor_get_xcursor    ( Cursor              cursor ) ;		

x11_cursor_get_xdisplay ()

public    static void**                 x11_cursor_get_xdisplay   ( Cursor              cursor ) ;		

x11_display_broadcast_startup_message ()

public    static void                   x11_display_broadcast_startup_message ( Display             display,
                                                                    string              message_type ) ;		

x11_display_get_startup_notification_id ()

public    static weak string            x11_display_get_startup_notification_id ( Display             display ) ;		

x11_display_get_user_time ()

public    static uint                   x11_display_get_user_time ( Display             display ) ;		

x11_display_get_xdisplay ()

public    static void**                 x11_display_get_xdisplay  ( Display             display ) ;		

x11_display_grab ()

public    static void                   x11_display_grab          ( Display             display ) ;		

x11_display_set_cursor_theme ()

public    static void                   x11_display_set_cursor_theme ( Display             display,
                                                                    string              theme,
                                                                    int                 size ) ;		

x11_display_ungrab ()

public    static void                   x11_display_ungrab        ( Display             display ) ;		

x11_drawable_get_xdisplay ()

public    static void**                 x11_drawable_get_xdisplay ( Drawable            drawable ) ;		

x11_drawable_get_xid ()

public    static uint32                 x11_drawable_get_xid      ( Drawable            drawable ) ;		

x11_gc_get_xdisplay ()

public    static void**                 x11_gc_get_xdisplay       ( GC                  gc ) ;		

x11_gc_get_xgc ()

public    static void**                 x11_gc_get_xgc            ( GC                  gc ) ;		

x11_get_default_root_xwindow ()

public    static weak Window            x11_get_default_root_xwindow (  ) ;		

x11_get_default_screen ()

public    static int                    x11_get_default_screen    (  ) ;		

x11_get_default_xdisplay ()

public    static void**                 x11_get_default_xdisplay  (  ) ;		

x11_get_server_time ()

public    static uint                   x11_get_server_time       ( Window              window ) ;		

x11_get_xatom_by_name ()

public    static Atom                   x11_get_xatom_by_name     ( string              atom_name ) ;		

x11_get_xatom_by_name_for_display ()

public    static Atom                   x11_get_xatom_by_name_for_display ( Display             display,
                                                                    string              atom_name ) ;		

x11_get_xatom_name ()

public    static weak string            x11_get_xatom_name        ( Atom                xatom ) ;		

x11_get_xatom_name_for_display ()

public    static weak string            x11_get_xatom_name_for_display ( Display             display,
                                                                    Atom                xatom ) ;		

x11_grab_server ()

public    static void                   x11_grab_server           (  ) ;		

x11_image_get_xdisplay ()

public    static void**                 x11_image_get_xdisplay    ( Image               image ) ;		

x11_image_get_ximage ()

public    static void**                 x11_image_get_ximage      ( Image               image ) ;		

x11_lookup_xdisplay ()

public    static weak Display           x11_lookup_xdisplay       ( void**              xdisplay ) ;		

x11_register_standard_event_type ()

public    static void                   x11_register_standard_event_type ( Display             display,
                                                                    int                 event_base,
                                                                    int                 n_events ) ;		

x11_screen_get_screen_number ()

public    static int                    x11_screen_get_screen_number ( Screen              screen ) ;		

x11_screen_get_window_manager_name ()

public    static weak string            x11_screen_get_window_manager_name ( Screen              screen ) ;		

x11_screen_get_xscreen ()

public    static weak Screen            x11_screen_get_xscreen    ( Screen              screen ) ;		

x11_screen_lookup_visual ()

public    static weak Visual            x11_screen_lookup_visual  ( Screen              screen,
                                                                    uint32              xvisualid ) ;		

x11_screen_supports_net_wm_hint ()

public    static bool                   x11_screen_supports_net_wm_hint ( Screen              screen,
                                                                    Atom                property ) ;		

x11_ungrab_server ()

public    static void                   x11_ungrab_server         (  ) ;		

x11_visual_get_xvisual ()

public    static weak Visual            x11_visual_get_xvisual    ( Visual              visual ) ;		

x11_window_move_to_current_desktop ()

public    static void                   x11_window_move_to_current_desktop ( Window              window ) ;		

x11_window_set_user_time ()

public    static void                   x11_window_set_user_time  ( Window              window,
                                                                    uint                timestamp ) ;		

x11_xatom_to_atom ()

public    static Atom                   x11_xatom_to_atom         ( Atom                xatom ) ;		

x11_xatom_to_atom_for_display ()

public    static Atom                   x11_xatom_to_atom_for_display ( Display             display,
                                                                    Atom                xatom ) ;		

x11_xid_table_lookup ()

public    static void**                 x11_xid_table_lookup      ( uint32              xid ) ;		

x11_xid_table_lookup_for_display ()

public    static void**                 x11_xid_table_lookup_for_display ( Display             display,
                                                                    uint32              xid ) ;		


Created by Valadoc