Added wxWakeUpIdle() to wxGTK,
authorRobert Roebling <robert@roebling.de>
Sun, 14 Nov 1999 15:14:23 +0000 (15:14 +0000)
committerRobert Roebling <robert@roebling.de>
Sun, 14 Nov 1999 15:14:23 +0000 (15:14 +0000)
commitbf9e3e736771b247eb38ada221266733b6a601c7
tree2b835ff67295c8b993d7b6a44df173ebfe0e1f99
parentc0ab6adfedf92aa4457821422e77c19b80f10bee
  Added wxWakeUpIdle() to wxGTK,
  Changed wxFindFile to detect hidden files (but not "." and ".." as before),
  Added "show hidden files" to file dialog,
  Added controls to wxToolBar,
  doc view now uses pretty file dialogs as per MSW.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4553 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
15 files changed:
include/wx/app.h
include/wx/generic/filedlgg.h
include/wx/gtk/tbargtk.h
include/wx/gtk1/tbargtk.h
samples/toolbar/test.cpp
src/common/docview.cpp
src/common/event.cpp
src/common/filefn.cpp
src/generic/filedlgg.cpp
src/gtk/app.cpp
src/gtk/bmpbuttn.cpp
src/gtk/tbargtk.cpp
src/gtk1/app.cpp
src/gtk1/bmpbuttn.cpp
src/gtk1/tbargtk.cpp