Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Gayed2004-11-30 21:18:15 +0000
committerGrant Gayed2004-11-30 21:18:15 +0000
commit9d417ef110054ab39d53968bb1406b993f0b9268 (patch)
tree54df673924c1f7eb38a00dc111b77a500a64784b /bundles/org.eclipse.swt.tools
parentde8c7ff3c58cfd02f645eb702f0f2009a29fab29 (diff)
downloadeclipse.platform.swt-9d417ef110054ab39d53968bb1406b993f0b9268.tar.gz
eclipse.platform.swt-9d417ef110054ab39d53968bb1406b993f0b9268.tar.xz
eclipse.platform.swt-9d417ef110054ab39d53968bb1406b993f0b9268.zip
79681
Diffstat (limited to 'bundles/org.eclipse.swt.tools')
-rw-r--r--bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.cde.CDE.properties37
1 files changed, 37 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.cde.CDE.properties b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.cde.CDE.properties
index ad9871fe63..cb0818b46f 100644
--- a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.cde.CDE.properties
+++ b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.cde.CDE.properties
@@ -52,6 +52,43 @@ CDE__DtDtsFreeDataType_0=cast=char *
CDE__DtDtsFreeDataTypeNames=
CDE__DtDtsFreeDataTypeNames_0=cast=char **
+CDE__XtAppCreateShell=
+CDE__XtAppCreateShell_0=cast=(String)
+CDE__XtAppCreateShell_1=cast=(String)
+CDE__XtAppCreateShell_2=cast=(WidgetClass)
+CDE__XtAppCreateShell_3=cast=(Display *)
+CDE__XtAppCreateShell_4=cast=(ArgList)
+CDE__XtAppCreateShell_5=
+
+CDE__XtCreateApplicationContext=
+
+CDE__XtDisplayInitialize=
+CDE__XtDisplayInitialize_0=cast=(XtAppContext)
+CDE__XtDisplayInitialize_1=cast=(Display *)
+CDE__XtDisplayInitialize_2=cast=(String)
+CDE__XtDisplayInitialize_3=cast=(String)
+CDE__XtDisplayInitialize_4=cast=(XrmOptionDescRec *)
+CDE__XtDisplayInitialize_5=cast=(Cardinal)
+CDE__XtDisplayInitialize_6=cast=(int *)
+CDE__XtDisplayInitialize_7=cast=(String *)
+
+CDE__XtRealizeWidget=
+CDE__XtRealizeWidget_0=cast=(Widget)
+
+CDE__XtResizeWidget=
+CDE__XtResizeWidget_0=cast=(Widget)
+CDE__XtResizeWidget_1=
+CDE__XtResizeWidget_2=
+CDE__XtResizeWidget_3=
+
+CDE__XtSetMappedWhenManaged=
+CDE__XtSetMappedWhenManaged_0=cast=(Widget)
+CDE__XtSetMappedWhenManaged_1=
+
+CDE__XtToolkitInitialize=
+
+CDE__topLevelShellWidgetClass=flags=const
+
org_eclipse_swt_internal_cde_DtActionArg=
DtActionArg_argClass=

Back to the top