[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgtk3.pas line 11317
type TGtkRadioButton = object(TGtkCheckButton) |
||
|
||
function new(); |
|
|
function new_from_widget(); |
|
|
function new_with_label(); |
|
|
function new_with_label_from_widget(); |
|
|
function new_with_mnemonic(); |
|
|
function new_with_mnemonic_from_widget(); |
|
|
function get_group; |
|
|
procedure join_group(); |
|
|
procedure set_group(); |
|
|
|
||
end; |
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|