Searched refs:SetPen (Results 176 - 200 of 201) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/font/
H A Dfont.cpp919 dc.SetPen(wxPen(wxColour(_T("blue")), 1, wxSOLID));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dwinuniv.cpp447 dc.SetPen(*wxTRANSPARENT_PEN);
H A Dtextctrl.cpp3974 dc.SetPen(*wxTRANSPARENT_PEN);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddc.tex718 Gets the current pen (see \helpref{wxDC::SetPen}{wxdcsetpen}).
1148 \membersection{wxDC::SetPen}\label{wxdcsetpen}
1150 \func{void}{SetPen}{\param{const wxPen\& }{pen}}
H A Dscrolwin.tex347 dc.SetPen(*wxBLACK_PEN);
H A Dbody.tex380 make calls like wxDC::SetPen(wxNullPen) or wxDC::SelectObject(wxNullBitmap) before deleting
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Ddc.cpp664 // CMB: if scale has changed call SetPen to recalulate the line width
671 SetPen(pen);
690 void wxDC::SetPen( const wxPen &pen ) function in class:wxDC
H A Dtoolbar.cpp486 dc.SetPen( wxPen(black_50) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Ddc.cpp654 // CMB: if scale has changed call SetPen to recalulate the line width
662 SetPen(* pen);
681 void wxDC::SetPen( const wxPen &pen ) function in class:wxDC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Ddcclient.cpp320 repective SetBrush, SetPen, SetBackground etc functions
1913 void wxWindowDC::SetPen( const wxPen &pen ) function in class:wxWindowDC
2386 // if scale has changed call SetPen to recalulate the line width
2393 SetPen( pen );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Ddcclient.cpp324 repective SetBrush, SetPen, SetBackground etc functions
1642 void wxWindowDC::SetPen( const wxPen &pen ) function in class:wxWindowDC
2102 // if scale has changed call SetPen to recalulate the line width
2109 SetPen( pen );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/aui/
H A Dauidemo.cpp209 dc.SetPen(*wxWHITE_PEN);
211 dc.SetPen(*wxLIGHT_GREY_PEN);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Ddcclient.cpp217 repective SetBrush, SetPen, SetBackground etc functions
1787 void wxWindowDC::SetPen( const wxPen &pen ) function in class:wxWindowDC
2277 /* CMB: if scale has changed call SetPen to recalulate the line width */
2285 SetPen( pen );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtbar95.cpp1637 dc.SetPen(*wxTRANSPARENT_PEN);
H A Ddc.cpp1540 void wxDC::SetPen(const wxPen& pen) function in class:wxDC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/treectrl/
H A Dtreetest.cpp484 dc.SetPen(*wxTRANSPARENT_PEN);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/grid/
H A Dgriddemo.cpp1095 dc.SetPen(*wxGREEN_PEN);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dprivate.h1197 virtual void SetPen( const wxPen &pen ) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/aui/
H A Dframemanager.cpp153 dc.SetPen(*wxTRANSPARENT_PEN);
302 dc.SetPen(*wxTRANSPARENT_PEN);
3273 screendc.SetPen(*wxTRANSPARENT_PEN);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Ddc.cpp1072 void wxDC::SetPen(const wxPen& pen) function in class:wxDC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dlistctrl.cpp2500 vDc.SetPen(vPen);
H A Ddc.cpp1950 void wxDC::SetPen( function in class:wxDC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/controls/
H A Dcontrols.cpp965 dc.SetPen(*wxRED_PEN);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/dnd/
H A Ddnd.cpp331 dc.SetPen(wxPen(m_col, 1, wxSOLID));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dwincmn.cpp2293 dc.SetPen(*wxRED_PEN);

Completed in 478 milliseconds

123456789