marrcandre / eagle-py

Automatically exported from code.google.com/p/eagle-py
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Support for widgets in table #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Enable usage of Progress bar and Button widgets inside table rows.

Original issue reported on code.google.com by netpr...@gmail.com on 3 May 2007 at 8:41

GoogleCodeExporter commented 9 years ago
Accepted.

My first idea is to provide new types, one being "callable" for a button, 
list/tuple
for combobox/selection.

Progress bar could use yet another type or specify different renderers for the 
same
model/type, just like Gtk.

I'll keep you informed, but probably the first version will be based on new 
types
(defining new type for callable and progress) and different renderer follows if 
it's
not enough.

Original comment by barbi...@gmail.com on 3 May 2007 at 8:46

GoogleCodeExporter commented 9 years ago

Original comment by barbi...@gmail.com on 3 May 2007 at 8:47

GoogleCodeExporter commented 9 years ago
Done in commit r186.

Sorry being so late!

Original comment by barbi...@gmail.com on 17 Sep 2007 at 5:02