Added wxFileName.

Small fix for log error messages on startup.
  Added missing accessor to wxSizer.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9013 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2000-12-28 00:00:32 +00:00
parent a339970ac4
commit df5ddbca48
8 changed files with 524 additions and 63 deletions

View File

@@ -289,7 +289,8 @@ wxApp::wxApp()
m_topWindow = (wxWindow *) NULL;
m_exitOnFrameDelete = TRUE;
m_idleTag = gtk_idle_add_priority( 1000, wxapp_idle_callback, (gpointer) NULL );
m_idleTag = 0;
wxapp_install_idle_handler();
#if wxUSE_THREADS
m_wakeUpTimerTag = 0;

View File

@@ -72,6 +72,7 @@ ALL_SOURCES = \
common/file.cpp \
common/fileconf.cpp \
common/filefn.cpp \
common/filename.cpp \
common/filesys.cpp \
common/fontcmn.cpp \
common/fontmap.cpp \
@@ -296,6 +297,7 @@ ALL_HEADERS = \
fileconf.h \
filedlg.h \
filefn.h \
filename.h \
filesys.h \
font.h \
fontdlg.h \
@@ -592,6 +594,7 @@ COMMONOBJS = \
file.o \
fileconf.o \
filefn.o \
filename.o \
filesys.o \
fontcmn.o \
fontmap.o \
@@ -698,6 +701,7 @@ COMMONDEPS = \
file.d \
fileconf.d \
filefn.d \
filename.d \
filesys.d \
fontcmn.d \
fontmap.d \