From 0250967512f55b35acd52789c06af338447a4ea0 Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 21 Feb 2009 18:30:05 +0000 Subject: [PATCH] fixed bug #2595565 - nsDialogs::CreateTimer documentation git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5938 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/nsDialogs/Readme.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Contrib/nsDialogs/Readme.html b/Contrib/nsDialogs/Readme.html index 670334b2..5aeda7b2 100644 --- a/Contrib/nsDialogs/Readme.html +++ b/Contrib/nsDialogs/Readme.html @@ -53,7 +53,7 @@ code
  • OnChange
  • OnClick
  • OnNotify
  • -
  • OnTimer
  • +
  • CreateTimer
  • KillTimer
  • @@ -65,7 +65,7 @@ code
  • NSD_OnChange
  • NSD_OnClick
  • NSD_OnNotify
  • -
  • NSD_OnTimer
  • +
  • NSD_CreateTimer
  • NSD_KillTimer
  • NSD_AddStyle
  • NSD_AddExStyle
  • @@ -592,9 +592,9 @@ SectionEnd

    Returns nothing.

    -

    OnTimer

    +

    CreateTimer

    -

    nsDialogs::OnTimer function_address timer_interval

    +

    nsDialogs::CreateTimer function_address timer_interval

    Sets a timer that'd call the callback function for the given control every in a constant interval. Interval times are specified in milliseconds.

    @@ -677,11 +677,11 @@ SectionEnd

    See OnNotify for more details.

    -

    NSD_OnTimer

    +

    NSD_CreateTimer

    -

    ${NSD_OnTimer} function_address timer_interval

    +

    ${NSD_CreateTimer} function_address timer_interval

    -

    See OnTimer for more details.

    +

    See CreateTimer for more details.

    NSD_KillTimer