bug in gtk_ctree_set_node_info() ?
- From: Frédéric Lespez <frederic lespez wanadoo fr>
- To: gtk-list redhat com
- Subject: bug in gtk_ctree_set_node_info() ?
- Date: Fri, 31 Mar 2000 18:11:17 +0200
Hi,
I try to use the function gtk_ctree_set_node_info() to change the text
and
the pixmaps associated to a GtkCTreeNode.
But when look at the prototype of the function, it seems that it's
impossible
to change the text of ALL the columns.
Here is the prototype :
void gtk_ctree_set_node_info (GtkCTree *ctree,
GtkCTreeNode *node,
const gchar *text, <------------ ????????????
guint8 spacing,
GdkPixmap *pixmap_closed,
GdkBitmap *mask_closed,
GdkPixmap *pixmap_opened,
GdkBitmap *mask_opened,
gboolean is_leaf,
gboolean expanded);
The part "const gchar *text" seems false to me, because you can give
only one string
and so you can't modify the text of several columns.
Why is it not declared as in gtk_ctree_insert_node() : gchar *text[] ?
Please correct me, if i'm wrong.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]