On 08/27/2010 09:30 AM, ZuLuuuuuu wrote:
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)?
Smalltalk Strings are automatically converted to char *. Paolo _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
