Fix compilation with GTK+ 2.4.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 28 Feb 2010 11:08:59 +0000 (11:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 28 Feb 2010 11:08:59 +0000 (11:08 +0000)
commit995d5aa24ae04d387b877ad2b1ce308427ac16ec
treeed696bcad6d7bf6e2d891d68e0300d1785a56299
parent049c4f6caaee4d0843307f6ca1a832cc54b3a89d
Fix compilation with GTK+ 2.4.

Support for ellipsization in GtkTreeView and gtk_window_set_focus_on_map() are
new in 2.6, don't use them with 2.4.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63579 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/dataview.cpp
src/gtk/toplevel.cpp