Query: xmaddtabgroup
OS: hpux
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XmAddTabGroup(library call) XmAddTabGroup(library call)NAMEXmAddTabGroup -- A function that adds a manager or a primitive widget to the list of tab groupsSYNOPSIS#include <Xm/Xm.h> void XmAddTabGroup( Widget tab_group);DESCRIPTIONThis function is obsolete and its behavior is replaced by setting XmNnavigationType to XmEXCLUSIVE_TAB_GROUP. When the keyboard is used to traverse through a widget hierarchy, primitive or manager widgets are grouped together into what are known as tab groups. Any manager or primitive widget can be a tab group. Within a tab group, move the focus to the next widget in the tab group by using the arrow keys. To move to another tab group, use KNextField or KPrevField. Tab groups are ordinarily specified by the XmNnavigationType resource. XmAddTabGroup is called to control the order of traversal of tab groups. The widget specified by tab_group is appended to the list of tab groups to be traversed, and the widget's XmNnavigationType is set to XmEXCLUSIVE_TAB_GROUP. tab_group Specifies the manager or primitive widget IDRELATEDXmManager(3), XmGetTabGroup(3), XmPrimitive(3), and XmRemoveTabGroup(3). XmAddTabGroup(library call)
Related Man Pages |
---|
xmprocesstraversal(3) - redhat |
xmstringtableproposetablist(3) - redhat |
xmprimitive(3x) - osf1 |
xmimvasetfocusvalues(3) - centos |
xmprocesstraversal(3x) - osf1 |
Similar Topics in the Unix Linux Community |
---|
Unix File Permissions |
PHP Man Pages Now Available (Over 10,000) |
awk - Multi-line data to be stored in variable |
Shopt -s histappend |