Hi(I'm missing Gtk3 documentation.)How do I translate constants to Perl? Like:if (gtk_dialog_run (GTK_DIALOG (dialog)) == GTK_RESPONSE_ACCEPT)would be something likeif ($dialog->run == Gtk::RESPONSE_ACCEPT)or dunno; the Gtk::RESPONSE_ACCEPT thing is what I'm missing. (Also, is it correct that the run method still translates to such values, and not say a boolean?)Christian.
_______________________________________________
gtk-perl-list mailing list
gtk-perl-list gnome org
https://mail.gnome.org/mailman/listinfo/gtk-perl-list