Re: Want draw graphic on root

2011-09-14 Thread Kevin Ryde
eexpress eex...@gmail.com writes: i write a very simple gtk2-perl script, want draw on root window. i test a lot of methods, but still can not get expose event handler. I'm not sure if expose events are available for non-widget windows. They might disappear down the

Re: Want draw graphic on root

2011-09-13 Thread zentara
On Tue, 13 Sep 2011 11:10:29 +0800 eexpress eex...@gmail.com wrote: hi, i write a very simple gtk2-perl script, want draw on root window. i test a lot of methods, but still can not get expose event handler. please help me, kid on Gtk2::Gdk. below is my script(a lot of commentary). :D thanks.

Want draw graphic on root

2011-09-12 Thread eexpress
hi, i write a very simple gtk2-perl script, want draw on root window. i test a lot of methods, but still can not get expose event handler. please help me, kid on Gtk2::Gdk. below is my script(a lot of commentary). :D thanks. #!/usr/bin/perl use Gtk2 -init;