From a73c7f58e6a0bb4b4eab922396500c25c118a18b Mon Sep 17 00:00:00 2001
From: Michael R Sweet
~Fl_Glut_Window() is the same as glutDestroyWindow() .
+| member | +description | +
|---|---|
| display | +A pointer to the function to call to draw the normal planes. | +
| entry | +A pointer to the function to call when the mouse moves into + or out of the window. | +
| keyboard | +A pointer to the function to call when a regular key is pressed. | +
| menu[3] | +The menu to post when one of the mouse buttons is pressed. | +
| mouse | +A pointer to the function to call when a button is pressed or + released. | +
| motion | +A pointer to the function to call when the mouse is moved with + a button down. | +
| overlaydisplay | +A pointer to the function to call to draw the overlay planes. | +
| passivemotion | +A pointer to the function to call when the mouse is moved with + no buttons down. | +
| reshape | +A pointer to the function to call when the window is resized. | +
| special | +A pointer to the function to call when a special key is pressed. | +
| visibility | +A pointer to the function to call when the window is iconified + or restored (made visible.) | +