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