Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Heidrich2005-02-25 21:15:35 +0000
committerFelipe Heidrich2005-02-25 21:15:35 +0000
commit4bc1146981c53d87ab883c362d7b37a3a1be5120 (patch)
tree5605305444282607ddccfe0f048e0a18376f98cb /bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt
parent4ce17b82842740ed665c4f5e68656b046857acde (diff)
downloadeclipse.platform.swt-4bc1146981c53d87ab883c362d7b37a3a1be5120.tar.gz
eclipse.platform.swt-4bc1146981c53d87ab883c362d7b37a3a1be5120.tar.xz
eclipse.platform.swt-4bc1146981c53d87ab883c362d7b37a3a1be5120.zip
*** empty log message ***
Diffstat (limited to 'bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt')
-rw-r--r--bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gtk.OS.properties8
1 files changed, 8 insertions, 0 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 38bbcc51a8..c40d904e8a 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
@@ -583,6 +583,9 @@ OS__GTK_IS_CELL_RENDERER_PIXBUF_0=
OS__GTK_IS_CELL_RENDERER_TEXT=
OS__GTK_IS_CELL_RENDERER_TEXT_0=
+OS__GTK_IS_CONTAINER=
+OS__GTK_IS_CONTAINER_0=
+
OS__GTK_IS_IMAGE_MENU_ITEM=
OS__GTK_IS_IMAGE_MENU_ITEM_0=
@@ -1969,6 +1972,11 @@ OS__gtk_container_add=
OS__gtk_container_add_0=cast=(GtkContainer *)
OS__gtk_container_add_1=cast=(GtkWidget *)
+OS__gtk_container_forall=
+OS__gtk_container_forall_0=cast=(GtkContainer *)
+OS__gtk_container_forall_1=cast=GtkCallback
+OS__gtk_container_forall_2=cast=gpointer
+
OS__gtk_container_get_border_width=
OS__gtk_container_get_border_width_0=cast=(GtkContainer *)

Back to the top