help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] Re: Passing a string pointer to tree view model?


From: Gwenaël Casaccio
Subject: Re: [Help-smalltalk] Re: Passing a string pointer to tree view model?
Date: Fri, 27 Aug 2010 20:19:24 +0200

We should port, the model refactoring that I've done inside a package
for gst, Canol if you want you can look a bit a GtkMethodWidget.st
in gst-visualgst.

Gwen

On Fri, Aug 27, 2010 at 10:57 AM, ZuLuuuuuu <address@hidden> wrote:
>
>
> Paolo Bonzini-2 wrote:
>>
>> Smalltalk Strings are automatically converted to char *.
>>
>> Paolo
>>
>
> myString := String new.
> myListStore get: iter varargs: {0. myString. -1.}.
>
> gives an empty string back (I checked the iterator via #iterIsValid
> message). My mistake might be somewhere else, just wanted to make sure the
> code part in which I am getting the value, is right.
>
> -----
> Canol Gökel
> --
> View this message in context: 
> http://forum.world.st/Passing-a-string-pointer-to-tree-view-model-tp2340709p2340796.html
> Sent from the Gnu mailing list archive at Nabble.com.
>
> _______________________________________________
> help-smalltalk mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/help-smalltalk
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]