dialog_lib_new_component.cpp 294 Bytes
Newer Older
1
#include <dialog_lib_new_component.h>
2 3 4 5

DIALOG_LIB_NEW_COMPONENT::DIALOG_LIB_NEW_COMPONENT( wxWindow* parent ) :
    DIALOG_LIB_NEW_COMPONENT_BASE( parent )
{
6 7
    /* Required to make escape key work correctly in wxGTK. */
    m_sdbSizerOK->SetFocus();
8
    m_sdbSizerOK->SetDefault();
9
}