view pidgin/plugins/crazychat/test.h @ 21399:d2bd7eae1c2c

Remove padding and size-grouping from buttons in minidialogs to save horizontal space.
author Will Thompson <will.thompson@collabora.co.uk>
date Sat, 03 Nov 2007 14:35:09 +0000 (2007-11-03)
parents 5fe8042783c1
children
line wrap: on
line source
class Test {
	public:
		Test(void);
		~Test(void);
		void runTest(void);
	private:
		asdfint fake;
};