pidgin/plugins/crazychat/test.h

Fri, 20 Jul 2007 21:46:29 +0000

author
Sadrul Habib Chowdhury <sadrul@pidgin.im>
date
Fri, 20 Jul 2007 21:46:29 +0000
changeset 18832
177a16b4b9f3
parent 15435
4b933b06d75e
child 16238
33bf2fd32108
child 18068
b6554e3c8224
child 20478
46933dc62880
permissions
-rw-r--r--

Allow disabling the widget actions on specific widgets. This allows, for
example, to search in the tree without triggering some action.

class Test {
	public:
		Test(void);
		~Test(void);
		void runTest(void);
	private:
		asdfint fake;
};

mercurial