comparison engine/core/gui/widgets/togglebutton.h @ 255:51cc05d862f2

Merged editor_rewrite branch to trunk. This contains changes that may break compatibility against existing clients. For a list of changes that may affect your client, see: http://wiki.fifengine.de/Changes_to_pychan_and_FIFE_in_editor_rewrite_branch
author cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
date Mon, 08 Jun 2009 16:00:02 +0000
parents d76169461729
children
comparison
equal deleted inserted replaced
254:10b5f7f36dd4 255:51cc05d862f2
66 * Draws the button 66 * Draws the button
67 */ 67 */
68 void draw(Graphics *graphics); 68 void draw(Graphics *graphics);
69 69
70 /** 70 /**
71 * Adjust size to fit image 71 * Adjust size to fit image and caption
72 */ 72 */
73 void adjustSize(); 73 void adjustSize();
74 74
75 /** 75 /**
76 * Sets the image that will be displayed when the button isn't toggled 76 * Sets the image that will be displayed when the button isn't toggled