| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
GtkCombo Constructor GtkCombo (void);
When the GtkListItem has been selected in a GtkCombo, the combo's entry text is picked up from the item, and the combo's list is searched for a data match. The "unselect-child" signal is fired by the list during this routine in order to clear previously existing data. If you connect to either that or the "deselect" signal, your callback function will run twice. The same applies to the "select-child" and "select" signals, as the deselection allows the item to be selected again - which it is, when select_child() is called immediately afterwards. There are many ways of working around this. One is given in the sample below.
例 9. Associating data with a GtkListItem
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「GtkCombo Constructor」をGoogle検索
|