Lots of tweaks and additions to get caught up with CVS HEAD
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30439 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2010,6 +2010,14 @@ public:
|
||||
wxWindow* GetGridColLabelWindow();
|
||||
wxWindow* GetGridCornerLabelWindow();
|
||||
|
||||
// Allow adjustment of scroll increment. The default is (15, 15).
|
||||
void SetScrollLineX(int x);
|
||||
void SetScrollLineY(int y);
|
||||
int GetScrollLineX() const;
|
||||
int GetScrollLineY() const;
|
||||
|
||||
int GetScrollX(int x) const;
|
||||
int GetScrollY(int y) const;
|
||||
|
||||
static wxVisualAttributes
|
||||
GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
|
||||
|
Reference in New Issue
Block a user