| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
GtkList::unselect_childvoid unselect_child(
GtkWidget
child
);
The only difference between unselect_item() and unselect_child() is that the former takes the item's list position as a parameter rather than the GtkListItem object itself. In either case, the signal that is actually emitted is the list item's "deselect" signal - these are just different ways of describing the same thing, providing alternative means of de-selection and connection. |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「GtkList::unselect_child」をGoogle検索
|