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

TGtkScaleButton

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

Declaration

Source position: lazgtk3.pas line 12050

type TGtkScaleButton = object(TGtkButton)

  priv4: PGtkScaleButtonPrivate;

  

  function new();

  

  function get_adjustment;

  

  function get_minus_button;

  

  function get_plus_button;

  

  function get_popup;

  

  function get_value;

  

  procedure set_adjustment();

  

  procedure set_icons();

  

  procedure set_value();

  

  property adjustment: PGtkAdjustment; [rw]

  

  property value: gdouble; [rw]

  

end;

Inheritance

TGtkScaleButton

  

TGtkButton

  

TGtkBin

  

TGtkContainer

  

TGtkWidget

  

TGInitiallyUnowned

  

TGObject