Line | |
---|
1 | // =============================================================== // |
---|
2 | // // |
---|
3 | // File : NT_sync_scroll.h // |
---|
4 | // Purpose : Sync tree scrolling // |
---|
5 | // // |
---|
6 | // Coded by Ralf Westram (coder@reallysoft.de) in October 2016 // |
---|
7 | // http://www.arb-home.de/ // |
---|
8 | // // |
---|
9 | // =============================================================== // |
---|
10 | |
---|
11 | #ifndef NT_SYNC_SCROLL_H |
---|
12 | #define NT_SYNC_SCROLL_H |
---|
13 | |
---|
14 | #ifndef AWT_CANVAS_HXX |
---|
15 | #include <awt_canvas.hxx> |
---|
16 | #endif |
---|
17 | |
---|
18 | AW_window *NT_create_syncScroll_window(AW_root *awr, AWT_canvas *ntw); |
---|
19 | |
---|
20 | #else |
---|
21 | #error NT_sync_scroll.h included twice |
---|
22 | #endif // NT_SYNC_SCROLL_H |
---|
Note: See
TracBrowser
for help on using the repository browser.