summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java
diff options
context:
space:
mode:
authorAlexander Kurtakov <akurtako@redhat.com>2013-07-10 16:17:03 +0300
committerAlexander Kurtakov <akurtako@redhat.com>2013-07-10 16:17:03 +0300
commitca5e588017b8795b03417457562b8f46567bc04f (patch)
treee54d5d638d93efcd78aa5b50de728415976b5248 /bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java
parent95087f70461c9fdee64c3c9d1fda2ec4d269324c (diff)
downloadeclipse.platform.swt-ca5e588017b8795b03417457562b8f46567bc04f.tar.gz
eclipse.platform.swt-ca5e588017b8795b03417457562b8f46567bc04f.tar.xz
eclipse.platform.swt-ca5e588017b8795b03417457562b8f46567bc04f.zip
gtk_scrolled_window_add_with_viewport is deprecated in GTK 3.8.
Use gtk_container_add for GTK 3.8 or newer.
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java
index c5cba55a2d..5b6aa53829 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java
@@ -10406,6 +10406,7 @@ public static final void gtk_rc_style_set_text(long /*int*/ style, int index, Gd
}
}
/**
+ * @method flags=dynamic
* @param scrolled_window cast=(GtkScrolledWindow *)
* @param child cast=(GtkWidget *)
*/