aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_layout.h
diff options
context:
space:
mode:
authorGravatar Noldor2008-10-10 16:41:27 +0000
committerGravatar Noldor2008-10-10 16:41:27 +0000
commit6cdf85ca8f437918f6ca661816cd38c82640674d (patch)
tree0558279dd7b58ef90c117b0d13bb0b9553de231b /src/modules/objects/class_layout.h
parentLinking fix (diff)
downloadKVIrc-6cdf85ca8f437918f6ca661816cd38c82640674d.tar.gz
KVIrc-6cdf85ca8f437918f6ca661816cd38c82640674d.tar.bz2
KVIrc-6cdf85ca8f437918f6ca661816cd38c82640674d.zip
object module restyling/enhancement(work in progress)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2689 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_layout.h')
-rw-r--r--src/modules/objects/class_layout.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/modules/objects/class_layout.h b/src/modules/objects/class_layout.h
index 7b25938f0..54bcbe2de 100644
--- a/src/modules/objects/class_layout.h
+++ b/src/modules/objects/class_layout.h
@@ -35,16 +35,16 @@ public:
protected:
virtual bool init(KviKvsRunTimeContext * pContext,KviKvsVariantList *pParams);
- bool functionAddWidget(KviKvsObjectFunctionCall *c);
- bool functionAddMultiCellWidget(KviKvsObjectFunctionCall *c);
- bool functionSetRowStretch(KviKvsObjectFunctionCall *c);
- bool functionSetColumnStretch(KviKvsObjectFunctionCall *c);
- bool functionSetMargin(KviKvsObjectFunctionCall *c);
- bool functionSetSpacing(KviKvsObjectFunctionCall *c);
- bool functionAddRowSpacing(KviKvsObjectFunctionCall *c);
- bool functionAddColSpacing(KviKvsObjectFunctionCall *c);
- bool functionSetResizeMode(KviKvsObjectFunctionCall *c);
- bool functionsetAlignment(KviKvsObjectFunctionCall *c);
+ bool addWidget(KviKvsObjectFunctionCall *c);
+ bool addMultiCellWidget(KviKvsObjectFunctionCall *c);
+ bool setRowStretch(KviKvsObjectFunctionCall *c);
+ bool setColumnStretch(KviKvsObjectFunctionCall *c);
+ bool setMargin(KviKvsObjectFunctionCall *c);
+ bool setSpacing(KviKvsObjectFunctionCall *c);
+ bool addRowSpacing(KviKvsObjectFunctionCall *c);
+ bool addColSpacing(KviKvsObjectFunctionCall *c);
+ bool setResizeMode(KviKvsObjectFunctionCall *c);
+ bool setAlignment(KviKvsObjectFunctionCall *c);
};