Changes between Initial Version and Version 1 of Ticket #2290, comment 15


Ignore:
Timestamp:
09/08/13 17:29:10 (11 years ago)
Author:
andrew_b
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2290, comment 15

    initial v1  
    66> We should track the end of list to improve append time. 
    77 
    8 There is the GQueue class with such functionality, but glib >= 2.14.0 is required. Another way is reimplementation of WListbox using GPtrAppay. 
     8There is the GQueue class with such functionality, but glib >= 2.14.0 is required. Another way is reimplementation of WListbox using GPtrArray.