KiCad PCB EDA Suite
Loading...
Searching...
No Matches
grid_tricks.cpp File Reference
#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' )
 

Macro Definition Documentation

◆ COL_SEP

#define COL_SEP   wxT( '\t' )

Definition at line 37 of file grid_tricks.cpp.

◆ ROW_SEP

#define ROW_SEP   wxT( '\n' )

Definition at line 38 of file grid_tricks.cpp.

◆ ROW_SEP_R

#define ROW_SEP_R   wxT( '\r' )

Definition at line 39 of file grid_tricks.cpp.