[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On Tue, Apr 14, 2009 at 5:16 PM, Elias Pschernig
<elias.pschernig@xxxxxxxxxx> wrote:
> I think ERROR should be Critical. You would use it in Allegro if you cannot
> initialize Allegro or cannot open a display. It's as critical an error as it gets :)
Lucky you put that smiley in there!
> Can't you special case YES_NO and OK_CANCEL?
Yes, that's possible. I'd be happy if the example were written the
other way around, "Ok|Don't press|Oh no!" and the rule was that the
default is always first (and always returns 1) But I guess that would
break the GTK code.
Pete