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

  man pages->HP-UX 11i man pages              
Title
Content
Arch
Section
 
 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...
 XmOptionLabelGadget(3) -- A RowColumn function that obtains the widget ID for the LabelGadget in an OptionMenu
    XmOptionLabelGadget provides the application with the means for obtaining the widget ID for the internally created LabelGadget. Once the application has obtained the widget ID, it can adjust the visuals for the LabelGadget, if desired. option_menu Specifies the OptionMenu widget ID When an application creates an instance of the OptionMenu widget, the widget creates two internal gadgets. One is a L...
 XmPanedWindow(3) -- The PanedWindow widget class
    PanedWindow is a composite widget that lays out children in a vertically tiled format. Children appear in top-to-bottom fashion, with the first child inserted appearing at the top of the PanedWindow and the last child inserted appearing at the bottom. The PanedWindow grows to match the width of its widest child and all other children are forced to this width. The height of the PanedWindow is equal...
 XmParseMapping(3) -- Data type for a compound string parse mapping
    XmParseMapping is an opaque data type for a parse mapping used by XmStringParseText to create a compound string. A parse mapping contains a pattern to be matched in text being parsed to create a compound string. It also contains a compound string, or a function to be invoked to provide a compound string, to be included in the compound string being created whenever the pattern is matched. An applic...
<<  [Prev]  153  154  155  156  157  158  159  160  161  162  163  164  165  166  167  168  169  170  171  172  173  
174  175  176  177  178  179  180  181  182  183  184  185  186  187  188  189  190  191  192  193  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service