String node_get_text(
GtkCTreeNodenode
, int column);
Returns the column text of a given row.
The column in which the expanders/lines are visible cannot use this
function (nTreeGraphic in the Constructor).
You have to use
node_get_pixtext
in this case.