1. wxMotif::wxFrame derives from wxFrameBase now
2. wxFrame::GetClientAreaOrigin() made common to all ports and documented git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4785 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -349,7 +349,7 @@ void MyFrame::OnToolLeftClick(wxCommandEvent& event)
|
||||
{
|
||||
DoToggleHelp();
|
||||
}
|
||||
|
||||
|
||||
if (event.GetId() == wxID_PRINT)
|
||||
{
|
||||
DoDeletePrint();
|
||||
@@ -373,8 +373,9 @@ void MyFrame::DoEnablePrint()
|
||||
void MyFrame::DoDeletePrint()
|
||||
{
|
||||
wxToolBar *tb = GetToolBar();
|
||||
// Not implemented in MSW
|
||||
#ifdef __WXMSW__
|
||||
|
||||
// only implemented in wxGTK for now
|
||||
#ifndef __WXGTK__
|
||||
wxMessageBox("Sorry, wxToolBar::DeleteTool is not implemented under Windows.");
|
||||
#else
|
||||
tb->DeleteTool( wxID_PRINT );
|
||||
|
Reference in New Issue
Block a user