Home
last modified time | relevance | path

Searched refs:drawFocusType (Results 1 – 3 of 3) sorted by relevance

/dports/editors/nedit/nedit-5.7/Microline/XmL/
H A DTree.c753 if (ds->drawFocusType != XmDRAW_FOCUS_NONE && in DrawIconCell()
767 if (ds->drawFocusType == XmDRAW_FOCUS_CELL || in DrawIconCell()
768 ds->drawFocusType == XmDRAW_FOCUS_RIGHT) in DrawIconCell()
779 if (ds->drawFocusType == XmDRAW_FOCUS_CELL || in DrawIconCell()
780 ds->drawFocusType == XmDRAW_FOCUS_RIGHT) in DrawIconCell()
H A DXmL.h407 int drawFocusType; member
H A DGrid.c2003 ds.drawFocusType = XmDRAW_FOCUS_NONE; in Redisplay()
2013 ds.drawFocusType = XmDRAW_FOCUS_CELL; in Redisplay()
2015 ds.drawFocusType = XmDRAW_FOCUS_LEFT; in Redisplay()
2017 ds.drawFocusType = XmDRAW_FOCUS_RIGHT; in Redisplay()
2019 ds.drawFocusType = XmDRAW_FOCUS_MID; in Redisplay()
2025 ds.drawFocusType = XmDRAW_FOCUS_CELL; in Redisplay()
9076 if (ds->drawFocusType == XmDRAW_FOCUS_NONE) in _XmLGridCellDrawBorders()
9078 if (ds->drawFocusType == XmDRAW_FOCUS_LEFT) in _XmLGridCellDrawBorders()
9080 else if (ds->drawFocusType == XmDRAW_FOCUS_RIGHT) in _XmLGridCellDrawBorders()
9082 else if (ds->drawFocusType == XmDRAW_FOCUS_MID) in _XmLGridCellDrawBorders()