Re: Gtk::VBox problem in 0.97



On Mon, 2003-09-08 at 17:53, Ross McFarland wrote:
On Mon, 2003-09-08 at 06:40, Anuradha Ratnaweera wrote:
The following code works well in 0.96, but not in 0.97.

    my $notebook = Gtk2::Notebook->new();
    
    $vbox = Gtk2::VBox->new();
    $notebook->append_page($vbox, "Title");

With 0.97, the error message is

    variable is not of type Gtk2::Widget at CCat/UI/Main.pm line 62.


i can verify the behavior, i'm looking into it. i'll reply when if
figure something out.

The VBox itself works well.  Only is not identified as a GTK_WIDGET.

        Anuradha

Attachment: signature.asc
Description: This is a digitally signed message part



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