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

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

Contents


 XmMainWindowSetAreas(library call)       XmMainWindowSetAreas(library call)




 NAME    [Toc]    [Back]
      XmMainWindowSetAreas - A MainWindow function that identifies
      manageable children for each area

 SYNOPSIS    [Toc]    [Back]
      #include <Xm/MainW.h>
      void XmMainWindowSetAreas(
      Widget widget,
      Widget menu_bar,
      Widget command_window,
      Widget horizontal_scrollbar,
      Widget vertical_scrollbar,
      Widget work_region);

 DESCRIPTION    [Toc]    [Back]
      XmMainWindowSetAreas identifies which of the valid children for each
      area (such as the MenuBar and work region) are to be actively managed
      by MainWindow.  This function also sets up or adds the MenuBar, work
      window, command window, and ScrollBar widgets to the application's
      main window widget.

      Each area is optional; therefore, the user can pass NULL to one or
      more of the following arguments. The window manager provides the title
      bar.

      NOTE: XmMainWindowSetAreas is obsolete and exists for compatibility
      with previous releases.  The information previously returned by this
      function can now be obtained through a call to XtGetValues on the
      XmNscrolledWindowChildType resource.

      widget    Specifies the MainWindow widget ID.

      menu_bar  Specifies the widget ID for the MenuBar to be associated
                with the MainWindow widget. Set this ID only after creating
                an instance of the MainWindow widget. The attribute name
                associated with this argument is XmNmenuBar.

      command_window
                Specifies the widget ID for the command window to be
                associated with the MainWindow widget. Set this ID only
                after creating an instance of the MainWindow widget. The
                attribute name associated with this argument is
                XmNcommandWindow.

      horizontal_scrollbar
                Specifies the ScrollBar widget ID for the horizontal
                ScrollBar to be associated with the MainWindow widget. Set
                this ID only after creating an instance of the MainWindow
                widget. The attribute name associated with this argument is
                XmNhorizontalScrollBar.




                                    - 1 -       Formatted:  January 24, 2005






 XmMainWindowSetAreas(library call)       XmMainWindowSetAreas(library call)




      vertical_scrollbar
                Specifies the ScrollBar widget ID for the vertical ScrollBar
                to be associated with the MainWindow widget. Set this ID
                only after creating an instance of the MainWindow widget.
                The attribute name associated with this argument is
                XmNverticalScrollBar.

      work_region
                Specifies the widget ID for the work window to be associated
                with the MainWindow widget. Set this ID only after creating
                an instance of the MainWindow widget. The attribute name
                associated with this argument is XmNworkWindow.

      For a complete definition of MainWindow and its associated resources,
      see XmMainWindow(3).

 RELATED    [Toc]    [Back]
      XmMainWindow(3).


                                    - 2 -       Formatted:  January 24, 2005
[ Back ]
 Similar pages
Name OS Title
XmDropSiteQueryStackingOrder Tru64 A Drag and Drop function that returns the parent, a list of children, and the number of children for...
XmDropSiteQueryStackingOrder HP-UX A Drag and Drop function that returns the parent, a list of children, and the number of children for a specifi
XmDropSiteQueryStackingOrder IRIX A Drag and Drop function that returns the parent, a list of children, and the number of children for a specifi
XmIsTraversable IRIX A function that identifies whether a widget can be traversed
XmIsTraversable HP-UX A function that identifies whether a widget can be traversed
XmIsTraversable Tru64 A function that identifies whether a widget can be traversed
XmContainerReorder HP-UX Container widget function to reorder children
XmContainerGetItemChildren HP-UX Container widget function to find all children of an item
XmCreateMainWindow IRIX The MainWindow widget creation function
XmCreateMainWindow Tru64 The MainWindow widget creation function
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service