Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Williams2019-02-20 14:57:49 +0000
committerEric Williams2019-02-20 14:57:49 +0000
commit8540e746179ae6f69e9f415f37179feca80a3bb0 (patch)
treec2751568018141862062a176b38cce8e9ecf006c /bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
parent72191938554b57292601233aad8a7c38895760a1 (diff)
downloadeclipse.platform.swt-8540e746179ae6f69e9f415f37179feca80a3bb0.tar.gz
eclipse.platform.swt-8540e746179ae6f69e9f415f37179feca80a3bb0.tar.xz
eclipse.platform.swt-8540e746179ae6f69e9f415f37179feca80a3bb0.zip
Bug 436085: setTabs method in Text widget is ignored when style includes
SWT.SINGLE Enable setTabs() to work with Text widgets of style SWT.SINGLE. Previously this was not implemented, and SWT was just retuning for all SWT.SINGLE Text widgets. Additionally, the automated JUnit tests for such functionality were limited to Win32 only -- I have now enabled them to run on Linux as well. A reproducer snippet is also attached to this commit. Change-Id: I259a4226475296ff2514c016590668e4d90be1c2 Signed-off-by: Eric Williams <ericwill@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 78c85a71be..130e9204c9 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
@@ -496,6 +496,7 @@ typedef enum {
_1gtk_1entry_1set_1invisible_1char_FUNC,
_1gtk_1entry_1set_1max_1length_FUNC,
_1gtk_1entry_1set_1placeholder_1text_FUNC,
+ _1gtk_1entry_1set_1tabs_FUNC,
_1gtk_1entry_1set_1text_FUNC,
_1gtk_1entry_1set_1visibility_FUNC,
_1gtk_1entry_1set_1width_1chars_FUNC,

Back to the top