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:
@@ -416,11 +416,9 @@ public:
|
|||||||
size_t GetTabOffset() const;
|
size_t GetTabOffset() const;
|
||||||
void SetTabOffset(size_t offset);
|
void SetTabOffset(size_t offset);
|
||||||
|
|
||||||
// JACS
|
|
||||||
// Is the tab visible?
|
// Is the tab visible?
|
||||||
bool IsTabVisible(int tabPage, int tabOffset, wxDC* dc, wxWindow* wnd);
|
bool IsTabVisible(int tabPage, int tabOffset, wxDC* dc, wxWindow* wnd);
|
||||||
|
|
||||||
// JACS
|
|
||||||
// Make the tab visible if it wasn't already
|
// Make the tab visible if it wasn't already
|
||||||
void MakeTabVisible(int tabPage, wxWindow* win);
|
void MakeTabVisible(int tabPage, wxWindow* win);
|
||||||
|
|
||||||
|
@@ -2557,7 +2557,6 @@ void wxAuiTabCtrl::OnButton(wxAuiNotebookEvent& event)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// JACS
|
|
||||||
void wxAuiTabCtrl::OnSetFocus(wxFocusEvent& WXUNUSED(event))
|
void wxAuiTabCtrl::OnSetFocus(wxFocusEvent& WXUNUSED(event))
|
||||||
{
|
{
|
||||||
Refresh();
|
Refresh();
|
||||||
@@ -2568,7 +2567,6 @@ void wxAuiTabCtrl::OnKillFocus(wxFocusEvent& WXUNUSED(event))
|
|||||||
Refresh();
|
Refresh();
|
||||||
}
|
}
|
||||||
|
|
||||||
// JACS
|
|
||||||
void wxAuiTabCtrl::OnChar(wxKeyEvent& event)
|
void wxAuiTabCtrl::OnChar(wxKeyEvent& event)
|
||||||
{
|
{
|
||||||
if (GetActivePage() == -1)
|
if (GetActivePage() == -1)
|
||||||
@@ -4382,8 +4380,6 @@ void wxAuiNotebook::AdvanceSelection(bool forward)
|
|||||||
SetSelection(currentSelection);
|
SetSelection(currentSelection);
|
||||||
}
|
}
|
||||||
|
|
||||||
// JACS
|
|
||||||
|
|
||||||
// Shows the window menu
|
// Shows the window menu
|
||||||
bool wxAuiNotebook::ShowWindowMenu()
|
bool wxAuiNotebook::ShowWindowMenu()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user