Lines Matching refs:IMPL_CONSTRUCTORS
180 IMPL_CONSTRUCTORS( Button, Control, "button" );
256 IMPL_CONSTRUCTORS( PushButton, Button, "pushbutton" );
365 IMPL_CONSTRUCTORS( RadioButton, Button, "radiobutton" );
425 IMPL_CONSTRUCTORS( CheckBox, Button, "checkbox" );
461 IMPL_CONSTRUCTORS( OKButton, PushButton, "okbutton" );
462 IMPL_CONSTRUCTORS( CancelButton, PushButton, "cancelbutton" );
463 IMPL_CONSTRUCTORS( YesButton, PushButton, "yesbutton" );
464 IMPL_CONSTRUCTORS( NoButton, PushButton, "nobutton" );
465 IMPL_CONSTRUCTORS( RetryButton, PushButton, "retrybutton" );
466 IMPL_CONSTRUCTORS( IgnoreButton, PushButton, "ignorebutton" );
467 IMPL_CONSTRUCTORS( ResetButton, PushButton, "resetbutton" );
468 IMPL_CONSTRUCTORS( ApplyButton, PushButton, "applybutton" ); /* Deprecated? */
469 IMPL_CONSTRUCTORS( HelpButton, PushButton, "helpbutton" );
474 IMPL_CONSTRUCTORS( ImageButton, PushButton, "imagebutton" );