RE: EuGTK_Win.zip

new topic     » goto parent     » topic index » view thread      » older message » newer message

Heya Ray!

I picked into the 'inspector.gtk' file (found in your include\gtk2 
directory), found a couple of slashes and stuff that was missed.

There will be a couple of lines at the beginning of the file, that 
should read:

constant HOME = getenv("HOME")
constant DOCDIR = HOME & "/gtk2/docs/widgets/"

Change the 'getenv' part to your euphoria\include directory (make 
sure to make those backslashes \\!), and change the slashes in the 
DOCDIR to \\s. So then it should read something like this:

constant HOME = "H:\\Euphoria\\etc"
constant DOCDIR = HOME & "\\gtk2\\docs\\widgets\\"

You'll also find a couple of lines that look like:

system(BROWSER & " " & instance_file & " &",0)

For now, until Irv says how to start a browser window, leave it 
remmed out (throw a '-- ' in front of it).

That should work for the most part! Yay!

*scratches his head* Yeah, that should work. I think.

--
Lord "LEVIATHAN"
http://osrf.washingtoncs.com/~lordlev/

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu