Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Northover2004-08-10 22:08:59 +0000
committerSteve Northover2004-08-10 22:08:59 +0000
commit73689a8a220b036d97224b0ca3c5b0b6a7948c55 (patch)
treec4b7751fd9d9d143eaea322fe3f8a9a1d012cf54 /bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt
parent6dc9967069dd28c50603bd1249587ea05c6cccac (diff)
downloadeclipse.platform.swt-73689a8a220b036d97224b0ca3c5b0b6a7948c55.tar.gz
eclipse.platform.swt-73689a8a220b036d97224b0ca3c5b0b6a7948c55.tar.xz
eclipse.platform.swt-73689a8a220b036d97224b0ca3c5b0b6a7948c55.zip
5016
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.carbon.OS.properties10
-rw-r--r--bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gtk.OS.properties21
2 files changed, 31 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.carbon.OS.properties b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.carbon.OS.properties
index 69da2ce49b..2b2c8c9fff 100644
--- a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.carbon.OS.properties
+++ b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.carbon.OS.properties
@@ -2106,6 +2106,11 @@ OS_GetWindowRegion_0=cast=(WindowRef)
OS_GetWindowRegion_1=cast=(WindowRegionCode)
OS_GetWindowRegion_2=cast=(RgnHandle)
+OS_GetWindowResizeLimits=
+OS_GetWindowResizeLimits_0=cast=WindowRef
+OS_GetWindowResizeLimits_1=cast=HISize *
+OS_GetWindowResizeLimits_2=cast=HISize *
+
OS_GetWindowStructureWidths=
OS_GetWindowStructureWidths_0=cast=(WindowRef)
OS_GetWindowStructureWidths_1=cast=(Rect *)
@@ -3341,6 +3346,11 @@ OS_SetWindowModality_0=cast=(WindowRef)
OS_SetWindowModality_1=cast=(WindowModality)
OS_SetWindowModality_2=cast=(WindowRef)
+OS_SetWindowResizeLimits=
+OS_SetWindowResizeLimits_0=cast=WindowRef
+OS_SetWindowResizeLimits_1=cast=(HISize *)
+OS_SetWindowResizeLimits_2=cast=(HISize *)
+
OS_SetWindowTitleWithCFString=
OS_SetWindowTitleWithCFString_0=cast=(WindowRef)
OS_SetWindowTitleWithCFString_1=cast=(CFStringRef)
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 c948dba2a7..a4cfceb08e 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
@@ -163,6 +163,19 @@ GdkGCValues_line_style=cast=(GdkLineStyle)
GdkGCValues_cap_style=cast=(GdkCapStyle)
GdkGCValues_join_style=cast=(GdkJoinStyle)
+org_eclipse_swt_internal_gtk_GdkGeometry=
+GdkGeometry_min_width=
+GdkGeometry_min_height=
+GdkGeometry_max_width=
+GdkGeometry_max_height=
+GdkGeometry_base_width=
+GdkGeometry_base_height=
+GdkGeometry_width_inc=
+GdkGeometry_height_inc=
+GdkGeometry_min_aspect=
+GdkGeometry_max_aspect=
+GdkGeometry_win_gravity=
+
org_eclipse_swt_internal_gtk_GdkImage=
GdkImage_type=cast=(GdkImageType)
GdkImage_visual=cast=(GdkVisual *)
@@ -488,6 +501,8 @@ OS_GdkEvent_sizeof=
OS_GdkGCValues_sizeof=
+OS_GdkGeometry_sizeof=
+
OS_GdkImage_sizeof=
OS_GdkRectangle_sizeof=
@@ -3299,6 +3314,12 @@ OS_gtk_window_set_destroy_with_parent=
OS_gtk_window_set_destroy_with_parent_0=cast=(GtkWindow *)
OS_gtk_window_set_destroy_with_parent_1=cast=(gboolean)
+OS_gtk_window_set_geometry_hints=
+OS_gtk_window_set_geometry_hints_0=cast=GtkWindow *
+OS_gtk_window_set_geometry_hints_1=cast=(GtkWidget *)
+OS_gtk_window_set_geometry_hints_2=
+OS_gtk_window_set_geometry_hints_3=
+
OS_gtk_window_set_modal=
OS_gtk_window_set_modal_0=cast=(GtkWindow *)
OS_gtk_window_set_modal_1=cast=(gboolean)

Back to the top