Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a32627e0

Von admin vor fast 4 Jahren hinzugefügt

  • ID a32627e0924be588c1ec07546037149cbf645cef
  • Vorgänger 814c7a21
  • Nachfolger 2fb974b2

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.).

Unterschiede anzeigen:

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