[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgdk3.pas line 4491
type TGdkVisual = object(TGObject) |
||
function get_best; |
|
|
function get_bits_per_rgb; |
|
|
procedure get_blue_pixel_details(); |
|
|
function get_byte_order; |
|
|
function get_colormap_size; |
|
|
function get_depth; |
|
|
procedure get_green_pixel_details(); |
|
|
procedure get_red_pixel_details(); |
|
|
function get_screen; |
|
|
function get_visual_type; |
|
|
end; |
|
||
|