source: branches/stable/WINDOW/aw_localdef.hxx

Last change on this file was 16936, checked in by westram, 7 years ago
File size: 797 bytes
Line 
1// ============================================================= //
2//                                                               //
3//   File      : aw_localdef.hxx                                 //
4//   Purpose   : WINDOW internal defines                         //
5//                                                               //
6//   http://www.arb-home.de/                                     //
7//                                                               //
8// ============================================================= //
9
10#ifndef AW_LOCALDEF_HXX
11#define AW_LOCALDEF_HXX
12
13inline bool AW_IS_IMAGEREF(const char* label) { 
14    //! return true if 'label' is an image reference
15    return label[0] == '#';
16}
17
18#else
19#error aw_localdef.hxx included twice
20#endif // AW_LOCALDEF_HXX
Note: See TracBrowser for help on using the repository browser.