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

/xsrc/external/mit/libXaw/dist/src/
H A DPaned.c141 static void _DrawTrackLines(PanedWidget, Bool);
943 * _DrawTrackLines
953 _DrawTrackLines(PanedWidget pw, Bool erase) function in typeref:typename:void
983 #define DrawTrackLines(pw) _DrawTrackLines((pw), False);
984 #define EraseTrackLines(pw) _DrawTrackLines((pw), True);

Completed in 3 milliseconds