Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xmgettabgroup(3x) [osf1 man page]

XmGetTabGroup(3X)														 XmGetTabGroup(3X)

NAME
XmGetTabGroup - Returns the widget ID of a tab group SYNOPSIS
#include <Xm/Xm.h> Widget XmGetTabGroup (widget) Widget widget; DESCRIPTION
XmGetTabGroup returns the widget ID of the tab group that contains the specified widget. Specifies a widget ID within a tab group RETURN VALUE
Returns the widget ID of a tab group or shell, determined as follows: If widget is a tab group or shell, returns widget If neither widget nor any ancestor up to the nearest shell is a tab group, returns the nearest ancestor of widget that is a shell Otherwise, returns the nearest ancestor of widget that is a tab group SEE ALSO
XmAddTabGroup(3X), XmManager(3X), XmPrimitive(3X) XmGetTabGroup(3X)

Check Out this Related Man Page

XmAddTabGroup(3X)														 XmAddTabGroup(3X)

NAME
XmAddTabGroup - A function that adds a manager or a primitive widget to the list of tab groups SYNOPSIS
#include <Xm/Xm.h> void XmAddTabGroup (tab_group) Widget tab_group; DESCRIPTION
This function is obsolete and its behavior is replaced by setting XmNnavigationType to XmEXCLUSIVE_TAB_GROUP. When using the keyboard 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 within 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. Specifies the manager or primitive widget ID. SEE ALSO
XmManager(3X), XmGetTabGroup(3X), XmPrimitive(3X), XmRemoveTabGroup(3X) XmAddTabGroup(3X)
Man Page

We Also Found This Discussion For You

1. What is on Your Mind?

Throw my Toys out of the Pram!

Hi Folks, Today hasn't been the best one of my career in IT. I've been a contractor for a major utility company for a number of years, on a number of seperate IT contracts mostly Unix. The company had 10 different flavours of unix and multiple different varsions of most of them. At the... (3 Replies)
Discussion started by: gull04
3 Replies