[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgtk3.pas line 14978
type TGtkViewport = object(TGtkBin) |
||
|
||
function new(); |
|
|
function get_bin_window; |
|
|
function get_shadow_type; |
|
|
function get_view_window; |
|
|
procedure set_shadow_type(); |
|
|
property shadow_type: TGtkShadowType; [rw] |
|
|
end; |
|
||
|
||
|
||
|
||
|
||
|