Connection
Object Hierarchy:
Description:
[ Compact ]
[ CCode ( cname = "xcb_connection_t" , cprefix = "xcb_shape_" , unref_function = "" ) ]
public class Connection : Connection
Content:
Methods:
- public GetRectanglesCookie get_rectangles (Window window, Kind source_kind)
- public GetRectanglesReply get_rectangles_reply (GetRectanglesCookie cookie, out GenericError? e = null)
- public GetRectanglesCookie get_rectangles_unchecked (Window window, Kind source_kind)
- public InputSelectedCookie input_selected (Window destination_window)
- public InputSelectedReply input_selected_reply (InputSelectedCookie cookie, out GenericError? e = null)
- public InputSelectedCookie input_selected_unchecked (Window destination_window)
- public QueryExtentsCookie query_extents (Window destination_window)
- public QueryExtentsReply query_extents_reply (QueryExtentsCookie cookie, out GenericError? e = null)
- public QueryExtentsCookie query_extents_unchecked (Window destination_window)
- public QueryVersionCookie query_version ()
- public QueryVersionReply? query_version_reply (QueryVersionCookie cookie, out GenericError? e = null)
- public QueryVersionCookie query_version_unchecked ()
- public VoidCookie rectangles (Op operation, Kind destination_kind, uint8 ordering, Window destination_window, int16 x_offset, int16 y_offset, Rectangle[] rectangles)
- public VoidCookie rectangles_checked (Op operation, Kind destination_kind, uint8 ordering, Window destination_window, int16 x_offset, int16 y_offset, Rectangle[] rectangles)
- public VoidCookie select_input (Window destination_window, bool enable)
- public VoidCookie select_input_checked (Window destination_window, bool enable)
- public VoidCookie shape_combine (Op operation, Kind destination_kind, Kind source_kind, Window destination_window, int16 x_offset, int16 y_offset, Window source_window)
- public VoidCookie shape_combine_checked (Op operation, Kind destination_kind, Kind source_kind, Window destination_window, int16 x_offset, int16 y_offset, Window source_window)
- public VoidCookie shape_mask (Op operation, Kind destination_kind, uint8 ordering, Window destination_window, int16 x_offset, int16 y_offset, Pixmap source_bitmap)
- public VoidCookie shape_mask_checked (Op operation, Kind destination_kind, uint8 ordering, Window destination_window, int16 x_offset, int16 y_offset, Pixmap source_bitmap)
- public VoidCookie shape_offset (Kind destination_kind, Window destination_window, int16 x_offset, int16 y_offset)
- public VoidCookie shape_offset_checked (Kind destination_kind, Window destination_window, int16 x_offset, int16 y_offset)
Inherited Members:
All known members inherited from class Xcb.Connection