comparison LightClone/Source/GuiButton.h @ 33:06b151afc8d0

Cleaned up UI art; Completed drag and drop; Centered grid
author koryspansel <koryspansel@bendbroadband.com>
date Wed, 21 Sep 2011 00:50:20 -0700
parents 3a63df04f3c0
children 7ff46a00bcd3
comparison
equal deleted inserted replaced
32:c227be6a15fe 33:06b151afc8d0
102 ErrorCode SetTexture(uint32 nState, const char* pName, bool bResize = false); 102 ErrorCode SetTexture(uint32 nState, const char* pName, bool bResize = false);
103 103
104 /* 104 /*
105 * SetFont 105 * SetFont
106 */ 106 */
107 ErrorCode SetFont(const char* pName, uint32 nSize, uint32 nHeight = FW_NORMAL); 107 ErrorCode SetFont(const char* pName, uint32 nSize, uint32 nWeight = FW_NORMAL);
108 108
109 /* 109 /*
110 * SetText 110 * SetText
111 */ 111 */
112 void SetText(const char* pText); 112 void SetText(const char* pText);