Added wxPopupWindow to GTK port, wxComboBox had to

be adapted a little but basically works not under
  GTK/Univ.
  I am pretty sure I forgot some file...


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10887 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2001-07-07 21:42:30 +00:00
parent 776a33cfd3
commit 9f41d60156
14 changed files with 1450 additions and 588 deletions

View File

@@ -196,6 +196,7 @@ ALL_SOURCES = \
gtk/minifram.cpp \
gtk/notebook.cpp \
gtk/pen.cpp \
gtk/popupwin.cpp \
gtk/radiobox.cpp \
gtk/radiobut.cpp \
gtk/region.cpp \
@@ -1062,6 +1063,7 @@ GUI_LOWLEVEL_OBJS = \
icon.o \
main.o \
pen.o \
popupwin.o \
region.o \
settings.o \
timer.o \