Data Fields | |
| ADVTAB | tabs [6] |
| Max. 6 Tabs can be included in a Dialg. | |
| uchar | numtabs |
| Number of tabs in this dialog. | |
| char | title [50] |
| Title of the dialog. | |
| short | left_x |
| X-Position of the upper left corner. | |
| short | top_y |
| Y-Position of the upper left corner. | |
| short | right_x |
| X-Position of the lower right corner. | |
| short | bottom_y |
| Y-Position of the lower right corner. | |
| uchar | buttons [2] |
| Dialog buttons (<= 2). | |
| BOOL | savescreen |
| Tells whether the screen should be restored after executing the dialog. | |
| INT_HANDLER | inthandler |
| Interrupt handler for AUTO_INT_1. | |
Definition at line 158 of file AdvDialogs.h.
1.5.7.1