
25 Jul
2004
25 Jul
'04
12:44 a.m.
MenTaLguY wrote:
On Sat, 2004-07-24 at 19:55, Bob Jamison wrote:
I can't find the reference right now, but I found some message on Google about how to add a text widget to the open dialog. Just set_extra_widget(Gtk::Entry), and a couple of callbacks.
We'll also need to make sure we work well with Debian somehow -- their version of the dialog already has a text entry field.
-mental
Another possibility is that, since Open and Save are using the same code, the text widget in Open might be present, but merely hidden. Anyway, still doing a bit of research. Tried adding that text field manually; it was laid out perfectly beneath the panels as though it belongs there.
Bob