GTK
authorRobert Roebling <robert@roebling.de>
Wed, 3 Jun 1998 19:06:13 +0000 (19:06 +0000)
committerRobert Roebling <robert@roebling.de>
Wed, 3 Jun 1998 19:06:13 +0000 (19:06 +0000)
commit53010e52d3adc63d2771263e294714bf644fc979
tree69c49570e22393bfe776517cc07fcb45634eee03
parent884d770ab530ad81943366cd6c1588d9c0602b38
  GTK
    combobox
    idle handling
    makefile fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
17 files changed:
include/wx/generic/listctrl.h
include/wx/gtk/app.h
include/wx/gtk/combobox.h
include/wx/gtk1/app.h
include/wx/gtk1/combobox.h
samples/controls/minimal.cpp
src/Makefile.in
src/generic/listctrl.cpp
src/gtk/app.cpp
src/gtk/combobox.cpp [new file with mode: 0644]
src/gtk/notebook.cpp
src/gtk/setup/maketmpl.in
src/gtk1/app.cpp
src/gtk1/combobox.cpp [new file with mode: 0644]
src/gtk1/notebook.cpp
src/gtk1/setup/maketmpl.in
user/wxFile/filectrl.cpp