Re: EuGTK - wxGrid?
- Posted by irv Aug 21, 2010
- 1101 views
A grid control would use the ListView/TreeView control, and shouldn't be too hard to build. You can put most anything (icons, photos, pop-up/pull-down menus, etc) into a TV/LV, and make them editable if needed.
It all depends on how complex you want to get. I'll work on a demo where the grid is connected to a EDB database.