RE: how to get GNode->data right?



so i try the exakt way to read an item of gnode like
an item of clist.
   If I understand your question right that can help you:
    GTK_CTREE_ROW(_node_) [defined at gtkctree.h]

   This macro can extract row's data from node
   [You shouldn't define it yourself because it is defined in the GTK+.
      In _my_ version of GTK+ definition is like:
       #define GTK_CTREE_ROW(_node_) ((GtkCTreeRow *)(((GList
*)(_node_))->data))
   ].

---
 Dmitry Ponomaryov





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]