Perl/Gtk CVS 19990914



Hi Lupus,

I have just built gnome-libs 1.0.16, Glade 0.5.3 and of course Perl/Gtk
again - so I have some more questions :-).

* 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.

* 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);

  I get errors:
    Gtk-CRITICAL **: file gtkwidget.c: line 1054 (gtk_widget_new): 
      assertion `gtk_type_is_a (widget_type, GTK_TYPE_WIDGET)' failed.

    Gtk-CRITICAL **: file gtkwidget.c: line 1054 (gtk_widget_new): 
      assertion `gtk_type_is_a (widget_type, GTK_TYPE_WIDGET)' failed.

    Gtk-WARNING **: invalid cast from (NULL) pointer to `GtkObject'

    Gtk-WARNING **: invalid cast from (NULL) pointer to `GtkWidget'

  Gnome::IconList->new_flags() doesn't work at all.

* Gnome::IconSelection has no .xs file.

* 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" ...

Again, please excuse me if these are a result of my mistakes.

Regards, Dermot



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