See changelog 2002-03-18 17:30 UTC-0300

This commit is contained in:
Luiz Rafael Culik
2002-03-18 22:30:10 +00:00
parent 48f96cd3f4
commit de3f8fbc56
2 changed files with 5 additions and 0 deletions

View File

@@ -112,5 +112,8 @@
#define HTGROWBOX HTSIZE
#define HTREDUCE HTMINBUTTON
#define HTZOOM HTMAXBUTTON
#define TBR_EXIT -1
#define TBR_CONTINUE 0
#define TBR_EXCEPTION 1
#endif /* HB_BUTTON_CH_ */

View File

@@ -63,5 +63,7 @@
#define GE_WRITE 6
#define GE_ESCAPE 7
#define GE_WHEN 8 /* when clause unsatisfied */
#define GE_SHORTCUT 9 // introduced in x5.3
#define GE_MOUSEHIT 10 // introduced in x5.3
#endif /* _GETEXIT_CH */