source: tags/ms_r16q3/NTREE/NT_sync_scroll.h

Last change on this file was 15340, checked in by westram, 8 years ago
File size: 883 bytes
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
18AW_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.