Changes between Initial Version and Version 1 of Ticket #2290, comment 16
- Timestamp:
- 09/08/13 18:57:01 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2290, comment 16
initial v1 3 3 > There is the GQueue class with such functionality, but glib >= 2.14.0 is required. Another way is reimplementation of WListbox using GPtrArray. 4 4 5 May be we can traverse this list backward on show? Is it traversed only one/a few times?5 May be we can use g_list_prepend and traverse this list backward on show? Is it traversed only one/a few times?