[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGtk3' (#lcl)

TGtkViewport

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: lazgtk3.pas line 14978

type TGtkViewport = object(TGtkBin)

  priv3: PGtkViewportPrivate;

  

  function new();

  

  function get_bin_window;

  

  function get_shadow_type;

  

  function get_view_window;

  

  procedure set_shadow_type();

  

  property shadow_type: TGtkShadowType; [rw]

  

end;

Inheritance

TGtkViewport

  

TGtkBin

  

TGtkContainer

  

TGtkWidget

  

TGInitiallyUnowned

  

TGObject