Changeset 16 in flair-src for trunk/tools/FlairGCS
- Timestamp:
- Apr 8, 2016, 3:48:40 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/FlairGCS/src/XmlWidget.h
r15 r16 37 37 bool isExpandable; // true if we can receive extra frame for this widget (ex 38 38 // combobox, plots, layout) 39 bool isContainer; // true if it can contain other widget (ex layout),40 // isExpandable is also true in this case39 bool isContainer; // true if it can contain other widget (ex layout), 40 // isExpandable is also true in this case 41 41 virtual void SetUptodate(void){}; 42 42 virtual void Reset(void){};
Note:
See TracChangeset
for help on using the changeset viewer.