design_win.cc
changeset 194 6b2b718420eb
parent 177 40f3006fba2e
child 196 c220f9de6545
equal deleted inserted replaced
3:f4c0f99c04d1 4:176bda2955da
    14  * express or implied, and with no claim as to its suitability for any
    14  * express or implied, and with no claim as to its suitability for any
    15  * purpose.
    15  * purpose.
    16  *
    16  *
    17  */
    17  */
    18 
    18 
       
    19 #include <nbtab.h>
    19 #include <design_win.h>
    20 #include <design_win.h>
    20 
    21 
    21 bool DesignWin::closeIfEscapeIsPressed(GdkEventKey* e)
    22 bool DesignWin::closeIfEscapeIsPressed(GdkEventKey* e)
    22 {
    23 {
    23   if(e->keyval==GDK_Escape)
    24   if(e->keyval==GDK_Escape)