CComponentsForm: add basics for CComponentsForm

Origin commit data
------------------
Commit: 16d12b4243
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-09-05 (Wed, 05 Sep 2012)
This commit is contained in:
2012-09-05 12:19:52 +02:00
parent 8163e262a9
commit f53f8c9edc
2 changed files with 38 additions and 2 deletions

View File

@@ -401,12 +401,15 @@ class CComponentsTitleBar : public CComponentsItemBox
class CComponentsForm : public CComponentsContainer
{
private:
CComponentsTitleBar tb;
void initVarForm();
public:
CComponentsForm();
void paint(bool do_save_bg = CC_SAVE_SCREEN_YES);
void paint(bool do_save_bg = CC_SAVE_SCREEN_YES);
void hide(bool no_restore = false);
};
#endif