Connection
Object Hierarchy:
Description:
[ Compact ]
[ CCode ( cname = "xcb_connection_t" , cprefix = "xcb_" , ref_function = "" , unref_function = "xcb_disconnect" ) ]
public class Connection
[ CCode ( cname = "xcb_connection_t" , cprefix = "xcb_" , ref_function = "" , unref_function = "xcb_disconnect" ) ]
public class Connection
Namespace: Xcb
Package: xcb
Content:
Creation methods:
- public Connection (string? display = null, out int screen = null)
Methods:
- public AllocColorCookie alloc_color (Colormap cmap, uint16 red, uint16 green, uint16 blue)
- public AllocColorCellsCookie alloc_color_cells (bool contiguous, Colormap cmap, uint16 colors, uint16 planes)
- public AllocColorCellsReply? alloc_color_cells_reply (AllocColorCellsCookie cookie, out GenericError? e = null)
- public AllocColorCellsCookie alloc_color_cells_unchecked (bool contiguous, Colormap cmap, uint16 colors, uint16 planes)
- public AllocColorPlanesCookie alloc_color_planes (bool contiguous, Colormap cmap, uint16 colors, uint16 reds, uint16 greens, uint16 blues)
- public AllocColorPlanesReply? alloc_color_planes_reply (AllocColorPlanesCookie cookie, out GenericError? e = null)
- public AllocColorPlanesCookie alloc_color_planes_unchecked (bool contiguous, Colormap cmap, uint16 colors, uint16 reds, uint16 greens, uint16 blues)
- public AllocColorReply? alloc_color_reply (AllocColorCookie cookie, out GenericError? e = null)
- public AllocColorCookie alloc_color_unchecked (Colormap cmap, uint16 red, uint16 green, uint16 blue)
- public AllocNamedColorCookie alloc_named_color (Colormap cmap, string name)
- public AllocNamedColorReply? alloc_named_color_reply (AllocNamedColorCookie cookie, out GenericError? e = null)
- public AllocNamedColorCookie alloc_named_color_unchecked (Colormap cmap, string name)
- public VoidCookie bell (int8 percent)
- public VoidCookie bell_checked (int8 percent)
- public VoidCookie change_active_pointer_grab (Cursor cursor, Timestamp time, uint16 event_mask)
- public VoidCookie change_active_pointer_grab_checked (Cursor cursor, Timestamp time, uint16 event_mask)
- public VoidCookie change_gc (GContext gc, uint32 value_mask, uint32[]? value_list)
- public VoidCookie change_gc_checked (GContext gc, uint32 value_mask, uint32[]? value_list)
- public VoidCookie change_hosts (HostMode mode, Family family, uint8[] address)
- public VoidCookie change_hosts_checked (HostMode mode, Family family, uint8[] address)
- public VoidCookie change_property_atom (PropMode mode, Window window, AtomT property, AtomT type, uint32 len, AtomT* data)
- public VoidCookie change_property_checked_atom (PropMode mode, Window window, AtomT property, AtomT type, uint32 len, AtomT* data)
- public VoidCookie change_property_checked_string (PropMode mode, Window window, AtomT property, AtomT type, string data)
- public VoidCookie change_property_checked_uint16 (PropMode mode, Window window, AtomT property, AtomT type, uint32 len, uint16* data)
- public VoidCookie change_property_checked_uint32 (PropMode mode, Window window, AtomT property, AtomT type, uint32 len, uint32* data)
- public VoidCookie change_property_checked_uint8 (PropMode mode, Window window, AtomT property, AtomT type, uint32 len, uint8* data)
- public VoidCookie change_property_string (PropMode mode, Window window, AtomT property, AtomT type, string data)
- public VoidCookie change_property_uint16 (PropMode mode, Window window, AtomT property, AtomT type, uint32 len, uint16* data)
- public VoidCookie change_property_uint32 (PropMode mode, Window window, AtomT property, AtomT type, uint32 len, uint32* data)
- public VoidCookie change_property_uint8 (PropMode mode, Window window, AtomT property, AtomT type, uint32 len, uint8* data)
- public VoidCookie change_save_set (SetMode mode, Window window)
- public VoidCookie change_save_set_checked (SetMode mode, Window window)
- public VoidCookie change_window_attributes (Window wid, uint32 value_mask, uint32[]? value_list)
- public VoidCookie change_window_attributes_checked (Window wid, uint32 value_mask, uint32[]? value_list)
- public VoidCookie circulate_window (Circulate direction, Window window)
- public VoidCookie circulate_window_checked (Circulate direction, Window window)
- public VoidCookie clear_area (uint8 exposures, Window window, int16 x, int16 y, uint16 width, uint16 height)
- public VoidCookie clear_area_checked (uint8 exposures, Window window, int16 x, int16 y, uint16 width, uint16 height)
- public VoidCookie close_font (Font fid)
- public VoidCookie close_font_checked (Font fid)
- public VoidCookie configure_window (Window window, uint16 value_mask, uint32* value_list)
- public VoidCookie configure_window_checked (Window window, uint16 value_mask, uint32* value_list)
- public VoidCookie convert_selection (Window requestor, AtomT selection, AtomT target, AtomT property, Timestamp time)
- public VoidCookie convert_selection_checked (Window requestor, AtomT selection, AtomT target, AtomT property, Timestamp time)
- public VoidCookie copy_area (Drawable src_drawable, Drawable dst_drawable, GContext gc, int16 src_x, int16 src_y, int16 dst_x, int16 dst_y, uint16 width, uint16 height)
- public VoidCookie copy_area_checked (Drawable src_drawable, Drawable dst_drawable, GContext gc, int16 src_x, int16 src_y, int16 dst_x, int16 dst_y, uint16 width, uint16 height)
- public VoidCookie copy_colormap_and_free (Colormap mid, Colormap src_cmap)
- public VoidCookie copy_colormap_and_free_checked (Colormap mid, Colormap src_cmap)
- public VoidCookie copy_gc (GContext src_gc, GContext dst_gc, uint32 value_mask)
- public VoidCookie copy_gc_checked (GContext src_gc, GContext dst_gc, uint32 value_mask)
- public VoidCookie copy_plane (Drawable src_drawable, Drawable dst_drawable, GContext gc, int16 src_x, int16 src_y, int16 dst_x, int16 dst_y, uint16 width, uint16 height, uint32 bit_plane)
- public VoidCookie copy_plane_checked (Drawable src_drawable, Drawable dst_drawable, GContext gc, int16 src_x, int16 src_y, int16 dst_x, int16 dst_y, uint16 width, uint16 height, uint32 bit_plane)
- public VoidCookie create_colormap (bool alloc, Colormap mid, Window window, VisualID visual)
- public VoidCookie create_colormap_checked (bool alloc, Colormap mid, Window window, VisualID visual)
- public VoidCookie create_cursor (Cursor cid, Pixmap source, Pixmap mask, uint16 fore_red, uint16 fore_green, uint16 fore_blue, uint16 back_red, uint16 back_green, uint16 back_blue, uint16 x, uint16 y)
- public VoidCookie create_cursor_checked (Cursor cid, Pixmap source, Pixmap mask, uint16 fore_red, uint16 fore_green, uint16 fore_blue, uint16 back_red, uint16 back_green, uint16 back_blue, uint16 x, uint16 y)
- public VoidCookie create_gc (GContext cid, Drawable drawable, uint32 value_mask = 0, uint32[]? value_list = null)
- public VoidCookie create_gc_checked (GContext cid, Drawable drawable, uint32 value_mask = 0, uint32[]? value_list = null)
- public VoidCookie create_glyph_cursor (Cursor cid, Font source_font, Font mask_font, uint16 source_char, uint16 mask_char, uint16 fore_red, uint16 fore_green, uint16 fore_blue, uint16 back_red, uint16 back_green, uint16 back_blue)
- public VoidCookie create_glyph_cursor_checked (Cursor cid, Font source_font, Font mask_font, uint16 source_char, uint16 mask_char, uint16 fore_red, uint16 fore_green, uint16 fore_blue, uint16 back_red, uint16 back_green, uint16 back_blue)
- public VoidCookie create_pixmap (uint8 depth, Pixmap pid, Drawable drawable, uint16 width, uint16 height)
- public VoidCookie create_pixmap_checked (uint8 depth, Pixmap pid, Drawable drawable, uint16 width, uint16 height)
- public VoidCookie create_window (uint8 depth, Window wid, Window parent, int16 x, int16 y, uint16 width, uint16 height, uint16 border_width, uint16 _class, VisualID visual, uint32 value_mask, uint32[]? value_list)
- public VoidCookie create_window_checked (uint8 depth, Window wid, Window parent, int16 x, int16 y, uint16 width, uint16 height, uint16 border_width, uint16 _class, VisualID visual, uint32 value_mask, uint32[]? value_list)
- public VoidCookie delete_property (Window window, AtomT property)
- public VoidCookie delete_property_checked (Window window, AtomT property)
- public VoidCookie destroy_subwindows (Window window)
- public VoidCookie destroy_subwindows_checked (Window window)
- public VoidCookie destroy_window (Window window)
- public VoidCookie destroy_window_checked (Window window)
- public VoidCookie fill_poly (Drawable drawable, GContext gc, PolyShape shape, CoordMode coordinate_mode, Point[] points)
- public VoidCookie fill_poly_checked (Drawable drawable, GContext gc, PolyShape shape, CoordMode coordinate_mode, Point[] points)
- public void flush ()
- public VoidCookie force_screen_saver (ScreenSaver mode)
- public VoidCookie force_screen_saver_checked (ScreenSaver mode)
- public VoidCookie free_colormap (Colormap cmap)
- public VoidCookie free_colormap_checked (Colormap cmap)
- public VoidCookie free_colors (Colormap cmap, uint32 plane_mask, uint32[] pixels)
- public VoidCookie free_colors_checked (Colormap cmap, uint32 plane_mask, uint32[] pixels)
- public VoidCookie free_cursor (Cursor cursor)
- public VoidCookie free_cursor_checked (Cursor cursor)
- public VoidCookie free_gc (GContext gc)
- public VoidCookie free_gc_checked (GContext gc)
- public VoidCookie free_pixmap (Pixmap pid)
- public VoidCookie free_pixmap_checked (Pixmap pid)
- public uint32 generate_id ()
- public GetAtomNameCookie get_atom_name (AtomT atom)
- public GetAtomNameReply? get_atom_name_reply (GetAtomNameCookie cookie, out GenericError? e = null)
- public GetAtomNameCookie get_atom_name_unchecked (AtomT atom)
- public int get_file_descriptor ()
- public GetFontPathCookie get_font_path ()
- public GetFontPathReply? get_font_path_reply (GetFontPathCookie cookie, out GenericError? e = null)
- public GetFontPathCookie get_font_path_unchecked ()
- public GetGeometryCookie get_geometry (Drawable drawable)
- public GetGeometryReply? get_geometry_reply (GetGeometryCookie cookie, out GenericError? e)
- public GetGeometryCookie get_geometry_unchecked (Drawable drawable)
- public GetImageCookie get_image (ImageFormat format, Drawable drawable, int16 x, int16 y, uint16 width, uint16 height, uint32 plane_mask)
- public GetImageReply? get_image_reply (GetImageCookie cookie, out GenericError? e = null)
- public GetImageCookie get_image_unchecked (ImageFormat format, Drawable drawable, int16 x, int16 y, uint16 width, uint16 height, uint32 plane_mask)
- public GetInputFocusCookie get_input_focus ()
- public GetInputFocusReply? get_input_focus_reply (GetInputFocusCookie cookie, out GenericError? e = null)
- public GetInputFocusCookie get_input_focus_unchecked ()
- public GetMotionEventsCookie get_motion_events (Window window, Timestamp start, Timestamp stop)
- public GetMotionEventsReply? get_motion_events_reply (GetMotionEventsCookie cookie, out GenericError? e = null)
- public GetMotionEventsCookie get_motion_events_unchecked (Window window, Timestamp start, Timestamp stop)
- public GetPropertyCookie get_property (bool _delete, Window window, AtomT property, AtomT type, uint32 long_offset, uint32 long_length)
- public GetPropertyReply? get_property_reply (GetPropertyCookie cookie, out GenericError? e = null)
- public GetPropertyCookie get_property_unchecked (bool _delete, Window window, AtomT property, AtomT type, uint32 long_offset, uint32 long_length)
- public GetScreenSaverCookie get_screen_saver ()
- public GetScreenSaverReply? get_screen_saver_reply (GetScreenSaverCookie cookie, out GenericError? e = null)
- public GetScreenSaverCookie get_screen_saver_unchecked ()
- public GetSelectionOwnerCookie get_selection_owner (AtomT selection)
- public GetSelectionOwnerReply? get_selection_owner_reply (GetSelectionOwnerCookie cookie, out GenericError? e = null)
- public GetSelectionOwnerCookie get_selection_owner_unchecked (AtomT selection)
- public Setup get_setup ()
- public GetWindowAttributesCookie get_window_attributes (Window wid)
- public GetWindowAttributesReply? get_window_attributes_reply (GetWindowAttributesCookie cookie, out GenericError? e = null)
- public GetWindowAttributesCookie get_window_attributes_unchecked (Window wid)
- public VoidCookie grab_button (bool owner_events, Window grab_window, uint16 event_mask, GrabMode pointer_mode, GrabMode keyboard_mode, Window confine_to, Cursor cursor, uint8 button, uint16 modifiers)
- public VoidCookie grab_button_checked (bool owner_events, Window grab_window, uint16 event_mask, GrabMode pointer_mode, GrabMode keyboard_mode, Window confine_to, Cursor cursor, uint8 button, uint16 modifiers)
- public VoidCookie grab_key (bool owner_events, Window grab_window, uint16 modifiers, Keycode key, GrabMode pointer_mode, GrabMode keyboard_mode)
- public VoidCookie grab_key_checked (bool owner_events, Window grab_window, uint16 modifiers, Keycode key, GrabMode pointer_mode, GrabMode keyboard_mode)
- public GrabKeyboardCookie grab_keyboard (bool owner_events, Window grab_window, Timestamp time, GrabMode pointer_mode, GrabMode keyboard_mode)
- public GrabKeyboardReply? grab_keyboard_reply (GrabKeyboardCookie cookie, out GenericError? e = null)
- public GrabKeyboardCookie grab_keyboard_unchecked (bool owner_events, Window grab_window, Timestamp time, GrabMode pointer_mode, GrabMode keyboard_mode)
- public GrabPointerCookie grab_pointer (bool owner_events, Window grab_window, uint16 event_mask, GrabMode pointer_mode, GrabMode keyboard_mode, Window confine_to, Cursor cursor, Timestamp time)
- public GrabPointerReply? grab_pointer_reply (GrabPointerCookie cookie, out GenericError? e = null)
- public GrabPointerCookie grab_pointer_unchecked (bool owner_events, Window grab_window, uint16 event_mask, GrabMode pointer_mode, GrabMode keyboard_mode, Window confine_to, Cursor cursor, Timestamp time)
- public VoidCookie grab_server ()
- public VoidCookie grab_server_checked ()
- public int has_error ()
- public VoidCookie image_text_8 (Drawable drawable, GContext gc, int16 x, int16 y, string text)
- public VoidCookie image_text_8_checked (Drawable drawable, GContext gc, int16 x, int16 y, string text)
- public VoidCookie install_colormap (Colormap cmap)
- public VoidCookie install_colormap_checked (Colormap cmap)
- public InternAtomCookie intern_atom (bool only_if_exists, string name)
- public InternAtomReply? intern_atom_reply (InternAtomCookie cookie, out GenericError? e = null)
- public InternAtomCookie intern_atom_unchecked (bool only_if_exists, string name)
- public VoidCookie kill_client (uint32 resource)
- public VoidCookie kill_client_checked (uint32 resource)
- public ListExtensionsCookie list_extensions ()
- public ListExtensionsReply? list_extensions_reply (ListExtensionsCookie cookie, out GenericError? e = null)
- public ListExtensionsCookie list_extensions_unchecked ()
- public ListFontsCookie list_fonts (uint16 max_names, string pattern)
- public ListFontsReply? list_fonts_reply (ListFontsCookie cookie, out GenericError? e = null)
- public ListFontsCookie list_fonts_unchecked (uint16 max_names, string pattern)
- public ListFontsWithInfoCookie list_fonts_with_info (uint16 max_names, string pattern)
- public ListFontsWithInfoReply? list_fonts_with_info_reply (ListFontsWithInfoCookie cookie, out GenericError? e = null)
- public ListFontsWithInfoCookie list_fonts_with_info_unchecked (uint16 max_names, string pattern)
- public ListHostsCookie list_hosts ()
- public ListHostsReply? list_hosts_reply (ListHostsCookie cookie, out GenericError? e = null)
- public ListHostsCookie list_hosts_unchecked ()
- public ListInstalledColormapsCookie list_installed_colormaps (Window window)
- public ListInstalledColormapsReply? list_installed_colormaps_reply (ListInstalledColormapsCookie cookie, out GenericError? e = null)
- public ListInstalledColormapsCookie list_installed_colormaps_unchecked (Window window)
- public ListPropertiesCookie list_properties (Window window)
- public ListPropertiesReply? list_properties_reply (ListPropertiesCookie cookie, out GenericError? e = null)
- public ListPropertiesCookie list_properties_unchecked (Window window)
- public LookupColorCookie lookup_color (Colormap cmap, string name)
- public LookupColorReply? lookup_color_reply (LookupColorCookie cookie, out GenericError? e = null)
- public LookupColorCookie lookup_color_unchecked (Colormap cmap, string name)
- public VoidCookie map_subwindows (Window window)
- public VoidCookie map_subwindows_checked (Window window)
- public VoidCookie map_window (Window wid)
- public VoidCookie map_window_checked (Window wid)
- public VoidCookie no_operation ()
- public VoidCookie no_operation_checked ()
- public VoidCookie open_font (Font fid, string name)
- public VoidCookie open_font_checked (Font fid, string name)
- public GenericEvent poll_for_event ()
- public VoidCookie poly_arc (Drawable drawable, GContext gc, Arc[] arcs)
- public VoidCookie poly_arc_checked (Drawable drawable, GContext gc, Arc[] arcs)
- public VoidCookie poly_fill_arc (Drawable drawable, GContext gc, Arc[] arcs)
- public VoidCookie poly_fill_arc_checked (Drawable drawable, GContext gc, Arc[] arcs)
- public VoidCookie poly_fill_rectangle (Drawable drawable, GContext gc, Rectangle[] rectangles)
- public VoidCookie poly_fill_rectangle_checked (Drawable drawable, GContext gc, Rectangle[] rectangles)
- public VoidCookie poly_line (CoordMode coordinate_mode, Drawable drawable, GContext gc, Point[] points)
- public VoidCookie poly_line_checked (CoordMode coordinate_mode, Drawable drawable, GContext gc, Point[] points)
- public VoidCookie poly_point (CoordMode coordinate_mode, Drawable drawable, GContext gc, Point[] points)
- public VoidCookie poly_point_checked (CoordMode coordinate_mode, Drawable drawable, GContext gc, Point[] points)
- public VoidCookie poly_rectangle (Drawable drawable, GContext gc, Rectangle[] rectangles)
- public VoidCookie poly_rectangle_checked (Drawable drawable, GContext gc, Rectangle[] rectangles)
- public VoidCookie poly_segment (Drawable drawable, GContext gc, Segment[] segments)
- public VoidCookie poly_segment_checked (Drawable drawable, GContext gc, Segment[] segments)
- public VoidCookie poly_text_16 (Drawable drawable, GContext gc, int16 x, int16 y, uint8[] items)
- public VoidCookie poly_text_16_checked (Drawable drawable, GContext gc, int16 x, int16 y, uint8[] items)
- public VoidCookie poly_text_8 (Drawable drawable, GContext gc, int16 x, int16 y, uint8[] items)
- public VoidCookie poly_text_8_checked (Drawable drawable, GContext gc, int16 x, int16 y, uint8[] items)
- public VoidCookie put_image (ImageFormat format, Drawable drawable, GContext gc, uint16 width, uint16 height, int16 dst_x, int16 dst_y, uint8 left_pad, uint8 depth, uint8[] data)
- public VoidCookie put_image_checked (ImageFormat format, Drawable drawable, GContext gc, uint16 width, uint16 height, int16 dst_x, int16 dst_y, uint8 left_pad, uint8 depth, uint8[] data)
- public QueryBestSizeCookie query_best_size (uint8 _class, Drawable drawable, uint16 width, uint16 height)
- public QueryBestSizeReply? query_best_size_reply (QueryBestSizeCookie cookie, out GenericError? e = null)
- public QueryBestSizeCookie query_best_size_unchecked (uint8 _class, Drawable drawable, uint16 width, uint16 height)
- public QueryColorsCookie query_colors (Colormap cmap, uint32[] pixels)
- public QueryColorsReply? query_colors_reply (QueryColorsCookie cookie, out GenericError? e = null)
- public QueryColorsCookie query_colors_unchecked (Colormap cmap, uint32[] pixels)
- public QueryExtensionCookie query_extension (string name)
- public QueryExtensionReply? query_extension_reply (QueryExtensionCookie cookie, out GenericError? e = null)
- public QueryExtensionCookie query_extension_unchecked (string name)
- public QueryFontCookie query_font (Fontable font)
- public QueryFontReply? query_font_reply (QueryFontCookie cookie, out GenericError? e = null)
- public QueryFontCookie query_font_unchecked (Fontable font)
- public QueryPointerCookie query_pointer (Window window)
- public QueryPointerReply? query_pointer_reply (QueryPointerCookie cookie, out GenericError? e = null)
- public QueryPointerCookie query_pointer_unchecked (Window window)
- public QueryTreeCookie query_tree (Window wid)
- public QueryTreeReply? query_tree_reply (QueryTreeCookie cookie, out GenericError? e = null)
- public QueryTreeCookie query_tree_unchecked (Window wid)
- public VoidCookie recolor_cursor (Cursor cursor, uint16 fore_red, uint16 fore_green, uint16 fore_blue, uint16 back_red, uint16 back_green, uint16 back_blue)
- public VoidCookie recolor_cursor_checked (Cursor cursor, uint16 fore_red, uint16 fore_green, uint16 fore_blue, uint16 back_red, uint16 back_green, uint16 back_blue)
- public VoidCookie reparent_window (Window window, Window parent, uint16 x, uint16 y)
- public VoidCookie reparent_window_checked (Window window, Window parent, uint16 x, uint16 y)
- public GenericError? request_check (VoidCookie cookie)
- public VoidCookie rotate_properties (Window window, int16 delta, AtomT[] atoms)
- public VoidCookie rotate_properties_checked (Window window, int16 delta, AtomT[] atoms)
- public VoidCookie set_access_control (AccessControl mode)
- public VoidCookie set_access_control_checked (AccessControl mode)
- public VoidCookie set_clip_rectangles (ClipOrdering ordering, GContext gc, int16 clip_x_origin, int16 clip_y_origin, Rectangle[] rectangles)
- public VoidCookie set_clip_rectangles_checked (ClipOrdering ordering, GContext gc, int16 clip_x_origin, int16 clip_y_origin, Rectangle[] rectangles)
- public VoidCookie set_close_down_mode (CloseDown mode)
- public VoidCookie set_close_down_mode_checked (CloseDown mode)
- public VoidCookie set_dashes (GContext gc, uint16 dash_offset, uint8[] dashes)
- public VoidCookie set_dashes_checked (GContext gc, uint16 dash_offset, uint8[] dashes)
- public VoidCookie set_input_focus (InputFocus revert_to, Window focus, Timestamp time)
- public VoidCookie set_input_focus_checked (InputFocus revert_to, Window focus, Timestamp time)
- public VoidCookie set_screen_saver (int16 timeout, int16 interval, uint8 prefer_blanking, uint8 allow_exposures)
- public VoidCookie set_screen_saver_checked (int16 timeout, int16 interval, uint8 prefer_blanking, uint8 allow_exposures)
- public VoidCookie set_selection_owner (Window owner, AtomT selection, Timestamp time)
- public VoidCookie set_selection_owner_checked (Window owner, AtomT selection, Timestamp time)
- public VoidCookie store_colors (Colormap cmap, Coloritem[] items)
- public VoidCookie store_colors_checked (Colormap cmap, Coloritem[] items)
- public VoidCookie store_named_color (ColorFlag flags, Colormap cmap, uint32 pixel, string name)
- public VoidCookie store_named_color_checked (ColorFlag flags, Colormap cmap, uint32 pixel, string name)
- public TranslateCoordinatesCookie translate_coordinates (Window src_window, Window dst_window, int16 src_x, int16 src_y)
- public TranslateCoordinatesReply? translate_coordinates_reply (TranslateCoordinatesCookie cookie, out GenericError? e = null)
- public TranslateCoordinatesCookie translate_coordinates_unchecked (Window src_window, Window dst_window, int16 src_x, int16 src_y)
- public VoidCookie ungrab_button (uint8 button, Window grab_window, uint16 modifiers)
- public VoidCookie ungrab_button_checked (uint8 button, Window grab_window, uint16 modifiers)
- public VoidCookie ungrab_key (Keycode key, Window grab_window, uint16 modifiers)
- public VoidCookie ungrab_key_checked (Keycode key, Window grab_window, uint16 modifiers)
- public VoidCookie ungrab_keyboard (Timestamp time)
- public VoidCookie ungrab_keyboard_checked (Timestamp time)
- public VoidCookie ungrab_pointer (Timestamp time)
- public VoidCookie ungrab_pointer_checked (Timestamp time)
- public VoidCookie ungrab_server ()
- public VoidCookie ungrab_server_checked ()
- public VoidCookie uninstall_colormap (Colormap cmap)
- public VoidCookie uninstall_colormap_checked (Colormap cmap)
- public VoidCookie unmap_subwindows (Window window)
- public VoidCookie unmap_subwindows_checked (Window window)
- public VoidCookie unmap_window (Window wid)
- public VoidCookie unmap_window_checked (Window wid)
- public GenericEvent wait_for_event ()
- public VoidCookie warp_pointer (Window src_window, Window dst_window, int16 src_x, int16 src_y, uint16 src_width, uint16 src_height, int16 dst_x, int16 dst_y)
- public VoidCookie warp_pointer_checked (Window src_window, Window dst_window, int16 src_x, int16 src_y, uint16 src_width, uint16 src_height, int16 dst_x, int16 dst_y)