Re: How to pass value back to main via object



Tyler Hepworth said:
[snip]

# do everything you have to do before calling Gtk2->main.

[snip]

That explains it all.  Set it all up first and then use signal
handlers and callbacks to manipulate the program - is that right?

pretty much.

i would suggest having a look at the following links:
    http://gtk2-perl.sourceforge.net/doc/intro/
    http://gtk2-perl.sourceforge.net/doc/gtk2-perl-tut/

those should give you a decent foundation.

after that the examples, perldoc, irc channel, and of course this mailing list
are the places to turn. C examples work just fine, you just have to do minor
translations.

-rm



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