Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xmmainwindowsep2(3x) [osf1 man page]

XmMainWindowSep2(3X)													      XmMainWindowSep2(3X)

NAME
XmMainWindowSep2 - A MainWindow function that returns the widget ID of the second Separator widget SYNOPSIS
#include <Xm/MainW.h> Widget XmMainWindowSep2 (widget) Widget widget; DESCRIPTION
XmMainWindowSep2 returns the widget ID of the second Separator widget in the MainWindow. The second Separator widget is located between the Command widget and the ScrolledWindow. 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 second Separator. SEE ALSO
XmMainWindow(3X) XmMainWindowSep2(3X)

Check Out this Related Man Page

XmVaCreateMainWindow(library call)										XmVaCreateMainWindow(library call)

NAME
XmVaCreateMainWindow, XmVaCreateManagedMainWindow -- A MainWindow widget convenience creation functions. SYNOPSIS
#include <Xm/MainW.h> Widget XmVaCreateMainWindow( Widget parent, String name, ...); Widget XmVaCreateManagedMainWindow( Widget parent, String name, ...); DESCRIPTION
These functions create an instance of a MainWindow widget and returns the associated widget ID. These routines use the ANSI C variable- length argument list (varargs) calling convention. The XmVaCreateMainWindow function is a convenience routine that calls XtCreateWidget. The XmVaCreateManagedMainWindow function is a convenience routine that calls XtCreateManagedWidget. parent Specifies the parent widget ID. name Specifies the name of the created widget. ... Specifies the variable argument list to override the resource defaults. For a complete definition of MainWindow and its associated resources, see XmMainWindow(3). RETURN
Returns the MainWindow widget ID. RELATED
XmMainWindow(3), XmCreateMainWindow(3), XtCreateWidget(3), and XtCreateManagedWidget(3). XmVaCreateMainWindow(library call)
Man Page

We Also Found This Discussion For You

1. What is on Your Mind?

Throw my Toys out of the Pram!

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)
Discussion started by: gull04
3 Replies