KiCad PCB EDA Suite
|
#include <panel_text_variables.h>
#include <algorithm>
#include <bitmaps.h>
#include <confirm.h>
#include <validators.h>
#include <project.h>
#include <grid_tricks.h>
#include <widgets/std_bitmap_button.h>
#include <widgets/grid_text_helpers.h>
#include <widgets/wx_grid_autosizer.h>
Go to the source code of this file.
Enumerations | |
enum | TEXT_VAR_GRID_COLUMNS { TV_NAME_COL = 0 , TV_VALUE_COL , TV_FLAG_COL , TV_NAME_COL = 0 , TV_VALUE_COL } |
Enumerator | |
---|---|
TV_NAME_COL | |
TV_VALUE_COL | |
TV_FLAG_COL | |
TV_NAME_COL | |
TV_VALUE_COL |
Definition at line 38 of file panel_text_variables.cpp.