Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xmmainwindowsep3(3x) [osf1 man page]

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

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