Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2004-11-19 21:24:52 +0000
committerSilenio Quarti2004-11-19 21:24:52 +0000
commit8226320c2212f07bb2da2ffd0edd37cc6d5d025c (patch)
treeac90cb59de6cc61dc33aef4ff0e9b0d3059c4d07 /bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse
parentc4f3dc85f0ccec5c74cb285cf4a25fdd845a37f7 (diff)
downloadeclipse.platform.swt-8226320c2212f07bb2da2ffd0edd37cc6d5d025c.tar.gz
eclipse.platform.swt-8226320c2212f07bb2da2ffd0edd37cc6d5d025c.tar.xz
eclipse.platform.swt-8226320c2212f07bb2da2ffd0edd37cc6d5d025c.zip
78873
Diffstat (limited to 'bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse')
-rw-r--r--bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gtk.OS.properties39
1 files changed, 35 insertions, 4 deletions
diff --git a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gtk.OS.properties b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gtk.OS.properties
index e1c59eae0f..5933299349 100644
--- a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gtk.OS.properties
+++ b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gtk.OS.properties
@@ -573,6 +573,9 @@ OS__GTK_WIDGET_SET_FLAGS=
OS__GTK_WIDGET_SET_FLAGS_0=
OS__GTK_WIDGET_SET_FLAGS_1=
+OS__GTK_WIDGET_STATE=
+OS__GTK_WIDGET_STATE_0=
+
OS__GTK_WIDGET_UNSET_FLAGS=
OS__GTK_WIDGET_UNSET_FLAGS_0=
OS__GTK_WIDGET_UNSET_FLAGS_1=
@@ -2306,22 +2309,43 @@ OS__gtk_label_set_line_wrap=
OS__gtk_label_set_line_wrap_0=cast=(GtkLabel *)
OS__gtk_label_set_line_wrap_1=cast=(gboolean)
-OS__gtk_label_set_text=
-OS__gtk_label_set_text_0=cast=(GtkLabel *)
-OS__gtk_label_set_text_1=cast=(const gchar *)
+OS__1gtk_1label_1set_1text__II=
+OS__1gtk_1label_1set_1text__II_0=cast=(GtkLabel *)
+OS__1gtk_1label_1set_1text__II_1=cast=(const gchar *)
+
+OS__1gtk_1label_1set_1text__I_3B=
+OS__1gtk_1label_1set_1text__I_3B_0=cast=(GtkLabel *)
+OS__1gtk_1label_1set_1text__I_3B_1=cast=(const gchar *)
OS__gtk_label_set_text_with_mnemonic=
OS__gtk_label_set_text_with_mnemonic_0=cast=(GtkLabel *)
OS__gtk_label_set_text_with_mnemonic_1=cast=(const gchar *)
+OS__gtk_list_append_items=
+OS__gtk_list_append_items_0=cast=(GtkList *)
+OS__gtk_list_append_items_1=cast=(GList *)
+
OS__gtk_list_clear_items=
-OS__gtk_list_clear_items_0=cast=GtkList *
+OS__gtk_list_clear_items_0=cast=(GtkList *)
OS__gtk_list_clear_items_1=
OS__gtk_list_clear_items_2=
+OS__gtk_list_insert_items=
+OS__gtk_list_insert_items_0=cast=(GtkList *)
+OS__gtk_list_insert_items_1=cast=(GList *)
+OS__gtk_list_insert_items_2=
+
OS__gtk_list_item_new_with_label=
OS__gtk_list_item_new_with_label_0=
+OS__gtk_list_remove_items=
+OS__gtk_list_remove_items_0=cast=(GtkList *)
+OS__gtk_list_remove_items_1=cast=(GList *)
+
+OS__gtk_list_select_item=
+OS__gtk_list_select_item_0=cast=(GtkList *)
+OS__gtk_list_select_item_1=
+
OS__gtk_list_store_append=
OS__gtk_list_store_append_0=cast=(GtkListStore *)
OS__gtk_list_store_append_1=cast=(GtkTreeIter *)
@@ -2377,6 +2401,13 @@ OS__1gtk_1list_1store_1set__III_3BI_2=
OS__1gtk_1list_1store_1set__III_3BI_3=
OS__1gtk_1list_1store_1set__III_3BI_4=
+OS__gtk_list_unselect_all=
+OS__gtk_list_unselect_all_0=cast=(GtkList *)
+
+OS__gtk_list_unselect_item=
+OS__gtk_list_unselect_item_0=cast=(GtkList *)
+OS__gtk_list_unselect_item_1=
+
OS__gtk_main=
OS__gtk_main_do_event=

Back to the top