Open rherilier opened 1 month ago
Hello,
When requesting a file, pressing the escape key makes the response be equal to 2. So, is there a reason to consider GTK_RESPONSE_DELETE_EVENT as an error instead of an equivalent to GTK_RESPONSE_CANCEL?
GTK_RESPONSE_DELETE_EVENT
GTK_RESPONSE_CANCEL
Thanks in advance
I agree with you it probably shouldn't be considered an error.
CC @matthiasclasen who seems to have made this choice.
Any news?
Hello,
When requesting a file, pressing the escape key makes the response be equal to 2. So, is there a reason to consider
GTK_RESPONSE_DELETE_EVENT
as an error instead of an equivalent toGTK_RESPONSE_CANCEL
?Thanks in advance