|
SSBM Decomp
|
#include <DEMOWin.h>
Data Fields | |
| long | x1 |
| long | y1 |
| long | x2 |
| long | y2 |
| unsigned long | priority |
| unsigned long | flags |
| unsigned short | x_cal |
| unsigned short | y_cal |
| unsigned short | pixel_width |
| unsigned short | pixel_height |
| unsigned short | char_width |
| unsigned short | char_height |
| unsigned short | num_scroll_lines |
| unsigned short | total_lines |
| unsigned short | curr_output_line |
| unsigned short | curr_output_col |
| unsigned short | curr_view_line |
| signed short | cursor_line |
| char * | caption |
| unsigned char * | buffer |
| GXColor | bkgnd |
| GXColor | cap |
| GXColor | border |
| void(* | refresh )(struct STRUCT_DEMOWIN *) |
| struct STRUCT_DEMOWIN * | next |
| struct STRUCT_DEMOWIN * | prev |
| void * | parent |
| long STRUCT_DEMOWIN::x1 |
| long STRUCT_DEMOWIN::y1 |
| long STRUCT_DEMOWIN::x2 |
| long STRUCT_DEMOWIN::y2 |
| unsigned long STRUCT_DEMOWIN::priority |
| unsigned long STRUCT_DEMOWIN::flags |
| unsigned short STRUCT_DEMOWIN::x_cal |
| unsigned short STRUCT_DEMOWIN::y_cal |
| unsigned short STRUCT_DEMOWIN::pixel_width |
| unsigned short STRUCT_DEMOWIN::pixel_height |
| unsigned short STRUCT_DEMOWIN::char_width |
| unsigned short STRUCT_DEMOWIN::char_height |
| unsigned short STRUCT_DEMOWIN::num_scroll_lines |
| unsigned short STRUCT_DEMOWIN::total_lines |
| unsigned short STRUCT_DEMOWIN::curr_output_line |
| unsigned short STRUCT_DEMOWIN::curr_output_col |
| unsigned short STRUCT_DEMOWIN::curr_view_line |
| signed short STRUCT_DEMOWIN::cursor_line |
| char* STRUCT_DEMOWIN::caption |
| unsigned char* STRUCT_DEMOWIN::buffer |
| GXColor STRUCT_DEMOWIN::bkgnd |
| GXColor STRUCT_DEMOWIN::cap |
| GXColor STRUCT_DEMOWIN::border |
| void(* STRUCT_DEMOWIN::refresh) (struct STRUCT_DEMOWIN *) |
| struct STRUCT_DEMOWIN* STRUCT_DEMOWIN::next |
| struct STRUCT_DEMOWIN* STRUCT_DEMOWIN::prev |
| void* STRUCT_DEMOWIN::parent |