#include <config.h>
#include "XMDialogs.h"
#include <Xm/MwmUtil.h>
#include <Xm/DialogS.h>
#include <Xm/FileSB.h>
#include <X11/Shell.h>
#include <stdio.h>
#include <assert.h>
#include <string.h>
#include <ctype.h>
Go to the source code of this file.
Functions | |
void | StripNonPrinting (char *out, char *in) |
void | SetupBorders (Widget id) |
Variables | |
const char * | Copyright = "(C) Copyright Michigan State University 2002, All rights reserved" |
char * | sccsinfo = "@(#)XMDialogs.cc 8.2 9/10/96 \n" |
char * | prompter_help [] |
char * | SelectionDefaultHelp [] |
char * | FileSelectorHelp [] |
char * | custom_help [] |
|
Definition at line 347 of file XMDialogs.cpp. References NULL. |
|
Definition at line 329 of file XMDialogs.cpp. |
|
Definition at line 278 of file XMDialogs.cpp. |
|
Initial value: { " This is a custom dialog box which was created by a programmer that was\n", "too lazy to supply detailed help text about what the dialog does. Since\n", "the work area of the dialog box could be almost anything, I cannot be\n", "much of a help about what to do there. What I can say, however is that\n", "after you've done what you need to do in the work area, you should select\n", "one of the following buttons from the action area:\n\n", " Ok - Generally accepts what ever you've done and removes the\n", " dialog box assuming everything was done properly\n", " Apply - Generally the same as Ok, but leaves the dialog box up.\n", " Cancel - Generally takes no action, but dismisses the dialog box\n", " Help - Causes this helpful message to appear.\n\n", "NOTE: If you know who wrote this program, then bother the hell out of \n", " that person to replace this help text with something more specific\n", " to the application\n", NULL } Definition at line 1532 of file XMDialogs.cpp. |
|
Definition at line 1188 of file XMDialogs.cpp. |
|
Initial value: { "You are being prompted for some text. Type the text in the text window.\n", " When you have edited the text to look like what you want click: \n\n", " Ok - To accept the text and remove the dialog.\n", " Apply - To accept the text and leave the dialog displayed \n", " Cancel- To cancel dismiss the dialog without accepting the text\n", " Help - To display this message\n", NULL } Definition at line 622 of file XMDialogs.cpp. |
|
Definition at line 296 of file XMDialogs.cpp. |
|
Initial value: { " You are being asked to select an item from the list of choices\n", "in the list box part of the widget. You can select an item either by\n", "clicking on it with the mouse or by typing it into the text input\n", "area below the list box. Once you have made your selection, you should\n", "click a button in the action area at the bottom of the dialog where: \n\n", " Ok - Will accept your choice and dismiss the dialog\n", " Apply - Will accept your choice and leave the dialog displayed\n", " Cancel - Will dismiss the dialog without any action\n", " Help - Will display this text\n", NULL } Definition at line 929 of file XMDialogs.cpp. |