Parent Directory
|
Revision Log
|
Patch
| revision 1.2 by MarcusvA, Sun Nov 17 17:21:26 2002 UTC | revision 1.3 by MarcusvA, Fri Jan 10 21:51:09 2003 UTC | |
|---|---|---|
| # | Line 33 | Line 33 |
| 33 | ||
| 34 | /* creates a new window */ | /* creates a new window */ |
| 35 | WINDOW* | WINDOW* |
| 36 | createNewWin (int wheight, int wwidth, int starty, int startx); | create_new_win (int wheight, int wwidth, int starty, int startx); |
| 37 | ||
| 38 | /* creates a new window with box */ | |
| 39 | WINDOW* | |
| 40 | create_new_win_with_box (int wheight, int wwidth, int starty, int startx); | |
| 41 | ||
| 42 | /* destroys a window */ | /* destroys a window */ |
| 43 | void | void |
| 44 | destroyWin (WINDOW* window); | destroy_win (WINDOW* window); |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |