comparison GUI/GUIWindow.h @ 2528:e72e62ec9273

GUIWindow::DrawText: some cleanings
author a.parshin
date Mon, 13 Oct 2014 16:14:07 +0300
parents a77c34acdbc9
children dbaf6fc71525
comparison
equal deleted inserted replaced
2527:8f12e6a1fcc2 2528:e72e62ec9273
338 338
339 GUIButton *CreateButton(unsigned int uX, unsigned int uY, unsigned int uWidth, unsigned int uHeight, int a6, int a7, 339 GUIButton *CreateButton(unsigned int uX, unsigned int uY, unsigned int uWidth, unsigned int uHeight, int a6, int a7,
340 UIMessageType msg, unsigned int msg_param, unsigned __int8 uHotkey, const char *pName, struct Texture *pTextures, ...); 340 UIMessageType msg, unsigned int msg_param, unsigned __int8 uHotkey, const char *pName, struct Texture *pTextures, ...);
341 void DrawFlashingInputCursor(signed int uX, int uY, struct GUIFont *a2); 341 void DrawFlashingInputCursor(signed int uX, int uY, struct GUIFont *a2);
342 int DrawTextInRect(GUIFont *pFont, unsigned int uX, unsigned int uY, unsigned int uColor, const char *text, int rect_width, int reverse_text); 342 int DrawTextInRect(GUIFont *pFont, unsigned int uX, unsigned int uY, unsigned int uColor, const char *text, int rect_width, int reverse_text);
343 void DrawText(GUIFont *a2, signed int uX, int uY, unsigned int uFontColor, const char *Str, int a7, int a8, signed int uFontShadowColor); 343 void DrawText(GUIFont *a2, signed int uX, int uY, unsigned int uFontColor, const char *Str, int a7, int max_text_height, signed int uFontShadowColor);
344 void DrawTitleText(GUIFont *a2, signed int uHorizontalMargin, unsigned int uVerticalMargin, unsigned __int16 uDefaultColor, const char *pInString, unsigned int uLineSpacing); 344 void DrawTitleText(GUIFont *a2, signed int uHorizontalMargin, unsigned int uVerticalMargin, unsigned __int16 uDefaultColor, const char *pInString, unsigned int uLineSpacing);
345 void DrawShops_next_generation_time_string(__int64 next_generation_time); 345 void DrawShops_next_generation_time_string(__int64 next_generation_time);
346 void HouseDialogManager(); 346 void HouseDialogManager();
347 void OpenSpellBook(); 347 void OpenSpellBook();
348 void InitializeBookView(); 348 void InitializeBookView();