gdk-2.0 Reference Manual

Synopsis

public class Visual : Object  {
    public    VisualType                type ;
    public    int                       depth ;
    public    ByteOrder                 byte_order ;
    public    int                       colormap_size ;
    public    int                       bits_per_rgb ;
    public    uint                      red_mask ;
    public    int                       red_shift ;
    public    int                       red_prec ;
    public    uint                      green_mask ;
    public    int                       green_shift ;
    public    int                       green_prec ;
    public    uint                      blue_mask ;
    public    int                       blue_shift ;
    public    int                       blue_prec ;


    public    static weak Visual        get_best                  (  ) ;
    public    static int                get_best_depth            (  ) ;
    public    static VisualType         get_best_type             (  ) ;
    public    static weak Visual        get_best_with_both        ( int                 depth,
                                                                    VisualType          visual_type ) ;
    public    static weak Visual        get_best_with_depth       ( int                 depth ) ;
    public    static weak Visual        get_best_with_type        ( VisualType          visual_type ) ;
    public    weak Screen               get_screen                (  ) ;
    public    static weak Visual        get_system                (  ) ;
}

Visual Description

Details

Constructor Details

Field Details

type
    public    VisualType                type ;		

depth
    public    int                       depth ;		

byte_order
    public    ByteOrder                 byte_order ;		

colormap_size
    public    int                       colormap_size ;		

bits_per_rgb
    public    int                       bits_per_rgb ;		

red_mask
    public    uint                      red_mask ;		

red_shift
    public    int                       red_shift ;		

red_prec
    public    int                       red_prec ;		

green_mask
    public    uint                      green_mask ;		

green_shift
    public    int                       green_shift ;		

green_prec
    public    int                       green_prec ;		

blue_mask
    public    uint                      blue_mask ;		

blue_shift
    public    int                       blue_shift ;		

blue_prec
    public    int                       blue_prec ;		

Signal Details

Property Details

Method Details

get_best ()
    public    static weak Visual        get_best                  (  ) ;		

get_best_depth ()
    public    static int                get_best_depth            (  ) ;		

get_best_type ()
    public    static VisualType         get_best_type             (  ) ;		

get_best_with_both ()
    public    static weak Visual        get_best_with_both        ( int                 depth,
                                                                    VisualType          visual_type ) ;		

get_best_with_depth ()
    public    static weak Visual        get_best_with_depth       ( int                 depth ) ;		

get_best_with_type ()
    public    static weak Visual        get_best_with_type        ( VisualType          visual_type ) ;		

get_screen ()
    public    weak Screen               get_screen                (  ) ;		

get_system ()
    public    static weak Visual        get_system                (  ) ;		


Created by Valadoc