Searched defs:_DrawTrackLines (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Paned.c780 /* Function Name: _DrawTrackLines
790 _DrawTrackLines(pw, erase) function
827 #define DrawTrackLines(pw) _DrawTrackLines((pw), FALSE);
828 #define EraseTrackLines(pw) _DrawTrackLines((pw), TRUE);
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DPaned.c807 /* Function Name: _DrawTrackLines
817 _DrawTrackLines(pw, erase) function
854 #define DrawTrackLines(pw) _DrawTrackLines((pw), FALSE);
855 #define EraseTrackLines(pw) _DrawTrackLines((pw), TRUE);

Completed in 18 milliseconds