help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] gst 2.1.11 - Gtk+ binding examples


From: Michael Haupt
Subject: Re: [Help-smalltalk] gst 2.1.11 - Gtk+ binding examples
Date: Wed, 31 Aug 2005 18:34:17 +0200

Hi Mike,

On 8/30/05, Mike Anderson <address@hidden> wrote:
> Can you check whether the class Gtk exists in the namespace GTK? ie.
> does the class GTK.Gtk exist?

here is what I do (maybe I do wrong):

-----
st> PackageLoader fileInPackage: 'GTK' !
((( loads of error messages )))
PackageLoader
st> GTK.Gtk !
stdin:2: invalid scope resolution
st> Gtk !
Gtk
st> Namespace current printNl !
Smalltalk
SystemDictionary new: 512 "<0x402fc818>"
st>
-----

So, Gtk appears to be defined, but in the wrong namespace, right?

Best regards,

Michael




reply via email to

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