Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnatoly Spektor2013-02-07 20:35:15 +0000
committerAlexander Kurtakov2013-02-21 20:41:06 +0000
commita84e4f12000c77da8b885150e339fe7970a888cc (patch)
treeef43cf4d365f04ad97f9ce45d6d55711284bd7c9 /bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
parentafb266ef7daac7232bb418f80a463e022c156133 (diff)
downloadeclipse.platform.swt-a84e4f12000c77da8b885150e339fe7970a888cc.tar.gz
eclipse.platform.swt-a84e4f12000c77da8b885150e339fe7970a888cc.tar.xz
eclipse.platform.swt-a84e4f12000c77da8b885150e339fe7970a888cc.zip
This patch solves clipping and wrong default sizing of GtkEntry in GTK3
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 91c52e6fdd..237c57eb64 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
@@ -755,6 +755,7 @@ typedef enum {
_1gtk_1entry_1set_1placeholder_1text_FUNC,
_1gtk_1entry_1set_1text_FUNC,
_1gtk_1entry_1set_1visibility_FUNC,
+ _1gtk_1entry_1set_1width_1chars_FUNC,
_1gtk_1entry_1text_1index_1to_1layout_1index_FUNC,
_1gtk_1enumerate_1printers_FUNC,
_1gtk_1expander_1get_1expanded_FUNC,

Back to the top