Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mrmclosehierarchy(3x) [osf1 man page]

MrmCloseHierarchy(3X)													     MrmCloseHierarchy(3X)

NAME
MrmCloseHierarchy - Closes a UID hierarchy SYNOPSIS
#include <Mrm/MrmPublic.h> Cardinal MrmCloseHierarchy(hierarchy_id) MrmHierarchy hierarchy_id; DESCRIPTION
The MrmCloseHierarchy function closes a UID hierarchy previously opened by MrmOpenHierarchyPerDisplay. All files associated with the hier- archy are closed by the Motif Resource Manager (MRM) and all associated memory is returned. Specifies the ID of a previously opened UID hierarchy. The hierarchy_id was returned in a previous call to MrmOpenHierarchyPerDisplay. RETURN VALUE
This function returns one of these status return constants: The function executed successfully. The hierarchy ID was invalid. The func- tion failed. SEE ALSO
MrmOpenHierarchyPerDisplay(3X) MrmCloseHierarchy(3X)

Check Out this Related Man Page

MrmFetchWidgetOverride(3X)												MrmFetchWidgetOverride(3X)

NAME
MrmFetchWidgetOverride - Fetches any indexed (UIL named) application widget. It overrides the arguments specified for this application wid- get in UIL SYNOPSIS
#include <Mrm/MrmPublic.h> Cardinal MrmFetchWidgetOverride(hierarchy_id, index, parent_widget, override_name, override_args, override_num_args, widget, class) MrmHierarchy hierarchy_id; String index; Widget parent_widget; String override_name; ArgList override_args; Cardinal override_num_args; Widget *widget; MrmType *class; DESCRIPTION
The MrmFetchWidgetOverride function is the extended version of MrmFetchWidget. It is identical to MrmFetchWidget, except that it allows the caller to override the widget's name and any arguments that MrmFetchWidget would otherwise retrieve from the UID file or one of the defaulting mechanisms. That is, the override argument list is not limited to those arguments in the UID file. The override arguments apply only to the widget fetched and returned by this function. Its children (subtree) do not receive any override parameters. Specifies the ID of the UID hierarchy that contains the interface definition. The hierarchy_id was returned in a previous call to MrmOpenHierarchyPerDisplay. Specifies the UIL name of the widget to fetch. Specifies the parent widget ID. Specifies the name to override the widget name. Use a NULL value if you do not want to override the widget name. Specifies the override argument list, exactly as given to XtCreateWidget (conversion complete and so forth). Use a NULL value if you do not want to override the argument list. Speci- fies the number of arguments in override_args. Returns the widget ID of the created widget. Returns the class code identifying MRM's wid- get class. Literals identifying MRM widget class codes are defined in the include file <Mrm/MrmPublic.h>. RETURN VALUE
This function returns one of these status return constants: The function executed successfully. The hierarchy ID was invalid. The widget was not found in UID hierarchy. The function failed. SEE ALSO
MrmOpenHierarchyPerDisplay(3X), MrmFetchWidget(3X) MrmFetchWidgetOverride(3X)
Man Page