RE: how to get GNode->data right?
- From: "Dmitry Ponomaryov" <eagleowl comail ru>
- To: <gtk-app-devel-list gnome org>
- Subject: RE: how to get GNode->data right?
- Date: Sat, 18 Aug 2001 00:45:16 +0400
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]