Re: $note->append_page($obj, $LABEL) ?
- From: Chas Owens <cowens intercall com>
- To: raptor unacs bg
- Cc: gtk-perl-list gnome org
- Subject: Re: $note->append_page($obj, $LABEL) ?
- Date: 13 May 2002 12:26:30 -0400
On Mon, 2002-05-13 at 12:11, raptor unacs bg wrote:
When I try to append page to Notebook and pass a LABEL I'm getting error ?
$note->append_page($obj, $LABEL)
the error is :
Mon May 13 19:06:40 2002 Gtk-WARNING **: invalid cast from (NULL) pointer to `GtkWidget' at
lib/Gtk/PropWindow.pm line 42
any idea why this happen ? I tried with single, double quoted string and variable !!
A string is not a Gtk::Label. Try
$note->append_page($obj, Gtk::Label->new('string'));
--
Today is Pungenday the 60th day of Discord in the YOLD 3168
P'tang!
Missile Address: 33:48:3.521N 84:23:34.786W
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]