Defines

Auxiliary Draw API
[Utilities]

Collaboration diagram for Auxiliary Draw API:

Defines

#define iupDrawCheckSwapCoord(_c1, _c2)   { if (_c1 > _c2) { int t = _c2; _c2 = _c1; _c1 = t; } }

Detailed Description

See iup_draw.h

Define Documentation

#define iupDrawCheckSwapCoord (   _c1,
  _c2 
)    { if (_c1 > _c2) { int t = _c2; _c2 = _c1; _c1 = t; } }

Swap integer coordinates if c1 > c2.