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

  man pages->IRIX man pages              
Title
Content
Arch
Section
 
 Xm/XmFontListRemoveEntry(o) -- A font list function that removes a font list entry from a font list
    XmFontListRemoveEntry creates a new font list that contains the contents of oldlist minus those entries specified in entry. The routine removes any entries from oldlist that match the components (tag, type font/font set) of the specified entry. The function deallocates the original font list after extracting the required information. The caller uses XmFontListEntryFree to recover memory allocated for the specified entry. This routine does not free the XFontSet or XFontStruct associated with the ...
 Xm/XmForm(o) -- The Form widget class
    Form is a container widget with no input semantics of its own. Constraints are placed on children of the Form to define attachments for each of the child's four sides. These attachments can be to the Form, to another child widget or gadget, to a relative position within the Form, or to the initial position of the child. The attachments determine the layout behavior of the Form when resizing occurs. The default value for XmNinitialFocus is the value of XmNdefaultButton. Following are some import...
 Xm/XmFrame(o) -- The Frame widget class
    Frame is a very simple manager used to enclose a single work area child in a border drawn by Frame. It uses the Manager class resources for border drawing and performs geometry management so that its size always matches its child's outer size plus the Frame's margins and shadow thickness. Frame is most often used to enclose other managers when the application developer desires the manager to have the same border appearance as the primitive widgets. Frame can also be used to enclose primitive w...
 Xm/XmGadget(o) -- The Gadget widget class
    Gadget is a widget class used as a supporting superclass for other gadget classes. It handles shadow-border drawing and highlighting, traversal activation and deactivation, and various callback lists needed by gadgets. The color and pixmap resources defined by XmManager are directly used by gadgets. If XtSetValues is used to change one of the resources for a manager widget, all of the gadget children within the manager also change. Classes Gadget inherits behavior and resources from Object and R...
 Xm/XmGetAtomName(o) -- A function that returns the string representation for an atom
    XmGetAtomName returns the string representation for an atom. It mirrors the Xlib interfaces for atom management but provides client-side caching. When and where caching is provided in Xlib, the routines will become pseudonyms for the Xlib routines. displaySpecifies the connection to the X server atom Specifies the atom for the property name you want returned
 Xm/XmGetColorCalculation(o) -- A function to get the procedure used for default color calculation
    XmGetColorCalculation returns the procedure being used to calculate default colors. For a description of XmColorProc, see XmSetColorCalculation(3X).
 Xm/XmGetColors(o) -- A function that generates foreground, select, and shadow colors
    XmGetColors takes a screen, a colormap, and a background pixel, and it returns pixel values for foreground, select, and shadow colors. screen Specifies the screen for which these colors should be allocated colormap Specifies the colormap from which these colors should be allocated background Specifies the background on which the colors should be based foreground Specifies a pointer to the returned foreground pixel value. If this argument is NULL no value is allocated or returned for this color. ...
 Xm/XmGetDestination(o) -- A function that returns the widget ID of the widget to be used as the current destination for quick paste and
    XmGetDestination returns the widget that is the current destination on the specified display. The destination is generally the last editable widget on which a select, edit, insert, or paste operation was performed and is the destination for quick paste and certain clipboard functions. The destination is NULL if the application makes this call before any of the specified operations have been performed on an editable widget. displaySpecifies the display whose destination widget is to be queried...
 Xm/XmGetDragContext(o) -- A Drag and Drop function that retrieves the DragContext widget ID associated with a timestamp
    XmGetDragContext returns the widget ID of the active DragContext associated with a given display and timestamp. A timestamp uniquely identifies which DragContext is active when more than one drag and drop transaction has been initiated on a display. If the specified timestamp matches a timestamp processed between the start and finish of a single drag and drop transaction, the function returns the corresponding DragContext ID. refwidget Specifies the ID of the widget that the routine uses to iden...
 Xm/XmGetFocusWidget(o) -- Returns the ID of the widget that has keyboard focus
    XmGetFocusWidget examines the hierarchy that contains the specified widget and returns the ID of the widget that has keyboard focus. The function extracts the widget ID from the associated Shell widget; therefore the specified widget can be located anywhere in the hierarchy. widget Specifies a widget ID within a given hierarchy
 Xm/XmGetMenuCursor(o) -- A function that returns the cursor ID for the current menu cursor
    XmGetMenuCursor queries the menu cursor currently being used by this client on the specified display and returns the cursor ID. This function returns the menu cursor for the default screen of the display. XmGetMenuCursor is obsolete and exists for compatibility with previous releases. Instead of using this function, call XtGetValues for the XmScreen resource XmNmenuCursor. displaySpecifies the display whose menu cursor is to be queried...
 Xm/XmGetPixmap(o) -- A pixmap caching function that generates a pixmap, stores it in a pixmap cache, and returns the pixmap
    XmGetPixmap uses the parameter data to perform a lookup in the pixmap cache to see if a pixmap has already been generated that matches the data. If one is found, a reference count is incremented and the pixmap is returned. Applications should use XmDestroyPixmap when the pixmap is no longer needed. If a pixmap is not found, image_name is used to perform a lookup in the image cache. If an image is found, it is used to generate the pixmap, which is then cached and returned. If an image is not foun...
 Xm/XmGetPixmapByDepth(o) -- A pixmap caching function that generates a pixmap, stores it in a pixmap cache, and returns the pixmap
    XmGetPixmapByDepth uses the parameter data to perform a lookup in the pixmap cache to see if a pixmap has already been generated that matches the data. If one is found, a reference count is incremented and the pixmap is returned. Applications should use XmDestroyPixmap when the pixmap is no longer needed. If a matching pixmap is not found, image_name is used to perform a lookup in the image cache. If an image is found, it is used to generate the pixmap, which is then cached and returned. If an i...
 Xm/XmGetPostedFromWidget(o) -- A RowColumn function that returns the widget from which a menu was posted
    XmGetPostedFromWidget returns the widget from which a menu was posted. For torn-off menus, this function returns the widget from which the menu was originally torn. An application can use this routine during the activate callback to determine the context in which the menu callback should be interpreted. menu Specifies the widget ID of the menu For a complete definition of RowColumn and its associated resources, see XmRowColumn(3X)....
 Xm/XmGetSecondaryResourceData(o) -- A function that provides access to secondary widget resource data
    Some Motif widget classes (such as Gadget, Text, and VendorShell) have resources that are not accessible via the functions XtGetResourceList and XtGetConstraintResourceList. In order to retrieve the descriptions of these resources, an application must use XmGetSecondaryResourceData. When a widget class has such resources, this function provides descriptions of the resources in one or more data structures. XmGetSecondaryResourceData takes a widget class argument and returns the number of these da...
<<  [Prev]  430  431  432  433  434  435  436  437  438  439  440  441  442  443  444  445  446  447  448  449  450  
451  452  453  454  455  456  457  458  459  460  461  462  463  464  465  466  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service