Change font in ComboBox only in the edit control

Hello,

Is it possible to set the font of a wx.ComboBox only in the edit
control an not in the listbox ?
I found only a SetFont method that changes the font in both the edit
control and the listbox.

Erwin

No, but if you really need to do that you can make a custom popup using wx.ComboCtrl.

···

On 12/23/11 12:58 PM, ErwinP wrote:

Hello,

Is it possible to set the font of a wx.ComboBox only in the edit
control an not in the listbox ?
I found only a SetFont method that changes the font in both the edit
control and the listbox.

--
Robin Dunn
Software Craftsman