Re: Where do I find the constants?



Thanks.

To solve future cases, the question remains about how would I get to know that 

if ($dialog->run == Gtk::RESPONSE_ACCEPT)

should be

if ($dialog->run == "ok")

If the constant names would be translated to strings in some regular manner, that would be fine. If there is a place to look up the translations, that would be something workable, too.

Christian.


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