Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnatoly Spektor2012-10-02 18:11:25 +0000
committerAlexander Kurtakov2012-10-02 19:28:50 +0000
commit09f1692137fcd35dbae7ea8049913ec763ba69df (patch)
tree1b09191229f4c8f41c496da2db0f7b5024db297b /bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
parentffe5186c17b22da6dd8ec55ad2dd5f424adf803a (diff)
downloadeclipse.platform.swt-09f1692137fcd35dbae7ea8049913ec763ba69df.tar.gz
eclipse.platform.swt-09f1692137fcd35dbae7ea8049913ec763ba69df.tar.xz
eclipse.platform.swt-09f1692137fcd35dbae7ea8049913ec763ba69df.zip
Replace GtkFontSelection with GtkFontChooser for GTK+ 3.2 and higher
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.h3
1 files changed, 3 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 5f796ceff3..cf4b050c5f 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
@@ -734,6 +734,9 @@ typedef enum {
_1gtk_1fixed_1move_FUNC,
_1gtk_1fixed_1new_FUNC,
_1gtk_1fixed_1set_1has_1window_FUNC,
+ _1gtk_1font_1chooser_1dialog_1new_FUNC,
+ _1gtk_1font_1chooser_1get_1font_FUNC,
+ _1gtk_1font_1chooser_1set_1font_FUNC,
_1gtk_1font_1selection_1dialog_1get_1font_1name_FUNC,
_1gtk_1font_1selection_1dialog_1new_FUNC,
_1gtk_1font_1selection_1dialog_1set_1font_1name_FUNC,

Back to the top