Re: [PHP-GTK] modifying row labels in a gtkctree
[email protected] (Rich Payne) Tue, 7 Aug 2001 14:03:27 -0400 (EDT)
| Newsgroups | php.gtk |
|---|---|
| Message-ID | <[email protected]> |
Are you asking if you can insert a GtkEntry object into a GtkCTree? I don't think so, at least looking through the API reference I don't see how that would be possible. You may want to look through the Gtk 2.0 reference and see if that will be available in the future. You could always watch for a particular event (say right mouse click) and then popup a dialog box with the new value. Not quite as elegant I know... --rdp On Tue, 7 Aug 2001, Daniel Adams wrote: > Is there any way to use a gtkctree so that if a user clicks on the label > for a row they can type in a new label? > - Dan > > -- Rich Payne [email protected] www.alphalinux.org