Trimming functions added
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@762 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
e7fd7b7f09
commit
23a2d14a80
1 changed files with 5 additions and 1 deletions
|
@ -90,12 +90,16 @@ public:
|
|||
|
||||
DialogItemTemplate* GetItem(WORD wId);
|
||||
DialogItemTemplate* GetItemByIdx(DWORD i);
|
||||
void RemoveItem(WORD wId);
|
||||
void RemoveItem(WORD wId);
|
||||
void SetFont(char* szFaceName, WORD wFontSize);
|
||||
void AddItem(DialogItemTemplate item);
|
||||
void MoveAllAndResize(short x, short y);
|
||||
void PixelsToDlgUnits(short& x, short& y);
|
||||
void DlgUnitsToPixels(short& x, short& y);
|
||||
SIZE GetStringSize(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);
|
||||
BYTE* Save(DWORD& dwSize);
|
||||
DWORD GetSize();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue