version 1.2 | | version 1.3 |
---|
| | |
struct _Edit{ | | struct _Edit{ |
struct _Edit *next; /* in list of editors */ | | struct _Edit *next; /* in list of editors */ |
App app; /* in this application context */ | | App app; /* in this application context */ |
Attr mapattr; /* map attributes */ | | MapAttr mapattr; /* map attributes */ |
Widget w; /* mapEditor widget */ | | Widget w; /* mapEditor widget */ |
Widget view; /* viewport of mapEditor */ | | Widget view; /* viewport of mapEditor */ |
Widget shell; /* shell widget of map */ | | Widget shell; /* shell widget of map */ |
| | |
#endif | | #endif |
Widget refresh; | | Widget refresh; |
Widget read_only; | | Widget read_only; |
Widget show_weak_walls; | | Widget weak_walls; |
Widget overwrite; | | Widget overwrite; |
Widget auto_choose; | | Widget auto_choose; |
Widget stacking; | | Widget stacking; |