[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgtk3.pas line 10516
type TGtkOverlay = object(TGtkBin) |
||
|
||
function new; |
|
|
procedure add_overlay(); |
|
|
function get_overlay_pass_through(); |
|
|
procedure reorder_overlay(); |
|
|
procedure set_overlay_pass_through(); |
|
|
end; |
|
||
|
||
|
||
|
||
|
||
|