[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgtk3.pas line 5142
type TGtkToggleButton = object(TGtkButton) |
||
|
||
function new; |
|
|
function new_with_label(); |
|
|
function new_with_mnemonic(); |
|
|
function get_active; |
|
|
function get_inconsistent; |
|
|
function get_mode; |
|
|
procedure set_active(); |
|
|
procedure set_inconsistent(); |
|
|
procedure set_mode(); |
|
|
procedure toggled; |
|
|
|
||
property inconsistent: gboolean; [rw] |
|
|
end; |
|
||
|
||
|
||
|
||
|
||
|
||
|