[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgtk3.pas line 11987
type TGtkRevealer = object(TGtkBin) |
||
function new; |
|
|
function get_child_revealed; |
|
|
function get_reveal_child; |
|
|
function get_transition_duration; |
|
|
function get_transition_type; |
|
|
procedure set_reveal_child(); |
|
|
procedure set_transition_duration(); |
|
|
procedure set_transition_type(); |
|
|
property child_revealed: gboolean; [r] |
|
|
property reveal_child: gboolean; [rw] |
|
|
property transition_duration: guint; [rw] |
|
|
property transition_type: TGtkRevealerTransitionType; [rw] |
|
|
end; |
|
||
|
||
|
||
|
||
|
||
|