3#include <wx/dataview.h>
12 template<
typename... Args>
19#if defined(wxHAS_GENERIC_DATAVIEWCTRL)
20 int GetFirstVisibleRow()
const;
21 int GetLastVisibleRow()
const;
22 int GetRowAt(
const wxPoint& point)
const;
25#if wxUSE_ACCESSIBILITY
26 wxAccessible* CreateAccessible()
override;
30#if defined(wxHAS_GENERIC_DATAVIEWCTRL)
31 void OnTableCharHook(wxKeyEvent& evt);
void OnCharEvent(wxKeyEvent &evt)
friend class PluginsDataViewCtrlAx
PluginDataViewCtrl(Args &&... args)
void SetFocus(const WindowPlacement &focus)
Set the window that accepts keyboard input.