*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->HP-UX 11i man pages              
Title
Content
Arch
Section
 
 XmMainWindow(3) -- The MainWindow widget class
    MainWindow provides a standard layout for the primary window of an application. This layout includes a MenuBar, a CommandWindow, a work region, a MessageWindow, and ScrollBars. Any or all of these areas are optional. The work region and ScrollBars in the MainWindow behave identically to the work region and ScrollBars in the ScrolledWindow widget. The user can think of the MainWindow as an extended...
 XmMainWindowSep1(3) -- A MainWindow function that returns the widget ID of the first Separator
    XmMainWindowSep1 returns the widget ID of the first Separator in the MainWindow. The first Separator is located between the MenuBar and the Command widget. This Separator is visible only when XmNshowSeparator is True. NOTE: XmMainWindowSep1 is obsolete and exists for compatibility with previous releases. Use XtNameToWidget instead. Pass a MainWindow variable as the first argument to XtNameToWidget...
 XmMainWindowSep2(3) -- A MainWindow function that returns the widget ID of the second Separator widget
    XmMainWindowSep2 returns the widget ID of the second Separator in the MainWindow. The second Separator is located between the Command widget and the ScrolledWindow. This Separator is visible only when XmNshowSeparator is True. NOTE: XmMainWindowSep2 is obsolete and exists for compatibility with previous releases. Use XtNameToWidget instead. Pass a MainWindow variable as the first argument to XtNam...
 XmMainWindowSep3(3) -- A MainWindow function that returns the widget ID of the third Separator widget
    XmMainWindowSep3 returns the widget ID of the third Separator in the MainWindow. The third Separator is located between the message window and the widget above it. This Separator is visible only when XmNshowSeparator is True. NOTE: XmMainWindowSep3 is obsolete and exists for compatibility with previous releases. Use XtNameToWidget instead. Pass a MainWindow variable as the first argument to XtName...
 XmMainWindowSetAreas(3) -- A MainWindow function that identifies manageable children for each area
    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 w...
 XmManager(3) -- The Manager widget class
    Manager is a widget class used as a supporting superclass for other widget classes. It supports the visual resources, graphics contexts, and traversal resources necessary for the graphics and traversal mechanisms.
 XmMapSegmentEncoding(3) -- A compound string function that returns the compound text encoding format associated with the specified font l
    XmMapSegmentEncoding searches the segment encoding registry for an entry that matches the specified font list tag and returns a copy of the associated compound text encoding format. The application is responsible for freeing the storage associated with the returned data by calling XtFree. fontlist_tag Specifies the compound string font list tag
 XmMenuPosition(3) -- A RowColumn function that positions a Popup menu pane
    XmMenuPosition positions a Popup menu pane using the information in the specified event. Unless an application is positioning the menu pane itself, it must first invoke this function before managing the PopupMenu. The x_root and y_root fields in the specified X event are used to determine the menu position. menu Specifies the PopupMenu to be positioned event Specifies the event passed to the actio...
 XmMenuShell(3) -- The MenuShell widget class
    The MenuShell widget is a custom OverrideShell widget. An OverrideShell widget bypasses mwm when displaying itself. It is designed specifically to contain Popup or Pulldown menu panes. Most application writers never encounter this widget if they use the menu-system convenience functions, XmCreatePopupMenu or XmCreatePulldown Menu, to create a Popup or Pulldown menu pane. The convenience functions ...
 XmMessageBox(3) -- The MessageBox widget class
    MessageBox is a dialog class used for creating simple message dialogs. Convenience dialogs based on MessageBox are provided for several common interaction tasks, which include giving information, asking questions, and reporting errors. A MessageBox dialog is typically transient in nature, displayed for the duration of a single interaction. MessageBox is a subclass of BulletinBoard and depends on i...
 XmMessageBoxGetChild(3) -- A MessageBox function that is used to access a component
    XmMessageBoxGetChild is used to access a component within a MessageBox. The parameters given to the function are the MessageBox widget and a value indicating which component to access. NOTE: This routine is obsolete and exists for compatibility with previous releases. Instead of calling XmMessageBoxGetChild, you should call XtNameToWidget as described in the XmMessageBox(3) reference page. widget ...
 XmNotebook(3) -- The Notebook widget class
    Notebook is a manager widget that organizes its children into pages, tabs, status areas, and page scrollers to simulate a real notebook. It stacks its page children so that all page children occupy the same area like real book pages. Notebook displays visuals that look like the binding of a book and the edges of other pages around the page that is shown. Tab children simulate notebook tabs. Major ...
 XmNotebookGetPageInfo(3) -- A Notebook function that returns page information
    XmNotebookGetPageInfo returns status information for the specified Notebook page. notebook Specifies the Notebook widget. page_number Specifies the page number to be queried. page_info Points to the structure containing the page information. The structure has the following form: typedef struct { int page_number; Widget page_widget; Widget status_area_widget; Widget major_tab_widget; Widget minor_t...
 XmObjectAtPoint(3) -- A toolkit function that determines which child intersects or comes closest to a specified point
    XmObjectAtPoint searches the child list of the specified manager widget and returns the child most closely associated with the specified x,y coordinate pair. For the typical Motif manager widget, XmObjectAtPoint uses the following rules to determine the returned object: + If one child intersects x,y, XmObjectAtPoint returns the widget ID of that child. + If more than one child intersects x,y, XmOb...
 XmOptionButtonGadget(3) -- A RowColumn function that obtains the widget ID for the CascadeButtonGadget in an OptionMenu
    XmOptionButtonGadget provides the application with the means for obtaining the widget ID for the internally created CascadeButtonGadget. Once the application has obtained the widget ID, it can adjust the visuals for the CascadeButtonGadget, if desired. When an application creates an instance of the OptionMenu widget, the widget creates two internal gadgets. One is a LabelGadget that is used to dis...
<<  [Prev]  41  42  43  44  45  46  47  48  49  50  51  52  53  54  55  56  57  58  59  60  61  
62  63  64  65  66  67  68  69  70  71  72  73  74  75  76  77  78  79  80  81  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service