|
XmRepTypeValidValue(3) -- A representation type manager function that tests the validity of a numerical value of a representation type r
|
XmRepTypeValidValue tests the validity of a numerical value for a given representation type resource. The function generates a default warning message if the value is invalid and the enable_default_warning argument is non-NULL. rep_type_id Specifies the identification number of the representation type. test_value Specifies the numerical value to test. enable_default_warning Specifies the ID of the... |
XmResolveAllPartOffsets(3) -- A function that allows writing of upwardcompatible applications and widgets
|
Note: This routine is obsolete and exists for compatibility with previous releases. You should call XmeResolvePartOffsets instead. The use of offset records requires two extra global variables per widget class. The variables consist of pointers to arrays of offsets into the widget record and constraint record for each part of the widget structure. The XmResolveAllPartOffsets function allocates the... |
XmResolvePartOffsets(3) -- A function that allows writing of upwardcompatible applications and widgets
|
The use of offset records requires one extra global variable per widget class. The variable consists of a pointer to an array of offsets into the widget record for each part of the widget structure. The XmResolvePartOffsets function allocates the offset records needed by an application to guarantee upward-compatible access to widget instance records by applications and widgets. These offset record... |
XmRowColumn(3) -- The RowColumn widget class
|
The RowColumn widget is a general purpose RowColumn manager capable of containing any widget type as a child. In general, it requires no special knowledge about how its children function and provides nothing beyond support for several different layout styles. However, it can be configured as a menu, in which case, it expects only certain children, and it configures to a particular layout. The menu... |
XmScale(3) -- The Scale widget class
|
Scale is used by an application to indicate a value from within a range of values, and it allows the user to input or modify a value from the same range. A Scale has an elongated rectangular region similar to a ScrollBar. A slider inside this region indicates the current value along the Scale. The user can also modify the Scale's value by moving the slider within the rectangular region of the Sca... |
XmScaleGetValue(3) -- A Scale function that returns the current slider position
|
XmScaleGetValue returns the current slider position value displayed in the scale. widget Specifies the Scale widget ID value_return Returns the current slider position value For a complete definition of Scale and its associated resources, see XmScale(3). |
XmScaleSetTicks(3) -- A Scale function that controls tick marks
|
XmScaleSetTicks controls the number, location, and size of the tick marks on a Scale. Each tick mark is a SeparatorGadget oriented perpendicular to the Scale's orientation. For example, if the Scale is oriented horizontally, the tick marks will be oriented vertically. If you specify tick marks for a Scale and then change the Scale's orientation, you will have to do the following: + Remove all th... |
XmScaleSetValue(3) -- A Scale function that sets a slider value
|
XmScaleSetValue sets the slider value within the Scale widget. widget Specifies the Scale widget ID. value Specifies the slider position along the scale. This sets the XmNvalue resource. For a complete definition of Scale and its associated resources, see XmScale(3). |
XmScreen(3) -- The Screen widget class
|
The XmScreen object is used by Motif widgets to store information that is specific to a screen. It also allows the toolkit to store certain information on widget hierarchies that would otherwise be unavailable. Each client has one XmScreen object for each screen that it accesses. An XmScreen object is automatically created when the application creates the first shell on a screen (usually accomplis... |
XmScrollBar(3) -- The ScrollBar widget class
|
The ScrollBar widget allows the user to view data that is too large to be displayed all at once. ScrollBars are usually located inside a ScrolledWindow and adjacent to the widget that contains the data to be viewed. When the user interacts with the ScrollBar, the data within the other widget scrolls. A ScrollBar consists of two arrows placed at each end of a rectangle. The rectangle is called the ... |
XmScrollBarGetValues(3) -- A ScrollBar function that returns the ScrollBar's increment values
|
XmScrollBarGetValues returns the the ScrollBar's increment values. The scroll region is overlaid with a slider bar that is adjusted in size and position using the main ScrollBar or set slider function attributes. widget Specifies the ScrollBar widget ID. value_return Returns the ScrollBar's slider position between the XmNminimum and XmNmaximum resources. Specify NULL to prevent the return of a p... |
XmScrollBarSetValues(3) -- A ScrollBar function that changes ScrollBar's increment values and the slider's size and position
|
XmSetScrollBarValues changes the ScrollBar's increment values and the slider's size and position. The scroll region is overlaid with a slider bar that is adjusted in size and position using the main ScrollBar or set slider function attributes. widget Specifies the ScrollBar widget ID. value Specifies the ScrollBar's slider position. Refer to the XmNvalue resource described on XmScrollBar(3). sl... |
XmScrolledWindow(3) -- The ScrolledWindow widget class
|
The ScrolledWindow widget combines one or two ScrollBar widgets and a viewing area to implement a visible window onto some other (usually larger) data display. The visible part of the window can be scrolled through the larger display by the use of ScrollBars. To use ScrolledWindow, an application first creates a ScrolledWindow widget, any needed ScrollBar widgets, and a widget capable of displayin... |