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

TGtkRadioMenuItem

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

Declaration

Source position: lazgtk3.pas line 11384

type TGtkRadioMenuItem = object(TGtkCheckMenuItem)

  priv5: PGtkRadioMenuItemPrivate;

  

  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();

  

  property group: PGSList; [rw]

  

end;

Inheritance

TGtkRadioMenuItem

  

TGtkCheckMenuItem

  

TGtkMenuItem

  

TGtkBin

  

TGtkContainer

  

TGtkWidget

  

TGInitiallyUnowned

  

TGObject