mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-22 16:32:13 -07:00
Add functions provided by the midend to tell a front end whether GUI
buttons for undo and redo should currently be greyed out. [originally from svn r9139]
This commit is contained in:
@ -253,6 +253,8 @@ char *midend_get_game_id(midend *me);
|
||||
int midend_can_format_as_text_now(midend *me);
|
||||
char *midend_text_format(midend *me);
|
||||
char *midend_solve(midend *me);
|
||||
int midend_can_undo(midend *me);
|
||||
int midend_can_redo(midend *me);
|
||||
void midend_supersede_game_desc(midend *me, char *desc, char *privdesc);
|
||||
char *midend_rewrite_statusbar(midend *me, char *text);
|
||||
void midend_serialise(midend *me,
|
||||
|
Reference in New Issue
Block a user