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

TGtkScrolledWindow

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

Declaration

Source position: lazgtk3.pas line 12134

type TGtkScrolledWindow = object(TGtkBin)

  priv3: PGtkScrolledWindowPrivate;

  

  function new();

  

  function get_capture_button_press;

  

  function get_hadjustment;

  

  function get_hscrollbar;

  

  function get_kinetic_scrolling;

  

  function get_max_content_height;

  

  function get_max_content_width;

  

  function get_min_content_height;

  

  function get_min_content_width;

  

  function get_overlay_scrolling;

  

  function get_placement;

  

  procedure get_policy();

  

  function get_propagate_natural_height;

  

  function get_propagate_natural_width;

  

  function get_shadow_type;

  

  function get_vadjustment;

  

  function get_vscrollbar;

  

  procedure add_with_viewport(); deprecated ;

  

  procedure set_capture_button_press();

  

  procedure set_hadjustment();

  

  procedure set_kinetic_scrolling();

  

  procedure set_max_content_height();

  

  procedure set_max_content_width();

  

  procedure set_min_content_height();

  

  procedure set_min_content_width();

  

  procedure set_overlay_scrolling();

  

  procedure set_placement();

  

  procedure set_policy();

  

  procedure set_propagate_natural_height();

  

  procedure set_propagate_natural_width();

  

  procedure set_shadow_type();

  

  procedure set_vadjustment();

  

  procedure unset_placement;

  

  property hadjustment: PGtkAdjustment; [rw]

  

  property kinetic_scrolling: gboolean; [rw]

  

  property max_content_height: gint; [rw]

  

  property max_content_width: gint; [rw]

  

  property min_content_height: gint; [rw]

  

  property min_content_width: gint; [rw]

  

  property overlay_scrolling: gboolean; [rw]

  

  property propagate_natural_height: gboolean; [rw]

  

  property propagate_natural_width: gboolean; [rw]

  

  property shadow_type: TGtkShadowType; [rw]

  

  property vadjustment: PGtkAdjustment; [rw]

  

end;

Inheritance

TGtkScrolledWindow

  

TGtkBin

  

TGtkContainer

  

TGtkWidget

  

TGInitiallyUnowned

  

TGObject