Lines Matching refs:Control
44 class Control;
191 class TOOLKIT_DLLPUBLIC Control : public Window class
193 DECL_GET_IMPL( Control );
194 DECL_CONSTRUCTORS( Control, Window, 0 );
197 ~Control ();
205 class TOOLKIT_DLLPUBLIC FixedLine : public Control
208 DECL_CONSTRUCTORS( FixedLine, Control, WB_HORZ );
215 class TOOLKIT_DLLPUBLIC FixedText : public Control
218 DECL_CONSTRUCTORS( FixedText, Control, 0 );
226 class TOOLKIT_DLLPUBLIC FixedImage : public Control
229 DECL_CONSTRUCTORS( FixedImage, Control, 0 );
252 class TOOLKIT_DLLPUBLIC Button : public Control
255 DECL_CONSTRUCTORS( Button, Control, 0 );
392 class TOOLKIT_DLLPUBLIC Edit : public Control
395 DECL_CONSTRUCTORS( Edit, Control, WB_BORDER );
505 class TOOLKIT_DLLPUBLIC ListBox : public Control
508 DECL_CONSTRUCTORS( ListBox, Control, WB_BORDER );
636 class TOOLKIT_DLLPUBLIC TabControl : public Control
643 DECL_CONSTRUCTORS (TabControl, Control, 0);
683 class TOOLKIT_DLLPUBLIC ProgressBar : public Control
686 DECL_CONSTRUCTORS( ProgressBar, Control, WB_BORDER );
768 class TOOLKIT_DLLPUBLIC Plugin : public Control
773 ::Control *mpPlugin;
774 Plugin( Context *context, char const* id, ::Control *plugin );