Changes between Initial Version and Version 1 of Ticket #2290, comment 15
- Timestamp:
- 09/08/13 17:29:10 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2290, comment 15
initial v1 6 6 > We should track the end of list to improve append time. 7 7 8 There is the GQueue class with such functionality, but glib >= 2.14.0 is required. Another way is reimplementation of WListbox using GPtrA ppay.8 There is the GQueue class with such functionality, but glib >= 2.14.0 is required. Another way is reimplementation of WListbox using GPtrArray.