HomeSort by: relevance | last modified time | path
    Searched refs:toolkit (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/editres/dist/
widgets.c 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,
    [all...]
editresP.h 230 char * toolkit; member in struct:_SendWidgetTreeEvent
327 extern Widget global_paned; /* named after toolkit */
407 extern void RebuildMenusAndLabel ( const char * toolkit );
comm.c 331 /* Keep the toolkit from automatically freeing the selection value */
584 /* get toolkit type and reset if necessary */
585 if (!_XEditResGetString8(stream, &(send_event->toolkit)))
594 if (!strcmp(send_event->toolkit, "InterViews"))

Completed in 5 milliseconds