Changeset 6141 for trunk/WINDOW/aw_question.hxx
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/WINDOW/aw_question.hxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WINDOW/aw_question.hxx
r5675 r6141 58 58 int get_answer(const char *question, const char *buttons, const char *to_all, bool add_abort); 59 59 // return 0 for first button, 1 for second button, 2 for third button, ... 60 // the single buttons are sep erated by kommas (i.e. "YES,NO")60 // the single buttons are separated by commas (i.e. "YES,NO") 61 61 // if add_abort is true an 'ABORT' button is added behind the last 62 62 };
