Sets the cursor theme from which the images for cursor should be taken.
If the windowing system supports it, existing cursors created with gdk_cursor_new(), gdk_cursor_new_for_display() and gdk_cursor_new_for_name() are updated to reflect the theme change. Custom cursors constructed with gdk_cursor_new_from_pixmap() or gdk_cursor_new_from_pixbuf() will have to be handled by the application (GTK+ applications can learn about cursor theme changes by listening for change notification for the corresponding #GtkSetting).
a #GdkDisplay
the name of the cursor theme to use, or %NULL to unset a previously set value
the cursor size to use, or 0 to keep the previous size
Gets the default GTK+ screen number.
Returns the name of an X atom for GDK's default display. This
function is meant mainly for debugging, so for convenience, unlike
xatom
is invalid.
an X atom for GDK's 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.
Sets the
See the X Session Management Library documentation for more information on session management and the Inter-Client Communication Conventions Manual
the client id assigned by the session manager when the connection was opened, or %NULL to remove the property.
Ungrab the default display after it has been grabbed with gdk_x11_grab_server().
The application can use this call to update the _NET_WM_USER_TIME property on a toplevel window. This property stores an Xserver time which represents the time of the last user input event received for this window. This property may be used by the window manager to alter the focus, stacking, and/or placement behavior of windows when they are mapped depending on whether the new window was created by a user action or is a "pop-up" window activated by a timer or some other event.
Note that this property is automatically updated by GDK, so this function should only be used by applications which handle input events bypassing GDK.
A toplevel #GdkWindow
An XServer timestamp to which the property should be set
Returns the Gdk object associated with the given X id for the default display.
an X id.
Converts from a #GdkAtom to the X atom for the default GDK display with the same string value.