Nori Heikkinen said:
> in the tutorial i've been working off of[1], Window has a method
> border_width that i'd love to be able to use. it doesn't appear in
> Gtk2, afaict, and it's not in the manpage.
'should' be:
$window->set_border_width($width);
> is this implemented somwhere, and if not, how do people usually get
> around it? extra boxes and windows within windows? seems cumbersome
the tutorial is for gtk-perl which was gtk+ 1.0. i think there's been some
namespace cleanup since with things like set/get added where appropriate, at
least that's my guess i'm no where near as familiar with gtk-perl. the C api
docs should prove very useful with questions of this nature. they apply with
minor modifications as mentioned in the Gtk2::api man page (api.pod)
-rm
|