Re: Tree structure (Linux GUI)
- Posted by irv May 30, 2013
- 2603 views
As promised, here's a picture of a todo-list in EuGTK, along with source code. https://sites.google.com/site/euphoriagtk/
I think it looks very much like the example you provided.
It's pretty easy to do, the complete interface is only < 150 lines of code (I didn't write the functions to connect and manage a database).
Which brings up a point: people keep asking for a GUI 'designer', but considering that a designer isn't going to automagically write the Euphoria code to manage the data, reading files, etc... that means that a designer is only going to do a small portion of the work required for building a real app. Which is why I haven't put much effort into writing one.