Library: karmawidets
Link With: -lkarmawidgets
ExclusiveMenu_ResourceNames | List of resource names for ExclusiveMenu widget |
ExclusiveMenu_Resources | List of resources for ExclusiveMenu widget |
Name | Purpose |
XkwNchoiceName | The name of the choice |
XkwNitemStrings | The array of menu item strings (the choices) |
XkwNnumItems | The number of items (choices) in the menu |
XkwNselectCallback | The callback when a choice is selected |
XkwNvaluePtr | A value pointer which the choice index is written |
XkwNsetChoice | Set the current choice |
XkwNcallCallbacksOnSet | If TRUE call callbacks on setting with setChoice |
Name | Class | Rep. Type | Default |
XkwNchoiceName | XkwCChoiceName | XtRString | NULL |
XkwNitemStrings | XkwCItemStrings | XtRPointer | NULL |
XkwNnumItems | XkwCNumItems | XtRInt | 0 |
XkwNselectCallback | XtCCallback | XtRCallback | NULL |
XkwNvaluePtr | XkwCValuePtr | XtRInt | NULL |
XkwNsetChoice | XkwCSetChoice | XtRString | NULL |
XkwNcallCallbacksOnSet | XkwCCallCallbacksOnSet | XtRBool | False |