mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-15 02:33:15 +02:00
* Replace component library editor new component dialog using wxFormBuilder. * Rename component library draw items to conform to current coding standards. * Add GetWidth() method to component library draw objects. * Add regular expression key word search capability to component library object.
8 lines
203 B
C++
8 lines
203 B
C++
#include "dialog_lib_new_component.h"
|
|
|
|
DIALOG_LIB_NEW_COMPONENT::DIALOG_LIB_NEW_COMPONENT( wxWindow* parent ) :
|
|
DIALOG_LIB_NEW_COMPONENT_BASE( parent )
|
|
{
|
|
SetDefaultItem( m_sdbSizerOK );
|
|
}
|