X11::Screen
Inherits Reference / Object
Constructors
Instance methods
Returns the default graphics context (GC), which has the same depth as the root window of the screen.
Returns a value indicating whether the screen supports backing stores. The value returned can be one of WhenMapped, NotUseful, or Always
Returns a Bool value indicating whether the screen supports save unders.
If true, the screen supports save unders. If false, the screen does not support save unders
Returns the maximum number of installed colormaps supported by the specified screen.
Returns the minimum number of installed colormaps supported by the specified screen.
Returns the SCREEN_RESOURCES property from the root window.
###Description
The resource_string function returns the SCREEN_RESOURCES property from
the root window of the actual screen. The property is converted from
type STRING to the current locale. The conversion is identical to that
produced by Display::mb_text_property_to_text_list for a single element STRING
property. The property value must be in a format that is acceptable to
X11::rm_get_string_database. If no property exists, empty string is returned.
###See also
Display::resource_manager_string.