- xmComboBoxWidgetClass, parentWidget,
- XmNmarginHeight, 0,
- XmNmarginWidth, 0,
- XmNshowLabel, False,
- XmNeditable, ((style & wxCB_READONLY) != wxCB_READONLY),
- XmNsorted, ((style & wxCB_SORT) == wxCB_SORT),
- XmNstaticList, ((style & wxCB_SIMPLE) == wxCB_SIMPLE),
- NULL);
-
+ xmComboBoxWidgetClass, parentWidget,
+ XmNmarginHeight, 0,
+ XmNmarginWidth, 0,
+ XmNshowLabel, False,
+ XmNeditable, ((style & wxCB_READONLY) != wxCB_READONLY),
+ XmNsorted, ((style & wxCB_SORT) == wxCB_SORT),
+ XmNstaticList, ((style & wxCB_SIMPLE) == wxCB_SIMPLE),
+ NULL);
+