Home | History | Annotate | Download | only in dist

Lines Matching refs:toolkit

64 static void CreateCommandMenu ( Widget parent, const char *toolkit );
65 static void CreateTreeCommandMenu ( Widget parent, const char *toolkit );
83 * which uses a different toolkit. Xt is the default.
86 * Arguments: toolkit - name of the toolkit.
143 RebuildMenusAndLabel(const char *toolkit)
145 if (strcmp(global_effective_toolkit, toolkit)) {
146 CreateCommandMenu(box, toolkit);
147 CreateTreeCommandMenu(box, toolkit);
149 global_screen_data.info_label = XtCreateManagedWidget(toolkit,
152 /* get the new toolkit label application resources for info_label */
157 global_effective_toolkit = toolkit;
258 * toolkit - name given to the SimpleMenu widget.
268 CreateCommandMenu(Widget parent, const char *toolkit)
277 /* set the menu name to the toolkit name */
278 XtSetArg(args[0], (String)XtNmenuName, toolkit);
281 cmenu = XtCreatePopupShell(toolkit, simpleMenuWidgetClass, cbutton,
348 CreateTreeCommandMenu(Widget parent, const char *toolkit)
376 XtSetArg(args[0], (String)XtNmenuName, toolkit);
379 tmenu = XtCreatePopupShell(toolkit, simpleMenuWidgetClass, tbutton,