Comment cleanup

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48156 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2007-08-18 11:04:36 +00:00
parent 6850d91fa4
commit 6ed7498cbf
2 changed files with 0 additions and 6 deletions

View File

@@ -416,11 +416,9 @@ public:
size_t GetTabOffset() const;
void SetTabOffset(size_t offset);
// JACS
// Is the tab visible?
bool IsTabVisible(int tabPage, int tabOffset, wxDC* dc, wxWindow* wnd);
// JACS
// Make the tab visible if it wasn't already
void MakeTabVisible(int tabPage, wxWindow* win);

View File

@@ -2557,7 +2557,6 @@ void wxAuiTabCtrl::OnButton(wxAuiNotebookEvent& event)
}
}
// JACS
void wxAuiTabCtrl::OnSetFocus(wxFocusEvent& WXUNUSED(event))
{
Refresh();
@@ -2568,7 +2567,6 @@ void wxAuiTabCtrl::OnKillFocus(wxFocusEvent& WXUNUSED(event))
Refresh();
}
// JACS
void wxAuiTabCtrl::OnChar(wxKeyEvent& event)
{
if (GetActivePage() == -1)
@@ -4382,8 +4380,6 @@ void wxAuiNotebook::AdvanceSelection(bool forward)
SetSelection(currentSelection);
}
// JACS
// Shows the window menu
bool wxAuiNotebook::ShowWindowMenu()
{