Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Ufimtsev2015-02-09 21:01:05 +0000
committerAlexander Kurtakov2015-02-12 13:33:58 +0000
commitea2377900884f3f0c0173568e775403a4148c5a4 (patch)
tree1c15548a67cda14983f2748193c1d057f10f290e /bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
parent018b40f5c7938cec878d4394c98f7a94358d52e0 (diff)
downloadeclipse.platform.swt-ea2377900884f3f0c0173568e775403a4148c5a4.tar.gz
eclipse.platform.swt-ea2377900884f3f0c0173568e775403a4148c5a4.tar.xz
eclipse.platform.swt-ea2377900884f3f0c0173568e775403a4148c5a4.zip
Bug 459595 - remove deprecated gtk_tree_view_[get|set]_rules_hint on
GTK 3 Change-Id: I7005a67ba709462eba3af3efe1fffaff7f7f2e2b Signed-off-by: Leo Ufimtsev <lufimtse@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
index 328b78605a..1bbfd17835 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
@@ -1329,6 +1329,7 @@ typedef enum {
_1gtk_1tree_1view_1get_1columns_FUNC,
_1gtk_1tree_1view_1get_1cursor_FUNC,
_1gtk_1tree_1view_1get_1expander_1column_FUNC,
+ _1gtk_1tree_1view_1get_1grid_1lines_FUNC,
_1gtk_1tree_1view_1get_1headers_1visible_FUNC,
_1gtk_1tree_1view_1get_1path_1at_1pos_FUNC,
_1gtk_1tree_1view_1get_1rules_1hint_FUNC,

Back to the top