Re: [gtk-list] Perl/Gtk CVS 19990914



On Sun, Sep 19, 1999 at 06:22:59PM +0000, Dermot Musgrove wrote:
> * Gtk::Layout does not allow 'undef' for the adjustments. I believe that
>   this is possible in C with 'NULL' although this is no big problem.

ok, now it allows undefined adjustments.

> * Gnome::IconList .xs file seems empty, is it functional? When I call:
>     $widgets->{'iconlist1'} = new Gnome::IconList(
>       78, 
>       new Gtk::Adjustment( 0.0, 0.0, 101.0, 0.1, 1.0, 1.0), 
>       0);

If the file is empty it's not implemented:-)
Done, now.

> * Gnome::IconSelection has no .xs file.

Added (with implementation:-).

> * Gome::PropertyBox is missing a notebook() method to get a ref to the
>   notebook widget. The error is:
>     while trying to eval '$widgets->{'notebook3'} = 
>       $forms->{'propertybox1'}{'propertybox1'}->notebook;'
> 
>     FAILED with Eval error 'Can't locate object method "notebook" via 
>       package "Gnome::PropertyBox" ...

Ok, added a notebook accessor to Gnome::PropertyBox.

lupus



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