From 5f8448ef6b85a9ff72c5af4cec99183c8bb60dc6 Mon Sep 17 00:00:00 2001 From: marha Date: Tue, 10 Apr 2012 14:58:33 +0200 Subject: Updated following packages: bigreqsproto-1.1.2 fontsproto-2.1.2 recordproto-1.14.2 scrnsaverproto-1.2.2 xcmiscproto-1.2.2 libXt-1.1.3 xhost-1.0.5 kbproto-1.0.6 libXrender-0.9.7 libxkbfile-1.0.8 freetype-2.4.9 libXaw-1.0.10 libXpm-3.5.10 xproto-7.0.23 --- libXaw/specs/Toggle.xml | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'libXaw/specs/Toggle.xml') diff --git a/libXaw/specs/Toggle.xml b/libXaw/specs/Toggle.xml index d5c239898..227aba2dc 100644 --- a/libXaw/specs/Toggle.xml +++ b/libXaw/specs/Toggle.xml @@ -38,7 +38,7 @@ Toggle widgets may also be part of a ``radio group.'' A radio group is a list of at least two Toggle widgets in which no more than one Toggle may be set at any time. A radio group is identified by the widget ID of any one of -its members. The convenience routine XawToggleGetCurrent will +its members. The convenience routine will return information about the Toggle widget in the radio group. @@ -46,7 +46,7 @@ return information about the Toggle widget in the radio group. Toggle widget state is preserved across changes in sensitivity. - + Resources When creating a Toggle widget instance, the following resources are @@ -375,11 +375,11 @@ retrieved from the argument list or from the resource database: -Specifies the data that will be returned by XawToggleGetCurrent +Specifies the data that will be returned by when this is the currently set widget in the radio group. This value is also used to identify the Toggle that will be set by a call to -XawToggleSetCurrent. The value NULL will be returned by -XawToggleGetCurrent if no widget in a radio group is currently +. The value NULL will be returned by + if no widget in a radio group is currently set. Programmers must not specify NULL (or Zero) as radioData. @@ -455,8 +455,8 @@ Toggle widget: - -Toggle Actions_b + +Toggle Actions The full list of actions supported by Toggle is: @@ -593,22 +593,22 @@ its member widgets to True. - + Convenience Routines The following functions allow easy access to the Toggle widget's radio group functionality. - + Changing the Toggle's Radio Group. To enable an application to change the Toggle's radio group, add the Toggle to a radio group, or remove the Toggle from a radio group, use -XawToggleChangeRadioGroup. +. - + void XawToggleChangeRadioGroup Widgetw, radio_group @@ -651,10 +651,10 @@ Finding the Currently selected Toggle in a radio group of Toggles To find the currently selected Toggle in a radio group of Toggle widgets -use XawToggleGetCurrent. +use . - + XtPointer XawToggleGetCurrent XtPointer XawToggleGetCurrent(radio_group) @@ -687,10 +687,10 @@ Changing the Toggle that is set in a radio group. To change the Toggle that is currently set in a radio group use -XawToggleSetCurrent. +. - + void XawToggleSetCurrent voidXawToggleSetCurrent(radio_group, radio_data) @@ -727,11 +727,11 @@ by the radio_group argument. -XawToggleSetCurrent locates the Toggle widget to be set by + locates the Toggle widget to be set by matching radio_data against the radioData for each Toggle in -the radio group. If none match, XawToggleSetCurrent returns +the radio group. If none match, returns without making any changes. If more than one Toggle matches, -XawToggleSetCurrent will choose a Toggle to set arbitrarily. If + will choose a Toggle to set arbitrarily. If this causes any Toggle widgets to change state, all routines in their callback lists will be invoked. The callback routines for a Toggle that is to be unset will be called before the one that is to be set. @@ -740,10 +740,10 @@ Unsetting all Toggles in a radio group. To unset all Toggle widgets in a radio group use -XawToggleUnsetCurrent. +. - + void XawToggleUnsetCurrent void XawToggleUnsetCurrent(radio_group) -- cgit v1.2.3