Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXi Yan2018-11-20 20:15:57 +0000
committerEric Williams2018-11-23 19:58:22 +0000
commitd53c584eda3df3e021b22226a63edc7cdb3e65c3 (patch)
treecd27b9856ab22669d9db6f44247bcbe6bd51f670 /bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
parent66f203aed81e3fb64b92711af69e97dfe86645e6 (diff)
downloadeclipse.platform.swt-d53c584eda3df3e021b22226a63edc7cdb3e65c3.tar.gz
eclipse.platform.swt-d53c584eda3df3e021b22226a63edc7cdb3e65c3.tar.xz
eclipse.platform.swt-d53c584eda3df3e021b22226a63edc7cdb3e65c3.zip
Bug 518080 - Use GtkSearchEntry instead of gtkEntry + icon
Use GtkSearchEntry, removed code to handle "clear" icon press events, workaround default look to support search entry without icons. Change-Id: Id29044f5b1f362841048cb4ada2c4c4854f26953 Signed-off-by: Xi Yan <xixiyan@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.h2
1 files changed, 2 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 c465448940..fe65213b89 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
@@ -464,6 +464,7 @@ typedef enum {
_1gtk_1entry_1new_FUNC,
_1gtk_1entry_1set_1alignment_FUNC,
_1gtk_1entry_1set_1has_1frame_FUNC,
+ _1gtk_1entry_1set_1icon_1activatable_FUNC,
_1gtk_1entry_1set_1icon_1from_1icon_1name_FUNC,
_1gtk_1entry_1set_1icon_1sensitive_FUNC,
_1gtk_1entry_1set_1invisible_1char_FUNC,
@@ -774,6 +775,7 @@ typedef enum {
_1gtk_1scrolled_1window_1new_FUNC,
_1gtk_1scrolled_1window_1set_1policy_FUNC,
_1gtk_1scrolled_1window_1set_1shadow_1type_FUNC,
+ _1gtk_1search_1entry_1new_FUNC,
_1gtk_1selection_1data_1free_FUNC,
_1gtk_1selection_1data_1get_1data_FUNC,
_1gtk_1selection_1data_1get_1data_1type_FUNC,

Back to the top