Searched refs:popup (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1TextPop.c131 * it will popup the insert file dialog box.
228 "*** Error: Could not get text widget from file insert popup");
461 * it will popup the search dialog box.
1091 * Arguments: shell - shell widget of the popup.
1137 * Description: Gets the value for the string in the popup.
1220 * Returns: the popup shell of the dialog.
1237 Widget popup, form; local
1246 popup = XtCreatePopupShell(name, transientShellWidgetClass,
1249 form = XtCreateManagedWidget(FORM_NAME, formWidgetClass, popup,
1253 return(popup);
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextPop.c148 * it will popup the insert file dialog box.
244 "*** Error: Could not get text widget from file insert popup");
489 * it will popup the search dialog box.
1170 * Arguments: shell - shell widget of the popup.
1225 * Description: Gets the value for the string in the popup.
1324 * Returns: the popup shell of the dialog.
1341 Widget popup, form; local
1350 popup = XtCreatePopupShell(name, transientShellWidgetClass,
1353 form = XtCreateManagedWidget(FORM_NAME, formWidgetClass, popup,
1358 return(popup);
[all...]

Completed in 14 milliseconds