Re: EuGTK - GtkListStore - color?
- Posted by irv Sep 19, 2010
- 1364 views
Umm... you'll notice that the ListView.e contains only a few lines of code. No doubt the other code you'll need to write to handle all the other aspects of each list will be quite a bit longer.
So, why not write separate include files for each of those lists, and just paste the routines from ListView into those files? This would also give you the option to make individual mods, like colors.
Of course, you would want to make the functions local, not export them.