Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2004-09-14 20:36:04 +0000
committerSilenio Quarti2004-09-14 20:36:04 +0000
commit88d75ad2bbe8971f6d86a38530d074943cf76c9b (patch)
tree12d8a2aabc881695c4c1eb91d4a8b48f71325055 /bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gtk.OS.properties
parentc4a9a7312682b25a6ce13e8bdc5d2382c2ab3ee9 (diff)
downloadeclipse.platform.swt-88d75ad2bbe8971f6d86a38530d074943cf76c9b.tar.gz
eclipse.platform.swt-88d75ad2bbe8971f6d86a38530d074943cf76c9b.tar.xz
eclipse.platform.swt-88d75ad2bbe8971f6d86a38530d074943cf76c9b.zip
73717
Diffstat (limited to 'bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gtk.OS.properties')
-rw-r--r--bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gtk.OS.properties22
1 files changed, 22 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 42f60312dc..fc9a2cad01 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
@@ -242,6 +242,12 @@ GtkAllocation_y=
GtkAllocation_width=
GtkAllocation_height=
+org_eclipse_swt_internal_gtk_GtkBorder=
+GtkBorder_left=
+GtkBorder_right=
+GtkBorder_top=
+GtkBorder_bottom=
+
org_eclipse_swt_internal_gtk_GtkColorSelectionDialog=
GtkColorSelectionDialog_colorsel=cast=(GtkWidget *)
GtkColorSelectionDialog_ok_button=cast=(GtkWidget *)
@@ -371,6 +377,9 @@ LONG_value=
org_eclipse_swt_internal_gtk_OS=
OS_GDK_DISPLAY=
+OS_GDK_PIXMAP_XID=
+OS_GDK_PIXMAP_XID_0=cast=GdkPixmap *
+
OS_GDK_ROOT_PARENT=
OS_GDK_TYPE_COLOR=flags=const
@@ -515,6 +524,8 @@ OS_GtkAdjustment_sizeof=
OS_GtkAllocation_sizeof=
+OS_GtkBorder_sizeof=
+
OS_GtkColorSelectionDialog_sizeof=
OS_GtkCombo_sizeof=
@@ -1539,6 +1550,12 @@ OS_gdk_window_get_frame_extents=
OS_gdk_window_get_frame_extents_0=cast=(GdkWindow *)
OS_gdk_window_get_frame_extents_1=cast=(GdkRectangle *)
+OS_gdk_window_get_internal_paint_info=
+OS_gdk_window_get_internal_paint_info_0=cast=GdkWindow *
+OS_gdk_window_get_internal_paint_info_1=cast=GdkDrawable **
+OS_gdk_window_get_internal_paint_info_2=cast=gint *
+OS_gdk_window_get_internal_paint_info_3=cast=gint *
+
OS_gdk_window_get_origin=
OS_gdk_window_get_origin_0=cast=(GdkWindow *)
OS_gdk_window_get_origin_1=cast=(gint *)
@@ -3539,6 +3556,11 @@ OS_memmove__Lorg_eclipse_swt_internal_gtk_GtkAdjustment_2I=
OS_memmove__Lorg_eclipse_swt_internal_gtk_GtkAdjustment_2I_0=cast=(void *),flags=no_in
OS_memmove__Lorg_eclipse_swt_internal_gtk_GtkAdjustment_2I_1=cast=(const void *)
+OS_memmove__Lorg_eclipse_swt_internal_gtk_GtkBorder_2II=
+OS_memmove__Lorg_eclipse_swt_internal_gtk_GtkBorder_2II_0=cast=(void *),flags=no_in
+OS_memmove__Lorg_eclipse_swt_internal_gtk_GtkBorder_2II_1=cast=(const void *)
+OS_memmove__Lorg_eclipse_swt_internal_gtk_GtkBorder_2II_2=cast=(size_t)
+
OS_memmove__Lorg_eclipse_swt_internal_gtk_GtkColorSelectionDialog_2I=
OS_memmove__Lorg_eclipse_swt_internal_gtk_GtkColorSelectionDialog_2I_0=cast=(void *),flags=no_in
OS_memmove__Lorg_eclipse_swt_internal_gtk_GtkColorSelectionDialog_2I_1=cast=(const void *)

Back to the top