GtkSettings

2015-05-19 Thread Daniel Kasak
Hi all. I'm still battling with my Windows build :/ I've been posting in the gtk list ... basically I have some major issues with rendering icons from icon themes, for some reason. It used to work ... now I'm getting lots of 'broken' type images. Anyway, to help debug, I'm looking for a way to

Gnome2::Canvas help

2015-05-19 Thread fred hubbard
Hello all, I have a few Perl/Gtk2 problems which have been hanging around for months, cooking up a stink. I wonder if anyone can help me resolve them? First, Im trying to use a Gnome2::Canvas to draw various simple shapes. This example script draws a combination of squares and text. I

Gtk2::SpinButton For Hex

2015-05-19 Thread Williams, James P2
How can I use a Gtk2::SpinButton to prompt for an integer expressed in hex? I've tried the following, but it fails. use strict; use warnings; use Glib qw(TRUE FALSE); use Gtk2 qw(-init); my($spin)=Gtk2::SpinButton-new_with_range(0,1000,1); $spin-set_numeric(FALSE);