| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
GtkCTree::node_set_pixmapvoid node_set_pixmap(
GtkCTreeNode
node
, int column,
GdkPixmap
pixmap
,
GdkBitmap
mask
);
Sets an icon into a column of the node. The normal text in that column is replaced by the icon and not visible anymore. Use the node_set_pixtext function to add an extra text after that icon. If you once expand/collapse the node, the icon is gone because the open/closed icons you set at the insert_node are used then. To prevent this, use the set_node_info function. |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「GtkCTree::node_set_pixmap」をGoogle検索
|