Searched refs:GreyDashPen (Results 1 – 3 of 3) sorted by relevance
/dports/astro/phd2/phd2-2.6.10/ |
H A D | graph-stepguider.cpp | 311 wxPen GreyDashPen = wxPen(wxColour(200,200,200),1, wxPENSTYLE_DOT); in OnPaint() local 338 dc.SetPen(GreyDashPen); in OnPaint()
|
H A D | target.cpp | 275 wxPen GreyDashPen = wxPen(Grey,1, wxPENSTYLE_DOT); in OnPaint() local
|
H A D | graph.cpp | 1261 wxPen GreyDashPen(wxColour(200,200,200),1, wxPENSTYLE_DOT); in OnPaint() local 1275 dc.SetPen(GreyDashPen); in OnPaint()
|