help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] Gtk+ and GNU Smalltalk


From: Norman Jordan
Subject: Re: [Help-smalltalk] Gtk+ and GNU Smalltalk
Date: Tue, 14 Jan 2003 23:36:45 -0800
User-agent: Mutt/1.4i

For some strange reason, it doesn't recognize the C function
"bloxGtkConnectSignal" if I put it at the end of GtkDecl.st.

I have made some of the changes that were suggested. I have merged the
modules and renamed the C files.

On Tue, Jan 14, 2003 at 11:56:16AM +0100, Paolo Bonzini wrote:
> Forgot about this:
> 
> > +
> > +  if (name == "GtkWidget") {
> > +    print "GtkWidget"
> > +   print "\tdefineCFunc: 'bloxGtkConnectSignal'"
> > +   print "\twithSelectorArgs: 'connectSignal: name withHandler: 
> > eventHandler 
> > withEventData: eventData'"
> > +   print "\treturning: #void"
> > +   print "\targs: #( #selfSmalltalk #string #smalltalk #smalltalk )!"
> > +  }
> 
> Move it to GtkDecl.st.in; no need to clutter the awk scripts which should be 
> as generic as possible.
> 
> -- 
> |_  _  _ __
> |_)(_)| ) ;'_.
> 

-- 
Norman Jordan <address@hidden>

Attachment: smalltalk-gtk+.patch
Description: Text document


reply via email to

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