touch ${OSTYPE}.system.cache
-DEFAULT_wxUSE_GTK=0
+DEFAULT_wxUSE_GTK=1
DEFAULT_wxUSE_QT=0
DEFAULT_wxUSE_MOTIF=0
AC_OVERRIDES_PREPARE
-DEFAULT_wxUSE_GTK=0
+DEFAULT_wxUSE_GTK=1
DEFAULT_wxUSE_QT=0
DEFAULT_wxUSE_MOTIF=0
*m_pstream << "showpage\n";
}
-bool wxPostScriptDC::Blit (long xdest, long ydest, long fwidth, long fheight,
- wxDC *source, long xsrc, long ysrc, int WXUNUSED(rop), bool WXUNUSED(useMask))
+bool wxPostScriptDC::Blit( long WXUNUSED(xdest), long WXUNUSED(ydest),
+ long WXUNUSED(fwidth), long WXUNUSED(fheight),
+ wxDC *WXUNUSED(source),
+ long WXUNUSED(xsrc), long WXUNUSED(ysrc),
+ int WXUNUSED(rop), bool WXUNUSED(useMask) )
{
wxCHECK_MSG( m_ok && m_pstream, FALSE, "invalid postscript dc" );
+ wxFAIL_MSG( "wxPostScriptDC::Blit no yet implemented." );
+
return TRUE;
}
const wxPoint& pos, const wxSize& size,
const long style, const wxString& name )
:
- wxTreeCtrl( parent, id, pos, size, style, name )
+ wxTreeCtrl( parent, id, pos, size, style, wxDefaultValidator, name )
{
m_imageListNormal = new wxImageList(16, 16, TRUE);
m_imageListNormal->Add(wxICON(icon1));
*m_pstream << "showpage\n";
}
-bool wxPostScriptDC::Blit (long xdest, long ydest, long fwidth, long fheight,
- wxDC *source, long xsrc, long ysrc, int WXUNUSED(rop), bool WXUNUSED(useMask))
+bool wxPostScriptDC::Blit( long WXUNUSED(xdest), long WXUNUSED(ydest),
+ long WXUNUSED(fwidth), long WXUNUSED(fheight),
+ wxDC *WXUNUSED(source),
+ long WXUNUSED(xsrc), long WXUNUSED(ysrc),
+ int WXUNUSED(rop), bool WXUNUSED(useMask) )
{
wxCHECK_MSG( m_ok && m_pstream, FALSE, "invalid postscript dc" );
+ wxFAIL_MSG( "wxPostScriptDC::Blit no yet implemented." );
+
return TRUE;
}
const wxPoint& pos, const wxSize& size,
const long style, const wxString& name )
:
- wxTreeCtrl( parent, id, pos, size, style, name )
+ wxTreeCtrl( parent, id, pos, size, style, wxDefaultValidator, name )
{
m_imageListNormal = new wxImageList(16, 16, TRUE);
m_imageListNormal->Add(wxICON(icon1));