Lines Matching refs:PushButton
54 class PushButton;
272 class TOOLKIT_DLLPUBLIC PushButton : public Button class
274 DECL_GET_IMPL( PushButton );
275 DECL_CONSTRUCTORS( PushButton, Button, 0 );
276 DECL_GET_WINDOW (PushButton);
279 ~PushButton ();
287 class TOOLKIT_DLLPUBLIC OKButton : public PushButton
289 DECL_CONSTRUCTORS( OKButton, PushButton, WB_DEFBUTTON );
291 class TOOLKIT_DLLPUBLIC CancelButton : public PushButton
293 DECL_CONSTRUCTORS( CancelButton, PushButton, 0 );
295 class TOOLKIT_DLLPUBLIC YesButton : public PushButton
297 DECL_CONSTRUCTORS( YesButton, PushButton, WB_DEFBUTTON );
299 class TOOLKIT_DLLPUBLIC NoButton : public PushButton
301 DECL_CONSTRUCTORS( NoButton, PushButton, 0 );
303 class TOOLKIT_DLLPUBLIC RetryButton : public PushButton
305 DECL_CONSTRUCTORS( RetryButton, PushButton, 0 );
307 class TOOLKIT_DLLPUBLIC IgnoreButton : public PushButton
309 DECL_CONSTRUCTORS( IgnoreButton, PushButton, 0 );
311 class TOOLKIT_DLLPUBLIC ResetButton : public PushButton
313 DECL_CONSTRUCTORS( ResetButton, PushButton, 0 );
315 class TOOLKIT_DLLPUBLIC ApplyButton : public PushButton
317 DECL_CONSTRUCTORS( ApplyButton, PushButton, 0 );
319 class TOOLKIT_DLLPUBLIC HelpButton : public PushButton
321 DECL_CONSTRUCTORS( HelpButton, PushButton, 0 );
323 class TOOLKIT_DLLPUBLIC ImageButton : public PushButton
325 DECL_CONSTRUCTORS( ImageButton, PushButton, 0 );
329 class TOOLKIT_DLLPUBLIC AdvancedButton : public PushButton
331 DECL_CONSTRUCTORS( AdvancedButton, PushButton, 0 );