From 1ffac90ad916251e0d532a32b62ffd567e7616c0 Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 7 Sep 2007 16:09:48 +0000 Subject: [PATCH] added un.onSelChange git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5266 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/callback.but | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Docs/src/callback.but b/Docs/src/callback.but index fa69827d..b326393f 100644 --- a/Docs/src/callback.but +++ b/Docs/src/callback.but @@ -189,6 +189,12 @@ Example: \c MessageBox MB_OK|MB_ICONSTOP "Reboot failed. Please reboot manually." /SD IDOK \c FunctionEnd +\S3{unonselchange} un.onSelChange + +Called when the selection changes on the \R{pages}{component page}. Useful for using with \R{sectionsetflags}{SectionSetFlags} and \R{sectiongetflags}{SectionGetFlags}. + +Selection changes include both section selection and installation type change. + \S3{unonuserabort} un.onUserAbort This callback is called when the user hits the 'cancel' button and the uninstall hasn't already failed. If this function calls Abort, the install will not be aborted.