Re: Fw: [PHP-GTK] GtkCombo
[email protected] ("Alan Morey [caint.com]")
| Newsgroups | php.gtk |
|---|---|
| Message-ID | <[email protected]> |
not too brief at all,
also if you use the disable_activate() method
on the Combo it will stop the list from dropping down
$combo->disable_activate();
anyway thanx for the help steph
On Mon, Jul 30, 2001 at 04:53:32PM +0100, Steph wrote:
> sorry, that may've been a bit brief, I don't know how new to this-all you are ...
>
> $entry = $combo->entry;
> $entry->connect('activate', 'your_function');