XmMainWindowSep3(3X)XmMainWindowSep3(3X)NAME
XmMainWindowSep3 - A MainWindow function that returns the widget ID of the third Separator widget
SYNOPSIS
#include <Xm/MainW.h>
Widget XmMainWindowSep3 (widget)
Widget widget;
DESCRIPTION
XmMainWindowSep3 returns the widget ID of the third Separator widget in the MainWindow. The third Separator widget is located between the
message window and the widget above it. This Separator is visible only when XmNshowSeparator is True. Specifies the MainWindow widget ID
For a complete definition of MainWindow and its associated resources, see XmMainWindow(3X).
RETURN VALUE
Returns the widget ID of the third Separator.
SEE ALSO XmMainWindow(3X)XmMainWindowSep3(3X)
Check Out this Related Man Page
XmMainWindowSetAreas(3X)XmMainWindowSetAreas(3X)NAME
XmMainWindowSetAreas - A MainWindow function that identifies manageable children for each area
SYNOPSIS
#include <Xm/MainW.h>
void XmMainWindowSetAreas (widget, menu_bar, command_window, horizontal_scrollbar, vertical_scrollbar, work_region)
Widget widget;
Widget menu_bar;
Widget command_window;
Widget horizontal_scrollbar;
Widget vertical_scrollbar;
Widget work_region;
DESCRIPTION
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. Specifies the MainWindow widget ID. 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. 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 Main-
Window widget. The attribute name associated with this argument is XmNcommandWindow. 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. 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 associ-
ated with this argument is XmNverticalScrollBar. 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(3X).
SEE ALSO XmMainWindow(3X)XmMainWindowSetAreas(3X)
Hi Folks,
Today hasn't been the best one of my career in IT.
I've been a contractor for a major utility company for a number of years, on a number of seperate IT contracts mostly Unix. The company had 10 different flavours of unix and multiple different varsions of most of them.
At the... (3 Replies)