Import line: | GdkX11 = imports.gi.GdkX11; |
GIR File: | GdkX11-3.0.gir |
C documentation: | GdkX11 |
Namespace : | GdkX11 |
None |
Method / Constructor | Defined By | |
---|---|---|
GdkX11.x11_free_compound_text
(guint8 ctext)
:
none
Frees the data returned from gdk_x11_display_string_to_compound_text().
Frees the data returned from gdk_x11_display_string_to_compound_text().
|
GdkX11 | |
GdkX11.x11_free_text_list
(String list)
:
none
Frees the array of strings created by
gdk_x11_display_text_property_to_text_list().
Frees the array of strings created by
gdk_x11_display_text_property_to_text_list().
|
GdkX11 | |
GdkX11.x11_get_default_screen
()
:
gint32
Gets the default GTK+ screen number.
Gets the default GTK+ screen number.
the --display command line option or the DISPLAY environment variable when gdk_init() calls XOpenDisplay().
|
GdkX11 | |
Routine to get the current X server time stamp.
Routine to get the current X server time stamp.
|
GdkX11 | |
Returns the name of an X atom for GDK's default display.
Returns the name of an X atom for GDK's default display. This
function is meant mainly for debugging, so for convenience, unlike doesn't need to be freed. Also, this function will never return NULL, even if xatom is invalid. so it shouldn't be modifed or freed.
|
GdkX11 | |
Returns the name of an X atom for its display.
Returns the name of an X atom for its display. This
function is meant mainly for debugging, so for convenience, unlike XAtomName() and gdk_atom_name(), the result doesn't need to be freed. so it shouldn't be modifed or freed.
|
GdkX11 | |
GdkX11.x11_grab_server
()
:
none
Call gdk_x11_display_grab() on the default display.
Call gdk_x11_display_grab() on the default display.
To ungrab the server again, use gdk_x11_ungrab_server(). gdk_x11_grab_server()/gdk_x11_ungrab_server() calls can be nested.
|
GdkX11 | |
Find the GdkDisplay corresponding to display, if any exists.
Find the GdkDisplay corresponding to display, if any exists.
|
GdkX11 | |
GdkX11.x11_register_standard_event_type
(Display display, gint32 event_base, gint32 n_events)
:
none
Registers interest in receiving extension events with type codes
between event_base and
Registers interest in receiving extension events with type codes
between event_base and The registered events must have the window field in the same place as core X events (this is not the case for e.g. XKB extension events). If an event type is registered, events of this type will go through global and window-specific filters (see gdk_window_add_filter()). Unregistered events will only go through global filters. GDK may register the events of some X extensions on its own. This function should only be needed in unusual circumstances, e.g. when filtering XInput extension events on the root window.
|
GdkX11 | |
GdkX11.x11_set_sm_client_id
(String sm_client_id)
:
none
Sets the
the window manager can save the application's state using the X11R6 ICCCM session management protocol.
Sets the
the window manager can save the application's state using the X11R6 ICCCM session management protocol. See the X Session Management Library documentation for more information on session management and the Inter-Client Communication Conventions Manual
|
GdkX11 | |
GdkX11.x11_ungrab_server
()
:
none
Ungrab the default display after it has been grabbed with
gdk_x11_grab_server().
Ungrab the default display after it has been grabbed with
gdk_x11_grab_server().
|
GdkX11 |
None |