Difference between revisions of "IUP/Layout/IupRadio"

From Vendetta Lua
Jump to: navigation, search
(Created page with "__NOTOC__ __NOEDITSECTION__ {{DISPLAYTITLE:IupRadio}} :Creates the radio element for grouping mutual exclusive toggles. Only one of its descendet toggles will be active at a...")
 
(Redirected page to IUP/Controls/IupRadio)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
__NOTOC__
+
#REDIRECT [[IUP/Controls/IupRadio]]
__NOEDITSECTION__
+
{{DISPLAYTITLE:IupRadio}}
+
 
+
:Creates the radio element for grouping mutual exclusive toggles. Only one of its descendet toggles will be active at a time. The toggles can be at any composion.
+
 
+
===Creation===
+
 
+
:iup.radio{'''element''': ihandle} -> ('''elem''': ihandle)
+
 
+
:'''element''': Identifier of an interface element. Usually it is a vbox or an hbox containing the toggles associated to the radio.
+
 
+
:This function returns the identifier of the created radio, or nil if an error occurs.
+
 
+
===Attributes===
+
 
+
:'''VALUE''': Identifier of the active toggle. <!-- The identifier is set by means of IupSetHandle.-->
+
 
+
===Examples===
+
 
+
iupradio.gif (2892 bytes)
+

Latest revision as of 08:14, 12 May 2023