diff options
author | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2009-01-24 17:15:14 +0000 |
---|---|---|
committer | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2009-01-24 17:15:14 +0000 |
commit | ff31a97b260e955c7af6b88fe4d606282160073d (patch) | |
tree | 0947e28235d7e773803039d41316eefea3b8eb02 /Plugins/skins/SkinLib/SkinnedDialog.h | |
parent | de4ef8a65afd0c38f8bbdfcb3b90ff82a98d1483 (diff) |
skins: 0.0.0.2
* Fix for float numbers
+ Added valign (not used yet)
+ Added dialog info (allow clients to set script variables starting with info)
+ The zip will contain also the pdbs (at least until it is more stable)
git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@134 c086bb3d-8645-0410-b8da-73a8550f86e7
Diffstat (limited to 'Plugins/skins/SkinLib/SkinnedDialog.h')
-rw-r--r-- | Plugins/skins/SkinLib/SkinnedDialog.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Plugins/skins/SkinLib/SkinnedDialog.h b/Plugins/skins/SkinLib/SkinnedDialog.h index ea99280..1387082 100644 --- a/Plugins/skins/SkinLib/SkinnedDialog.h +++ b/Plugins/skins/SkinLib/SkinnedDialog.h @@ -49,9 +49,6 @@ public: /// Each call to this method can potentially create the state, so don't cache it.
virtual DialogState * getState();
- /// Create a state based on the script passed in text. the caller have to free the DialogState *
- virtual DialogState * createState(const TCHAR *text, MessageCallback errorCallback = NULL, void *errorCallbackParam = NULL);
-
virtual void setErrorCallback(MessageCallback cb, void *param = NULL);
virtual void setTraceCallback(MessageCallback cb, void *param = NULL);
|