Re: [Jprogramming] JGtk adding functions from allapi

2012-02-05 Thread bill lam
The file allapi.ijs is outdated and may be incorrect. You always check against the officail gtk documentation available from the gtkide help menu. For testing purpose you can add api at the beginning of your application, in the format, assuming it had already got coinsert 'jgtk' gtk_drag_dest_set

Re: [Jprogramming] JGtk adding functions from allapi

2012-02-05 Thread Brian Schott
Emir, Are you familiar with using Package Manager (pacman or jal) to add addons and then to use the `require` verb to have them included in your current project? On Sun, Feb 5, 2012 at 1:14 PM, Emir Ustamujic wrote: > Hi, > > I've checked out the J code from the repo and for the gtk addon found