Lines Matching refs:DECL_CONSTRUCTORS
95 #define DECL_CONSTRUCTORS(t,par,defaultWinBit) \ macro
194 DECL_CONSTRUCTORS( Control, Window, 0 );
208 DECL_CONSTRUCTORS( FixedLine, Control, WB_HORZ );
218 DECL_CONSTRUCTORS( FixedText, Control, 0 );
229 DECL_CONSTRUCTORS( FixedImage, Control, 0 );
238 DECL_CONSTRUCTORS( FixedInfo, FixedText, 0 );
255 DECL_CONSTRUCTORS( Button, Control, 0 );
275 DECL_CONSTRUCTORS( PushButton, Button, 0 );
289 DECL_CONSTRUCTORS( OKButton, PushButton, WB_DEFBUTTON );
293 DECL_CONSTRUCTORS( CancelButton, PushButton, 0 );
297 DECL_CONSTRUCTORS( YesButton, PushButton, WB_DEFBUTTON );
301 DECL_CONSTRUCTORS( NoButton, PushButton, 0 );
305 DECL_CONSTRUCTORS( RetryButton, PushButton, 0 );
309 DECL_CONSTRUCTORS( IgnoreButton, PushButton, 0 );
313 DECL_CONSTRUCTORS( ResetButton, PushButton, 0 );
317 DECL_CONSTRUCTORS( ApplyButton, PushButton, 0 );
321 DECL_CONSTRUCTORS( HelpButton, PushButton, 0 );
325 DECL_CONSTRUCTORS( ImageButton, PushButton, 0 );
331 DECL_CONSTRUCTORS( AdvancedButton, PushButton, 0 );
349 DECL_CONSTRUCTORS( MoreButton, AdvancedButton, 0 );
364 DECL_CONSTRUCTORS( RadioButton, Button, 0 );
380 DECL_CONSTRUCTORS( CheckBox, Button, 0 );
395 DECL_CONSTRUCTORS( Edit, Control, WB_BORDER );
410 DECL_CONSTRUCTORS( MultiLineEdit, Edit, WB_LEFT|WB_BORDER );
417 DECL_CONSTRUCTORS( SpinField, Edit, 0 );
486 DECL_CONSTRUCTORS( ComboBox, Edit, 0 );
508 DECL_CONSTRUCTORS( ListBox, Control, WB_BORDER );
549 DECL_CONSTRUCTORS( MultiListBox, ListBox, 0 );
643 DECL_CONSTRUCTORS (TabControl, Control, 0);
686 DECL_CONSTRUCTORS( ProgressBar, Control, WB_BORDER );