Hello, I was trying to get the value of the selected tree view cell via #get:varargs: method:
http://library.gnome.org/devel/gtk/stable/GtkTreeModel.html#gtk-tree-model-get I have a tree model built with {GValue gTypeString}. In C I need to pass a pointer like &my_string considering that my_string is of type gchar*. How can I get the string value in GST by using #get:varargs: (or any other method)? ----- Canol Gökel -- View this message in context: http://forum.world.st/Passing-a-string-pointer-to-tree-view-model-tp2340709p2340709.html Sent from the Gnu mailing list archive at Nabble.com. _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
