[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgtk3.pas line 12050
type TGtkScaleButton = object(TGtkButton) |
||
|
||
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] |
|
|
|
||
end; |
|
||
|
||
|
||
|
||
|
||
|
||
|