PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

GtkCTree::insert_node | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

GtkCTree::insert_node

GtkCTreeNode insert_node(GtkCTreeNode parent, GtkCTreeNode sibling, Array labels, int pixmap_spacing, GdkPixmap pixmap_closed, GdkBitmap mask_closed, GdkPixmap pixmap_open, GdkBitmap mask_open, boolean is_leaf, boolean is_expanded);

This function creates a new node and inserts it into the tree. The first parameter is the parent node; if it's NULL the node will be the root. The "labels" parameter is an array of strings which are shown in the tree, for each column one. pixmap_spacing is the spacing between the pixmap and the text.

The sibling parameter determines the position of the new node. If it is NULL, it will be appended to the parents childen as the last element. If the sibling is given, the new node will be inserted just before it.

忘却曲線を使ってこの知識を確実に記憶に残す

フォーラムで「GtkCTree::insert_node」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | GtkCTree::insert_node」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: