VkGangedGroup(3x) VkGangedGroup(3x)
VkGangedGroup - Utility class that supports ganged scrollbars and scales
VkWidgetList
#include <Vk/VkGangedGroup.h>
PUBLIC PROTOCOL SUMMARY
Constructor/Destructor
VkGangedGroup(void);
virtual void ~VkGangedGroup(void);
Adding new members [Toc] [Back]
void add(Widget);
void add(VkComponent *);
This class is a subclass of VkWidgetList that allows applications to
add XmScrollBar or XmScale widgets to a list of widgets to be
"ganged" together, so that all are moved at the same time.
FUNCTION DESCRIPTIONS [Toc] [Back] VkGangedGroup()
VkGangedGroup(void);
Initializes an empty list.
~VkGangedGroup()
virtual void ~VkGangedGroup(void);
Destroys the list created by this class. The widgets on the list are
not destroyed.
add()
void add(Widget);
Adds a widget to the ganged group.
add()
void add(Component *);
Page 1
VkGangedGroup(3x) VkGangedGroup(3x)
Adds the base widget of a component to the ganged group.
INHERITED MEMBER FUNCTIONS [Toc] [Back] Inherited from VkWidgetList
widgetDestroyed(), remove(), remove(), removeFirst(), removeLast(),
exists(), size(), operator[](),
CLASSES USED BY THIS CLASS
VkComponent, VkWidgetList
VkComponent, VkWidgetList,
ViewKit Programmer's Guide
The X Window System, DEC Press, Bob Sheifler and Jim Gettys
The X Window System Toolkit, DEC Press, Paul Asente and Ralph Swick
The OSF/Motif Programmers Reference, Prentice Hall, OSF
PPPPaaaaggggeeee 2222 [ Back ]
|