Visual
Object Hierarchy:
Description:
[
CCode ( type_id =
"gdk_visual_get_type ()" ) ]
public class Visual :
Object
A Visual contains information about a particular visual.
Content:
Static methods:
- public static unowned Visual get_best ()
Get the visual with the most available colors for the default GDK
screen.
- public static int get_best_depth ()
Get the best available depth for the default GDK screen.
- public static VisualType get_best_type ()
Return the best available visual type for the default GDK screen.
- public static unowned Visual? get_best_with_both (int depth, VisualType visual_type)
- public static unowned Visual get_best_with_depth (int depth)
Get the best visual with depth depth for the default GDK
screen.
- public static unowned Visual get_best_with_type (VisualType visual_type)
Get the best visual of the given visual_type for the
default GDK screen.
- public static unowned Visual get_system ()
Get the system’s default visual for the default GDK screen.
Creation methods:
Methods:
Inherited Members:
All known members inherited from class GLib.Object