source: branches/species/NTREE/NT_sync_scroll.h

Last change on this file was 19613, checked in by westram, 2 months ago
  • reintegrates 'lib' into 'trunk'
    • replace dynamic library AWT by several static libraries: APP, ARB_SPEC, MASKS, CANVAS, MAPKEY, GUI_TK
    • now also check wrong library dependencies for untested units (only4me)
  • adds: log:branches/lib@19578:19612
File size: 875 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 CANVAS_HXX
15#include <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.