[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgtk3.pas line 5731
type TGtkColorSelection = object(TGtkBox) |
||
|
||
function new; |
|
|
function palette_from_string(); |
|
|
function palette_to_string(); |
|
|
function set_change_palette_with_screen_hook(); |
|
|
function get_current_alpha; |
|
|
procedure get_current_rgba(); |
|
|
function get_has_opacity_control; |
|
|
function get_has_palette; |
|
|
function get_previous_alpha; |
|
|
procedure get_previous_rgba(); |
|
|
function is_adjusting; |
|
|
procedure set_current_alpha(); |
|
|
procedure set_current_rgba(); |
|
|
procedure set_has_opacity_control(); |
|
|
procedure set_has_palette(); |
|
|
procedure set_previous_alpha(); |
|
|
procedure set_previous_rgba(); |
|
|
property current_alpha: guint16; [rw] |
|
|
property has_opacity_control: gboolean; [rw] |
|
|
property has_palette: gboolean; [rw] |
|
|
end; |
|
||
|
||
|
||
|
||
|
||
|