removed unused GetScrollbarArrowSize() version
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42575 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -314,26 +314,6 @@ protected:
|
|||||||
// draw inner GTK shadow
|
// draw inner GTK shadow
|
||||||
void DrawInnerShadedRect(wxDC& dc, wxRect *rect);
|
void DrawInnerShadedRect(wxDC& dc, wxRect *rect);
|
||||||
|
|
||||||
#if wxUSE_SCROLLBAR
|
|
||||||
// returns the size of the arrow for the scrollbar (depends on
|
|
||||||
// orientation)
|
|
||||||
wxSize GetScrollbarArrowSize(const wxScrollBar *scrollbar) const
|
|
||||||
{
|
|
||||||
wxSize size;
|
|
||||||
if ( scrollbar->IsVertical() )
|
|
||||||
{
|
|
||||||
size = m_sizeScrollbarArrow;
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
size.x = m_sizeScrollbarArrow.y;
|
|
||||||
size.y = m_sizeScrollbarArrow.x;
|
|
||||||
}
|
|
||||||
|
|
||||||
return size;
|
|
||||||
}
|
|
||||||
#endif // wxUSE_SCROLLBAR
|
|
||||||
|
|
||||||
// get the line wrap indicator bitmap
|
// get the line wrap indicator bitmap
|
||||||
wxBitmap GetLineWrapBitmap() const;
|
wxBitmap GetLineWrapBitmap() const;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user