Where do I find the constants?
- From: Christian Jaeger <chrjae gmail com>
- To: gtk-perl-list gnome org
- Subject: Where do I find the constants?
- Date: Mon, 30 Dec 2013 17:29:40 +0000
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 like
if ($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.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]