source:
abuse/trunk/src/imlib/include/filesel.hpp
@
2
Last change on this file since 2 was 2, checked in by , 18 years ago | |
---|---|
File size: 270 bytes |
Line | |
---|---|
1 | #ifndef __FSELECT_HPP_ |
2 | #define __FSELECT_HPP_ |
3 | |
4 | #include "jwindow.hpp" |
5 | |
6 | |
7 | |
8 | jwindow *file_dialog(window_manager *wm, char *prompt, char *def, |
9 | int ok_id, char *ok_name, int cancel_id, char *cancel_name, |
10 | char *FILENAME_str, |
11 | int filename_id); |
12 | |
13 | #endif |
14 | |
15 | |
16 | |
17 |
Note: See TracBrowser
for help on using the repository browser.