|
Gtk+
»
Php - GTK
»
Php - GTK - General
popup combobox on pressing enter in a GtkComboboxEntry
View:
Threaded
Chronologically
All Messages
New views
1 Messages —
Rating Filter:
0
1
2
3
4
5
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
Free embeddable forum
powered by
Nabble
Forum Help