24#ifndef DRC_RE_OVERLAY_TYPES_H
25#define DRC_RE_OVERLAY_TYPES_H
70 const wxString& aLabelText = wxEmptyString,
LABEL_POSITION
Specifies the position of a label relative to its associated field.
DRC_RE_FIELD_POSITION(int aXStart, int aXEnd, int aYTop, int aTabOrder, const wxString &aLabelText=wxEmptyString, LABEL_POSITION aLabelPos=LABEL_POSITION::NONE)
LABEL_POSITION labelPosition
Position of label relative to field.
int xEnd
Right edge X coordinate where the field ends.
int xStart
Left edge X coordinate where the field starts.
wxString labelText
Optional label text (empty for no label)
int tabOrder
Tab navigation order (1-based, lower numbers receive focus first)
int yTop
Top edge Y coordinate of the field.