Assert if these methods are triggered to alert the user they are not implemented.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58737 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -734,25 +734,25 @@ wxRendererGeneric::DrawFocusRect(wxWindow* WXUNUSED(win), wxDC& dc, const wxRect
|
|||||||
void wxRendererGeneric::DrawChoice(wxWindow* WXUNUSED(win), wxDC& WXUNUSED(dc),
|
void wxRendererGeneric::DrawChoice(wxWindow* WXUNUSED(win), wxDC& WXUNUSED(dc),
|
||||||
const wxRect& WXUNUSED(rect), int WXUNUSED(flags))
|
const wxRect& WXUNUSED(rect), int WXUNUSED(flags))
|
||||||
{
|
{
|
||||||
// FIXME: Implement
|
wxFAIL_MSG("UNIMPLEMENTED: wxRendererGeneric::DrawChoice");
|
||||||
}
|
}
|
||||||
|
|
||||||
void wxRendererGeneric::DrawComboBox(wxWindow* WXUNUSED(win), wxDC& WXUNUSED(dc),
|
void wxRendererGeneric::DrawComboBox(wxWindow* WXUNUSED(win), wxDC& WXUNUSED(dc),
|
||||||
const wxRect& WXUNUSED(rect), int WXUNUSED(flags))
|
const wxRect& WXUNUSED(rect), int WXUNUSED(flags))
|
||||||
{
|
{
|
||||||
// FIXME: Implement
|
wxFAIL_MSG("UNIMPLEMENTED: wxRendererGeneric::DrawComboBox");
|
||||||
}
|
}
|
||||||
|
|
||||||
void wxRendererGeneric::DrawOptionButton(wxWindow* WXUNUSED(win), wxDC& WXUNUSED(dc),
|
void wxRendererGeneric::DrawOptionButton(wxWindow* WXUNUSED(win), wxDC& WXUNUSED(dc),
|
||||||
const wxRect& WXUNUSED(rect), int WXUNUSED(flags))
|
const wxRect& WXUNUSED(rect), int WXUNUSED(flags))
|
||||||
{
|
{
|
||||||
// FIXME: Implement
|
wxFAIL_MSG("UNIMPLEMENTED: wxRendererGeneric::DrawRadioButton");
|
||||||
}
|
}
|
||||||
|
|
||||||
void wxRendererGeneric::DrawTextCtrl(wxWindow* WXUNUSED(win), wxDC& WXUNUSED(dc),
|
void wxRendererGeneric::DrawTextCtrl(wxWindow* WXUNUSED(win), wxDC& WXUNUSED(dc),
|
||||||
const wxRect& WXUNUSED(rect), int WXUNUSED(flags))
|
const wxRect& WXUNUSED(rect), int WXUNUSED(flags))
|
||||||
{
|
{
|
||||||
// FIXME: Implement
|
wxFAIL_MSG("UNIMPLEMENTED: wxRendererGeneric::DrawTextCtrl");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user