popup combobox on pressing enter in a GtkComboboxEntry

View: New views
1 Messages — Rating Filter:   Alert me  

popup combobox on pressing enter in a GtkComboboxEntry

by Ionut Dinu :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hi.
how can i do this?

it seems that :

<?php
$shopLogCombobox = $glade->get_widget('shopLogCombobox');
$shopLogCombobox->connect_simple('editing-done', 'test');
?>

or

<?php
$shopLogCombobox = $glade->get_widget('shopLogCombobox');
$shopLogCombobox->get_child()->connect_simple('editing-done', 'test');
?>

does not work.

thx


--
PHP-GTK General Mailing List (http://gtk.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php