Revision 11123,
786 bytes
checked in by ghudson, 27 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r11122,
which included commits to RCS files with non-trunk default branches.
|
Rev | Line | |
---|
[9080] | 1 | /* |
---|
| 2 | * Copyright 1995, 1996 by Paul Mattes. |
---|
| 3 | * Permission to use, copy, modify, and distribute this software and its |
---|
| 4 | * documentation for any purpose and without fee is hereby granted, |
---|
| 5 | * provided that the above copyright notice appear in all copies and that |
---|
| 6 | * both that copyright notice and this permission notice appear in |
---|
| 7 | * supporting documentation. |
---|
| 8 | */ |
---|
| 9 | |
---|
| 10 | /* |
---|
| 11 | * keypadc.h |
---|
| 12 | * Global declarations for keypad.c. |
---|
| 13 | */ |
---|
| 14 | |
---|
| 15 | extern Dimension keypad_qheight(); |
---|
| 16 | extern Dimension min_keypad_width(); |
---|
| 17 | extern void keypad_first_up(); |
---|
| 18 | extern Widget keypad_init(); |
---|
[11122] | 19 | extern void keypad_move(); |
---|
[9080] | 20 | extern void keypad_popup_init(); |
---|
| 21 | extern Dimension keypad_qheight(); |
---|
| 22 | extern void keypad_set_keymap(); |
---|
| 23 | extern void keypad_set_temp_keymap(); |
---|
| 24 | extern void keypad_shift(); |
---|
[11122] | 25 | extern void ReparentNotify_action(); |
---|
Note: See
TracBrowser
for help on using the repository browser.