prefix implementation methods of wxBitmapButton with 'GTK' to prevent shadowing of HasFocus

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51311 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2008-01-21 15:03:10 +00:00
parent 56465170cc
commit 7f35e5eeca
2 changed files with 12 additions and 12 deletions

View File

@@ -51,10 +51,10 @@ public:
// implementation
// --------------
void HasFocus();
void NotFocus();
void StartSelect();
void EndSelect();
void GTKHasFocus();
void GTKNotFocus();
void GTKStartSelect();
void GTKEndSelect();
bool m_hasFocus:1;
bool m_isSelected:1;