KiCad PCB EDA Suite
|
#include <grid_tricks.h>
#include <wx/defs.h>
#include <wx/event.h>
#include <wx/tokenzr.h>
#include <wx/clipbrd.h>
#include <wx/log.h>
#include <wx/stc/stc.h>
#include <widgets/grid_text_helpers.h>
Go to the source code of this file.
Macros | |
#define | COL_SEP wxT( '\t' ) |
#define | ROW_SEP wxT( '\n' ) |
#define | ROW_SEP_R wxT( '\r' ) |
#define COL_SEP wxT( '\t' ) |
Definition at line 37 of file grid_tricks.cpp.
#define ROW_SEP wxT( '\n' ) |
Definition at line 38 of file grid_tricks.cpp.
#define ROW_SEP_R wxT( '\r' ) |
Definition at line 39 of file grid_tricks.cpp.