Tab navigation improvements for wxOSX
Closes #17341. Closes https://github.com/wxWidgets/wxWidgets/pull/493
This commit is contained in:
@@ -198,6 +198,7 @@ wxMSW:
|
|||||||
|
|
||||||
wxOSX:
|
wxOSX:
|
||||||
|
|
||||||
|
- Many fixes for tab navigation (ikamakj).
|
||||||
- Fix handling of non-BMP characters in GetPartialTextExtents() (ARATA Mizuki).
|
- Fix handling of non-BMP characters in GetPartialTextExtents() (ARATA Mizuki).
|
||||||
- Fix setting foreground colour for several controls (Steve Browne).
|
- Fix setting foreground colour for several controls (Steve Browne).
|
||||||
- Fix dialogs using wxFRAME_FLOAT_ON_PARENT frame as parent (Lauri Nurmi).
|
- Fix dialogs using wxFRAME_FLOAT_ON_PARENT frame as parent (Lauri Nurmi).
|
||||||
|
@@ -11,6 +11,8 @@
|
|||||||
#ifndef _WX_RADIOBOX_H_
|
#ifndef _WX_RADIOBOX_H_
|
||||||
#define _WX_RADIOBOX_H_
|
#define _WX_RADIOBOX_H_
|
||||||
|
|
||||||
|
#include "wx/containr.h"
|
||||||
|
|
||||||
// List box item
|
// List box item
|
||||||
class WXDLLIMPEXP_FWD_CORE wxBitmap ;
|
class WXDLLIMPEXP_FWD_CORE wxBitmap ;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user