Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XmScrolledWindowSetAreas() — IRIX 6.5.3f

Media Vault

Software Library

Restoration Projects

Artifacts Sought



     XmScrolledWindowSetAreas(3UNIX SystemXmScrolledWindowSetAreas(3X)



     NAME
          XmScrolledWindowSetAreas - A ScrolledWindow function that
          adds or changes a window work region and a horizontal or
          vertical ScrollBar widget to the ScrolledWindow widget

     SYNOPSIS
          #include <Xm/ScrolledW.h>

          void XmScrolledWindowSetAreas (widget, horizontal_scrollbar, vertical_scrollbar, work_region)
               Widget    widget;
               Widget    horizontal_scrollbar;
               Widget    vertical_scrollbar;
               Widget    work_region;


     VERSION
          This page documents version 1.2 of the Motif library.

     DESCRIPTION
          XmScrolledWindowSetAreas adds or changes a window work
          region and a horizontal or vertical ScrollBar widget to the
          ScrolledWindow widget for the application.  Each widget is
          optional and may be passed as NULL.


          widget         Specifies the ScrolledWindow widget ID.

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

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

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




     Page 1                                          (printed 4/30/98)





     XmScrolledWindowSetAreas(3UNIX SystemXmScrolledWindowSetAreas(3X)



          For a complete definition of ScrolledWindow and its
          associated resources, see XmScrolledWindow(3X).

     RELATED INFORMATION
          XmScrolledWindow(3X).


















































     Page 2                                          (printed 4/30/98)



Typewritten Software • bear@typewritten.org • Edmonds, WA 98026