*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->HP-UX 11i man pages -> XmBulletinBoard (3)              
Title
Content
Arch
Section
 

Contents


 XmBulletinBoard(library call)                 XmBulletinBoard(library call)




 NAME    [Toc]    [Back]
      XmBulletinBoard - The BulletinBoard widget class

 SYNOPSIS    [Toc]    [Back]
      #include <Xm/BulletinB.h>

 DESCRIPTION    [Toc]    [Back]
      BulletinBoard is a composite widget that provides simple geometry
      management for child widgets.  It does not force positioning on its
      children, but can be set to reject geometry requests that result in
      overlapping children.  BulletinBoard is the base widget for most
      dialog widgets and is also used as a general container widget.

      Modal and modeless dialogs are implemented as collections of widgets
      that include a DialogShell, a BulletinBoard (or subclass) child of the
      shell, and various dialog components (buttons, labels, and so on) that
      are children of BulletinBoard.  BulletinBoard defines callbacks useful
      for dialogs (focus, map, unmap), which are available for application
      use.  If its parent is a DialogShell, BulletinBoard passes title and
      input mode (based on dialog style) information to the parent, which is
      responsible for appropriate communication with the window manager.

      The default value for XmNinitialFocus is the value of
      XmNdefaultButton.

      BulletinBoard uses the XmQTtakesDefault trait, and holds the
      XmQTdialogShellSavvy and XmQTspecifyRenderTable traits.

    Classes    [Toc]    [Back]
      BulletinBoard inherits behavior, resources, and traits from the Core,
      Composite, Constraint, and XmManager classes.

      The class pointer is xmBulletinBoardWidgetClass.

      The class name is XmBulletinBoard.

    New Resources    [Toc]    [Back]
      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).






                                    - 1 -       Formatted:  January 24, 2005






 XmBulletinBoard(library call)                 XmBulletinBoard(library call)




      ______________________________________________________________________________________
      |                            XmBulletinBoard Resource Set                             |
      |Name                   Class                  Type             Default        Access |
      |_____________________|______________________|________________|______________|________|
      |XmNallowOverlap      | XmCAllowOverlap      | Boolean        | True         | CSG    |
      |_____________________|______________________|________________|______________|________|
      |XmNautoUnmanage      | XmCAutoUnmanage      | Boolean        | True         | CG     |
      |_____________________|______________________|________________|______________|________|
      |XmNbuttonFontList    | XmCButtonFontList    | XmFontList     | dynamic      | CSG    |
      |_____________________|______________________|________________|______________|________|
      |XmNbuttonRenderTable | XmCButtonRenderTable | XmRenderTable  | dynamic      | CSG    |
      |_____________________|______________________|________________|______________|________|
      |XmNcancelButton      | XmCWidget            | Widget         | NULL         | SG     |
      |_____________________|______________________|________________|______________|________|
      |XmNdefaultButton     | XmCWidget            | Widget         | NULL         | SG     |
      |_____________________|______________________|________________|______________|________|
      |XmNdefaultPosition   | XmCDefaultPosition   | Boolean        | True         | CSG    |
      |_____________________|______________________|________________|______________|________|
      |XmNdialogStyle       | XmCDialogStyle       | unsigned char  | dynamic      | CSG    |
      |_____________________|______________________|________________|______________|________|
      |XmNdialogTitle       | XmCDialogTitle       | XmString       | NULL         | CSG    |
      |_____________________|______________________|________________|______________|________|
      |XmNfocusCallback     | XmCCallback          | XtCallbackList | NULL         | C      |
      |_____________________|______________________|________________|______________|________|
      |XmNlabelFontList     | XmCLabelFontList     | XmFontList     | dynamic      | CSG    |
      |_____________________|______________________|________________|______________|________|
      |XmNlabelRenderTable  | XmCLabelRenderTable  | XmRenderTable  | dynamic      | CSG    |
      |_____________________|______________________|________________|______________|________|
      |XmNmapCallback       | XmCCallback          | XtCallbackList | NULL         | C      |
      |_____________________|______________________|________________|______________|________|
      |XmNmarginHeight      | XmCMarginHeight      | Dimension      | 10           | CSG    |
      |_____________________|______________________|________________|______________|________|
      |XmNmarginWidth       | XmCMarginWidth       | Dimension      | 10           | CSG    |
      |_____________________|______________________|________________|______________|________|
      |XmNnoResize          | XmCNoResize          | Boolean        | False        | CSG    |
      |_____________________|______________________|________________|______________|________|
      |XmNresizePolicy      | XmCResizePolicy      | unsigned char  | XmRESIZE_ANY | CSG    |
      |_____________________|______________________|________________|______________|________|
      |XmNshadowType        | XmCShadowType        | unsigned char  | XmSHADOW_OUT | CSG    |
      |_____________________|______________________|________________|______________|________|
      |XmNtextFontList      | XmCTextFontList      | XmFontList     | dynamic      | CSG    |
      |_____________________|______________________|________________|______________|________|
      |XmNtextRenderTable   | XmCTextRenderTable   | XmRenderTable  | dynamic      | CSG    |
      |_____________________|______________________|________________|______________|________|
      |XmNtextTranslations  | XmCTranslations      | XtTranslations | NULL         | C      |
      |_____________________|______________________|________________|______________|________|
      |XmNunmapCallback     | XmCCallback          | XtCallbackList | NULL         | C      |
      |_____________________|______________________|________________|______________|________|
      |_____________________|______________________|________________|______________|________|





                                    - 2 -       Formatted:  January 24, 2005






 XmBulletinBoard(library call)                 XmBulletinBoard(library call)




      XmNallowOverlap    [Toc]    [Back]
                Controls the policy for overlapping child widgets.  If this
                resource is True, BulletinBoard allows geometry requests
                that result in overlapping children.

      XmNautoUnmanage    [Toc]    [Back]
                Controls whether or not BulletinBoard is automatically
                unmanaged after a button is activated.  If this resource is
                True on initialization and if the BulletinBoard's parent is
                a DialogShell, BulletinBoard adds a callback to button
                children (PushButtons, PushButtonGadgets, and DrawnButtons)
                that unmanages the BulletinBoard when a button is activated.
                If this resource is False on initialization or if the
                BulletinBoard's parent is not a DialogShell, the
                BulletinBoard is not automatically unmanaged.  For
                BulletinBoard subclasses with Apply or Help buttons,
                activating those buttons does not automatically unmanage the
                BulletinBoard.

      XmNbuttonFontList    [Toc]    [Back]
                Specifies the font list used for button descendants. See the
                XmNbuttonRenderTable resource.

      XmNbuttonRenderTable    [Toc]    [Back]
                Specifies the render table used for BulletinBoard's button
                descendants.  If this value is NULL at initialization, the
                parent hierarchy of the widget is searched for an ancestor
                that holds the XmQTspecifyRenderTable trait.  If such an
                ancestor is found, the render table is initialized to the
                XmBUTTON_RENDER_TABLE value of the ancestor widget. If no
                such ancestor is found, the default is implementation
                dependent. Refer to XmRenderTable(3) for more information on
                the creation and structure of a render table.

      XmNcancelButton    [Toc]    [Back]
                Specifies the widget ID of the Cancel button.
                BulletinBoard's subclasses, which define a Cancel button,
                set this resource. BulletinBoard does not directly provide
                any behavior for that button.

      XmNdefaultButton    [Toc]    [Back]
                Specifies the widget ID of the default button.  Some
                BulletinBoard subclasses, which define a default button, set
                this resource. BulletinBoard defines translations and
                installs accelerators that activate that button when
                KActivate is pressed and the keyboard focus is not in
                another button.  Controls the positioning of a DialogShell
                managing a BulletinBoard.  If the BulletinBoard is not being
                managed by a DialogShell, then this resource has no effect.
                If XmNdefaultPosition is True, the DialogShell will center
                itself at the center of its own parent.  For example, if the



                                    - 3 -       Formatted:  January 24, 2005






 XmBulletinBoard(library call)                 XmBulletinBoard(library call)




                parent of the DialogShell is an ApplicationShell, then the
                center of the DialogShell will be at the same coordinates as
                the center of the ApplicationShell.  If the DialogShell
                becomes unmapped (but stays managed) and then remapped, this
                resource has no influence on the DialogShell's position.  If
                this resource is False, the DialogShell does not
                automatically center itself.

      XmNdialogStyle    [Toc]    [Back]
                Indicates the dialog style associated with the
                BulletinBoard.  If the parent of the BulletinBoard is a
                DialogShell, the parent's XmNmwmInputMode is set according
                to the value of this resource.  This resource can be set
                only if the BulletinBoard is unmanaged.  Possible values for
                this resource include the following:

                XmDIALOG_SYSTEM_MODAL    [Toc]    [Back]
                          Used for dialogs that must be responded to before
                          any other interaction in any application.

                XmDIALOG_PRIMARY_APPLICATION_MODAL    [Toc]    [Back]
                          Used for dialogs that must be responded to before
                          some other interactions in ancestors of the
                          widget.

                XmDIALOG_APPLICATION_MODAL    [Toc]    [Back]
                          Used for dialogs that must be responded to before
                          some other interactions in ancestors of the
                          widget. This value is the same as
                          XmDIALOG_PRIMARY_APPLICATION_MODAL, and remains
                          for compatibility.

                XmDIALOG_FULL_APPLICATION_MODAL    [Toc]    [Back]
                          Used for dialogs that must be responded to before
                          some other interactions in the same application.

                XmDIALOG_MODELESS    [Toc]    [Back]
                          Used for dialogs that do not interrupt interaction
                          of any application.  This is the default when the
                          parent of the BulletinBoard is a DialogShell.

                XmDIALOG_WORK_AREA    [Toc]    [Back]
                          Used for BulletinBoard widgets whose parents are
                          not DialogShells.  XmNdialogStyle is forced to
                          have this value when the parent of the
                          BulletinBoard is not a DialogShell.

                Posting a modal dialog in response to a button down or key
                down event (via translation actions or callbacks) can cause
                the corresponding button up or key up event to be lost. For
                example, posting a modal dialog from an XmNincrementCallback



                                    - 4 -       Formatted:  January 24, 2005






 XmBulletinBoard(library call)                 XmBulletinBoard(library call)




                of XmScrollBar will cause the loss of the button up event,
                causing the XmScrollBar to auto-increment indefinitely.

      XmNdialogTitle    [Toc]    [Back]
                Specifies the dialog title. If this resource is not NULL,
                and the parent of the BulletinBoard is a subclass of
                WMShell, BulletinBoard sets the XmNtitle and
                XmNtitleEncoding of its parent.  If the only character set
                in XmNdialogTitle is ISO8859-1, XmNtitle is set to the
                string of the title, and XmNtitleEncoding is set to STRING.
                If XmNdialogTitle contains character sets other than
                ISO8859-1, XmNtitle is set to the string of the title
                converted to a compound text string, and XmNtitleEncoding is
                set to COMPOUND_TEXT.  The direction of the title is based
                on the XmNlayoutDirection resource of the widget.

      XmNfocusCallback    [Toc]    [Back]
                Specifies the list of callbacks that is called when the
                BulletinBoard widget or one of its descendants accepts the
                input focus.  The callback reason is XmCR_FOCUS.

      XmNlabelFontList    [Toc]    [Back]
                Specifies the font list used for label descendants. See the
                XmNlabelRenderTable resource.

      XmNlabelRenderTable    [Toc]    [Back]
                Specifies the render table used for BulletinBoard's label
                descendants.  If this value is NULL at initialization, the
                parent hierarchy of the widget is searched for an ancestor
                that holds the XmQTspecifyRenderTable trait.  If such an
                ancestor is found, the render table is initialized to the
                XmLABEL_RENDER_TABLE value of the ancestor widget. If no
                such ancestor is found, the default is implementation
                dependent. Refer to XmRenderTable(3) for more information on
                the creation and structure of a render table.

      XmNmapCallback    [Toc]    [Back]
                Specifies the list of callbacks that is called only when the
                parent of the BulletinBoard is a DialogShell. In this case,
                this callback list is invoked when the BulletinBoard widget
                is mapped.  The callback reason is XmCR_MAP.  DialogShells
                are usually mapped when the DialogShell is managed.

      XmNmarginHeight    [Toc]    [Back]
                Specifies the minimum spacing in pixels between the top or
                bottom edge of BulletinBoard and any child widget.

      XmNmarginWidth    [Toc]    [Back]
                Specifies the minimum spacing in pixels between the left or
                right edge of BulletinBoard and any child widget.




                                    - 5 -       Formatted:  January 24, 2005






 XmBulletinBoard(library call)                 XmBulletinBoard(library call)




      XmNnoResize    [Toc]    [Back]
                Controls whether or not resize controls are included in the
                window manager frame around the BulletinBoard's parent.  If
                this resource is set to True, mwm does not include resize
                controls in the window manager frame containing the parent
                of the BulletinBoard if the parent is a subclass of
                VendorShell.  If this resource is set to False, the window
                manager frame does include resize controls.  Other controls
                provided by mwm can be included or excluded through the mwm
                resources provided by VendorShell.

      XmNresizePolicy    [Toc]    [Back]
                Controls the policy for resizing BulletinBoard widgets.
                Possible values include

                XmRESIZE_NONE    [Toc]    [Back]
                          Fixed size

                XmRESIZE_ANY    [Toc]    [Back]
                          Shrink or grow as needed

                XmRESIZE_GROW    [Toc]    [Back]
                          Grow only

      XmNshadowType    [Toc]    [Back]
                Describes the shadow drawing style for BulletinBoard. This
                resource can have the following values:

                XmSHADOW_IN    [Toc]    [Back]
                          Draws the BulletinBoard shadow so that it appears
                          inset.  This means that the bottom shadow visuals
                          and top shadow visuals are reversed.

                XmSHADOW_OUT    [Toc]    [Back]
                          Draws the BulletinBoard shadow so that it appears
                          outset.

                XmSHADOW_ETCHED_IN    [Toc]    [Back]
                          Draws the BulletinBoard shadow using a double line
                          giving the effect of a line etched into the
                          window, similar to the Separator widget.

                XmSHADOW_ETCHED_OUT    [Toc]    [Back]
                          Draws the BulletinBoard shadow using a double line
                          giving the effect of a line coming out of the
                          window, similar to the Separator widget.

      XmNtextFontList    [Toc]    [Back]
                Specifies the font list used for text descendants. See the
                XmNtextRenderTable resource.




                                    - 6 -       Formatted:  January 24, 2005






 XmBulletinBoard(library call)                 XmBulletinBoard(library call)




      XmNtextRenderTable    [Toc]    [Back]
                Specifies the render table used for BulletinBoard's text
                descendants.  If this value is NULL at initialization, the
                parent hierarchy of the widget is searched for an ancestor
                that holds the XmQTspecifyRenderTable trait.  If such an
                ancestor is found, the render table is initialized to the
                XmTEXT_RENDER_TABLE value of the ancestor widget. If no such
                ancestor is found, the default is implementation dependent.
                Refer to XmRenderTable(3) for more information on the
                creation and structure of a render table.

      XmNtextTranslations    [Toc]    [Back]
                It adds translations to any Text widget or Text widget
                subclass that is added as a child of BulletinBoard.

      XmNunmapCallback    [Toc]    [Back]
                Specifies the list of callbacks that is called only when the
                parent of the BulletinBoard is a DialogShell.  In this case,
                this callback list is invoked when the BulletinBoard widget
                is unmapped.  The callback reason is XmCR_UNMAP.
                DialogShells are usually unmapped when the DialogShell is
                unmanaged.

    Inherited Resources    [Toc]    [Back]
      BulletinBoard inherits behavior and resources from the superclasses
      described in the following tables.  For a complete description of each
      resource, refer to the reference page for that superclass.



























                                    - 7 -       Formatted:  January 24, 2005






 XmBulletinBoard(library call)                 XmBulletinBoard(library call)




      _____________________________________________________________________________________________________
      |                                      XmManager Resource Set                                        |
      |Name                      Class                   Type                Default                Access |
      |________________________|_______________________|___________________|______________________|________|
      |XmNbottomShadowColor    | XmCBottomShadowColor  | Pixel             | dynamic              | CSG    |
      |________________________|_______________________|___________________|______________________|________|
      |XmNbottomShadowPixmap   | XmCBottomShadowPixmap | Pixmap            | XmUNSPECIFIED_PIXMAP | CSG    |
      |________________________|_______________________|___________________|______________________|________|
      |XmNforeground           | XmCForeground         | Pixel             | dynamic              | CSG    |
      |________________________|_______________________|___________________|______________________|________|
      |XmNhelpCallback         | XmCCallback           | XtCallbackList    | NULL                 | C      |
      |________________________|_______________________|___________________|______________________|________|
      |XmNhighlightColor       | XmCHighlightColor     | Pixel             | dynamic              | CSG    |
      |________________________|_______________________|___________________|______________________|________|
      |XmNhighlightPixmap      | XmCHighlightPixmap    | Pixmap            | dynamic              | CSG    |
      |________________________|_______________________|___________________|______________________|________|
      |XmNinitialFocus         | XmCInitialFocus       | Widget            | dynamic              | CSG    |
      |________________________|_______________________|___________________|______________________|________|
      |XmNlayoutDirection      | XmCLayoutDirection    | XmDirection       | dynamic              | CG     |
      |________________________|_______________________|___________________|______________________|________|
      |XmNnavigationType       | XmCNavigationType     | XmNavigationType  | XmTAB_GROUP          | CSG    |
      |________________________|_______________________|___________________|______________________|________|
      |XmNpopupHandlerCallback | XmCCallback           | XtCallbackList    | NULL                 | C      |
      |________________________|_______________________|___________________|______________________|________|
      |XmNshadowThickness      | XmCShadowThickness    | Dimension         | dynamic              | CSG    |
      |________________________|_______________________|___________________|______________________|________|
      |XmNstringDirection      | XmCStringDirection    | XmStringDirection | dynamic              | CG     |
      |________________________|_______________________|___________________|______________________|________|
      |XmNtopShadowColor       | XmCTopShadowColor     | Pixel             | dynamic              | CSG    |
      |________________________|_______________________|___________________|______________________|________|
      |XmNtopShadowPixmap      | XmCTopShadowPixmap    | Pixmap            | dynamic              | CSG    |
      |________________________|_______________________|___________________|______________________|________|
      |XmNtraversalOn          | XmCTraversalOn        | Boolean           | True                 | CSG    |
      |________________________|_______________________|___________________|______________________|________|
      |XmNunitType             | XmCUnitType           | unsigned char     | dynamic              | CSG    |
      |________________________|_______________________|___________________|______________________|________|
      |XmNuserData             | XmCUserData           | XtPointer         | NULL                 | CSG    |
      |________________________|_______________________|___________________|______________________|________|
      |________________________|_______________________|___________________|______________________|________|

      ________________________________________________________________________
                               Composite Resource Set
       Name                Class               Type          Default   Access
      ________________________________________________________________________
       XmNchildren         XmCReadOnly         WidgetList    NULL      G
      ________________________________________________________________________
       XmNinsertPosition   XmCInsertPosition   XtOrderProc   NULL      CSG
      ________________________________________________________________________
       XmNnumChildren      XmCReadOnly         Cardinal      0         G
      ________________________________________________________________________
      ________________________________________________________________________



                                    - 8 -       Formatted:  January 24, 2005






 XmBulletinBoard(library call)                 XmBulletinBoard(library call)





      |                  |                   |             |         |        |
      ________________________________________________________________________________________________________________
      |                  |                   |       Core Resource Set        |                                       |
      |Name              |             Class |             |         | Type   |         Default                Access |
      |______________________________|_______________________________|________________|______________________|________|
      |XmNaccelerators   |           | XmCAccelerators     |         | XtAccelerators | dynamic              | N/A    |
      |______________________________|_______________________________|________________|______________________|________|
      |XmNancestorSensitive          | XmCSensitive        |         | Boolean|       | dynamic              | G      |
      |______________________________|_______________________________|________________|______________________|________|
      |XmNbackground     |           | XmCBackground       |         | Pixel  |       | dynamic              | CSG    |
      |______________________________|_______________________________|________________|______________________|________|
      |XmNbackgroundPixmap           | XmCPixmap           |         | Pixmap |       | XmUNSPECIFIED_PIXMAP | CSG    |
      |______________________________|_______________________________|________________|______________________|________|
      |XmNborderColor    |           | XmCBorderColor      |         | Pixel  |       | XtDefaultForeground  | CSG    |
      |______________________________|_______________________________|________________|______________________|________|
      |XmNborderPixmap   |           | XmCPixmap           |         | Pixmap |       | XmUNSPECIFIED_PIXMAP | CSG    |
      |______________________________|_______________________________|________________|______________________|________|
      |XmNborderWidth    |           | XmCBorderWidth      |         | Dimension      | 0                    | CSG    |
      |______________________________|_______________________________|________________|______________________|________|
      |XmNcolormap       |           | XmCColormap         |         | Colormap       | dynamic              | CG     |
      |______________________________|_______________________________|________________|______________________|________|
      |XmNdepth          |           | XmCDepth            |         | int    |       | dynamic              | CG     |
      |______________________________|_______________________________|________________|______________________|________|
      |XmNdestroyCallback|           | XmCCallback         |         | XtCallbackList | NULL                 | C      |
      |______________________________|_______________________________|________________|______________________|________|
      |XmNheight         |           | XmCHeight           |         | Dimension      | dynamic              | CSG    |
      |______________________________|_______________________________|________________|______________________|________|
      |XmNinitialResourcesPersistent | XmCInitialResourcesPersistent | Boolean|       | True                 | C      |
      |______________________________|_______________________________|________________|______________________|________|
      |XmNmappedWhenManaged          | XmCMappedWhenManaged|         | Boolean|       | True                 | CSG    |
      |______________________________|_______________________________|________________|______________________|________|
      |XmNscreen         |           | XmCScreen           |         | Screen *       | dynamic              | CG     |
      |______________________________|_______________________________|________________|______________________|________|
      |XmNsensitive      |           | XmCSensitive        |         | Boolean|       | True                 | CSG    |
      |______________________________|_______________________________|________________|______________________|________|
      |XmNtranslations   |           | XmCTranslations     |         | XtTranslations | dynamic              | CSG    |
      |______________________________|_______________________________|________________|______________________|________|
      |XmNwidth          |           | XmCWidth            |         | Dimension      | dynamic              | CSG    |
      |______________________________|_______________________________|________________|______________________|________|
      |XmNx              |           | XmCPosition         |         | Position       | 0                    | CSG    |
      |______________________________|_______________________________|________________|______________________|________|
      |XmNy              |           | XmCPosition         |         | Position       | 0                    | CSG    |
      |______________________________|_______________________________|________________|______________________|________|
      |______________________________|_______________________________|________________|______________________|________|

    Callback Information    [Toc]    [Back]
      A pointer to the following structure is passed to each callback:

      typedef struct
      {



                                    - 9 -       Formatted:  January 24, 2005






 XmBulletinBoard(library call)                 XmBulletinBoard(library call)




              int reason;
              XEvent * event;
      } XmAnyCallbackStruct;

      reason    Indicates why the callback was invoked

      event     Points to the XEvent that triggered the callback

    Translations    [Toc]    [Back]
      XmBulletinBoard includes the translations from XmManager.

    Additional Behavior    [Toc]    [Back]
      The XmBulletinBoard widget has the following additional behavior:

      <Key><osfCancel>:
                Calls the activate callbacks for the cancel button if it is
                sensitive.  If no cancel button exists and if the parent of
                the BulletinBoard is a manager, passes the event to the
                parent.

      <Key><osfActivate>:
                Calls the activate callbacks for the button with the
                keyboard focus.  If no button has the keyboard focus, calls
                the activate callbacks for the default button if it is
                sensitive.  In a List widget or single-line Text widget, the
                List or Text action associated with <Key><osfActivate> is
                called before the BulletinBoard actions associated with
                <Key><osfActivate>.

                In a multiline Text widget, any <Key><osfActivate> event
                except <Key><Enter> calls the Text action associated with
                <Key><osfActivate>, then the BulletinBoard actions
                associated with <Key><osfActivate>.  If no button has the
                focus, no default button exists, and the parent of the
                BulletinBoard is a manager, passes the event to the parent.

      <FocusIn>:
                Calls the callbacks for XmNfocusCallback.  When the focus
                policy is XmPOINTER, the callbacks are called when the
                pointer enters the window.  When the focus policy is
                XmEXPLICIT, the callbacks are called when the user traverses
                to the widget.

      <Map>:    Calls the callbacks for XmNmapCallback.

      <Unmap>:  Calls the callbacks for XmNunmapCallback.

    Virtual Bindings    [Toc]    [Back]
      The bindings for virtual keys are vendor specific.  For information
      about bindings for virtual buttons and keys, see VirtualBindings(3).




                                   - 10 -       Formatted:  January 24, 2005






 XmBulletinBoard(library call)                 XmBulletinBoard(library call)




 RELATED    [Toc]    [Back]
      Composite(3), Constraint(3), Core(3), XmCreateBulletinBoard(3),
      XmCreateBulletinBoardDialog(3), XmDialogShell(3), and XmManager(3).


                                   - 11 -       Formatted:  January 24, 2005
[ Back ]
 Similar pages
Name OS Title
XmCreateBulletinBoard Tru64 The BulletinBoard widget creation function
XmCreateBulletinBoard HP-UX The BulletinBoard widget creation function
XmCreateBulletinBoard IRIX The BulletinBoard widget creation function
ApplicationShell IRIX The ApplicationShell widget class
tmscrollbar IRIX the ScrollBar widget class
tmscrolledwindow IRIX the ScrolledWindow widget class
tmselectionbox IRIX the SelectionBox widget class
tmsgigrid IRIX the SGI Grid widget class
tmsgipanel IRIX the SGI IconPanel widget class
tmsgithumbwheel IRIX the SGI sgThumbWheel widget class
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service