Home
last modified time | relevance | path

Searched refs:yesStr (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/pho/pho/
H A Dgdialogs.c435 int Prompt(char* msg, char* yesStr, char* noStr, char* yesChars, char* noChars) in Prompt() argument
442 if (!yesStr) in Prompt()
443 yesStr = "OK"; in Prompt()
483 if (yesStr) { in Prompt()
484 gtk_button_set_label(GTK_BUTTON(yesBtn), yesStr); in Prompt()
H A Ddialogs.h9 extern int Prompt(char* msg, char* yesStr, char* noStr,