[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-smalltalk] Problem with the parameter of a callback method [GTK+]
From: |
ZuLuuuuuu |
Subject: |
[Help-smalltalk] Problem with the parameter of a callback method [GTK+] |
Date: |
Fri, 8 Jul 2011 00:11:19 -0700 (PDT) |
Hello,
I have a callback method for this callback:
http://developer.gnome.org/gtk3/stable/GtkNotebook.html#GtkNotebook-switch-page
My callback method is:
myCallback: aWidget pageNumber: pageNumber [
pageNumber printString printNl.
]
The text printed when the callback is called is numbers like: '13034496'.
Is this a CObject or something? How can I get the pageNumber in this
situation?
-----
Canol Gökel
--
View this message in context:
http://forum.world.st/Problem-with-the-parameter-of-a-callback-method-GTK-tp3653383p3653383.html
Sent from the Gnu mailing list archive at Nabble.com.
- [Help-smalltalk] Problem with the parameter of a callback method [GTK+],
ZuLuuuuuu <=