]> git.saurik.com Git - wxWidgets.git/commit - src/gtk1/win_gtk.c
Here it comes:
authorRobert Roebling <robert@roebling.de>
Fri, 9 Apr 1999 18:01:17 +0000 (18:01 +0000)
committerRobert Roebling <robert@roebling.de>
Fri, 9 Apr 1999 18:01:17 +0000 (18:01 +0000)
commit034be8882cc091cf8ca1ccdf307190ac73adfe54
tree10d400a4667ef128eb0eb9ae66eb38927effd6cc
parentc84fb40aab90add45b61c4031ca6ab4f80bea722
  Here it comes:
  Doc updates
  Makefile doesn't strip anylonger
  Makefile adapted to /src/unix etc
  Added wxLB_ALWAYS_SB
  Added MWM window manager hints
  Fixed event handling bugs that (among others) caused
    the wxListBox misbeahiour
  Rwwrote GtkmyFixed for GTK 1.2
  Made data requests etc in wxClipboadr asynchronous
  Added underscores to menus (some)
  Tried in vain to make wxTextCtrl (and its GtkTable)
    behave correctly. The bottom text control in the
    controls samples still misbehaves upon start-up.
  did I change notebook.cpp ?

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2082 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
40 files changed:
distrib/gtk/copy_src
docs/gtk/install.txt
docs/gtk/readme.txt
docs/gtk/todo.txt
include/wx/defs.h
include/wx/gtk/clipbrd.h
include/wx/gtk/menu.h
include/wx/gtk/win_gtk.h
include/wx/gtk/window.h
include/wx/gtk1/clipbrd.h
include/wx/gtk1/menu.h
include/wx/gtk1/win_gtk.h
include/wx/gtk1/window.h
samples/controls/controls.cpp
src/Makefile.in
src/gtk/choice.cpp
src/gtk/clipbrd.cpp
src/gtk/control.cpp
src/gtk/dataobj.cpp
src/gtk/dialog.cpp
src/gtk/frame.cpp
src/gtk/listbox.cpp
src/gtk/menu.cpp
src/gtk/notebook.cpp
src/gtk/textctrl.cpp
src/gtk/win_gtk.c
src/gtk/window.cpp
src/gtk1/choice.cpp
src/gtk1/clipbrd.cpp
src/gtk1/control.cpp
src/gtk1/dataobj.cpp
src/gtk1/dialog.cpp
src/gtk1/frame.cpp
src/gtk1/listbox.cpp
src/gtk1/menu.cpp
src/gtk1/notebook.cpp
src/gtk1/textctrl.cpp
src/gtk1/win_gtk.c
src/gtk1/window.cpp
wxGTK.spec