Last change
on this file was
6404,
checked in by westram, 15 years ago
|
- move AWT/AWT_sel_boxes.cxx/AWT_edit to WINDOW/AW_edit.cxx/AW_edit (removes a bit cross-reference between libs AWT and WINDOW)
|
File size:
1004 bytes
|
Line | |
---|
1 | // ================================================================ // |
---|
2 | // // |
---|
3 | // File : aw_edit.hxx // |
---|
4 | // Purpose : // |
---|
5 | // // |
---|
6 | // Institute of Microbiology (Technical University Munich) // |
---|
7 | // http://www.arb-home.de/ // |
---|
8 | // // |
---|
9 | // ================================================================ // |
---|
10 | |
---|
11 | #ifndef AW_EDIT_HXX |
---|
12 | #define AW_EDIT_HXX |
---|
13 | |
---|
14 | class AW_window; |
---|
15 | struct GBDATA; |
---|
16 | |
---|
17 | typedef void (*aw_fileChanged_cb)(const char *path, bool fileWasChanged, bool editorTerminated); |
---|
18 | |
---|
19 | void AW_edit(const char *path, aw_fileChanged_cb callback = 0, AW_window *aww = 0, GBDATA *gb_main = 0); // call external editor |
---|
20 | |
---|
21 | #else |
---|
22 | #error aw_edit.hxx included twice |
---|
23 | #endif // AW_EDIT_HXX |
---|
Note: See
TracBrowser
for help on using the repository browser.