}
void
-InputBoxPopup ()
+ICSInputBoxPopUp ()
{
MarkMenu("ICS Input Box", InputBoxDlg);
if(GenericPopUp(boxOptions, _("ICS input box"), InputBoxDlg))
SetWidgetText(&boxOptions[0], newText, InputBoxDlg);
if(shellUp[InputBoxDlg]) HardSetFocus (&boxOptions[0]); //why???
} else icsText = buf; // box did not exist: make sure it pops up with char in it
- InputBoxPopup();
+ ICSInputBoxPopUp();
} else PopUpMoveDialog(*buf);
}
void CommentClick P((Widget w, XEvent * event,
String * params, Cardinal * nParams));
void ICSInputBoxPopUp P((void));
-void ICSInputBoxPopDown P((void));
void FileNamePopUp P((char *label, char *def, char *filter,
FileProc proc, char *openMode));
void AskQuestionReplyAction P((Widget w, XEvent *event,
{ "TempForwardProc", TempForwardProc },
{ "CommentClick", (XtActionProc) CommentClick },
{ "ErrorPopDown", (XtActionProc) ErrorPopDown },
- { "ICSInputBoxPopDown", (XtActionProc) ICSInputBoxPopDown },
{ "AskQuestionPopDown", (XtActionProc) AskQuestionPopDown },
{ "GameListPopDown", (XtActionProc) GameListPopDown },
{ "GameListOptionsPopDown", (XtActionProc) GameListOptionsPopDown },
}
void
-ICSInputBoxPopUp ()
-{
- InputBoxPopup();
-}
-
-
-void
-ICSInputBoxPopDown ()
-{
- PopDown(InputBoxDlg);
-}
-
-void
CommentPopUp (char *title, char *text)
{
savedIndex = currentMove; // [HGM] vari
void MarkMenu P((char *item, int dlgNr));
void GetWidgetText P((Option *opt, char **buf));
void ClearTextWidget P((Option *opt));
-void InputBoxPopup P((void));
void CatchDeleteWindow(Widget w, String procname);
void GenericPopDown P((Widget w, XEvent *event, String *prms, Cardinal *nprms));
void PlaySound P((char *name));