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