Lines Matching refs:IMPL_CONSTRUCTORS
179 IMPL_CONSTRUCTORS( Button, Control, "button" );
254 IMPL_CONSTRUCTORS( PushButton, Button, "pushbutton" );
363 IMPL_CONSTRUCTORS( RadioButton, Button, "radiobutton" );
423 IMPL_CONSTRUCTORS( CheckBox, Button, "checkbox" );
459 IMPL_CONSTRUCTORS( OKButton, PushButton, "okbutton" );
460 IMPL_CONSTRUCTORS( CancelButton, PushButton, "cancelbutton" );
461 IMPL_CONSTRUCTORS( YesButton, PushButton, "yesbutton" );
462 IMPL_CONSTRUCTORS( NoButton, PushButton, "nobutton" );
463 IMPL_CONSTRUCTORS( RetryButton, PushButton, "retrybutton" );
464 IMPL_CONSTRUCTORS( IgnoreButton, PushButton, "ignorebutton" );
465 IMPL_CONSTRUCTORS( ResetButton, PushButton, "resetbutton" );
466 IMPL_CONSTRUCTORS( ApplyButton, PushButton, "applybutton" ); /* Deprecated? */
467 IMPL_CONSTRUCTORS( HelpButton, PushButton, "helpbutton" );
472 IMPL_CONSTRUCTORS( ImageButton, PushButton, "imagebutton" );