#include "wx/window.h"
#include "wx/panel.h"
+#include "wx/toplevel.h"
#include "wx/frame.h"
#include "wx/dc.h"
#include "wx/dcclient.h"
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
+
+#include "wx/toplevel.h"
+
#ifndef WX_PRECOMP
#include "wx/window.h"
- #include "wx/toplevel.h"
#include "wx/menuitem.h"
#include "wx/frame.h"
#include "wx/log.h"
#pragma hdrstop
#endif
+#include "wx/toplevel.h"
+
#ifndef WX_PRECOMP
- #include "wx/toplevel.h"
#include "wx/dcclient.h"
#include "wx/app.h"
#endif // WX_PRECOMP
#ifndef WX_PRECOMP
#include "wx/cmndata.h"
+ #include "wx/toplevel.h"
#endif
#include "wx/fontutil.h"
-#include "wx/toplevel.h"
// Using gtk_list_new, which is deprecated since GTK2
// Using gtk_object_sink, which is deprecated since GTK+-2.9.0
#ifndef WX_PRECOMP
#include "wx/cmndata.h"
+ #include "wx/toplevel.h"
#endif
#include "wx/fontutil.h"
-#include "wx/toplevel.h"
#include <gdk/gdk.h>
#include <gdk/gdkx.h>
#include "wx/window.h"
#include "wx/dcmemory.h"
#include "wx/settings.h"
+ #include "wx/toplevel.h"
#endif
#include "wx/region.h"
-#include "wx/toplevel.h"
#include "wx/math.h"
#include "wx/mac/private.h"
#ifndef WX_PRECOMP
#include "wx/app.h"
#include "wx/window.h"
+ #include "wx/toplevel.h"
#endif // WX_PRECOMP
-#include "wx/toplevel.h"
#include "wx/gdicmn.h"
#include "wx/mac/private.h"
}
}
- if (filenamesPassed.Len() > 0)
+ if (filenamesPassed.length() > 0)
{
wxCharBuffer buf = filenamesPassed.fn_str();
m_dataObject->SetData( wxDataFormat(wxDF_FILENAME), strlen( buf ), (const char*)buf );
#include "wx/button.h"
#include "wx/settings.h"
#include "wx/arrstr.h"
+ #include "wx/toplevel.h"
#endif
-#include "wx/toplevel.h"
-
IMPLEMENT_DYNAMIC_CLASS(wxListBox, wxControl)
BEGIN_EVENT_TABLE(wxListBox, wxControl)
#include "wx/bitmap.h"
#include "wx/settings.h"
#include "wx/dcclient.h"
+ #include "wx/toplevel.h"
#endif
#include "wx/renderer.h"
-#include "wx/toplevel.h"
#include "wx/mac/uma.h"
#ifndef WX_PRECOMP
#include "wx/dc.h"
#include "wx/dcclient.h"
+ #include "wx/toplevel.h"
#endif
#include "wx/mac/private.h"
-#include "wx/toplevel.h"
BEGIN_EVENT_TABLE(wxStatusBarMac, wxStatusBarGeneric)
#include "wx/menu.h"
#include "wx/settings.h"
#include "wx/msgdlg.h"
+ #include "wx/toplevel.h"
#endif
#ifdef __DARWIN__
#endif
#endif
-#include "wx/toplevel.h"
#include "wx/filefn.h"
#include "wx/sysopt.h"
if ( value )
{
wxMacCFStringHolder cf(value) ;
- textLength = cf.AsString().Length() ;
+ textLength = cf.AsString().length() ;
}
if ((from == -1) && (to == -1))
{
#if wxUSE_UNICODE
#if SIZEOF_WCHAR_T == 2
- size_t len = st.Len() ;
+ size_t len = st.length() ;
TXNSetData( m_txn, kTXNUnicodeTextData, (void*)st.wc_str(), len * 2, start, end );
#else
wxMBConvUTF16 converter ;
#pragma hdrstop
#endif
+#include "wx/toplevel.h"
+
#ifndef WX_PRECOMP
#include "wx/app.h"
- #include "wx/toplevel.h"
#include "wx/frame.h"
#include "wx/string.h"
#include "wx/log.h"
#if wxUSE_GUI
+#ifndef WX_PRECOMP
+ #if TARGET_API_MAC_OSX
+ #include "wx/toplevel.h"
+ #endif
+#endif
+
#include "wx/dc.h"
#ifndef __DARWIN__
#endif
#ifndef __DARWIN__
-#include <Scrap.h>
+# include <Scrap.h>
#endif
-#include "wx/mac/uma.h"
-#if TARGET_API_MAC_OSX
-#include "wx/toplevel.h"
-#endif
+#include "wx/mac/uma.h"
// since we have decided that we only support 8.6 upwards we are
// checking for these minimum requirements in the startup code of
#ifndef WX_PRECOMP
#include "wx/intl.h"
#include "wx/app.h"
+ #if wxUSE_GUI
+ #include "wx/toplevel.h"
+ #endif
#endif
#include "wx/apptrait.h"
#if wxUSE_GUI
#include "wx/mac/uma.h"
#include "wx/font.h"
- #include "wx/toplevel.h"
#endif
#include <ctype.h>
#ifndef WX_PRECOMP
#include "wx/window.h"
#include "wx/dcmemory.h"
+ #include "wx/toplevel.h"
#endif
#include "wx/region.h"
-#include "wx/toplevel.h"
#include "wx/math.h"
#include "wx/mac/private.h"
#ifndef WX_PRECOMP
#include "wx/app.h"
#include "wx/window.h"
+ #include "wx/toplevel.h"
#endif // WX_PRECOMP
-#include "wx/toplevel.h"
#include "wx/gdicmn.h"
#include "wx/mac/private.h"
#include "wx/utils.h"
#include "wx/button.h"
#include "wx/settings.h"
+ #include "wx/toplevel.h"
#endif
-#include "wx/toplevel.h"
-
IMPLEMENT_DYNAMIC_CLASS(wxListBox, wxControl)
BEGIN_EVENT_TABLE(wxListBox, wxControl)
#include "wx/button.h"
#include "wx/settings.h"
#include "wx/msgdlg.h"
+ #include "wx/toplevel.h"
#endif
#ifdef __DARWIN__
#endif
#endif
-#include "wx/toplevel.h"
#include "wx/notebook.h"
#include "wx/tabctrl.h"
#include "wx/filefn.h"
{
#if wxUSE_UNICODE
#if SIZEOF_WCHAR_T == 2
- size_t len = st.Len() ;
+ size_t len = st.length() ;
TXNSetData( txn , kTXNUnicodeTextData, (void*)st.wc_str(), len * 2,
start, end);
#else
#pragma hdrstop
#endif
+#include "wx/toplevel.h"
+
#ifndef WX_PRECOMP
#include "wx/app.h"
- #include "wx/toplevel.h"
#include "wx/frame.h"
#include "wx/string.h"
#include "wx/log.h"
// headers
// ----------------------------------------------------------------------------
+#include "wx/toplevel.h"
+
#ifndef WX_PRECOMP
- #include "wx/toplevel.h"
#include "wx/app.h"
#endif // WX_PRECOMP
#pragma hdrstop
#endif
+#include "wx/toplevel.h"
+
#ifndef WX_PRECOMP
#include "wx/app.h"
- #include "wx/toplevel.h"
#include "wx/dialog.h"
#include "wx/string.h"
#include "wx/log.h"
#pragma hdrstop
#endif
+#include "wx/toplevel.h"
+
#ifndef WX_PRECOMP
#include "wx/app.h"
- #include "wx/toplevel.h"
#include "wx/dialog.h"
#include "wx/string.h"
#include "wx/log.h"
#include "wx/checkbox.h"
#include "wx/radiobut.h"
#include "wx/slider.h"
+ #include "wx/toplevel.h"
#endif
-#include "wx/toplevel.h"
#include "wx/tglbtn.h"
#include <Control.h>
#ifndef WX_PRECOMP
#include "wx/utils.h"
#include "wx/brush.h"
+ #include "wx/toplevel.h"
#endif
-#include "wx/toplevel.h"
-
#include <Form.h>
#include <Control.h>
#pragma hdrstop
#endif
+#include "wx/toplevel.h"
+
#ifndef WX_PRECOMP
#include "wx/app.h"
- #include "wx/toplevel.h"
#include "wx/dialog.h"
#include "wx/string.h"
#include "wx/log.h"
#ifndef WX_PRECOMP
#include "wx/settings.h"
#include "wx/dcclient.h"
+ #include "wx/toplevel.h"
#endif
-#include "wx/toplevel.h"
-
#include "wx/univ/renderer.h"
// ============================================================================
#include "wx/statusbr.h"
#include "wx/settings.h"
+ #include "wx/toplevel.h"
#endif // WX_PRECOMP
#include "wx/notebook.h"
#include "wx/spinbutt.h"
-#include "wx/toplevel.h"
#include "wx/artprov.h"
#include "wx/image.h"
#ifdef wxUSE_TOGGLEBTN
#endif
#include "wx/menu.h"
#include "wx/settings.h"
+ #include "wx/toplevel.h"
#endif // WX_PRECOMP
#include "wx/notebook.h"
#include "wx/spinbutt.h"
#include "wx/artprov.h"
-#include "wx/toplevel.h"
#include "wx/univ/scrtimer.h"
#include "wx/univ/renderer.h"
#endif
#include "wx/menu.h"
#include "wx/settings.h"
+ #include "wx/toplevel.h"
#endif // WX_PRECOMP
#include "wx/notebook.h"
#include "wx/spinbutt.h"
#include "wx/artprov.h"
-#include "wx/toplevel.h"
#include "wx/image.h"
#ifdef wxUSE_TOGGLEBTN
#include "wx/tglbtn.h"
#include "wx/wxprec.h"
#ifdef __BORLANDC__
-#pragma hdrstop
+ #pragma hdrstop
#endif
+#include "wx/toplevel.h"
+
#ifndef WX_PRECOMP
#include "wx/dcclient.h"
#include "wx/settings.h"
#endif
-#include "wx/toplevel.h"
#include "wx/univ/renderer.h"
#include "wx/bitmap.h"
#include "wx/image.h"
#pragma hdrstop
#endif
+#include "wx/toplevel.h"
+
#ifndef WX_PRECOMP
#include "wx/app.h"
- #include "wx/toplevel.h"
#include "wx/string.h"
#include "wx/log.h"
#include "wx/intl.h"