Re: making a screen shot

2005-10-02 Thread Uwe Voelker
Hello Adam, I haven't tested this code in a while but it should still work (or at least get you closer) Yes it works. Thank you very much. This assumes $width and $height are the dimensions of the image you want to save. I do this: my ($width, $height) = $embed-window-get_size; Bye,

Re: Patch for Gtk2::Ex::Dialogs (for win32)

2005-10-02 Thread ofey aikon
On 9/28/05, Kevin C. Krinke [EMAIL PROTECTED] wrote: If you can find the time to create a patch that bumps the version, removes the Gnome2::VFS stuff and uses File::Type instead I would be very pleased. I am attaching two patches. patch1 removes Gnome2::VFS dependency and uses File::Type

Re: Gtk2::Ex::Simple::List using Gtk2::CellRendererCombo

2005-10-02 Thread muppet
On Oct 2, 2005, at 7:12 PM, ofey aikon wrote: Does any one have snippets / example of a Gtk2::Ex::Simple::List using Gtk2::CellRendererCombo ? I found an example of Gtk2::TreeView using Gtk2::CellRendererCombo here http://mail.gnome.org/archives/gtk-perl-list/2005-July/msg00065.html And