#include <string_utils.h>
#include <kiplatform/ui.h>
#include <widgets/ui_common.h>
#include <widgets/net_selector.h>
#include <board.h>
#include <netinfo.h>
#include <wx/arrstr.h>
#include <wx/display.h>
#include <wx/valtext.h>
#include <wx/listbox.h>
#include <wx/stattext.h>
#include <wx/sizer.h>
#include <wx/textctrl.h>
#include <wx/panel.h>
Go to the source code of this file.
◆ CREATE_NET
#define CREATE_NET _( "<create net>" ) |
◆ LIST_ITEM_PADDING
#define LIST_ITEM_PADDING 6 |
◆ LIST_PADDING
◆ NO_NET
#define NO_NET _( "<no net>" ) |
◆ POPUP_PADDING
◆ wxDEFINE_EVENT()
wxDEFINE_EVENT |
( |
NET_SELECTED |
, |
|
|
wxCommandEvent |
|
|
) |
| |