X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f0fa8b47ab4ee055564f5729353edc6da1984cbc..cc5bd48eff6f3a12b6066179d1b00d6404c9d921:/include/wx/odcombo.h diff --git a/include/wx/odcombo.h b/include/wx/odcombo.h index c187957c31..d5baadcc36 100644 --- a/include/wx/odcombo.h +++ b/include/wx/odcombo.h @@ -44,7 +44,14 @@ enum { // when set, we are painting the selected item in control, // not in the popup - wxODCB_PAINTING_CONTROL = 0x0001 + wxODCB_PAINTING_CONTROL = 0x0001, + + + // when set, we are painting an item which should have + // focus rectangle painted in the background. Text colour + // and clipping region are then appropriately set in + // the default OnDrawBackground implementation. + wxODCB_PAINTING_SELECTED = 0x0002 };