Trim now works as it should
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@791 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
2053e07fe5
commit
f3a516ecfb
1 changed files with 2 additions and 1 deletions
|
@ -93,10 +93,11 @@ public:
|
|||
void RemoveItem(WORD wId);
|
||||
void SetFont(char* szFaceName, WORD wFontSize);
|
||||
void AddItem(DialogItemTemplate item);
|
||||
HWND CreateDummyDialog();
|
||||
void MoveAllAndResize(short x, short y);
|
||||
void PixelsToDlgUnits(short& x, short& y);
|
||||
void DlgUnitsToPixels(short& x, short& y);
|
||||
SIZE GetStringSize(char *str);
|
||||
SIZE GetStringSize(WORD id, char *str);
|
||||
void RTrimToString(WORD id, char *str, int margins);
|
||||
void LTrimToString(WORD id, char *str, int margins);
|
||||
void CTrimToString(WORD id, char *str, int margins);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue