<div class="gmail_quote"><br>hi!<br><br>According to this source<br><a href="http://www.pygtk.org/pygtk2tutorial/sec-ComboBoxAndComboboxEntry.html" target="_blank">http://www.pygtk.org/pygtk2tutorial/sec-ComboBoxAndComboboxEntry.html</a><br>
there is a performance limitation for the set_wrap_width method of the combobox widget:<br>
<br>&gt;With a large number of items, say more than 50, the use of the<br>&gt;<tt>set_wrap_width</tt>() method will have poor performance
because of the<br>&gt;computation for the grid layout. To get a feel for the affect
modify the<br>&gt;<a href="http://www.pygtk.org/pygtk2tutorial/examples/comboboxwrap.py" target="_blank">comboboxwrap.py</a>
program line 18 to display 150 items.<br><br>Is there any workaround about this?<br><br>Shouldn&#39;t it be reported  to gtk-developers  as a bug? A dialog with 8 such combobox&#39;s with ~50 items each becomes unacceptably slow to load.<br>

<br>Kind Regards<br><br>Kostas<br>
</div><br>