Re: [PHP-GTK] GtkCombo
[email protected] ("Steph")
| Newsgroups | php.gtk |
|---|---|
| Message-ID | <017c01c1190b$6f0f68a0$813a073e@t2r1o8> |
You mean by hitting the enter key on yr keyboard? The signal's called "activate". You may need to access it via $combo->entry; ----- Original Message ----- From: "Alan Morey [caint.com]" <[email protected]> To: "Steph" <[email protected]> Cc: "php-gtk" <[email protected]> Sent: Monday, July 30, 2001 3:32 PM Subject: Re: [PHP-GTK] GtkCombo 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 ;) -- PHP GTK Mailing List (http://www.php.net/) To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] To contact the list administrators, e-mail: [email protected]