Revision a32627e0
Von admin vor fast 4 Jahren hinzugefügt
src/external/Makefile.am | ||
---|---|---|
iheader_HEADERS=\
|
||
FXXDatePicker.hpp \
|
||
FXXTrayApp.h \
|
||
FXXTrayIcon.h
|
||
FXXTrayIcon.h \
|
||
FXXFoldingList.hpp
|
||
|
||
|
||
libaffox_extwidgets_la_LIBADD=$(fox_libs) $(GWENGUI_FOX16_LIBS) $(gwenhywfar_libs)
|
||
libaffox_extwidgets_la_SOURCES=\
|
||
FXXDatePicker.cpp \
|
||
FXXTrayApp.cpp \
|
||
FXXTrayIcon.cpp
|
||
FXXTrayIcon.cpp \
|
||
FXXFoldingList.cpp
|
||
|
||
|
||
build_sources: $(built_sources)
|
Auch abrufbar als: Unified diff
Incorporated a modified version of FXFoldingList from FOX 1.6.57.
Modifications were mostly done to the sort methods which now accept the
specification of a column by which the caller wants to sort the list.
This could not be done the normal C++ way by inheritance because traversing
folding items needs access to some private members of FXFoldingItem
(like "prev", "next" etc.).