Provided by: libmotif-dev_2.3.8-3.1build1_amd64 bug

NAME

       XmButtonBox — The Button Box class

SYNOPSIS

       #include <Xm/ButtonBox.h>

DESCRIPTION

       The Button Box widget manages children (usually buttons) in a single row or single column layout.

       The  Button  Box  maintains  equal  spacing  between its children at all times and attempts to adjust its
       height and width as necessary so that all children will fit. If this is not possible, due  to  parent  or
       application  programmer  constraints,  the Button Box will resize its children as necessary to fit within
       the available space.

       Note: in what follows, major direction refers to the direction of orientation, and minor direction refers
       to the perpendicular direction.

   Classes
       Button Box inherits behavior, resources, and traits from Core, Composite, Constraint, and XmManager.

       The class pointer is xmButtonBoxWidgetClass.

       The class name is XmButtonBox.

   New Resources
       The following table defines a set of widget resources  used  by  the  programmer  to  specify  data.  The
       programmer  can also set the resource values for the inherited classes to set attributes for this widget.
       To reference a resource by name or by class in a .Xdefaults file, remove the XmN or XmC  prefix  and  use
       the  remaining letters.  To specify one of the defined values for a resource in a .Xdefaults file, remove
       the Xm prefix and use  the  remaining  letters  (in  either  lowercase  or  uppercase,  but  include  any
       underscores  between  words). The codes in the access column indicate if the given resource can be set at
       creation time (C), set by using XtSetValues (S), retrieved by using XtGetValues (G), or is not applicable
       (N/A).

       ┌─────────────────────────────────────────────────────────────────────────────────┐
--

RELATED

       Composite(3),  Constraint(3),  Core(3),   XmCreateButtonBox(3),   XmManager(3),   XmVaCreateButtonBox(3),
       XmVaCreateManagedButtonBox(3).

COPYRIGHT

       Copyright (c) 1992 by Integrated Computer Solutions, Inc.

                                                                                                  XmButtonBox(3)