#include <wx/combo.h>
Features enabled for wxComboCtrl.
Public Types | |
| enum | {  MovableButton = 0x0001, BitmapButton = 0x0002, ButtonSpacing = 0x0004, TextIndent = 0x0008, PaintControl = 0x0010, PaintWritable = 0x0020, Borderless = 0x0040, All }  | 
| anonymous enum | 
| Enumerator | |
|---|---|
| MovableButton | 
 Button can be on either side of control.  | 
| BitmapButton | 
 Button may be replaced with bitmap.  | 
| ButtonSpacing | 
 Button can have spacing from the edge of the control.  | 
| TextIndent | 
 wxComboCtrl::SetMargins() can be used.  | 
| PaintControl | 
 Combo control itself can be custom painted.  | 
| PaintWritable | 
 A variable-width area in front of writable combo control's textctrl can be custom painted.  | 
| Borderless | 
 wxNO_BORDER window style works.  | 
| All | 
 All features.  |