24 #ifndef FWIDGET_FLAGS_H    25 #define FWIDGET_FLAGS_H    27 #if !defined (USE_FINAL_H) && !defined (COMPILE_FINAL_CUT)    28   #error "Only <final/final.h> can be included directly."    31 #include "final/ftypes.h"    39   uInt16 scrollable     : 1;
    40   uInt16 resizeable     : 1;
    41   uInt16 minimizable    : 1;
    44   uInt16 no_underline   : 1;
    45   uInt16 ignore_padding : 1;
    55   uInt16 always_on_top  : 1;
    56   uInt16 visible_cursor : 1;
    70   uInt16 trans_shadow : 1;
    76   uInt16 window_widget : 1;
    77   uInt16 dialog_widget : 1;
    78   uInt16 menu_widget   : 1;
    94 #endif  // FWIDGET_FLAGS_H 
Definition: class_template.cpp:25