*** empty log message ***

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1086 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2002-09-20 20:49:09 +00:00
parent 9bc51315b4
commit 6b35c69578
7 changed files with 525 additions and 0 deletions

View file

@ -0,0 +1,23 @@
ShowWin Plugin
----------------------------------------------------------------------
Description:
ShowWin is a small plugin which will allow you to hide, show, enable
and disable controls.
Usage:
ShowWin::Show hwnd
ShowWin::Hide hwnd
ShowWin::Enable hwnd
ShowWin::Disable hwnd
Example:
Hide the version label
GetDlgItem $R1 $HWNDPARENT 1028
ShowWin::Hide $R1
Also see ShowWin.nsi.
----------------------------------------------------------------------
Copyright (c) 2002 Don Selkirk