From bfddcf9f7ec079c83d008e9ffb22d0bcf12a4747 Mon Sep 17 00:00:00 2001 From: dcnieho Date: Thu, 22 Nov 2012 06:05:30 +0000 Subject: [PATCH] some reorganization in docs as well, some callbacks missing or misplaced git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1469 7f0cb862-5218-0410-a997-914c9d46530a --- freeglut/web-src/docs/api.php | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/freeglut/web-src/docs/api.php b/freeglut/web-src/docs/api.php index e8a387b..8898fbe 100644 --- a/freeglut/web-src/docs/api.php +++ b/freeglut/web-src/docs/api.php @@ -117,12 +117,15 @@ contained herein.
  • glutChangeToSubMenu
  • glutRemoveMenuItem
  • glutAttachMenu, glutDetachMenu
  • +
  • glutMenuDestroyFunc
  • Global Callback Registration Functions
    1. glutTimerFunc
    2. glutIdleFunc
    3. +
    4. glutMenuStatusFunc
    5. +
    6. glutMenuStateFunc
  • Window-Specific Callback Registration Functions @@ -145,7 +148,6 @@ contained herein.
  • glutDialsFunc
  • glutTabletMotionFunc
  • glutTabletButtonFunc
  • -
  • glutMenuStatusFunc
  • glutWindowStatusFunc
  • @@ -801,6 +803,8 @@ The glutShowOverlay and glutHideOverlay functions are not impl

    10.9 glutAttachMenu, glutDetachMenu

    +

    10.10 glutMenuDestroyFunc

    +

    11. Global Callback Registration Functions

    11.1 glutTimerFunc

    @@ -852,6 +856,10 @@ the window header bar. If the idle callback renders a particular window should supply a window closure callback for that window which changes or disables the idle callback.

    +

    11.3 glutMenuStatusFunc

    + +

    11.4 glutMenuStateFunc

    +

    12. Window-Specific Callback Registration Functions

    12.1 glutDisplayFunc

    @@ -1191,9 +1199,7 @@ is not implemented in freeglut.

    GLUT implements this function.

    -

    12.21 glutMenuStatusFunc

    - -

    12.22 glutWindowStatusFunc

    +

    12.21 glutWindowStatusFunc

    13. State Setting and Retrieval Functions