| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
GtkTreeItem::set_subtreevoid
set_subtree
(
GtkTree
subtree
);
Sets a GtkTree as the subtree (or tree of children) for a node. A GtkTreeItem may only have one subtree. Attempting to set a second tree will generate a Gtk-Warning. The orginal subtree will not be overwritten or removed. A node that has a subtree will be shown with a box to the left containing either a plus for a collapsed tree or a minus for an expanded tree.
Controlling whether or not the subtree is visible is done using expand() and collapse() functions. |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「GtkTreeItem::set_subtree」をGoogle検索
|