RE: IRV - GTK questions
- Posted by Jonas Temple <jtemple at yhti.net> Feb 11, 2004
- 557 views
I Mullins wrote: > > > Jonas Temple wrote: > > > > > > 1. Where would I find documentation on the GTK other than what you have > > on your web site? > > There's always gtk.org - but beware, the docs are huge, complex and > often less than helpful. > Ask here first :) Okay, you asked for it!!!! :) > > > 2. What is the functional equivalent to a Windows editable drop down > > list in the GTK? > > The combo control is editable, unless you turn it off. > Is that what you need? Yes, but somehow I keep missing that control. I'll dig around some more and see if I can find it. > > > 3. Are you aware of any grid libraries available for GTK (like Phil > > Russel's EuGrid for Windows)? > > I'm not certain, since I haven't seen EuGrid. But if it is a > multi-column list which can contain other controls, such as buttons, > checkboxes, pictures, etc, then that capability is built into the > GTK 2 list and tree views. > Actually, what I'm looking for is a grid control similar to a grid you woud find in Excel or other spreadsheet packages. After I sent my message last night I went surfin' and found GtkSheet, which appears to be what I want. I will, however, have to come up with a Euphoria include file for the control. I can't remember the web site off the top of my head but I just googled GtkSheet and the link was in the first page of results. I also caught the message that you had updated your GTK package but were working on the documentation. I'll be anxious to see what you've added. Jonas