KiCad PCB EDA Suite
|
Functions for manipulating tab traversal in forms and dialogs. More...
#include <wx/window.h>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | KIUI |
Functions | |
void | KIUI::SetControlsTabOrder (const std::vector< wxWindow * > &aControlsInTabOrder) |
Set a list of controls to have a defined sequential tab order. | |
Functions for manipulating tab traversal in forms and dialogs.
Definition in file tab_traversal.h.