diff options
| author | 2007-01-23 21:07:50 +0000 | |
|---|---|---|
| committer | 2007-01-23 21:07:50 +0000 | |
| commit | 3f4d927df561a783cf16412a16cf15d721f5ed41 (patch) | |
| tree | 5854478e0c4c0eeba7b7fde203af6b2d703c292a /src/modules/objects | |
| parent | quick fix in clas listview (diff) | |
| download | KVIrc-3f4d927df561a783cf16412a16cf15d721f5ed41.tar.gz KVIrc-3f4d927df561a783cf16412a16cf15d721f5ed41.tar.bz2 KVIrc-3f4d927df561a783cf16412a16cf15d721f5ed41.zip | |
not important fix
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@245 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects')
| -rw-r--r-- | src/modules/objects/class_buttongroup.h | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/src/modules/objects/class_buttongroup.h b/src/modules/objects/class_buttongroup.h index 0a3757891..2904d5a7a 100644 --- a/src/modules/objects/class_buttongroup.h +++ b/src/modules/objects/class_buttongroup.h @@ -38,27 +38,7 @@ public: protected:
virtual bool init(KviKvsRunTimeContext * pContext,KviKvsVariantList *pParams);
- /*
- bool functionSetTitle(KviKvsObjectFunctionCall *c);
- bool functionTitle(KviKvsObjectFunctionCall *c);
- bool functionSetFlat(KviKvsObjectFunctionCall *c);
- bool functionIsFlat(KviKvsObjectFunctionCall *c);
- bool functionSetCheckable(KviKvsObjectFunctionCall *c);
- bool functionIsCheckable(KviKvsObjectFunctionCall *c);
- bool functionSetInsideMargin(KviKvsObjectFunctionCall *c);
- bool functionInsideMargin(KviKvsObjectFunctionCall *c);
- bool functionSetInsideSpacing(KviKvsObjectFunctionCall *c);
- bool functionInsideSpacing(KviKvsObjectFunctionCall *c);
- bool functionSetColumns(KviKvsObjectFunctionCall *c);
- bool functionColumns(KviKvsObjectFunctionCall *c);
- bool functionAddSpace(KviKvsObjectFunctionCall *c);
- bool functionAlignment(KviKvsObjectFunctionCall *c);
- bool functionSetAlignment(KviKvsObjectFunctionCall *c);
- bool functionSetOrientation(KviKvsObjectFunctionCall *c);
- bool functionIsChecked(KviKvsObjectFunctionCall *c);
- bool functionSetChecked(KviKvsObjectFunctionCall *c);
- bool functionSetColumnLayout(KviKvsObjectFunctionCall *c);
-*/
+
};
#endif //!_CLASS_GROUPBOX_H_
|
