Re: [PHP-GTK] GtkCombo
[email protected] ("Alan Morey [caint.com]")
| Newsgroups | php.gtk |
|---|---|
| Message-ID | <[email protected]> |
Maybe i'm not explaining it well enuff. ATM i have the GtkCombo for the Current Working Directory, now if i want to change directory i just type in the new location and press enter, this is the part i need help with. When i press enter i want to call my function to change directory but how do i catch that event. By default when i press enter in the GtkCombo it drops down a list. On Mon, Jul 30, 2001 at 03:06:58PM +0100, Steph wrote: > OK so maybe I'm cracking up here ... but the only way I know is set_filename(your/full/path/*) to take you into a specific directory, and that's a GtkFileSelection method. > > Should be some real programmers online soon ;)