merge wxEditableListBox sample in widgets sample (it was a 60-lines sample of a single control showing limited features)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58743 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -66,6 +66,7 @@ WIDGETS_OBJECTS = \
|
||||
widgets_datepick.o \
|
||||
widgets_dirctrl.o \
|
||||
widgets_dirpicker.o \
|
||||
widgets_editlbox.o \
|
||||
widgets_filectrl.o \
|
||||
widgets_filepicker.o \
|
||||
widgets_fontpicker.o \
|
||||
@@ -153,6 +154,9 @@ widgets_dirctrl.o: ./dirctrl.cpp
|
||||
widgets_dirpicker.o: ./dirpicker.cpp
|
||||
$(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
|
||||
|
||||
widgets_editlbox.o: ./editlbox.cpp
|
||||
$(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
|
||||
|
||||
widgets_filectrl.o: ./filectrl.cpp
|
||||
$(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
|
||||
|
||||
|
Reference in New Issue
Block a user