RadioMenuItem Class Reference

Inheritance diagram for RadioMenuItem:

CheckMenuItem List of all members.

Detailed Description

A menu item with two states (plus a third one) that can be mutualy exclusive with other items of the same type.

not implemented yet.


Public Member Functions

 this (SListG group)
 Creates a new RadioMenuItem and links it to an existing set of mutualy exclusive buttons.
 this (SListG group, char[] label)
 Creates a new Radion menu item bellonging to a button group.
 this (RadioMenuItem item)
 Creates a new radion menu item and joins it to the group of the passed button.
 this (RadioMenuItem item, char[] label)
 Creates a new radio menu item and joins it to the group of the passed button.
 this (RadioMenuItem item, char[] label, void function(void *, void *) func)
 Creates a new Radio button with a label and a callback funtion.
SListG getGroup ()
 Gets this buttons group of mutualy exclusive buttons.

Static Public Member Functions

GType getType ()
 Gets this class type.


Member Function Documentation

SListG RadioMenuItem.getGroup  ) 
 

Gets this buttons group of mutualy exclusive buttons.

Returns:
the group of buttons

GType RadioMenuItem.getType  )  [static]
 

Gets this class type.

Returns:
this class type

RadioMenuItem.this RadioMenuItem  item,
char[]  label,
void function(void *, void *)  func
 

Creates a new Radio button with a label and a callback funtion.

Parameters:
item a button from the group that the new button will join
label the new button lavel text
func the call back function

RadioMenuItem.this RadioMenuItem  item,
char[]  label
 

Creates a new radio menu item and joins it to the group of the passed button.

Parameters:
item the button on the group we will join
label the button label text

RadioMenuItem.this RadioMenuItem  item  ) 
 

Creates a new radion menu item and joins it to the group of the passed button.

Parameters:
item 

RadioMenuItem.this SListG  group,
char[]  label
 

Creates a new Radion menu item bellonging to a button group.

Parameters:
group the button group
label the new button label text

RadioMenuItem.this SListG  group  ) 
 

Creates a new RadioMenuItem and links it to an existing set of mutualy exclusive buttons.

Parameters:
group the set of mutualy exclusive buttons


SourceForge.net Logo DSource.org Logo digitalmars.com Logo