@@ -221,6 +221,7 @@ protected:
|
|||||||
virtual void DoExpand(const wxDataViewItem& item) wxOVERRIDE;
|
virtual void DoExpand(const wxDataViewItem& item) wxOVERRIDE;
|
||||||
|
|
||||||
virtual void DoApplyWidgetStyle(GtkRcStyle *style) wxOVERRIDE;
|
virtual void DoApplyWidgetStyle(GtkRcStyle *style) wxOVERRIDE;
|
||||||
|
virtual GdkWindow* GTKGetWindow(wxArrayGdkWindows& windows) const wxOVERRIDE;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void Init();
|
void Init();
|
||||||
|
@@ -4734,6 +4734,11 @@ bool wxDataViewCtrl::Create(wxWindow *parent,
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
GdkWindow* wxDataViewCtrl::GTKGetWindow(wxArrayGdkWindows& /* windows */) const
|
||||||
|
{
|
||||||
|
return gtk_tree_view_get_bin_window(GTK_TREE_VIEW(m_treeview));
|
||||||
|
}
|
||||||
|
|
||||||
wxDataViewItem wxDataViewCtrl::GTKPathToItem(GtkTreePath *path) const
|
wxDataViewItem wxDataViewCtrl::GTKPathToItem(GtkTreePath *path) const
|
||||||
{
|
{
|
||||||
GtkTreeIter iter;
|
GtkTreeIter iter;
|
||||||
|
Reference in New Issue
Block a user