13#include <wx/dcbuffer.h>
30 SetBackgroundStyle(wxBG_STYLE_PAINT);
44 wxBufferedPaintDC dc(
this);
46 dc.SetPen(*wxTRANSPARENT_PEN);
47 dc.SetBrush(GetBackgroundColour());
static void DrawFocus(wxDC &dc, wxRect &r)
Changes default arrow navigation to behave more list- or table-like. Instead of searching focusable i...
void OnPaint(wxPaintEvent &evt)
ListNavigationPanel()=default
void Create(wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, const wxString &name=wxPanelNameStr)
void OnChangeFocus(wxFocusEvent &evt)