MrmFetchWidgetOverride(3) | Library Functions Manual | MrmFetchWidgetOverride(3) |
MrmFetchWidgetOverride — Fetches any indexed (UIL named) application widget. It overrides the arguments specified for this application widget in UIL "MrmFetchWidgetOverride" "uil functions" "MrmFetchWidgetOverride"
#include <Mrm/MrmPublic.h> Cardinal MrmFetchWidgetOverride( MrmHierarchy hierarchy_id, String index, Widget parent_widget, String override_name, ArgList override_args, Cardinal override_num_args, Widget *widget, MrmType *class);
"MRM function" "MrmFetchWidgetOverride" "MrmFetchWidgetOverride" "definition"
The MrmFetchWidgetOverride function "MrmFetchWidgetOverride" "description" 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.
"MrmSUCCESS" "MrmBAD_HIERARCHY" "MrmNOT_FOUND" "MrmFAILURE"
This function returns one of the following status return constants: