[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Gtk2::Notebook - set_homogeneous_tabs(1);
- From: zentara <zentara1 sbcglobal net>
- To: gtk-perl-list gnome org
- Subject: Re: Gtk2::Notebook - set_homogeneous_tabs(1);
- Date: Fri, 25 Jul 2008 13:23:04 -0400
On Fri, 25 Jul 2008 19:11:13 +0200
Mario Kemper <mario kemper googlemail com> wrote:
>Maybe i am blind but...
>
>my $notebook_settings = Gtk2::Notebook->new;
>$notebook->set_homogeneous_tabs(1);
>
>...leads to "Can't locate object method "set_homogeneous_tabs" via
>package "Gtk2::Notebook"".
>
>The property "homogeneous" is mentioned in the documentation, but i
>can't find a function to deal with it.
>Any clue?
I get it working ok with
$notebook->set(homogeneous => 1);
zentara
--
I'm not really a human, but I play one on earth.
http://zentara.net/Remember_How_Lucky_You_Are.html
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]