68 if (_hidden_cursor == None) {
71 return _hidden_cursor;
88 _x_error_messages_enabled =
false;
89 return _x_error_count;
103 _x_error_messages_enabled =
true;
104 return _x_error_count;
117 return _x_error_count;
XIM get_im() const
Returns the input method opened for the pipe, or NULL if the input method could not be opened for som...
static int disable_x_error_messages()
Globally disables the printing of error messages that are raised by the X11 system, for instance in order to test whether a particular X11 operation will succeed.
X11_Window get_root() const
Returns the handle to the root window on the pipe's display.
int get_screen() const
Returns the X screen number associated with the pipe.
static int enable_x_error_messages()
Reenables the printing of error messages after a previous call to disable_x_error_messages().
X11_Cursor get_hidden_cursor()
Returns an invisible Cursor suitable for assigning to windows that have the cursor_hidden property se...
X11_Display * get_display() const
Returns a pointer to the X display associated with the pipe: the display on which to create the windo...
static int get_x_error_count()
Returns the number of times an error indication has been raised by the X11 system since application s...