Home
last modified time | relevance | path

Searched refs:SetEndColour (Results 1 – 16 of 16) sorted by relevance

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Dgraphics.h353 void SetEndColour(wxColour col) in wxGCC_WARNING_RESTORE()
395 m_stops.SetEndColour(c2);
428 m_stops.SetEndColour(cColor);
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/demo/
H A DGraphicsGradient.py244 gstops.SetEndColour(self.stops[-1].colour)
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/cpp/
H A Dsip_corewxGraphicsGradientStops.cpp274 sipCpp->SetEndColour(*col); in meth_wxGraphicsGradientStops_SetEndColour()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/interface/wx/
H A Dgraphics.h1006 void SetEndColour(wxColour col);
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/interface/wx/
H A Dgraphics.h1006 void SetEndColour(wxColour col);
/dports/editors/rehex/rehex-0.4.0/wxLua/bindings/wxwidgets/
H A Dwxcore_graphics.i323 void SetEndColour(wxColour col);
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/gen/
H A Dgraphics.sip1240 void SetEndColour(
1244 SetEndColour(col)
1296 %Property(name=EndColour, get=GetEndColour, set=SetEndColour)
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/
H A Dgraphics.py1151 def SetEndColour(self, col): member in GraphicsGradientStops
1153 EndColour = property(GetEndColour, SetEndColour)
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/interface/wx/
H A Dgraphics.h1268 void SetEndColour(wxColour col);
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Dgraphics.h410 void SetEndColour(wxColour col) in SetEndColour() function
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/
H A Dgraphics.h410 void SetEndColour(wxColour col) in SetEndColour() function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/wx/c_src/gen/
H A Dwxe_wrapper_3.cpp4357 This->SetEndColour(col); in wxGraphicsGradientStops_SetEndColour()
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/wx/c_src/gen/
H A Dwxe_wrapper_3.cpp4357 This->SetEndColour(col); in wxGraphicsGradientStops_SetEndColour()
/dports/lang/erlang/otp-OTP-24.1.7/lib/wx/c_src/gen/
H A Dwxe_wrapper_3.cpp4357 This->SetEndColour(col); in wxGraphicsGradientStops_SetEndColour()
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/wx/c_src/gen/
H A Dwxe_wrapper_3.cpp4357 This->SetEndColour(col); in wxGraphicsGradientStops_SetEndColour()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/
H A Dcore.pyi13843 def SetEndColour(self, col):
13845 SetEndColour(col)