[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Gtk2::Notebook - set_homogeneous_tabs(1);



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]