Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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/JNIGeneratorAppUI.java7
-rw-r--r--bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.C.properties121
-rw-r--r--bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.accessibility.gtk.ATK.properties271
-rw-r--r--bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.cairo.Cairo.properties661
-rw-r--r--bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.carbon.OS.properties5202
-rw-r--r--bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.cde.CDE.properties98
-rw-r--r--bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.cocoa.Cocoa.properties183
-rw-r--r--bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gdip.Gdip.properties878
-rw-r--r--bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gnome.GNOME.properties99
-rw-r--r--bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gtk.GTK.properties49
-rw-r--r--bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gtk.OS.properties5752
-rw-r--r--bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.motif.OS.properties2761
-rw-r--r--bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.mozilla.XPCOM.properties1478
-rw-r--r--bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.mozilla.init.XPCOMInit.properties33
-rw-r--r--bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.ole.win32.COM.properties1061
-rw-r--r--bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.opengl.carbon.AGL.properties64
-rw-r--r--bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.opengl.glx.GLX.properties121
-rw-r--r--bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.opengl.win32.WGL.properties147
-rw-r--r--bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.photon.OS.properties1501
-rw-r--r--bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.win32.OS.properties5733
-rw-r--r--bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.win32.Win32.properties178
-rw-r--r--bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.wpf.OS.properties4710
-rw-r--r--bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.opengl.GL.properties1776
-rw-r--r--bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.opengl.GLU.properties1779
24 files changed, 7 insertions, 34656 deletions
diff --git a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/JNIGeneratorAppUI.java b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/JNIGeneratorAppUI.java
index 5ee66407ae..52b4ca79ae 100644
--- a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/JNIGeneratorAppUI.java
+++ b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/JNIGeneratorAppUI.java
@@ -962,6 +962,13 @@ void createActionButtons(Composite parent) {
public void run() {
shell.open();
+ MessageBox box = new MessageBox(shell, SWT.YES | SWT.NO);
+ box.setText("Warning");
+ box.setMessage("This tool is obsolete as of Eclipse 3.5 M2.\nThe meta data has been embedded in java source files.\nThere is a new plugin tool that replaces this tool.\nSee http://www.eclipse.org/swt/jnigen.php.\n\n Continue?");
+ int result = box.open();
+ if (result == SWT.NO) {
+ shell.dispose();
+ }
while (!shell.isDisposed()) {
if (!display.readAndDispatch()) display.sleep ();
}
diff --git a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.C.properties b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.C.properties
deleted file mode 100644
index 1c3e23ab6c..0000000000
--- a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.C.properties
+++ /dev/null
@@ -1,121 +0,0 @@
-###############################################################################
-# Copyright (c) 2000, 2008 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-org_eclipse_swt_internal_C=
-C_PTR_sizeof=
-
-C_free=
-C_free_0=cast=(void *)
-
-C_getenv=
-C_getenv_0=cast=(const char *)
-
-C_malloc=
-C_malloc_0=
-
-C_memmove__III=
-C_memmove__III_0=cast=(void *)
-C_memmove__III_1=cast=(const void *)
-C_memmove__III_2=cast=(size_t)
-
-C_memmove__I_3BI=
-C_memmove__I_3BI_0=cast=(void *)
-C_memmove__I_3BI_1=cast=(const void *),flags=no_out critical
-C_memmove__I_3BI_2=cast=(size_t)
-
-C_memmove__I_3CI=
-C_memmove__I_3CI_0=cast=(void *)
-C_memmove__I_3CI_1=cast=(const void *),flags=no_out critical
-C_memmove__I_3CI_2=cast=(size_t)
-
-C_memmove__I_3DI=
-C_memmove__I_3DI_0=cast=(void *)
-C_memmove__I_3DI_1=cast=(const void *),flags=no_out critical
-C_memmove__I_3DI_2=cast=(size_t)
-
-C_memmove__I_3FI=
-C_memmove__I_3FI_0=cast=(void *)
-C_memmove__I_3FI_1=cast=(const void *),flags=no_out critical
-C_memmove__I_3FI_2=cast=(size_t)
-
-C_memmove__I_3II=
-C_memmove__I_3II_0=cast=(void *)
-C_memmove__I_3II_1=cast=(const void *),flags=no_out critical
-C_memmove__I_3II_2=cast=(size_t)
-
-C_memmove__I_3JI=
-C_memmove__I_3JI_0=cast=(void *)
-C_memmove__I_3JI_1=cast=(const void *),flags=no_out critical
-C_memmove__I_3JI_2=cast=(size_t)
-
-C_memmove__I_3SI=
-C_memmove__I_3SI_0=cast=(void *)
-C_memmove__I_3SI_1=cast=(const void *),flags=no_out critical
-C_memmove__I_3SI_2=cast=(size_t)
-
-C_memmove___3BII=
-C_memmove___3BII_0=cast=(void *),flags=no_in critical
-C_memmove___3BII_1=cast=(const void *)
-C_memmove___3BII_2=cast=(size_t)
-
-C_memmove___3B_3CI=
-C_memmove___3B_3CI_0=cast=(void *),flags=no_in critical
-C_memmove___3B_3CI_1=cast=(const void *),flags=no_out critical
-C_memmove___3B_3CI_2=cast=(size_t)
-
-C_memmove___3CII=
-C_memmove___3CII_0=cast=(void *),flags=no_in critical
-C_memmove___3CII_1=cast=(const void *)
-C_memmove___3CII_2=cast=(size_t)
-
-C_memmove___3DII=
-C_memmove___3DII_0=cast=(void *),flags=no_in critical
-C_memmove___3DII_1=cast=(const void *)
-C_memmove___3DII_2=cast=(size_t)
-
-C_memmove___3FII=
-C_memmove___3FII_0=cast=(void *),flags=no_in critical
-C_memmove___3FII_1=cast=(const void *)
-C_memmove___3FII_2=cast=(size_t)
-
-C_memmove___3III=
-C_memmove___3III_0=cast=(void *),flags=no_in critical
-C_memmove___3III_1=cast=(const void *)
-C_memmove___3III_2=cast=(size_t)
-
-C_memmove___3I_3BI=
-C_memmove___3I_3BI_0=cast=(void *),flags=no_in critical
-C_memmove___3I_3BI_1=cast=(const void *)
-C_memmove___3I_3BI_2=cast=(size_t)
-
-C_memmove___3JII=
-C_memmove___3JII_0=cast=(void *),flags=no_in critical
-C_memmove___3JII_1=cast=(const void *)
-C_memmove___3JII_2=cast=(size_t)
-
-C_memmove___3SII=
-C_memmove___3SII_0=cast=(void *),flags=no_in critical
-C_memmove___3SII_1=cast=(const void *)
-C_memmove___3SII_2=cast=(size_t)
-
-C_memset=
-C_memset_0=cast=(void *),flags=critical
-C_memset_1=
-C_memset_2=cast=(size_t)
-
-C_strlen=
-C_strlen_0=cast=(char *)
-
-
-org_eclipse_swt_internal_LONG=flags=no_gen
-LONG_value=
-
-org_eclipse_swt_internal_Lock=flags=no_gen
-
diff --git a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.accessibility.gtk.ATK.properties b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.accessibility.gtk.ATK.properties
deleted file mode 100644
index e45c108176..0000000000
--- a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.accessibility.gtk.ATK.properties
+++ /dev/null
@@ -1,271 +0,0 @@
-###############################################################################
-# Copyright (c) 2000, 2008 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-org_eclipse_swt_internal_accessibility_gtk_ATK=
-ATK_AtkObjectFactoryClass_sizeof=
-
-ATK_AtkObjectFactory_sizeof=
-
-ATK__ATK_ACTION_GET_IFACE=
-ATK__ATK_ACTION_GET_IFACE_0=
-
-ATK__ATK_COMPONENT_GET_IFACE=
-ATK__ATK_COMPONENT_GET_IFACE_0=
-
-ATK__ATK_OBJECT_FACTORY_CLASS=
-ATK__ATK_OBJECT_FACTORY_CLASS_0=
-
-ATK__ATK_SELECTION_GET_IFACE=
-ATK__ATK_SELECTION_GET_IFACE_0=
-
-ATK__ATK_TEXT_GET_IFACE=
-ATK__ATK_TEXT_GET_IFACE_0=
-
-ATK__GTK_ACCESSIBLE=
-ATK__GTK_ACCESSIBLE_0=
-
-ATK__atk_focus_tracker_notify=
-ATK__atk_focus_tracker_notify_0=cast=(AtkObject *)
-
-ATK__atk_get_default_registry=
-
-ATK__atk_object_factory_create_accessible=
-ATK__atk_object_factory_create_accessible_0=cast=(AtkObjectFactory *)
-ATK__atk_object_factory_create_accessible_1=cast=(GObject *)
-
-ATK__atk_object_factory_get_accessible_type=
-ATK__atk_object_factory_get_accessible_type_0=cast=(AtkObjectFactory *)
-
-ATK__atk_object_initialize=
-ATK__atk_object_initialize_0=cast=(AtkObject *)
-ATK__atk_object_initialize_1=cast=(gpointer)
-
-ATK__atk_object_ref_relation_set=
-ATK__atk_object_ref_relation_set_0=cast=(AtkObject *)
-
-ATK__atk_registry_get_factory=
-ATK__atk_registry_get_factory_0=cast=(AtkRegistry *)
-ATK__atk_registry_get_factory_1=cast=(GType)
-
-ATK__atk_registry_set_factory_type=
-ATK__atk_registry_set_factory_type_0=cast=(AtkRegistry *)
-ATK__atk_registry_set_factory_type_1=cast=(GType)
-ATK__atk_registry_set_factory_type_2=cast=(GType)
-
-ATK__atk_relation_set_get_n_relations=
-ATK__atk_relation_set_get_n_relations_0=cast=(AtkRelationSet *)
-
-ATK__atk_relation_set_get_relation=
-ATK__atk_relation_set_get_relation_0=cast=(AtkRelationSet *)
-ATK__atk_relation_set_get_relation_1=
-
-ATK__atk_relation_set_remove=
-ATK__atk_relation_set_remove_0=cast=(AtkRelationSet *)
-ATK__atk_relation_set_remove_1=cast=(AtkRelation *)
-
-ATK__atk_state_set_add_state=
-ATK__atk_state_set_add_state_0=cast=(AtkStateSet *)
-ATK__atk_state_set_add_state_1=cast=(AtkStateType)
-
-ATK__atk_state_set_new=
-
-ATK__1call__II=
-ATK__1call__II_0=
-ATK__1call__II_1=
-
-ATK__1call__III=
-ATK__1call__III_0=
-ATK__1call__III_1=
-ATK__1call__III_2=
-
-ATK__1call__IIII=
-ATK__1call__IIII_0=
-ATK__1call__IIII_1=
-ATK__1call__IIII_2=
-ATK__1call__IIII_3=
-
-ATK__1call__IIIII=
-ATK__1call__IIIII_0=
-ATK__1call__IIIII_1=
-ATK__1call__IIIII_2=
-ATK__1call__IIIII_3=
-ATK__1call__IIIII_4=
-
-ATK__1call__IIIIII=
-ATK__1call__IIIIII_0=
-ATK__1call__IIIIII_1=
-ATK__1call__IIIIII_2=
-ATK__1call__IIIIII_3=
-ATK__1call__IIIIII_4=
-ATK__1call__IIIIII_5=
-
-ATK__1call__IIIIIII=
-ATK__1call__IIIIIII_0=
-ATK__1call__IIIIIII_1=
-ATK__1call__IIIIIII_2=
-ATK__1call__IIIIIII_3=
-ATK__1call__IIIIIII_4=
-ATK__1call__IIIIIII_5=
-ATK__1call__IIIIIII_6=
-
-ATK_memmove__ILorg_eclipse_swt_internal_accessibility_gtk_AtkActionIface_2=
-ATK_memmove__ILorg_eclipse_swt_internal_accessibility_gtk_AtkActionIface_2_0=
-ATK_memmove__ILorg_eclipse_swt_internal_accessibility_gtk_AtkActionIface_2_1=
-
-ATK_memmove__ILorg_eclipse_swt_internal_accessibility_gtk_AtkComponentIface_2=
-ATK_memmove__ILorg_eclipse_swt_internal_accessibility_gtk_AtkComponentIface_2_0=
-ATK_memmove__ILorg_eclipse_swt_internal_accessibility_gtk_AtkComponentIface_2_1=
-
-ATK_memmove__ILorg_eclipse_swt_internal_accessibility_gtk_AtkHypertextIface_2=
-ATK_memmove__ILorg_eclipse_swt_internal_accessibility_gtk_AtkHypertextIface_2_0=
-ATK_memmove__ILorg_eclipse_swt_internal_accessibility_gtk_AtkHypertextIface_2_1=
-
-ATK_memmove__ILorg_eclipse_swt_internal_accessibility_gtk_AtkObjectClass_2=
-ATK_memmove__ILorg_eclipse_swt_internal_accessibility_gtk_AtkObjectClass_2_0=
-ATK_memmove__ILorg_eclipse_swt_internal_accessibility_gtk_AtkObjectClass_2_1=
-
-ATK_memmove__ILorg_eclipse_swt_internal_accessibility_gtk_AtkObjectFactoryClass_2=
-ATK_memmove__ILorg_eclipse_swt_internal_accessibility_gtk_AtkObjectFactoryClass_2_0=
-ATK_memmove__ILorg_eclipse_swt_internal_accessibility_gtk_AtkObjectFactoryClass_2_1=
-
-ATK_memmove__ILorg_eclipse_swt_internal_accessibility_gtk_AtkSelectionIface_2=
-ATK_memmove__ILorg_eclipse_swt_internal_accessibility_gtk_AtkSelectionIface_2_0=
-ATK_memmove__ILorg_eclipse_swt_internal_accessibility_gtk_AtkSelectionIface_2_1=
-
-ATK_memmove__ILorg_eclipse_swt_internal_accessibility_gtk_AtkTextIface_2=
-ATK_memmove__ILorg_eclipse_swt_internal_accessibility_gtk_AtkTextIface_2_0=
-ATK_memmove__ILorg_eclipse_swt_internal_accessibility_gtk_AtkTextIface_2_1=
-
-ATK_memmove__Lorg_eclipse_swt_internal_accessibility_gtk_AtkActionIface_2I=
-ATK_memmove__Lorg_eclipse_swt_internal_accessibility_gtk_AtkActionIface_2I_0=
-ATK_memmove__Lorg_eclipse_swt_internal_accessibility_gtk_AtkActionIface_2I_1=
-
-ATK_memmove__Lorg_eclipse_swt_internal_accessibility_gtk_AtkComponentIface_2I=
-ATK_memmove__Lorg_eclipse_swt_internal_accessibility_gtk_AtkComponentIface_2I_0=
-ATK_memmove__Lorg_eclipse_swt_internal_accessibility_gtk_AtkComponentIface_2I_1=
-
-ATK_memmove__Lorg_eclipse_swt_internal_accessibility_gtk_AtkHypertextIface_2I=
-ATK_memmove__Lorg_eclipse_swt_internal_accessibility_gtk_AtkHypertextIface_2I_0=
-ATK_memmove__Lorg_eclipse_swt_internal_accessibility_gtk_AtkHypertextIface_2I_1=
-
-ATK_memmove__Lorg_eclipse_swt_internal_accessibility_gtk_AtkObjectClass_2I=
-ATK_memmove__Lorg_eclipse_swt_internal_accessibility_gtk_AtkObjectClass_2I_0=
-ATK_memmove__Lorg_eclipse_swt_internal_accessibility_gtk_AtkObjectClass_2I_1=
-
-ATK_memmove__Lorg_eclipse_swt_internal_accessibility_gtk_AtkObjectFactoryClass_2I=
-ATK_memmove__Lorg_eclipse_swt_internal_accessibility_gtk_AtkObjectFactoryClass_2I_0=
-ATK_memmove__Lorg_eclipse_swt_internal_accessibility_gtk_AtkObjectFactoryClass_2I_1=
-
-ATK_memmove__Lorg_eclipse_swt_internal_accessibility_gtk_AtkSelectionIface_2I=
-ATK_memmove__Lorg_eclipse_swt_internal_accessibility_gtk_AtkSelectionIface_2I_0=
-ATK_memmove__Lorg_eclipse_swt_internal_accessibility_gtk_AtkSelectionIface_2I_1=
-
-ATK_memmove__Lorg_eclipse_swt_internal_accessibility_gtk_AtkTextIface_2I=
-ATK_memmove__Lorg_eclipse_swt_internal_accessibility_gtk_AtkTextIface_2I_0=
-ATK_memmove__Lorg_eclipse_swt_internal_accessibility_gtk_AtkTextIface_2I_1=
-
-ATK_memmove__Lorg_eclipse_swt_internal_accessibility_gtk_GtkAccessible_2I=
-ATK_memmove__Lorg_eclipse_swt_internal_accessibility_gtk_GtkAccessible_2I_0=
-ATK_memmove__Lorg_eclipse_swt_internal_accessibility_gtk_GtkAccessible_2I_1=
-
-
-org_eclipse_swt_internal_accessibility_gtk_AtkActionIface=
-AtkActionIface_do_action=cast=(gboolean (*)())
-AtkActionIface_get_n_actions=cast=(gint (*)())
-AtkActionIface_get_description=cast=(G_CONST_RETURN gchar *(*)())
-AtkActionIface_get_name=cast=(G_CONST_RETURN gchar *(*)())
-AtkActionIface_get_keybinding=cast=(G_CONST_RETURN gchar *(*)())
-AtkActionIface_set_description=cast=(gboolean (*)())
-
-org_eclipse_swt_internal_accessibility_gtk_AtkComponentIface=
-AtkComponentIface_add_focus_handler=cast=(guint (*)())
-AtkComponentIface_contains=cast=(gboolean (*)())
-AtkComponentIface_ref_accessible_at_point=cast=(AtkObject *(*)())
-AtkComponentIface_get_extents=cast=(void (*)())
-AtkComponentIface_get_position=cast=(void (*)())
-AtkComponentIface_get_size=cast=(void (*)())
-AtkComponentIface_grab_focus=cast=(gboolean (*)())
-AtkComponentIface_remove_focus_handler=cast=(void (*)())
-AtkComponentIface_set_extents=cast=(gboolean (*)())
-AtkComponentIface_set_position=cast=(gboolean (*)())
-AtkComponentIface_set_size=cast=(gboolean (*)())
-AtkComponentIface_get_layer=cast=(AtkLayer (*)())
-AtkComponentIface_get_mdi_zorder=cast=(gint (*)())
-
-org_eclipse_swt_internal_accessibility_gtk_AtkHypertextIface=
-AtkHypertextIface_get_link=cast=(AtkHyperlink *(*)())
-AtkHypertextIface_get_n_links=cast=(gint (*)())
-AtkHypertextIface_get_link_index=cast=(gint (*)())
-
-org_eclipse_swt_internal_accessibility_gtk_AtkObjectClass=
-AtkObjectClass_get_name=cast=(G_CONST_RETURN gchar *(*)())
-AtkObjectClass_get_description=cast=(G_CONST_RETURN gchar *(*)())
-AtkObjectClass_get_parent=cast=(AtkObject *(*)())
-AtkObjectClass_get_n_children=cast=(gint (*)())
-AtkObjectClass_ref_child=cast=(AtkObject *(*)())
-AtkObjectClass_get_index_in_parent=cast=(gint (*)())
-AtkObjectClass_ref_relation_set=cast=(AtkRelationSet *(*)())
-AtkObjectClass_get_role=cast=(AtkRole (*)())
-AtkObjectClass_get_layer=cast=(AtkLayer (*)())
-AtkObjectClass_get_mdi_zorder=cast=(gint (*)())
-AtkObjectClass_ref_state_set=cast=(AtkStateSet *(*)())
-AtkObjectClass_set_name=cast=(void (*)())
-AtkObjectClass_set_description=cast=(void (*)())
-AtkObjectClass_set_parent=cast=(void (*)())
-AtkObjectClass_set_role=cast=(void (*)())
-AtkObjectClass_connect_property_change_handler=cast=(guint (*)())
-AtkObjectClass_remove_property_change_handler=cast=(void (*)())
-AtkObjectClass_initialize=cast=(void (*)())
-AtkObjectClass_children_changed=cast=(void (*)())
-AtkObjectClass_focus_event=cast=(void (*)())
-AtkObjectClass_property_change=cast=(void (*)())
-AtkObjectClass_state_change=cast=(void (*)())
-AtkObjectClass_visible_data_changed=cast=(void (*)())
-
-org_eclipse_swt_internal_accessibility_gtk_AtkObjectFactoryClass=
-AtkObjectFactoryClass_create_accessible=cast=(AtkObject *(*)())
-AtkObjectFactoryClass_invalidate=cast=(void (*)())
-AtkObjectFactoryClass_get_accessible_type=cast=(GType (*)())
-
-org_eclipse_swt_internal_accessibility_gtk_AtkSelectionIface=
-AtkSelectionIface_add_selection=cast=(gboolean (*)())
-AtkSelectionIface_clear_selection=cast=(gboolean (*)())
-AtkSelectionIface_ref_selection=cast=(AtkObject *(*)())
-AtkSelectionIface_get_selection_count=cast=(gint (*)())
-AtkSelectionIface_is_child_selected=cast=(gboolean (*)())
-AtkSelectionIface_remove_selection=cast=(gboolean (*)())
-AtkSelectionIface_select_all_selection=cast=(gboolean (*)())
-AtkSelectionIface_selection_changed=cast=(void (*)())
-
-org_eclipse_swt_internal_accessibility_gtk_AtkTextIface=
-AtkTextIface_get_text=cast=(gchar *(*)())
-AtkTextIface_get_text_after_offset=cast=(gchar *(*)())
-AtkTextIface_get_text_at_offset=cast=(gchar *(*)())
-AtkTextIface_get_character_at_offset=cast=(gunichar (*)())
-AtkTextIface_get_text_before_offset=cast=(gchar *(*)())
-AtkTextIface_get_caret_offset=cast=(gint (*)())
-AtkTextIface_get_run_attributes=cast=(AtkAttributeSet *(*)())
-AtkTextIface_get_default_attributes=cast=(AtkAttributeSet *(*)())
-AtkTextIface_get_character_extents=cast=(void (*)())
-AtkTextIface_get_character_count=cast=(gint (*)())
-AtkTextIface_get_offset_at_point=cast=(gint (*)())
-AtkTextIface_get_n_selections=cast=(gint (*)())
-AtkTextIface_get_selection=cast=(gchar *(*)())
-AtkTextIface_add_selection=cast=(gboolean (*)())
-AtkTextIface_remove_selection=cast=(gboolean (*)())
-AtkTextIface_set_selection=cast=(gboolean (*)())
-AtkTextIface_set_caret_offset=cast=(gboolean (*)())
-AtkTextIface_text_changed=cast=(void (*)())
-AtkTextIface_text_caret_moved=cast=(void (*)())
-AtkTextIface_text_selection_changed=cast=(void (*)())
-
-org_eclipse_swt_internal_accessibility_gtk_GtkAccessible=
-GtkAccessible_widget=cast=(GtkWidget *)
-
diff --git a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.cairo.Cairo.properties b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.cairo.Cairo.properties
deleted file mode 100644
index b37bce93eb..0000000000
--- a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.cairo.Cairo.properties
+++ /dev/null
@@ -1,661 +0,0 @@
-###############################################################################
-# Copyright (c) 2000, 2008 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-org_eclipse_swt_internal_cairo_Cairo=
-Cairo_CAIRO_VERSION_ENCODE=
-Cairo_CAIRO_VERSION_ENCODE_0=
-Cairo_CAIRO_VERSION_ENCODE_1=
-Cairo_CAIRO_VERSION_ENCODE_2=
-
-Cairo__cairo_append_path=
-Cairo__cairo_append_path_0=cast=(cairo_t *)
-Cairo__cairo_append_path_1=cast=(cairo_path_t *)
-
-Cairo__cairo_arc=
-Cairo__cairo_arc_0=cast=(cairo_t *)
-Cairo__cairo_arc_1=
-Cairo__cairo_arc_2=
-Cairo__cairo_arc_3=
-Cairo__cairo_arc_4=
-Cairo__cairo_arc_5=
-
-Cairo__cairo_arc_negative=
-Cairo__cairo_arc_negative_0=cast=(cairo_t *)
-Cairo__cairo_arc_negative_1=
-Cairo__cairo_arc_negative_2=
-Cairo__cairo_arc_negative_3=
-Cairo__cairo_arc_negative_4=
-Cairo__cairo_arc_negative_5=
-
-Cairo__cairo_clip=
-Cairo__cairo_clip_0=cast=(cairo_t *)
-
-Cairo__cairo_clip_preserve=
-Cairo__cairo_clip_preserve_0=cast=(cairo_t *)
-
-Cairo__cairo_close_path=
-Cairo__cairo_close_path_0=cast=(cairo_t *)
-
-Cairo__cairo_copy_page=
-Cairo__cairo_copy_page_0=cast=(cairo_t *)
-
-Cairo__cairo_copy_path=
-Cairo__cairo_copy_path_0=cast=(cairo_t *)
-
-Cairo__cairo_copy_path_flat=
-Cairo__cairo_copy_path_flat_0=cast=(cairo_t *)
-
-Cairo__cairo_create=
-Cairo__cairo_create_0=cast=cairo_surface_t *
-
-Cairo__cairo_curve_to=
-Cairo__cairo_curve_to_0=cast=(cairo_t *)
-Cairo__cairo_curve_to_1=
-Cairo__cairo_curve_to_2=
-Cairo__cairo_curve_to_3=
-Cairo__cairo_curve_to_4=
-Cairo__cairo_curve_to_5=
-Cairo__cairo_curve_to_6=
-
-Cairo__cairo_destroy=
-Cairo__cairo_destroy_0=cast=(cairo_t *)
-
-Cairo__cairo_device_to_user=
-Cairo__cairo_device_to_user_0=cast=(cairo_t *)
-Cairo__cairo_device_to_user_1=
-Cairo__cairo_device_to_user_2=
-
-Cairo__cairo_device_to_user_distance=
-Cairo__cairo_device_to_user_distance_0=cast=(cairo_t *)
-Cairo__cairo_device_to_user_distance_1=
-Cairo__cairo_device_to_user_distance_2=
-
-Cairo__cairo_fill=
-Cairo__cairo_fill_0=cast=(cairo_t *)
-
-Cairo__cairo_fill_extents=
-Cairo__cairo_fill_extents_0=cast=(cairo_t *)
-Cairo__cairo_fill_extents_1=
-Cairo__cairo_fill_extents_2=
-Cairo__cairo_fill_extents_3=
-Cairo__cairo_fill_extents_4=
-
-Cairo__cairo_fill_preserve=
-Cairo__cairo_fill_preserve_0=cast=(cairo_t *)
-
-Cairo__cairo_font_extents=
-Cairo__cairo_font_extents_0=cast=(cairo_t *)
-Cairo__cairo_font_extents_1=
-
-Cairo__cairo_font_options_create=
-
-Cairo__cairo_font_options_destroy=
-Cairo__cairo_font_options_destroy_0=cast=cairo_font_options_t *
-
-Cairo__cairo_font_options_get_antialias=
-Cairo__cairo_font_options_get_antialias_0=cast=cairo_font_options_t *
-
-Cairo__cairo_font_options_set_antialias=
-Cairo__cairo_font_options_set_antialias_0=cast=cairo_font_options_t *
-Cairo__cairo_font_options_set_antialias_1=
-
-Cairo__cairo_get_antialias=
-Cairo__cairo_get_antialias_0=cast=(cairo_t *)
-
-Cairo__cairo_get_current_point=
-Cairo__cairo_get_current_point_0=cast=(cairo_t *)
-Cairo__cairo_get_current_point_1=
-Cairo__cairo_get_current_point_2=
-
-Cairo__cairo_get_fill_rule=
-Cairo__cairo_get_fill_rule_0=cast=(cairo_t *)
-
-Cairo__cairo_get_font_face=
-Cairo__cairo_get_font_face_0=cast=(cairo_t *)
-
-Cairo__cairo_get_font_matrix=
-Cairo__cairo_get_font_matrix_0=cast=(cairo_t *)
-Cairo__cairo_get_font_matrix_1=cast=cairo_matrix_t *
-
-Cairo__cairo_get_font_options=
-Cairo__cairo_get_font_options_0=cast=cairo_t *
-Cairo__cairo_get_font_options_1=cast=cairo_font_options_t *
-
-Cairo__cairo_get_line_cap=
-Cairo__cairo_get_line_cap_0=cast=(cairo_t *)
-
-Cairo__cairo_get_line_join=
-Cairo__cairo_get_line_join_0=cast=(cairo_t *)
-
-Cairo__cairo_get_line_width=
-Cairo__cairo_get_line_width_0=cast=(cairo_t *)
-
-Cairo__cairo_get_matrix=
-Cairo__cairo_get_matrix_0=cast=(cairo_t *)
-Cairo__cairo_get_matrix_1=cast=(cairo_matrix_t *)
-
-Cairo__cairo_get_miter_limit=
-Cairo__cairo_get_miter_limit_0=cast=(cairo_t *)
-
-Cairo__cairo_get_operator=
-Cairo__cairo_get_operator_0=cast=(cairo_t *)
-
-Cairo__cairo_get_source=
-Cairo__cairo_get_source_0=cast=(cairo_t *)
-
-Cairo__cairo_get_target=
-Cairo__cairo_get_target_0=cast=(cairo_t *)
-
-Cairo__cairo_get_tolerance=
-Cairo__cairo_get_tolerance_0=cast=(cairo_t *)
-
-Cairo__cairo_glyph_extents=
-Cairo__cairo_glyph_extents_0=cast=(cairo_t *)
-Cairo__cairo_glyph_extents_1=cast=(cairo_glyph_t *)
-Cairo__cairo_glyph_extents_2=
-Cairo__cairo_glyph_extents_3=cast=cairo_text_extents_t *
-
-Cairo__cairo_glyph_path=
-Cairo__cairo_glyph_path_0=cast=(cairo_t *)
-Cairo__cairo_glyph_path_1=cast=(cairo_glyph_t *)
-Cairo__cairo_glyph_path_2=
-
-Cairo__cairo_identity_matrix=
-Cairo__cairo_identity_matrix_0=cast=(cairo_t *)
-
-Cairo__cairo_image_surface_create=
-Cairo__cairo_image_surface_create_0=
-Cairo__cairo_image_surface_create_1=
-Cairo__cairo_image_surface_create_2=
-
-Cairo__cairo_image_surface_create_for_data=
-Cairo__cairo_image_surface_create_for_data_0=cast=(unsigned char *)
-Cairo__cairo_image_surface_create_for_data_1=
-Cairo__cairo_image_surface_create_for_data_2=
-Cairo__cairo_image_surface_create_for_data_3=
-Cairo__cairo_image_surface_create_for_data_4=
-
-Cairo__cairo_image_surface_get_height=
-Cairo__cairo_image_surface_get_height_0=cast=(cairo_surface_t *)
-
-Cairo__cairo_image_surface_get_width=
-Cairo__cairo_image_surface_get_width_0=cast=(cairo_surface_t *)
-
-Cairo__cairo_in_fill=
-Cairo__cairo_in_fill_0=cast=(cairo_t *)
-Cairo__cairo_in_fill_1=
-Cairo__cairo_in_fill_2=
-
-Cairo__cairo_in_stroke=
-Cairo__cairo_in_stroke_0=cast=(cairo_t *)
-Cairo__cairo_in_stroke_1=
-Cairo__cairo_in_stroke_2=
-
-Cairo__cairo_line_to=
-Cairo__cairo_line_to_0=cast=(cairo_t *)
-Cairo__cairo_line_to_1=
-Cairo__cairo_line_to_2=
-
-Cairo__cairo_mask=
-Cairo__cairo_mask_0=cast=cairo_t *
-Cairo__cairo_mask_1=cast=cairo_pattern_t *
-
-Cairo__cairo_mask_surface=
-Cairo__cairo_mask_surface_0=cast=cairo_t *
-Cairo__cairo_mask_surface_1=cast=cairo_surface_t *
-Cairo__cairo_mask_surface_2=
-Cairo__cairo_mask_surface_3=
-
-Cairo__cairo_matrix_init=
-Cairo__cairo_matrix_init_0=cast=(cairo_matrix_t *)
-Cairo__cairo_matrix_init_1=
-Cairo__cairo_matrix_init_2=
-Cairo__cairo_matrix_init_3=
-Cairo__cairo_matrix_init_4=
-Cairo__cairo_matrix_init_5=
-Cairo__cairo_matrix_init_6=
-
-Cairo__cairo_matrix_init_identity=
-Cairo__cairo_matrix_init_identity_0=cast=(cairo_matrix_t *)
-
-Cairo__cairo_matrix_init_rotate=
-Cairo__cairo_matrix_init_rotate_0=cast=(cairo_matrix_t *)
-Cairo__cairo_matrix_init_rotate_1=
-
-Cairo__cairo_matrix_init_scale=
-Cairo__cairo_matrix_init_scale_0=cast=(cairo_matrix_t *)
-Cairo__cairo_matrix_init_scale_1=
-Cairo__cairo_matrix_init_scale_2=
-
-Cairo__cairo_matrix_init_translate=
-Cairo__cairo_matrix_init_translate_0=cast=(cairo_matrix_t *)
-Cairo__cairo_matrix_init_translate_1=
-Cairo__cairo_matrix_init_translate_2=
-
-Cairo__cairo_matrix_invert=
-Cairo__cairo_matrix_invert_0=cast=(cairo_matrix_t *)
-
-Cairo__cairo_matrix_multiply=
-Cairo__cairo_matrix_multiply_0=cast=(cairo_matrix_t *)
-Cairo__cairo_matrix_multiply_1=cast=(cairo_matrix_t *)
-Cairo__cairo_matrix_multiply_2=cast=(cairo_matrix_t *)
-
-Cairo__cairo_matrix_rotate=
-Cairo__cairo_matrix_rotate_0=cast=(cairo_matrix_t *)
-Cairo__cairo_matrix_rotate_1=
-
-Cairo__cairo_matrix_scale=
-Cairo__cairo_matrix_scale_0=cast=(cairo_matrix_t *)
-Cairo__cairo_matrix_scale_1=
-Cairo__cairo_matrix_scale_2=
-
-Cairo__cairo_matrix_transform_distance=
-Cairo__cairo_matrix_transform_distance_0=cast=(cairo_matrix_t *)
-Cairo__cairo_matrix_transform_distance_1=
-Cairo__cairo_matrix_transform_distance_2=
-
-Cairo__cairo_matrix_transform_point=
-Cairo__cairo_matrix_transform_point_0=cast=(cairo_matrix_t *)
-Cairo__cairo_matrix_transform_point_1=
-Cairo__cairo_matrix_transform_point_2=
-
-Cairo__cairo_matrix_translate=
-Cairo__cairo_matrix_translate_0=cast=(cairo_matrix_t *)
-Cairo__cairo_matrix_translate_1=
-Cairo__cairo_matrix_translate_2=
-
-Cairo__cairo_move_to=
-Cairo__cairo_move_to_0=cast=(cairo_t *)
-Cairo__cairo_move_to_1=
-Cairo__cairo_move_to_2=
-
-Cairo__cairo_new_path=
-Cairo__cairo_new_path_0=cast=(cairo_t *)
-
-Cairo__cairo_paint=
-Cairo__cairo_paint_0=cast=(cairo_t *)
-
-Cairo__cairo_paint_with_alpha=
-Cairo__cairo_paint_with_alpha_0=cast=(cairo_t *)
-Cairo__cairo_paint_with_alpha_1=
-
-Cairo__cairo_path_destroy=
-Cairo__cairo_path_destroy_0=cast=cairo_path_t *
-
-Cairo__cairo_pattern_add_color_stop_rgb=
-Cairo__cairo_pattern_add_color_stop_rgb_0=cast=(cairo_pattern_t *)
-Cairo__cairo_pattern_add_color_stop_rgb_1=
-Cairo__cairo_pattern_add_color_stop_rgb_2=
-Cairo__cairo_pattern_add_color_stop_rgb_3=
-Cairo__cairo_pattern_add_color_stop_rgb_4=
-
-Cairo__cairo_pattern_add_color_stop_rgba=
-Cairo__cairo_pattern_add_color_stop_rgba_0=cast=(cairo_pattern_t *)
-Cairo__cairo_pattern_add_color_stop_rgba_1=
-Cairo__cairo_pattern_add_color_stop_rgba_2=
-Cairo__cairo_pattern_add_color_stop_rgba_3=
-Cairo__cairo_pattern_add_color_stop_rgba_4=
-Cairo__cairo_pattern_add_color_stop_rgba_5=
-
-Cairo__cairo_pattern_create_for_surface=
-Cairo__cairo_pattern_create_for_surface_0=cast=(cairo_surface_t *)
-
-Cairo__cairo_pattern_create_linear=
-Cairo__cairo_pattern_create_linear_0=
-Cairo__cairo_pattern_create_linear_1=
-Cairo__cairo_pattern_create_linear_2=
-Cairo__cairo_pattern_create_linear_3=
-
-Cairo__cairo_pattern_create_radial=
-Cairo__cairo_pattern_create_radial_0=
-Cairo__cairo_pattern_create_radial_1=
-Cairo__cairo_pattern_create_radial_2=
-Cairo__cairo_pattern_create_radial_3=
-Cairo__cairo_pattern_create_radial_4=
-Cairo__cairo_pattern_create_radial_5=
-
-Cairo__cairo_pattern_destroy=
-Cairo__cairo_pattern_destroy_0=cast=(cairo_pattern_t *)
-
-Cairo__cairo_pattern_get_extend=
-Cairo__cairo_pattern_get_extend_0=cast=(cairo_pattern_t *)
-
-Cairo__cairo_pattern_get_filter=
-Cairo__cairo_pattern_get_filter_0=cast=(cairo_pattern_t *)
-
-Cairo__cairo_pattern_get_matrix=
-Cairo__cairo_pattern_get_matrix_0=cast=(cairo_pattern_t *)
-Cairo__cairo_pattern_get_matrix_1=cast=(cairo_matrix_t *)
-
-Cairo__cairo_pattern_reference=
-Cairo__cairo_pattern_reference_0=cast=(cairo_pattern_t *)
-
-Cairo__cairo_pattern_set_extend=
-Cairo__cairo_pattern_set_extend_0=cast=(cairo_pattern_t *)
-Cairo__cairo_pattern_set_extend_1=
-
-Cairo__cairo_pattern_set_filter=
-Cairo__cairo_pattern_set_filter_0=cast=(cairo_pattern_t *)
-Cairo__cairo_pattern_set_filter_1=
-
-Cairo__cairo_pattern_set_matrix=
-Cairo__cairo_pattern_set_matrix_0=cast=(cairo_pattern_t *)
-Cairo__cairo_pattern_set_matrix_1=cast=(cairo_matrix_t *)
-
-Cairo__cairo_pdf_surface_set_size=flags=dynamic
-Cairo__cairo_pdf_surface_set_size_0=cast=(cairo_surface_t *)
-Cairo__cairo_pdf_surface_set_size_1=
-Cairo__cairo_pdf_surface_set_size_2=
-
-Cairo__cairo_ps_surface_set_size=flags=dynamic
-Cairo__cairo_ps_surface_set_size_0=cast=(cairo_surface_t *)
-Cairo__cairo_ps_surface_set_size_1=
-Cairo__cairo_ps_surface_set_size_2=
-
-Cairo__cairo_rectangle=
-Cairo__cairo_rectangle_0=cast=(cairo_t *)
-Cairo__cairo_rectangle_1=
-Cairo__cairo_rectangle_2=
-Cairo__cairo_rectangle_3=
-Cairo__cairo_rectangle_4=
-
-Cairo__cairo_reference=
-Cairo__cairo_reference_0=cast=(cairo_t *)
-
-Cairo__cairo_rel_curve_to=
-Cairo__cairo_rel_curve_to_0=cast=(cairo_t *)
-Cairo__cairo_rel_curve_to_1=
-Cairo__cairo_rel_curve_to_2=
-Cairo__cairo_rel_curve_to_3=
-Cairo__cairo_rel_curve_to_4=
-Cairo__cairo_rel_curve_to_5=
-Cairo__cairo_rel_curve_to_6=
-
-Cairo__cairo_rel_line_to=
-Cairo__cairo_rel_line_to_0=cast=(cairo_t *)
-Cairo__cairo_rel_line_to_1=
-Cairo__cairo_rel_line_to_2=
-
-Cairo__cairo_rel_move_to=
-Cairo__cairo_rel_move_to_0=cast=(cairo_t *)
-Cairo__cairo_rel_move_to_1=
-Cairo__cairo_rel_move_to_2=
-
-Cairo__cairo_reset_clip=
-Cairo__cairo_reset_clip_0=cast=(cairo_t *)
-
-Cairo__cairo_restore=
-Cairo__cairo_restore_0=cast=(cairo_t *)
-
-Cairo__cairo_rotate=
-Cairo__cairo_rotate_0=cast=(cairo_t *)
-Cairo__cairo_rotate_1=
-
-Cairo__cairo_save=
-Cairo__cairo_save_0=cast=(cairo_t *)
-
-Cairo__cairo_scale=
-Cairo__cairo_scale_0=cast=(cairo_t *)
-Cairo__cairo_scale_1=
-Cairo__cairo_scale_2=
-
-Cairo__cairo_select_font_face=
-Cairo__cairo_select_font_face_0=cast=(cairo_t *)
-Cairo__cairo_select_font_face_1=cast=const char *
-Cairo__cairo_select_font_face_2=
-Cairo__cairo_select_font_face_3=
-
-Cairo__cairo_set_antialias=
-Cairo__cairo_set_antialias_0=cast=(cairo_t *)
-Cairo__cairo_set_antialias_1=
-
-Cairo__cairo_set_dash=
-Cairo__cairo_set_dash_0=cast=(cairo_t *)
-Cairo__cairo_set_dash_1=
-Cairo__cairo_set_dash_2=
-Cairo__cairo_set_dash_3=
-
-Cairo__cairo_set_fill_rule=
-Cairo__cairo_set_fill_rule_0=cast=(cairo_t *)
-Cairo__cairo_set_fill_rule_1=
-
-Cairo__cairo_set_font_face=
-Cairo__cairo_set_font_face_0=cast=(cairo_t *)
-Cairo__cairo_set_font_face_1=cast=cairo_font_face_t *
-
-Cairo__cairo_set_font_matrix=
-Cairo__cairo_set_font_matrix_0=cast=(cairo_t *)
-Cairo__cairo_set_font_matrix_1=cast=cairo_matrix_t *
-
-Cairo__cairo_set_font_options=
-Cairo__cairo_set_font_options_0=cast=cairo_t *
-Cairo__cairo_set_font_options_1=cast=cairo_font_options_t *
-
-Cairo__cairo_set_font_size=
-Cairo__cairo_set_font_size_0=cast=(cairo_t *)
-Cairo__cairo_set_font_size_1=
-
-Cairo__cairo_set_line_cap=
-Cairo__cairo_set_line_cap_0=cast=(cairo_t *)
-Cairo__cairo_set_line_cap_1=
-
-Cairo__cairo_set_line_join=
-Cairo__cairo_set_line_join_0=cast=(cairo_t *)
-Cairo__cairo_set_line_join_1=
-
-Cairo__cairo_set_line_width=
-Cairo__cairo_set_line_width_0=cast=(cairo_t *)
-Cairo__cairo_set_line_width_1=
-
-Cairo__cairo_set_matrix=
-Cairo__cairo_set_matrix_0=cast=(cairo_t *)
-Cairo__cairo_set_matrix_1=cast=cairo_matrix_t *
-
-Cairo__cairo_set_miter_limit=
-Cairo__cairo_set_miter_limit_0=cast=(cairo_t *)
-Cairo__cairo_set_miter_limit_1=
-
-Cairo__cairo_set_operator=
-Cairo__cairo_set_operator_0=cast=(cairo_t *)
-Cairo__cairo_set_operator_1=
-
-Cairo__cairo_set_source=
-Cairo__cairo_set_source_0=cast=cairo_t *
-Cairo__cairo_set_source_1=cast=cairo_pattern_t *
-
-Cairo__cairo_set_source_rgb=
-Cairo__cairo_set_source_rgb_0=cast=cairo_t *
-Cairo__cairo_set_source_rgb_1=
-Cairo__cairo_set_source_rgb_2=
-Cairo__cairo_set_source_rgb_3=
-
-Cairo__cairo_set_source_rgba=
-Cairo__cairo_set_source_rgba_0=cast=cairo_t *
-Cairo__cairo_set_source_rgba_1=
-Cairo__cairo_set_source_rgba_2=
-Cairo__cairo_set_source_rgba_3=
-Cairo__cairo_set_source_rgba_4=
-
-Cairo__cairo_set_source_surface=
-Cairo__cairo_set_source_surface_0=cast=cairo_t *
-Cairo__cairo_set_source_surface_1=cast=cairo_surface_t *
-Cairo__cairo_set_source_surface_2=
-Cairo__cairo_set_source_surface_3=
-
-Cairo__cairo_set_tolerance=
-Cairo__cairo_set_tolerance_0=cast=(cairo_t *)
-Cairo__cairo_set_tolerance_1=
-
-Cairo__cairo_show_glyphs=
-Cairo__cairo_show_glyphs_0=cast=(cairo_t *)
-Cairo__cairo_show_glyphs_1=cast=(cairo_glyph_t *)
-Cairo__cairo_show_glyphs_2=
-
-Cairo__cairo_show_page=
-Cairo__cairo_show_page_0=cast=(cairo_t *)
-
-Cairo__cairo_show_text=
-Cairo__cairo_show_text_0=cast=(cairo_t *)
-Cairo__cairo_show_text_1=cast=const char *
-
-Cairo__cairo_status=
-Cairo__cairo_status_0=cast=(cairo_t *)
-
-Cairo__cairo_status_to_string=
-Cairo__cairo_status_to_string_0=
-
-Cairo__cairo_stroke=
-Cairo__cairo_stroke_0=cast=(cairo_t *)
-
-Cairo__cairo_stroke_extents=
-Cairo__cairo_stroke_extents_0=cast=(cairo_t *)
-Cairo__cairo_stroke_extents_1=
-Cairo__cairo_stroke_extents_2=
-Cairo__cairo_stroke_extents_3=
-Cairo__cairo_stroke_extents_4=
-
-Cairo__cairo_stroke_preserve=
-Cairo__cairo_stroke_preserve_0=cast=(cairo_t *)
-
-Cairo__cairo_surface_create_similar=
-Cairo__cairo_surface_create_similar_0=cast=(cairo_surface_t *)
-Cairo__cairo_surface_create_similar_1=
-Cairo__cairo_surface_create_similar_2=
-Cairo__cairo_surface_create_similar_3=
-
-Cairo__cairo_surface_destroy=
-Cairo__cairo_surface_destroy_0=cast=(cairo_surface_t *)
-
-Cairo__cairo_surface_finish=
-Cairo__cairo_surface_finish_0=cast=(cairo_surface_t *)
-
-Cairo__cairo_surface_get_type=flags=dynamic
-Cairo__cairo_surface_get_type_0=cast=(cairo_surface_t *)
-
-Cairo__cairo_surface_get_user_data=
-Cairo__cairo_surface_get_user_data_0=cast=(cairo_surface_t *)
-Cairo__cairo_surface_get_user_data_1=cast=cairo_user_data_key_t *
-
-Cairo__cairo_surface_reference=
-Cairo__cairo_surface_reference_0=cast=(cairo_surface_t *)
-
-Cairo__cairo_surface_set_device_offset=
-Cairo__cairo_surface_set_device_offset_0=cast=(cairo_surface_t *)
-Cairo__cairo_surface_set_device_offset_1=
-Cairo__cairo_surface_set_device_offset_2=
-
-Cairo__cairo_surface_set_fallback_resolution=flags=dynamic
-Cairo__cairo_surface_set_fallback_resolution_0=
-Cairo__cairo_surface_set_fallback_resolution_1=
-Cairo__cairo_surface_set_fallback_resolution_2=
-
-Cairo__cairo_surface_set_user_data=
-Cairo__cairo_surface_set_user_data_0=cast=(cairo_surface_t *)
-Cairo__cairo_surface_set_user_data_1=cast=cairo_user_data_key_t *
-Cairo__cairo_surface_set_user_data_2=cast=void *
-Cairo__cairo_surface_set_user_data_3=cast=cairo_destroy_func_t
-
-Cairo__cairo_text_extents=
-Cairo__cairo_text_extents_0=cast=(cairo_t *)
-Cairo__cairo_text_extents_1=cast=const char *
-Cairo__cairo_text_extents_2=cast=cairo_text_extents_t *
-
-Cairo__cairo_text_path=
-Cairo__cairo_text_path_0=cast=(cairo_t *)
-Cairo__cairo_text_path_1=cast=const char *
-
-Cairo__cairo_transform=
-Cairo__cairo_transform_0=cast=(cairo_t *)
-Cairo__cairo_transform_1=cast=(cairo_matrix_t *)
-
-Cairo__cairo_translate=
-Cairo__cairo_translate_0=cast=(cairo_t *)
-Cairo__cairo_translate_1=
-Cairo__cairo_translate_2=
-
-Cairo__cairo_user_to_device=
-Cairo__cairo_user_to_device_0=cast=(cairo_t *)
-Cairo__cairo_user_to_device_1=
-Cairo__cairo_user_to_device_2=
-
-Cairo__cairo_user_to_device_distance=
-Cairo__cairo_user_to_device_distance_0=cast=(cairo_t *)
-Cairo__cairo_user_to_device_distance_1=
-Cairo__cairo_user_to_device_distance_2=
-
-Cairo__cairo_xlib_surface_create=
-Cairo__cairo_xlib_surface_create_0=cast=(Display *)
-Cairo__cairo_xlib_surface_create_1=cast=(Drawable)
-Cairo__cairo_xlib_surface_create_2=cast=(Visual *)
-Cairo__cairo_xlib_surface_create_3=
-Cairo__cairo_xlib_surface_create_4=
-
-Cairo__cairo_xlib_surface_create_for_bitmap=
-Cairo__cairo_xlib_surface_create_for_bitmap_0=cast=(Display *)
-Cairo__cairo_xlib_surface_create_for_bitmap_1=cast=Pixmap
-Cairo__cairo_xlib_surface_create_for_bitmap_2=cast=(Screen *
-Cairo__cairo_xlib_surface_create_for_bitmap_3=
-Cairo__cairo_xlib_surface_create_for_bitmap_4=
-
-Cairo__cairo_xlib_surface_set_size=
-Cairo__cairo_xlib_surface_set_size_0=cast=cairo_surface_t *
-Cairo__cairo_xlib_surface_set_size_1=
-Cairo__cairo_xlib_surface_set_size_2=
-
-Cairo_cairo_font_extents_t_sizeof=
-
-Cairo_cairo_path_data_t_sizeof=
-
-Cairo_cairo_path_t_sizeof=
-
-Cairo_cairo_text_extents_t_sizeof=
-
-Cairo_cairo_version=
-
-Cairo_memmove__Lorg_eclipse_swt_internal_cairo_cairo_1path_1data_1t_2II=
-Cairo_memmove__Lorg_eclipse_swt_internal_cairo_cairo_1path_1data_1t_2II_0=cast=void *
-Cairo_memmove__Lorg_eclipse_swt_internal_cairo_cairo_1path_1data_1t_2II_1=cast=const void *
-Cairo_memmove__Lorg_eclipse_swt_internal_cairo_cairo_1path_1data_1t_2II_2=cast=size_t
-
-Cairo_memmove__Lorg_eclipse_swt_internal_cairo_cairo_1path_1t_2II=
-Cairo_memmove__Lorg_eclipse_swt_internal_cairo_cairo_1path_1t_2II_0=cast=(void *)
-Cairo_memmove__Lorg_eclipse_swt_internal_cairo_cairo_1path_1t_2II_1=cast=(const void *)
-Cairo_memmove__Lorg_eclipse_swt_internal_cairo_cairo_1path_1t_2II_2=cast=(size_t)
-
-Cairo_memmove___3DII=
-Cairo_memmove___3DII_0=cast=(void *)
-Cairo_memmove___3DII_1=cast=(const void *)
-Cairo_memmove___3DII_2=cast=(size_t)
-
-
-org_eclipse_swt_internal_cairo_cairo_1font_1extents_1t=
-cairo_font_extents_t_ascent=
-cairo_font_extents_t_descent=
-cairo_font_extents_t_height=
-cairo_font_extents_t_max_x_advance=
-cairo_font_extents_t_max_y_advance=
-
-org_eclipse_swt_internal_cairo_cairo_1path_1data_1t=
-cairo_path_data_t_type=accessor=header.type
-cairo_path_data_t_length=accessor=header.length
-
-org_eclipse_swt_internal_cairo_cairo_1path_1t=
-cairo_path_t_status=
-cairo_path_t_data=cast=cairo_path_data_t *
-cairo_path_t_num_data=
-
-org_eclipse_swt_internal_cairo_cairo_1text_1extents_1t=
-cairo_text_extents_t_x_bearing=
-cairo_text_extents_t_y_bearing=
-cairo_text_extents_t_width=
-cairo_text_extents_t_height=
-cairo_text_extents_t_x_advance=
-cairo_text_extents_t_y_advance=
-
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
deleted file mode 100644
index ae776fd93b..0000000000
--- a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.carbon.OS.properties
+++ /dev/null
@@ -1,5202 +0,0 @@
-###############################################################################
-# Copyright (c) 2000, 2008 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-org_eclipse_swt_internal_carbon_AEDesc=
-AEDesc_descriptorType=cast=(DescType)
-AEDesc_dataHandle=cast=(AEDataStorage)
-
-org_eclipse_swt_internal_carbon_ATSFontMetrics=
-ATSFontMetrics_version=
-ATSFontMetrics_ascent=
-ATSFontMetrics_descent=
-ATSFontMetrics_leading=
-ATSFontMetrics_avgAdvanceWidth=
-ATSFontMetrics_maxAdvanceWidth=
-ATSFontMetrics_minLeftSideBearing=
-ATSFontMetrics_minRightSideBearing=
-ATSFontMetrics_stemWidth=
-ATSFontMetrics_stemHeight=
-ATSFontMetrics_capHeight=
-ATSFontMetrics_xHeight=
-ATSFontMetrics_italicAngle=
-ATSFontMetrics_underlinePosition=
-ATSFontMetrics_underlineThickness=
-
-org_eclipse_swt_internal_carbon_ATSLayoutRecord=
-ATSLayoutRecord_glyphID=
-ATSLayoutRecord_flags=
-ATSLayoutRecord_originalOffset=
-ATSLayoutRecord_realPos=
-
-org_eclipse_swt_internal_carbon_ATSTrapezoid=
-ATSTrapezoid_upperLeft_x=accessor=upperLeft.x
-ATSTrapezoid_upperLeft_y=accessor=upperLeft.y
-ATSTrapezoid_upperRight_x=accessor=upperRight.x
-ATSTrapezoid_upperRight_y=accessor=upperRight.y
-ATSTrapezoid_lowerRight_x=accessor=lowerRight.x
-ATSTrapezoid_lowerRight_y=accessor=lowerRight.y
-ATSTrapezoid_lowerLeft_x=accessor=lowerLeft.x
-ATSTrapezoid_lowerLeft_y=accessor=lowerLeft.y
-
-org_eclipse_swt_internal_carbon_ATSUCaret=
-ATSUCaret_fX=
-ATSUCaret_fY=
-ATSUCaret_fDeltaX=
-ATSUCaret_fDeltaY=
-
-org_eclipse_swt_internal_carbon_ATSUTab=
-ATSUTab_tabPosition=
-ATSUTab_tabType=
-
-org_eclipse_swt_internal_carbon_ATSUUnhighlightData=
-ATSUUnhighlightData_dataType=
-ATSUUnhighlightData_red=accessor=unhighlightData.backgroundColor.red
-ATSUUnhighlightData_green=accessor=unhighlightData.backgroundColor.green
-ATSUUnhighlightData_blue=accessor=unhighlightData.backgroundColor.blue
-ATSUUnhighlightData_alpha=accessor=unhighlightData.backgroundColor.alpha
-
-org_eclipse_swt_internal_carbon_AlertStdCFStringAlertParamRec=
-AlertStdCFStringAlertParamRec_version=
-AlertStdCFStringAlertParamRec_movable=
-AlertStdCFStringAlertParamRec_helpButton=
-AlertStdCFStringAlertParamRec_defaultText=cast=(CFStringRef)
-AlertStdCFStringAlertParamRec_cancelText=cast=(CFStringRef)
-AlertStdCFStringAlertParamRec_otherText=cast=(CFStringRef)
-AlertStdCFStringAlertParamRec_defaultButton=
-AlertStdCFStringAlertParamRec_cancelButton=
-AlertStdCFStringAlertParamRec_position=
-AlertStdCFStringAlertParamRec_flags=
-
-org_eclipse_swt_internal_carbon_BitMap=
-BitMap_baseAddr=cast=(void *)
-BitMap_rowBytes=
-BitMap_top=accessor=bounds.top
-BitMap_left=accessor=bounds.left
-BitMap_bottom=accessor=bounds.bottom
-BitMap_right=accessor=bounds.right
-
-org_eclipse_swt_internal_carbon_CFRange=
-CFRange_location=cast=(CFIndex)
-CFRange_length=cast=(CFIndex)
-
-org_eclipse_swt_internal_carbon_CFRunLoopSourceContext=
-CFRunLoopSourceContext_version=cast=CFIndex
-CFRunLoopSourceContext_info=cast=(void *)
-CFRunLoopSourceContext_retain=cast=(void *)
-CFRunLoopSourceContext_release=cast=(void *)
-CFRunLoopSourceContext_copyDescription=cast=(void *)
-CFRunLoopSourceContext_equal=cast=(void *)
-CFRunLoopSourceContext_hash=cast=(void *)
-CFRunLoopSourceContext_schedule=cast=(void *)
-CFRunLoopSourceContext_cancel=cast=(void *)
-CFRunLoopSourceContext_perform=cast=(void *)
-
-org_eclipse_swt_internal_carbon_CGFunctionCallbacks=
-CGFunctionCallbacks_version=
-CGFunctionCallbacks_evaluate=cast=CGFunctionEvaluateCallback
-CGFunctionCallbacks_releaseInfo=cast=CGFunctionReleaseInfoCallback
-
-org_eclipse_swt_internal_carbon_CGPathElement=
-CGPathElement_type=cast=CGPathElementType
-CGPathElement_points=cast=CGPoint *
-
-org_eclipse_swt_internal_carbon_CGPatternCallbacks=
-CGPatternCallbacks_version=
-CGPatternCallbacks_drawPattern=cast=CGPatternDrawPatternCallback
-CGPatternCallbacks_releaseInfo=cast=CGPatternReleaseInfoCallback
-
-org_eclipse_swt_internal_carbon_CGPoint=
-CGPoint_x=cast=(float)
-CGPoint_y=cast=(float)
-
-org_eclipse_swt_internal_carbon_CGRect=
-CGRect_x=accessor=origin.x,cast=(float)
-CGRect_y=accessor=origin.y,cast=(float)
-CGRect_width=accessor=size.width,cast=(float)
-CGRect_height=accessor=size.height,cast=(float)
-
-org_eclipse_swt_internal_carbon_CGSize=
-CGSize_width=
-CGSize_height=
-
-org_eclipse_swt_internal_carbon_ColorPickerInfo=
-ColorPickerInfo_profile=accessor=theColor.profile,cast=(CMProfileHandle)
-ColorPickerInfo_red=accessor=theColor.color.rgb.red,cast=(UInt16)
-ColorPickerInfo_green=accessor=theColor.color.rgb.green,cast=(UInt16)
-ColorPickerInfo_blue=accessor=theColor.color.rgb.blue,cast=(UInt16)
-ColorPickerInfo_dstProfile=cast=(CMProfileHandle)
-ColorPickerInfo_flags=cast=(UInt32)
-ColorPickerInfo_placeWhere=cast=(DialogPlacementSpec)
-ColorPickerInfo_h=accessor=dialogOrigin.h,cast=(short)
-ColorPickerInfo_v=accessor=dialogOrigin.v,cast=(short)
-ColorPickerInfo_pickerType=cast=(OSType)
-ColorPickerInfo_eventProc=cast=(UserEventUPP)
-ColorPickerInfo_colorProc=cast=(ColorChangedUPP)
-ColorPickerInfo_colorProcData=cast=(UInt32)
-ColorPickerInfo_prompt=cast=(Str255)
-ColorPickerInfo_editMenuID=accessor=mInfo.editMenuID,cast=(SInt16)
-ColorPickerInfo_cutItem=accessor=mInfo.cutItem,cast=(SInt16)
-ColorPickerInfo_copyItem=accessor=mInfo.copyItem,cast=(SInt16)
-ColorPickerInfo_pasteItem=accessor=mInfo.pasteItem,cast=(SInt16)
-ColorPickerInfo_clearItem=accessor=mInfo.clearItem,cast=(SInt16)
-ColorPickerInfo_undoItem=accessor=mInfo.undoItem,cast=(SInt16)
-ColorPickerInfo_newColorChosen=cast=(Boolean)
-
-org_eclipse_swt_internal_carbon_ControlButtonContentInfo=
-ControlButtonContentInfo_contentType=cast=(ControlContentType)
-ControlButtonContentInfo_iconRef=accessor=u.iconRef,cast=(void *)
-
-org_eclipse_swt_internal_carbon_ControlEditTextSelectionRec=
-ControlEditTextSelectionRec_selStart=
-ControlEditTextSelectionRec_selEnd=
-
-org_eclipse_swt_internal_carbon_ControlFontStyleRec=
-ControlFontStyleRec_flags=
-ControlFontStyleRec_font=
-ControlFontStyleRec_size=
-ControlFontStyleRec_style=
-ControlFontStyleRec_mode=
-ControlFontStyleRec_just=
-ControlFontStyleRec_foreColor_red=accessor=foreColor.red
-ControlFontStyleRec_foreColor_green=accessor=foreColor.green
-ControlFontStyleRec_foreColor_blue=accessor=foreColor.blue
-ControlFontStyleRec_backColor_red=accessor=backColor.red
-ControlFontStyleRec_backColor_green=accessor=backColor.green
-ControlFontStyleRec_backColor_blue=accessor=backColor.blue
-
-org_eclipse_swt_internal_carbon_ControlKind=
-ControlKind_signature=
-ControlKind_kind=
-
-org_eclipse_swt_internal_carbon_ControlTabEntry=
-ControlTabEntry_icon=cast=(ControlButtonContentInfo *)
-ControlTabEntry_name=cast=(CFStringRef)
-ControlTabEntry_enabled=cast=(Boolean)
-
-org_eclipse_swt_internal_carbon_ControlTabInfoRecV1=
-ControlTabInfoRecV1_version=cast=(SInt16)
-ControlTabInfoRecV1_iconSuiteID=cast=(SInt16)
-ControlTabInfoRecV1_name=cast=(CFStringRef)
-
-org_eclipse_swt_internal_carbon_Cursor=
-Cursor_data=
-Cursor_mask=
-Cursor_hotSpot_v=accessor=hotSpot.v
-Cursor_hotSpot_h=accessor=hotSpot.h
-
-org_eclipse_swt_internal_carbon_DataBrowserAccessibilityItemInfo=
-DataBrowserAccessibilityItemInfo_version=cast=(UInt32)
-DataBrowserAccessibilityItemInfo_v0_container=accessor=u.v0.container,cast=(DataBrowserItemID)
-DataBrowserAccessibilityItemInfo_v0_item=accessor=u.v0.item,cast=(DataBrowserItemID)
-DataBrowserAccessibilityItemInfo_v0_columnProperty=accessor=u.v0.columnProperty,cast=(DataBrowserPropertyID)
-DataBrowserAccessibilityItemInfo_v0_propertyPart=accessor=u.v0.propertyPart,cast=(DataBrowserPropertyPart)
-
-org_eclipse_swt_internal_carbon_DataBrowserCallbacks=
-DataBrowserCallbacks_version=cast=(UInt32)
-DataBrowserCallbacks_v1_itemDataCallback=accessor=u.v1.itemDataCallback,cast=(DataBrowserItemDataUPP)
-DataBrowserCallbacks_v1_itemCompareCallback=accessor=u.v1.itemCompareCallback,cast=(DataBrowserItemCompareUPP)
-DataBrowserCallbacks_v1_itemNotificationCallback=accessor=u.v1.itemNotificationCallback,cast=(DataBrowserItemNotificationUPP)
-DataBrowserCallbacks_v1_addDragItemCallback=accessor=u.v1.addDragItemCallback,cast=(DataBrowserAddDragItemUPP)
-DataBrowserCallbacks_v1_acceptDragCallback=accessor=u.v1.acceptDragCallback,cast=(DataBrowserAcceptDragUPP)
-DataBrowserCallbacks_v1_receiveDragCallback=accessor=u.v1.receiveDragCallback,cast=(DataBrowserReceiveDragUPP)
-DataBrowserCallbacks_v1_postProcessDragCallback=accessor=u.v1.postProcessDragCallback,cast=(DataBrowserPostProcessDragUPP)
-DataBrowserCallbacks_v1_itemHelpContentCallback=accessor=u.v1.itemHelpContentCallback,cast=(DataBrowserItemHelpContentUPP)
-DataBrowserCallbacks_v1_getContextualMenuCallback=accessor=u.v1.getContextualMenuCallback,cast=(DataBrowserGetContextualMenuUPP)
-DataBrowserCallbacks_v1_selectContextualMenuCallback=accessor=u.v1.selectContextualMenuCallback,cast=(DataBrowserSelectContextualMenuUPP)
-
-org_eclipse_swt_internal_carbon_DataBrowserCustomCallbacks=
-DataBrowserCustomCallbacks_version=
-DataBrowserCustomCallbacks_v1_drawItemCallback=accessor=u.v1.drawItemCallback,cast=(DataBrowserDrawItemUPP)
-DataBrowserCustomCallbacks_v1_editTextCallback=accessor=u.v1.editTextCallback,cast=(DataBrowserEditItemUPP)
-DataBrowserCustomCallbacks_v1_hitTestCallback=accessor=u.v1.hitTestCallback,cast=(DataBrowserHitTestUPP)
-DataBrowserCustomCallbacks_v1_trackingCallback=accessor=u.v1.trackingCallback,cast=(DataBrowserTrackingUPP)
-DataBrowserCustomCallbacks_v1_dragRegionCallback=accessor=u.v1.dragRegionCallback,cast=(DataBrowserItemDragRgnUPP)
-DataBrowserCustomCallbacks_v1_acceptDragCallback=accessor=u.v1.acceptDragCallback,cast=(DataBrowserItemAcceptDragUPP)
-DataBrowserCustomCallbacks_v1_receiveDragCallback=accessor=u.v1.receiveDragCallback,cast=(DataBrowserItemReceiveDragUPP)
-
-org_eclipse_swt_internal_carbon_DataBrowserListViewColumnDesc=
-DataBrowserListViewColumnDesc_propertyDesc_propertyID=accessor=propertyDesc.propertyID,cast=(DataBrowserPropertyID)
-DataBrowserListViewColumnDesc_propertyDesc_propertyType=accessor=propertyDesc.propertyType,cast=(OSType)
-DataBrowserListViewColumnDesc_propertyDesc_propertyFlags=accessor=propertyDesc.propertyFlags,cast=(DataBrowserPropertyFlags)
-DataBrowserListViewColumnDesc_headerBtnDesc_version=accessor=headerBtnDesc.version,cast=(UInt32)
-DataBrowserListViewColumnDesc_headerBtnDesc_minimumWidth=accessor=headerBtnDesc.minimumWidth,cast=(UInt16)
-DataBrowserListViewColumnDesc_headerBtnDesc_maximumWidth=accessor=headerBtnDesc.maximumWidth,cast=(UInt16)
-DataBrowserListViewColumnDesc_headerBtnDesc_titleOffset=accessor=headerBtnDesc.titleOffset,cast=(SInt16)
-DataBrowserListViewColumnDesc_headerBtnDesc_titleString=accessor=headerBtnDesc.titleString,cast=(CFStringRef)
-DataBrowserListViewColumnDesc_headerBtnDesc_initialOrder=accessor=headerBtnDesc.initialOrder,cast=(DataBrowserSortOrder)
-DataBrowserListViewColumnDesc_headerBtnDesc_btnFontStyle_flags=accessor=headerBtnDesc.btnFontStyle.flags,cast=(SInt16)
-DataBrowserListViewColumnDesc_headerBtnDesc_btnFontStyle_font=accessor=headerBtnDesc.btnFontStyle.font,cast=(SInt16)
-DataBrowserListViewColumnDesc_headerBtnDesc_btnFontStyle_size=accessor=headerBtnDesc.btnFontStyle.size,cast=(SInt16)
-DataBrowserListViewColumnDesc_headerBtnDesc_btnFontStyle_style=accessor=headerBtnDesc.btnFontStyle.style,cast=(SInt16)
-DataBrowserListViewColumnDesc_headerBtnDesc_btnFontStyle_mode=accessor=headerBtnDesc.btnFontStyle.mode,cast=(SInt16)
-DataBrowserListViewColumnDesc_headerBtnDesc_btnFontStyle_just=accessor=headerBtnDesc.btnFontStyle.just,cast=(SInt16)
-DataBrowserListViewColumnDesc_headerBtnDesc_btnFontStyle_foreColor_red=accessor=headerBtnDesc.btnFontStyle.foreColor.red,cast=(unsigned short)
-DataBrowserListViewColumnDesc_headerBtnDesc_btnFontStyle_foreColor_green=accessor=headerBtnDesc.btnFontStyle.foreColor.green,cast=(unsigned short)
-DataBrowserListViewColumnDesc_headerBtnDesc_btnFontStyle_foreColor_blue=accessor=headerBtnDesc.btnFontStyle.foreColor.blue,cast=(unsigned short)
-DataBrowserListViewColumnDesc_headerBtnDesc_btnFontStyle_backColor_red=accessor=headerBtnDesc.btnFontStyle.backColor.red,cast=(unsigned short)
-DataBrowserListViewColumnDesc_headerBtnDesc_btnFontStyle_backColor_green=accessor=headerBtnDesc.btnFontStyle.backColor.green,cast=(unsigned short)
-DataBrowserListViewColumnDesc_headerBtnDesc_btnFontStyle_backColor_blue=accessor=headerBtnDesc.btnFontStyle.backColor.blue,cast=(unsigned short)
-DataBrowserListViewColumnDesc_headerBtnDesc_btnContentInfo_contentType=accessor=headerBtnDesc.btnContentInfo.contentType,cast=(ControlContentType)
-DataBrowserListViewColumnDesc_headerBtnDesc_btnContentInfo_iconRef=accessor=headerBtnDesc.btnContentInfo.u.iconRef,cast=(IconRef)
-
-org_eclipse_swt_internal_carbon_DataBrowserListViewHeaderDesc=
-DataBrowserListViewHeaderDesc_version=
-DataBrowserListViewHeaderDesc_minimumWidth=
-DataBrowserListViewHeaderDesc_maximumWidth=
-DataBrowserListViewHeaderDesc_titleOffset=
-DataBrowserListViewHeaderDesc_titleString=cast=(CFStringRef)
-DataBrowserListViewHeaderDesc_initialOrder=
-DataBrowserListViewHeaderDesc_btnFontStyle_flags=accessor=btnFontStyle.flags
-DataBrowserListViewHeaderDesc_btnFontStyle_font=accessor=btnFontStyle.font
-DataBrowserListViewHeaderDesc_btnFontStyle_size=accessor=btnFontStyle.size
-DataBrowserListViewHeaderDesc_btnFontStyle_style=accessor=btnFontStyle.style
-DataBrowserListViewHeaderDesc_btnFontStyle_mode=accessor=btnFontStyle.mode
-DataBrowserListViewHeaderDesc_btnFontStyle_just=accessor=btnFontStyle.just
-DataBrowserListViewHeaderDesc_btnFontStyle_foreColor_red=accessor=btnFontStyle.foreColor.red
-DataBrowserListViewHeaderDesc_btnFontStyle_foreColor_green=accessor=btnFontStyle.foreColor.green
-DataBrowserListViewHeaderDesc_btnFontStyle_foreColor_blue=accessor=btnFontStyle.foreColor.blue
-DataBrowserListViewHeaderDesc_btnFontStyle_backColor_red=accessor=btnFontStyle.backColor.red
-DataBrowserListViewHeaderDesc_btnFontStyle_backColor_green=accessor=btnFontStyle.backColor.green
-DataBrowserListViewHeaderDesc_btnFontStyle_backColor_blue=accessor=btnFontStyle.backColor.blue
-DataBrowserListViewHeaderDesc_btnContentInfo_contentType=accessor=btnContentInfo.contentType
-DataBrowserListViewHeaderDesc_btnContentInfo_iconRef=accessor=btnContentInfo.u.iconRef,cast=(IconRef)
-
-org_eclipse_swt_internal_carbon_EventRecord=
-EventRecord_what=cast=(EventKind)
-EventRecord_message=
-EventRecord_when=
-EventRecord_where_v=accessor=where.v
-EventRecord_where_h=accessor=where.h
-EventRecord_modifiers=cast=(EventModifiers)
-
-org_eclipse_swt_internal_carbon_GDevice=
-GDevice_gdRefNum=
-GDevice_gdID=
-GDevice_gdType=
-GDevice_gdITable=cast=(ITabHandle)
-GDevice_gdResPref=
-GDevice_gdSearchProc=cast=(SProcHndl)
-GDevice_gdCompProc=cast=(CProcHndl)
-GDevice_gdFlags=
-GDevice_gdPMap=cast=(PixMapHandle)
-GDevice_gdRefCon=
-GDevice_gdNextGD=cast=(GDHandle)
-GDevice_left=accessor=gdRect.left
-GDevice_top=accessor=gdRect.top
-GDevice_right=accessor=gdRect.right
-GDevice_bottom=accessor=gdRect.bottom
-GDevice_gdMode=
-GDevice_gdCCBytes=
-GDevice_gdCCDepth=
-GDevice_gdCCXData=cast=(Handle)
-GDevice_gdCCXMask=cast=(Handle)
-GDevice_gdExt=cast=(Handle)
-
-org_eclipse_swt_internal_carbon_HIAxisPosition=
-HIAxisPosition_toView=cast=(HIViewRef)
-HIAxisPosition_kind=
-HIAxisPosition_offset=
-
-org_eclipse_swt_internal_carbon_HIAxisScale=
-HIAxisScale_toView=cast=(HIViewRef)
-HIAxisScale_kind=
-HIAxisScale_ratio=
-
-org_eclipse_swt_internal_carbon_HIBinding=
-HIBinding_top=
-HIBinding_left=
-HIBinding_bottom=
-HIBinding_right=
-
-org_eclipse_swt_internal_carbon_HICommand=
-HICommand_attributes=
-HICommand_commandID=
-HICommand_menu_menuRef=accessor=menu.menuRef,cast=(MenuRef)
-HICommand_menu_menuItemIndex=accessor=menu.menuItemIndex,cast=(MenuItemIndex)
-
-org_eclipse_swt_internal_carbon_HILayoutInfo=
-HILayoutInfo_version=
-HILayoutInfo_binding=
-HILayoutInfo_scale=
-HILayoutInfo_position=
-
-org_eclipse_swt_internal_carbon_HIPositioning=
-HIPositioning_x=
-HIPositioning_y=
-
-org_eclipse_swt_internal_carbon_HIScaling=
-HIScaling_x=
-HIScaling_y=
-
-org_eclipse_swt_internal_carbon_HIScrollBarTrackInfo=
-HIScrollBarTrackInfo_version=
-HIScrollBarTrackInfo_enableState=
-HIScrollBarTrackInfo_pressState=
-HIScrollBarTrackInfo_viewsize=
-
-org_eclipse_swt_internal_carbon_HISideBinding=
-HISideBinding_toView=cast=(HIViewRef)
-HISideBinding_kind=
-HISideBinding_offset=
-
-org_eclipse_swt_internal_carbon_HIThemeAnimationFrameInfo=
-HIThemeAnimationFrameInfo_index=
-
-org_eclipse_swt_internal_carbon_HIThemeAnimationTimeInfo=
-HIThemeAnimationTimeInfo_start=
-HIThemeAnimationTimeInfo_current=
-
-org_eclipse_swt_internal_carbon_HIThemeBackgroundDrawInfo=
-HIThemeBackgroundDrawInfo_version=
-HIThemeBackgroundDrawInfo_state=
-HIThemeBackgroundDrawInfo_kind=
-
-org_eclipse_swt_internal_carbon_HIThemeButtonDrawInfo=
-HIThemeButtonDrawInfo_version=
-HIThemeButtonDrawInfo_state=
-HIThemeButtonDrawInfo_kind=
-HIThemeButtonDrawInfo_value=
-HIThemeButtonDrawInfo_adornment=
-HIThemeButtonDrawInfo_time=accessor=animation.time
-HIThemeButtonDrawInfo_frame=accessor=animation.frame
-
-org_eclipse_swt_internal_carbon_HIThemeFrameDrawInfo=
-HIThemeFrameDrawInfo_version=
-HIThemeFrameDrawInfo_state=
-HIThemeFrameDrawInfo_kind=
-HIThemeFrameDrawInfo_isFocused=
-
-org_eclipse_swt_internal_carbon_HIThemeGroupBoxDrawInfo=
-HIThemeGroupBoxDrawInfo_version=
-HIThemeGroupBoxDrawInfo_state=
-HIThemeGroupBoxDrawInfo_kind=
-
-org_eclipse_swt_internal_carbon_HIThemeGrowBoxDrawInfo=
-HIThemeGrowBoxDrawInfo_version=
-HIThemeGrowBoxDrawInfo_kind=
-HIThemeGrowBoxDrawInfo_state=
-HIThemeGrowBoxDrawInfo_direction=
-HIThemeGrowBoxDrawInfo_size=
-
-org_eclipse_swt_internal_carbon_HIThemePopupArrowDrawInfo=
-HIThemePopupArrowDrawInfo_version=
-HIThemePopupArrowDrawInfo_state=
-HIThemePopupArrowDrawInfo_orientation=
-HIThemePopupArrowDrawInfo_size=
-
-org_eclipse_swt_internal_carbon_HIThemeSeparatorDrawInfo=
-HIThemeSeparatorDrawInfo_version=
-HIThemeSeparatorDrawInfo_state=
-
-org_eclipse_swt_internal_carbon_HIThemeTabDrawInfo=
-HIThemeTabDrawInfo_version=
-HIThemeTabDrawInfo_style=
-HIThemeTabDrawInfo_direction=
-HIThemeTabDrawInfo_size=
-HIThemeTabDrawInfo_adornment=
-HIThemeTabDrawInfo_kind=exclude=#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_4
-HIThemeTabDrawInfo_position=exclude=#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_4
-
-org_eclipse_swt_internal_carbon_HIThemeTabPaneDrawInfo=
-HIThemeTabPaneDrawInfo_version=
-HIThemeTabPaneDrawInfo_state=
-HIThemeTabPaneDrawInfo_direction=
-HIThemeTabPaneDrawInfo_size=
-HIThemeTabPaneDrawInfo_kind=exclude=#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_4
-HIThemeTabPaneDrawInfo_adornment=exclude=#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_4
-
-org_eclipse_swt_internal_carbon_HIThemeTextInfo=
-HIThemeTextInfo_version=
-HIThemeTextInfo_state=
-HIThemeTextInfo_fontID=
-HIThemeTextInfo_horizontalFlushness=
-HIThemeTextInfo_verticalFlushness=
-HIThemeTextInfo_options=
-HIThemeTextInfo_truncationPosition=
-HIThemeTextInfo_truncationMaxLines=
-HIThemeTextInfo_truncationHappened=
-
-org_eclipse_swt_internal_carbon_HIThemeTrackDrawInfo=
-HIThemeTrackDrawInfo_version=
-HIThemeTrackDrawInfo_kind=cast=ThemeTrackKind
-HIThemeTrackDrawInfo_bounds_x=accessor=bounds.origin.x
-HIThemeTrackDrawInfo_bounds_y=accessor=bounds.origin.y
-HIThemeTrackDrawInfo_bounds_width=accessor=bounds.size.width
-HIThemeTrackDrawInfo_bounds_height=accessor=bounds.size.height
-HIThemeTrackDrawInfo_min=
-HIThemeTrackDrawInfo_max=
-HIThemeTrackDrawInfo_value=
-HIThemeTrackDrawInfo_reserved=
-HIThemeTrackDrawInfo_attributes=cast=ThemeTrackAttributes
-HIThemeTrackDrawInfo_enableState=cast=ThemeTrackEnableState
-HIThemeTrackDrawInfo_filler1=
-HIThemeTrackDrawInfo_scrollbar=accessor=trackInfo.scrollbar
-HIThemeTrackDrawInfo_slider=accessor=trackInfo.slider
-HIThemeTrackDrawInfo_progress=accessor=trackInfo.progress
-
-org_eclipse_swt_internal_carbon_HMHelpContentRec=
-HMHelpContentRec_version=
-HMHelpContentRec_absHotRect_top=accessor=absHotRect.top
-HMHelpContentRec_absHotRect_left=accessor=absHotRect.left
-HMHelpContentRec_absHotRect_bottom=accessor=absHotRect.bottom
-HMHelpContentRec_absHotRect_right=accessor=absHotRect.right
-HMHelpContentRec_tagSide=
-HMHelpContentRec_content0_contentType=accessor=content[0].contentType
-HMHelpContentRec_content0_tagCFString=accessor=content[0].u.tagCFString,cast=(CFStringRef)
-HMHelpContentRec_content1_contentType=accessor=content[1].contentType
-HMHelpContentRec_content1_tagCFString=accessor=content[1].u.tagCFString,cast=(CFStringRef)
-
-org_eclipse_swt_internal_carbon_LSApplicationParameters=
-LSApplicationParameters_version=
-LSApplicationParameters_flags=
-LSApplicationParameters_application=cast=const FSRef *
-LSApplicationParameters_asyncLaunchRefCon=cast=void *
-LSApplicationParameters_environment=cast=CFDictionaryRef
-LSApplicationParameters_argv=cast=CFArrayRef
-LSApplicationParameters_initialEvent=cast=AppleEvent *
-
-org_eclipse_swt_internal_carbon_LongDateRec=
-LongDateRec_era=accessor=ld.era
-LongDateRec_year=accessor=ld.year
-LongDateRec_month=accessor=ld.month
-LongDateRec_day=accessor=ld.day
-LongDateRec_hour=accessor=ld.hour
-LongDateRec_minute=accessor=ld.minute
-LongDateRec_second=accessor=ld.second
-LongDateRec_dayOfWeek=accessor=ld.dayOfWeek
-LongDateRec_dayOfYear=accessor=ld.dayOfYear
-LongDateRec_weekOfYear=accessor=ld.weekOfYear
-LongDateRec_pm=accessor=ld.pm
-LongDateRec_res1=accessor=ld.res1
-LongDateRec_res2=accessor=ld.res2
-LongDateRec_res3=accessor=ld.res3
-
-org_eclipse_swt_internal_carbon_MenuTrackingData=
-MenuTrackingData_menu=cast=(MenuRef)
-MenuTrackingData_itemSelected=
-MenuTrackingData_itemUnderMouse=
-MenuTrackingData_top=accessor=itemRect.top
-MenuTrackingData_left=accessor=itemRect.left
-MenuTrackingData_bottom=accessor=itemRect.bottom
-MenuTrackingData_right=accessor=itemRect.right
-MenuTrackingData_virtualMenuTop=
-MenuTrackingData_virtualMenuBottom=
-
-org_eclipse_swt_internal_carbon_NavCBRec=
-NavCBRec_version=
-NavCBRec_context=cast=NavDialogRef
-NavCBRec_window=cast=WindowRef
-NavCBRec_customRect=
-NavCBRec_previewRect=
-NavCBRec_eventData=
-NavCBRec_userAction=cast=NavUserAction
-NavCBRec_reserved=
-
-org_eclipse_swt_internal_carbon_NavDialogCreationOptions=
-NavDialogCreationOptions_version=
-NavDialogCreationOptions_optionFlags=cast=(NavDialogOptionFlags)
-NavDialogCreationOptions_location_h=accessor=location.h
-NavDialogCreationOptions_location_v=accessor=location.v
-NavDialogCreationOptions_clientName=cast=(CFStringRef)
-NavDialogCreationOptions_windowTitle=cast=(CFStringRef)
-NavDialogCreationOptions_actionButtonLabel=cast=(CFStringRef)
-NavDialogCreationOptions_cancelButtonLabel=cast=(CFStringRef)
-NavDialogCreationOptions_saveFileName=cast=(CFStringRef)
-NavDialogCreationOptions_message=cast=(CFStringRef)
-NavDialogCreationOptions_preferenceKey=
-NavDialogCreationOptions_popupExtension=cast=(CFArrayRef)
-NavDialogCreationOptions_modality=cast=(WindowModality)
-NavDialogCreationOptions_parentWindow=cast=(WindowRef)
-
-org_eclipse_swt_internal_carbon_NavEventData=
-NavEventData_eventDataParms=
-NavEventData_itemHit=
-
-org_eclipse_swt_internal_carbon_NavEventDataInfo=
-NavEventDataInfo_event=cast=(EventRecord *)
-NavEventDataInfo_param=cast=void *
-
-org_eclipse_swt_internal_carbon_NavFileOrFolderInfo=
-NavFileOrFolderInfo_version=
-NavFileOrFolderInfo_isFolder=
-NavFileOrFolderInfo_visible=
-NavFileOrFolderInfo_creationDate=
-NavFileOrFolderInfo_modificationDate=
-
-org_eclipse_swt_internal_carbon_NavMenuItemSpec=
-NavMenuItemSpec_version=
-NavMenuItemSpec_menuCreator=
-NavMenuItemSpec_menuType=
-NavMenuItemSpec_menuItemName=
-NavMenuItemSpec_reserved=
-
-org_eclipse_swt_internal_carbon_NavReplyRecord=
-NavReplyRecord_version=cast=(UInt16)
-NavReplyRecord_validRecord=cast=(Boolean)
-NavReplyRecord_replacing=cast=(Boolean)
-NavReplyRecord_isStationery=cast=(Boolean)
-NavReplyRecord_translationNeeded=cast=(Boolean)
-NavReplyRecord_selection_descriptorType=accessor=selection.descriptorType,cast=(DescType)
-NavReplyRecord_selection_dataHandle=accessor=selection.dataHandle,cast=(AEDataStorage)
-NavReplyRecord_keyScript=cast=(ScriptCode)
-NavReplyRecord_fileTranslation=cast=(FileTranslationSpecArrayHandle)
-NavReplyRecord_reserved1=cast=(UInt32)
-NavReplyRecord_saveFileName=cast=(CFStringRef)
-NavReplyRecord_saveFileExtensionHidden=cast=(Boolean)
-NavReplyRecord_reserved2=cast=(UInt8)
-NavReplyRecord_reserved=cast=(char[])
-
-org_eclipse_swt_internal_carbon_OS=
-OS_AECoerceDesc=
-OS_AECoerceDesc_0=cast=(AEDesc *)
-OS_AECoerceDesc_1=
-OS_AECoerceDesc_2=cast=(AEDesc *)
-
-OS_AECountItems=
-OS_AECountItems_0=cast=(const AEDescList *)
-OS_AECountItems_1=cast=(long *)
-
-OS_AECreateDesc=
-OS_AECreateDesc_0=cast=DescType
-OS_AECreateDesc_1=cast=const void *
-OS_AECreateDesc_2=cast=Size
-OS_AECreateDesc_3=
-
-OS_AEDisposeDesc=
-OS_AEDisposeDesc_0=
-
-OS_AEGetDescData=
-OS_AEGetDescData_0=cast=(AEDesc *)
-OS_AEGetDescData_1=cast=void *
-OS_AEGetDescData_2=
-
-OS_AEGetNthPtr=
-OS_AEGetNthPtr_0=cast=(const AEDescList *)
-OS_AEGetNthPtr_1=
-OS_AEGetNthPtr_2=cast=(DescType)
-OS_AEGetNthPtr_3=cast=(AEKeyword *)
-OS_AEGetNthPtr_4=cast=(DescType *)
-OS_AEGetNthPtr_5=cast=(void *)
-OS_AEGetNthPtr_6=cast=(Size)
-OS_AEGetNthPtr_7=cast=(Size *)
-
-OS_AEInstallEventHandler=
-OS_AEInstallEventHandler_0=cast=AEEventClass
-OS_AEInstallEventHandler_1=cast=AEEventID
-OS_AEInstallEventHandler_2=cast=(AEEventHandlerUPP)
-OS_AEInstallEventHandler_3=cast=(long)
-OS_AEInstallEventHandler_4=
-
-OS_AEProcessAppleEvent=
-OS_AEProcessAppleEvent_0=cast=(const EventRecord *)
-
-OS_ATSFontActivateFromFileSpecification=
-OS_ATSFontActivateFromFileSpecification_0=cast=const FSSpec *
-OS_ATSFontActivateFromFileSpecification_1=cast=ATSFontContext
-OS_ATSFontActivateFromFileSpecification_2=cast=ATSFontFormat
-OS_ATSFontActivateFromFileSpecification_3=cast=void *
-OS_ATSFontActivateFromFileSpecification_4=cast=ATSOptionFlags
-OS_ATSFontActivateFromFileSpecification_5=cast=ATSFontContainerRef *
-
-OS_ATSFontDeactivate=
-OS_ATSFontDeactivate_0=cast=ATSFontContainerRef
-OS_ATSFontDeactivate_1=cast=void *
-OS_ATSFontDeactivate_2=cast=ATSOptionFlags
-
-OS_ATSFontFindFromName=
-OS_ATSFontFindFromName_0=cast=CFStringRef
-OS_ATSFontFindFromName_1=cast=(ATSOptionFlags)
-
-OS_ATSFontGetHorizontalMetrics=
-OS_ATSFontGetHorizontalMetrics_0=cast=(ATSFontRef)
-OS_ATSFontGetHorizontalMetrics_1=
-OS_ATSFontGetHorizontalMetrics_2=
-
-OS_ATSFontGetName=
-OS_ATSFontGetName_0=cast=(ATSFontRef)
-OS_ATSFontGetName_1=cast=(ATSOptionFlags)
-OS_ATSFontGetName_2=cast=CFStringRef*
-
-OS_ATSFontGetPostScriptName=
-OS_ATSFontGetPostScriptName_0=cast=(ATSFontRef)
-OS_ATSFontGetPostScriptName_1=cast=(ATSOptionFlags)
-OS_ATSFontGetPostScriptName_2=cast=(CFStringRef *)
-
-OS_ATSFontGetVerticalMetrics=
-OS_ATSFontGetVerticalMetrics_0=cast=(ATSFontRef)
-OS_ATSFontGetVerticalMetrics_1=cast=(ATSOptionFlags)
-OS_ATSFontGetVerticalMetrics_2=
-
-OS_ATSFontIteratorCreate=
-OS_ATSFontIteratorCreate_0=cast=ATSFontContext
-OS_ATSFontIteratorCreate_1=cast=const ATSFontFilter *
-OS_ATSFontIteratorCreate_2=cast=void *
-OS_ATSFontIteratorCreate_3=cast=ATSOptionFlags
-OS_ATSFontIteratorCreate_4=cast=ATSFontIterator *
-
-OS_ATSFontIteratorNext=
-OS_ATSFontIteratorNext_0=cast=(ATSFontIterator)
-OS_ATSFontIteratorNext_1=cast=ATSFontRef *
-
-OS_ATSFontIteratorRelease=
-OS_ATSFontIteratorRelease_0=cast=ATSFontIterator *
-
-OS_ATSUBatchBreakLines=
-OS_ATSUBatchBreakLines_0=cast=(ATSUTextLayout)
-OS_ATSUBatchBreakLines_1=
-OS_ATSUBatchBreakLines_2=
-OS_ATSUBatchBreakLines_3=
-OS_ATSUBatchBreakLines_4=cast=(ItemCount *)
-
-OS_ATSUCreateStyle=
-OS_ATSUCreateStyle_0=cast=(ATSUStyle *)
-
-OS_ATSUCreateTextLayout=
-OS_ATSUCreateTextLayout_0=cast=(ATSUTextLayout *)
-
-OS_ATSUCreateTextLayoutWithTextPtr=
-OS_ATSUCreateTextLayoutWithTextPtr_0=cast=(ConstUniCharArrayPtr)
-OS_ATSUCreateTextLayoutWithTextPtr_1=
-OS_ATSUCreateTextLayoutWithTextPtr_2=
-OS_ATSUCreateTextLayoutWithTextPtr_3=
-OS_ATSUCreateTextLayoutWithTextPtr_4=
-OS_ATSUCreateTextLayoutWithTextPtr_5=cast=(const UniCharCount *)
-OS_ATSUCreateTextLayoutWithTextPtr_6=cast=(ATSUStyle *)
-OS_ATSUCreateTextLayoutWithTextPtr_7=cast=(ATSUTextLayout *)
-
-OS_ATSUDirectGetLayoutDataArrayPtrFromTextLayout=
-OS_ATSUDirectGetLayoutDataArrayPtrFromTextLayout_0=cast=ATSUTextLayout
-OS_ATSUDirectGetLayoutDataArrayPtrFromTextLayout_1=cast=UniCharArrayOffset
-OS_ATSUDirectGetLayoutDataArrayPtrFromTextLayout_2=cast=ATSUDirectDataSelector
-OS_ATSUDirectGetLayoutDataArrayPtrFromTextLayout_3=cast=void *
-OS_ATSUDirectGetLayoutDataArrayPtrFromTextLayout_4=cast=ItemCount *
-
-OS_ATSUDirectReleaseLayoutDataArrayPtr=
-OS_ATSUDirectReleaseLayoutDataArrayPtr_0=cast=ATSULineRef
-OS_ATSUDirectReleaseLayoutDataArrayPtr_1=cast=ATSUDirectDataSelector
-OS_ATSUDirectReleaseLayoutDataArrayPtr_2=cast=void *
-
-OS_ATSUDisposeStyle=
-OS_ATSUDisposeStyle_0=cast=(ATSUStyle)
-
-OS_ATSUDisposeTextLayout=
-OS_ATSUDisposeTextLayout_0=cast=(ATSUTextLayout)
-
-OS_ATSUDrawText=
-OS_ATSUDrawText_0=cast=(ATSUTextLayout)
-OS_ATSUDrawText_1=cast=(UniCharArrayOffset)
-OS_ATSUDrawText_2=cast=(UniCharCount)
-OS_ATSUDrawText_3=cast=(ATSUTextMeasurement)
-OS_ATSUDrawText_4=cast=(ATSUTextMeasurement)
-
-OS_ATSUFindFontFromName=
-OS_ATSUFindFontFromName_0=cast=const void *
-OS_ATSUFindFontFromName_1=
-OS_ATSUFindFontFromName_2=
-OS_ATSUFindFontFromName_3=
-OS_ATSUFindFontFromName_4=
-OS_ATSUFindFontFromName_5=
-OS_ATSUFindFontFromName_6=cast=ATSUFontID *
-
-OS_ATSUFindFontName=
-OS_ATSUFindFontName_0=cast=ATSUFontID
-OS_ATSUFindFontName_1=
-OS_ATSUFindFontName_2=
-OS_ATSUFindFontName_3=
-OS_ATSUFindFontName_4=
-OS_ATSUFindFontName_5=
-OS_ATSUFindFontName_6=cast=Ptr
-OS_ATSUFindFontName_7=cast=ByteCount *
-OS_ATSUFindFontName_8=cast=ItemCount *
-
-OS_ATSUGetFontIDs=
-OS_ATSUGetFontIDs_0=cast=ATSUFontID *
-OS_ATSUGetFontIDs_1=
-OS_ATSUGetFontIDs_2=cast=ItemCount *
-
-OS_ATSUGetGlyphBounds__IIIIISII_3I=
-OS_ATSUGetGlyphBounds__IIIIISII_3I_0=cast=(ATSUTextLayout)
-OS_ATSUGetGlyphBounds__IIIIISII_3I_1=cast=(ATSUTextMeasurement)
-OS_ATSUGetGlyphBounds__IIIIISII_3I_2=cast=(ATSUTextMeasurement)
-OS_ATSUGetGlyphBounds__IIIIISII_3I_3=cast=(UniCharArrayOffset)
-OS_ATSUGetGlyphBounds__IIIIISII_3I_4=
-OS_ATSUGetGlyphBounds__IIIIISII_3I_5=
-OS_ATSUGetGlyphBounds__IIIIISII_3I_6=
-OS_ATSUGetGlyphBounds__IIIIISII_3I_7=cast=(ATSTrapezoid *)
-OS_ATSUGetGlyphBounds__IIIIISII_3I_8=cast=(ItemCount *)
-
-OS_ATSUGetGlyphBounds__IIIIISILorg_eclipse_swt_internal_carbon_ATSTrapezoid_2_3I=
-OS_ATSUGetGlyphBounds__IIIIISILorg_eclipse_swt_internal_carbon_ATSTrapezoid_2_3I_0=cast=(ATSUTextLayout)
-OS_ATSUGetGlyphBounds__IIIIISILorg_eclipse_swt_internal_carbon_ATSTrapezoid_2_3I_1=cast=(ATSUTextMeasurement)
-OS_ATSUGetGlyphBounds__IIIIISILorg_eclipse_swt_internal_carbon_ATSTrapezoid_2_3I_2=cast=(ATSUTextMeasurement)
-OS_ATSUGetGlyphBounds__IIIIISILorg_eclipse_swt_internal_carbon_ATSTrapezoid_2_3I_3=cast=(UniCharArrayOffset)
-OS_ATSUGetGlyphBounds__IIIIISILorg_eclipse_swt_internal_carbon_ATSTrapezoid_2_3I_4=
-OS_ATSUGetGlyphBounds__IIIIISILorg_eclipse_swt_internal_carbon_ATSTrapezoid_2_3I_5=
-OS_ATSUGetGlyphBounds__IIIIISILorg_eclipse_swt_internal_carbon_ATSTrapezoid_2_3I_6=
-OS_ATSUGetGlyphBounds__IIIIISILorg_eclipse_swt_internal_carbon_ATSTrapezoid_2_3I_7=cast=(ATSTrapezoid *)
-OS_ATSUGetGlyphBounds__IIIIISILorg_eclipse_swt_internal_carbon_ATSTrapezoid_2_3I_8=cast=(ItemCount *)
-
-OS_ATSUGetLayoutControl=
-OS_ATSUGetLayoutControl_0=cast=(ATSUTextLayout)
-OS_ATSUGetLayoutControl_1=cast=ATSUAttributeTag
-OS_ATSUGetLayoutControl_2=
-OS_ATSUGetLayoutControl_3=cast=ATSUAttributeValuePtr
-OS_ATSUGetLayoutControl_4=cast=ByteCount *
-
-OS_ATSUGetLineControl=
-OS_ATSUGetLineControl_0=cast=(ATSUTextLayout)
-OS_ATSUGetLineControl_1=cast=UniCharArrayOffset
-OS_ATSUGetLineControl_2=cast=ATSUAttributeTag
-OS_ATSUGetLineControl_3=cast=ByteCount
-OS_ATSUGetLineControl_4=cast=ATSUAttributeValuePtr
-OS_ATSUGetLineControl_5=cast=ByteCount *
-
-OS_ATSUGetSoftLineBreaks=
-OS_ATSUGetSoftLineBreaks_0=cast=(ATSUTextLayout)
-OS_ATSUGetSoftLineBreaks_1=cast=(UniCharArrayOffset)
-OS_ATSUGetSoftLineBreaks_2=cast=(UniCharCount)
-OS_ATSUGetSoftLineBreaks_3=cast=(ItemCount)
-OS_ATSUGetSoftLineBreaks_4=cast=(UniCharArrayOffset *)
-OS_ATSUGetSoftLineBreaks_5=cast=(ItemCount *)
-
-OS_ATSUGetTextHighlight=
-OS_ATSUGetTextHighlight_0=cast=(ATSUTextLayout)
-OS_ATSUGetTextHighlight_1=
-OS_ATSUGetTextHighlight_2=
-OS_ATSUGetTextHighlight_3=
-OS_ATSUGetTextHighlight_4=
-OS_ATSUGetTextHighlight_5=cast=RgnHandle
-
-OS_ATSUGetUnjustifiedBounds=
-OS_ATSUGetUnjustifiedBounds_0=cast=(ATSUTextLayout)
-OS_ATSUGetUnjustifiedBounds_1=
-OS_ATSUGetUnjustifiedBounds_2=
-OS_ATSUGetUnjustifiedBounds_3=cast=ATSUTextMeasurement *
-OS_ATSUGetUnjustifiedBounds_4=cast=ATSUTextMeasurement *
-OS_ATSUGetUnjustifiedBounds_5=cast=ATSUTextMeasurement *
-OS_ATSUGetUnjustifiedBounds_6=cast=ATSUTextMeasurement *
-
-OS_ATSUGlyphGetQuadraticPaths=
-OS_ATSUGlyphGetQuadraticPaths_0=cast=ATSUStyle
-OS_ATSUGlyphGetQuadraticPaths_1=cast=GlyphID
-OS_ATSUGlyphGetQuadraticPaths_2=cast=ATSQuadraticNewPathUPP
-OS_ATSUGlyphGetQuadraticPaths_3=cast=ATSQuadraticLineUPP
-OS_ATSUGlyphGetQuadraticPaths_4=cast=ATSQuadraticCurveUPP
-OS_ATSUGlyphGetQuadraticPaths_5=cast=ATSQuadraticClosePathUPP
-OS_ATSUGlyphGetQuadraticPaths_6=cast=void *
-OS_ATSUGlyphGetQuadraticPaths_7=cast=OSStatus *
-
-OS_ATSUHighlightText=
-OS_ATSUHighlightText_0=cast=ATSUTextLayout
-OS_ATSUHighlightText_1=cast=ATSUTextMeasurement
-OS_ATSUHighlightText_2=cast=ATSUTextMeasurement
-OS_ATSUHighlightText_3=
-OS_ATSUHighlightText_4=
-
-OS_ATSUNextCursorPosition=
-OS_ATSUNextCursorPosition_0=cast=(ATSUTextLayout)
-OS_ATSUNextCursorPosition_1=cast=(UniCharArrayOffset)
-OS_ATSUNextCursorPosition_2=cast=(ATSUCursorMovementType)
-OS_ATSUNextCursorPosition_3=cast=(UniCharArrayOffset *)
-
-OS_ATSUOffsetToPosition=
-OS_ATSUOffsetToPosition_0=cast=(ATSUTextLayout)
-OS_ATSUOffsetToPosition_1=
-OS_ATSUOffsetToPosition_2=
-OS_ATSUOffsetToPosition_3=
-OS_ATSUOffsetToPosition_4=
-OS_ATSUOffsetToPosition_5=cast=Boolean *
-
-OS_ATSUPositionToOffset=
-OS_ATSUPositionToOffset_0=cast=(ATSUTextLayout)
-OS_ATSUPositionToOffset_1=
-OS_ATSUPositionToOffset_2=
-OS_ATSUPositionToOffset_3=cast=UniCharArrayOffset *
-OS_ATSUPositionToOffset_4=cast=Boolean *
-OS_ATSUPositionToOffset_5=cast=UniCharArrayOffset *
-
-OS_ATSUPreviousCursorPosition=
-OS_ATSUPreviousCursorPosition_0=cast=(ATSUTextLayout)
-OS_ATSUPreviousCursorPosition_1=cast=(UniCharArrayOffset)
-OS_ATSUPreviousCursorPosition_2=cast=(ATSUCursorMovementType)
-OS_ATSUPreviousCursorPosition_3=cast=(UniCharArrayOffset *)
-
-OS_ATSUSetAttributes=
-OS_ATSUSetAttributes_0=cast=(ATSUStyle)
-OS_ATSUSetAttributes_1=cast=(ItemCount)
-OS_ATSUSetAttributes_2=cast=(ATSUAttributeTag *)
-OS_ATSUSetAttributes_3=cast=(ByteCount *)
-OS_ATSUSetAttributes_4=cast=(ATSUAttributeValuePtr *)
-
-OS_ATSUSetFontFeatures=
-OS_ATSUSetFontFeatures_0=cast=(ATSUStyle)
-OS_ATSUSetFontFeatures_1=cast=(ItemCount)
-OS_ATSUSetFontFeatures_2=cast=(const ATSUFontFeatureType *)
-OS_ATSUSetFontFeatures_3=cast=(const ATSUFontFeatureSelector *)
-
-OS_ATSUSetHighlightingMethod=
-OS_ATSUSetHighlightingMethod_0=cast=(ATSUTextLayout)
-OS_ATSUSetHighlightingMethod_1=
-OS_ATSUSetHighlightingMethod_2=
-
-OS_ATSUSetLayoutControls=
-OS_ATSUSetLayoutControls_0=cast=(ATSUTextLayout)
-OS_ATSUSetLayoutControls_1=cast=(ItemCount)
-OS_ATSUSetLayoutControls_2=cast=(ATSUAttributeTag *)
-OS_ATSUSetLayoutControls_3=cast=(ByteCount *)
-OS_ATSUSetLayoutControls_4=cast=(ATSUAttributeValuePtr *)
-
-OS_ATSUSetLineControls=
-OS_ATSUSetLineControls_0=cast=ATSUTextLayout
-OS_ATSUSetLineControls_1=cast=UniCharArrayOffset
-OS_ATSUSetLineControls_2=cast=ItemCount
-OS_ATSUSetLineControls_3=cast=const ATSUAttributeTag *
-OS_ATSUSetLineControls_4=cast=const ByteCount *
-OS_ATSUSetLineControls_5=cast=const ATSUAttributeValuePtr *
-
-OS_ATSUSetRunStyle=
-OS_ATSUSetRunStyle_0=cast=(ATSUTextLayout)
-OS_ATSUSetRunStyle_1=cast=(ATSUStyle)
-OS_ATSUSetRunStyle_2=cast=(UniCharArrayOffset)
-OS_ATSUSetRunStyle_3=cast=(UniCharCount)
-
-OS_ATSUSetSoftLineBreak=
-OS_ATSUSetSoftLineBreak_0=cast=(ATSUTextLayout)
-OS_ATSUSetSoftLineBreak_1=
-
-OS_ATSUSetTabArray=
-OS_ATSUSetTabArray_0=cast=(ATSUTextLayout)
-OS_ATSUSetTabArray_1=cast=const ATSUTab *
-OS_ATSUSetTabArray_2=
-
-OS_ATSUSetTextPointerLocation=
-OS_ATSUSetTextPointerLocation_0=cast=(ATSUTextLayout)
-OS_ATSUSetTextPointerLocation_1=cast=(ConstUniCharArrayPtr)
-OS_ATSUSetTextPointerLocation_2=cast=(UniCharArrayOffset)
-OS_ATSUSetTextPointerLocation_3=cast=(UniCharCount)
-OS_ATSUSetTextPointerLocation_4=cast=(UniCharCount)
-
-OS_ATSUSetTransientFontMatching=
-OS_ATSUSetTransientFontMatching_0=cast=(ATSUTextLayout)
-OS_ATSUSetTransientFontMatching_1=
-
-OS_ATSUTextDeleted=
-OS_ATSUTextDeleted_0=cast=(ATSUTextLayout)
-OS_ATSUTextDeleted_1=
-OS_ATSUTextDeleted_2=
-
-OS_ATSUTextInserted=
-OS_ATSUTextInserted_0=cast=(ATSUTextLayout)
-OS_ATSUTextInserted_1=
-OS_ATSUTextInserted_2=
-
-OS_AXNotificationHIObjectNotify=
-OS_AXNotificationHIObjectNotify_0=cast=(CFStringRef)
-OS_AXNotificationHIObjectNotify_1=cast=(HIObjectRef)
-OS_AXNotificationHIObjectNotify_2=cast=(UInt64)
-
-OS_AXUIElementCopyAttributeValue=
-OS_AXUIElementCopyAttributeValue_0=cast=(AXUIElementRef)
-OS_AXUIElementCopyAttributeValue_1=cast=(CFStringRef)
-OS_AXUIElementCopyAttributeValue_2=cast=(CFTypeRef *)
-
-OS_AXUIElementCreateWithDataBrowserAndItemInfo=flags=dynamic
-OS_AXUIElementCreateWithDataBrowserAndItemInfo_0=
-OS_AXUIElementCreateWithDataBrowserAndItemInfo_1=
-
-OS_AXUIElementCreateWithHIObjectAndIdentifier=
-OS_AXUIElementCreateWithHIObjectAndIdentifier_0=cast=(HIObjectRef)
-OS_AXUIElementCreateWithHIObjectAndIdentifier_1=cast=(UInt64)
-
-OS_AXUIElementGetDataBrowserItemInfo=flags=dynamic
-OS_AXUIElementGetDataBrowserItemInfo_0=
-OS_AXUIElementGetDataBrowserItemInfo_1=
-OS_AXUIElementGetDataBrowserItemInfo_2=
-OS_AXUIElementGetDataBrowserItemInfo_3=
-
-OS_AXUIElementGetHIObject=
-OS_AXUIElementGetHIObject_0=cast=(AXUIElementRef)
-
-OS_AXUIElementGetIdentifier=
-OS_AXUIElementGetIdentifier_0=cast=(AXUIElementRef)
-OS_AXUIElementGetIdentifier_1=cast=(UInt64 *)
-
-OS_AXValueCreate=
-OS_AXValueCreate_0=cast=(AXValueType)
-OS_AXValueCreate_1=cast=(CFRange *)
-
-OS_AXValueGetValue=
-OS_AXValueGetValue_0=cast=(AXValueRef)
-OS_AXValueGetValue_1=cast=(AXValueType)
-OS_AXValueGetValue_2=cast=(CFRange *)
-
-OS_AcquireFirstMatchingEventInQueue=
-OS_AcquireFirstMatchingEventInQueue_0=cast=EventQueueRef
-OS_AcquireFirstMatchingEventInQueue_1=
-OS_AcquireFirstMatchingEventInQueue_2=cast=const EventTypeSpec *
-OS_AcquireFirstMatchingEventInQueue_3=
-
-OS_ActivateTSMDocument=
-OS_ActivateTSMDocument_0=cast=TSMDocumentID
-
-OS_ActiveNonFloatingWindow=
-
-OS_AddDataBrowserItems=
-OS_AddDataBrowserItems_0=cast=(ControlRef)
-OS_AddDataBrowserItems_1=cast=(DataBrowserItemID)
-OS_AddDataBrowserItems_2=cast=(UInt32)
-OS_AddDataBrowserItems_3=cast=(const DataBrowserItemID *)
-OS_AddDataBrowserItems_4=cast=(DataBrowserPropertyID)
-
-OS_AddDataBrowserListViewColumn=
-OS_AddDataBrowserListViewColumn_0=cast=(ControlRef)
-OS_AddDataBrowserListViewColumn_1=cast=(DataBrowserListViewColumnDesc *)
-OS_AddDataBrowserListViewColumn_2=cast=(DataBrowserTableViewColumnIndex)
-
-OS_AddDragItemFlavor=
-OS_AddDragItemFlavor_0=cast=(DragRef)
-OS_AddDragItemFlavor_1=cast=(DragItemRef)
-OS_AddDragItemFlavor_2=cast=(FlavorType)
-OS_AddDragItemFlavor_3=cast=(const void *)
-OS_AddDragItemFlavor_4=cast=(Size)
-OS_AddDragItemFlavor_5=cast=(FlavorFlags)
-
-OS_AppendMenuItemTextWithCFString=
-OS_AppendMenuItemTextWithCFString_0=cast=(MenuRef)
-OS_AppendMenuItemTextWithCFString_1=cast=(CFStringRef)
-OS_AppendMenuItemTextWithCFString_2=cast=(MenuItemAttributes)
-OS_AppendMenuItemTextWithCFString_3=cast=(MenuCommand)
-OS_AppendMenuItemTextWithCFString_4=cast=(MenuItemIndex *)
-
-OS_AutoSizeDataBrowserListViewColumns=
-OS_AutoSizeDataBrowserListViewColumns_0=cast=(ControlRef)
-
-OS_BringToFront=
-OS_BringToFront_0=cast=(WindowRef)
-
-OS_CFArrayAppendValue=
-OS_CFArrayAppendValue_0=cast=(CFMutableArrayRef)
-OS_CFArrayAppendValue_1=cast=(const void *)
-
-OS_CFArrayCreateMutable=
-OS_CFArrayCreateMutable_0=cast=(CFAllocatorRef)
-OS_CFArrayCreateMutable_1=cast=(CFIndex)
-OS_CFArrayCreateMutable_2=cast=(const CFArrayCallBacks *)
-
-OS_CFArrayGetCount=
-OS_CFArrayGetCount_0=cast=(CFArrayRef)
-
-OS_CFArrayGetValueAtIndex=
-OS_CFArrayGetValueAtIndex_0=cast=(CFArrayRef)
-OS_CFArrayGetValueAtIndex_1=
-
-OS_CFDataGetBytePtr=
-OS_CFDataGetBytePtr_0=cast=CFDataRef
-
-OS_CFDataGetBytes=
-OS_CFDataGetBytes_0=cast=(CFDataRef)
-OS_CFDataGetBytes_1=flags=struct
-OS_CFDataGetBytes_2=cast=(UInt8 *)
-
-OS_CFDataGetLength=
-OS_CFDataGetLength_0=cast=(CFDataRef)
-
-OS_CFDictionaryGetValueIfPresent=
-OS_CFDictionaryGetValueIfPresent_0=cast=CFDictionaryRef
-OS_CFDictionaryGetValueIfPresent_1=cast=const void *
-OS_CFDictionaryGetValueIfPresent_2=cast=const void **
-
-OS_CFEqual=
-OS_CFEqual_0=cast=CFStringRef
-OS_CFEqual_1=cast=CFStringRef
-
-OS_CFLocaleCopyCurrent=
-
-OS_CFNumberFormatterCopyProperty=
-OS_CFNumberFormatterCopyProperty_0=cast=CFNumberFormatterRef
-OS_CFNumberFormatterCopyProperty_1=cast=CFStringRef
-
-OS_CFNumberFormatterCreate=
-OS_CFNumberFormatterCreate_0=cast=CFAllocatorRef
-OS_CFNumberFormatterCreate_1=cast=CFLocaleRef
-OS_CFNumberFormatterCreate_2=cast=CFNumberFormatterStyle
-
-OS_CFRelease=
-OS_CFRelease_0=cast=(CFTypeRef)
-
-OS_CFRetain=
-OS_CFRetain_0=cast=(CFTypeRef)
-
-OS_CFRunLoopAddObserver=
-OS_CFRunLoopAddObserver_0=cast=(CFRunLoopRef)
-OS_CFRunLoopAddObserver_1=cast=(CFRunLoopObserverRef)
-OS_CFRunLoopAddObserver_2=cast=(CFStringRef)
-
-OS_CFRunLoopAddSource=
-OS_CFRunLoopAddSource_0=cast=(CFRunLoopRef)
-OS_CFRunLoopAddSource_1=cast=(CFRunLoopSourceRef)
-OS_CFRunLoopAddSource_2=cast=(CFStringRef)
-
-OS_CFRunLoopObserverCreate=
-OS_CFRunLoopObserverCreate_0=cast=CFAllocatorRef
-OS_CFRunLoopObserverCreate_1=cast=CFOptionFlags
-OS_CFRunLoopObserverCreate_2=
-OS_CFRunLoopObserverCreate_3=cast=CFIndex
-OS_CFRunLoopObserverCreate_4=cast=CFRunLoopObserverCallBack
-OS_CFRunLoopObserverCreate_5=cast=CFRunLoopObserverContext *
-
-OS_CFRunLoopObserverInvalidate=
-OS_CFRunLoopObserverInvalidate_0=cast=(CFRunLoopObserverRef)
-
-OS_CFRunLoopRunInMode=
-OS_CFRunLoopRunInMode_0=cast=CFStringRef
-OS_CFRunLoopRunInMode_1=cast=CFTimeInterval
-OS_CFRunLoopRunInMode_2=
-
-OS_CFRunLoopSourceCreate=
-OS_CFRunLoopSourceCreate_0=cast=CFAllocatorRef
-OS_CFRunLoopSourceCreate_1=cast=CFIndex
-OS_CFRunLoopSourceCreate_2=
-
-OS_CFRunLoopSourceInvalidate=
-OS_CFRunLoopSourceInvalidate_0=cast=(CFRunLoopSourceRef)
-
-OS_CFRunLoopSourceSignal=
-OS_CFRunLoopSourceSignal_0=cast=(CFRunLoopSourceRef)
-
-OS_CFRunLoopStop=
-OS_CFRunLoopStop_0=cast=(CFRunLoopRef)
-
-OS_CFRunLoopWakeUp=
-OS_CFRunLoopWakeUp_0=cast=(CFRunLoopRef)
-
-OS_CFStringCreateWithBytes=
-OS_CFStringCreateWithBytes_0=cast=(CFAllocatorRef)
-OS_CFStringCreateWithBytes_1=cast=(const UInt8 *)
-OS_CFStringCreateWithBytes_2=cast=(CFIndex)
-OS_CFStringCreateWithBytes_3=cast=(CFStringEncoding)
-OS_CFStringCreateWithBytes_4=
-
-OS_CFStringCreateWithCharacters__III=
-OS_CFStringCreateWithCharacters__III_0=cast=(CFAllocatorRef)
-OS_CFStringCreateWithCharacters__III_1=cast=(const UniChar *)
-OS_CFStringCreateWithCharacters__III_2=cast=(CFIndex)
-
-OS_CFStringCreateWithCharacters__I_3CI=
-OS_CFStringCreateWithCharacters__I_3CI_0=cast=(CFAllocatorRef)
-OS_CFStringCreateWithCharacters__I_3CI_1=cast=(const UniChar *)
-OS_CFStringCreateWithCharacters__I_3CI_2=cast=(CFIndex)
-
-OS_CFStringGetBytes=
-OS_CFStringGetBytes_0=cast=(CFStringRef)
-OS_CFStringGetBytes_1=cast=(CFRange *),flags=struct
-OS_CFStringGetBytes_2=cast=(CFStringEncoding)
-OS_CFStringGetBytes_3=cast=(UInt8)
-OS_CFStringGetBytes_4=cast=(Boolean)
-OS_CFStringGetBytes_5=cast=(UInt8 *)
-OS_CFStringGetBytes_6=cast=(CFIndex)
-OS_CFStringGetBytes_7=cast=(CFIndex *)
-
-OS_CFStringGetCharacters=
-OS_CFStringGetCharacters_0=cast=(CFStringRef)
-OS_CFStringGetCharacters_1=cast=(CFRange *),flags=struct
-OS_CFStringGetCharacters_2=cast=(UniChar *)
-
-OS_CFStringGetLength=
-OS_CFStringGetLength_0=cast=(CFStringRef)
-
-OS_CFStringGetSystemEncoding=
-
-OS_CFURLCopyFileSystemPath=
-OS_CFURLCopyFileSystemPath_0=cast=(CFURLRef)
-OS_CFURLCopyFileSystemPath_1=cast=(CFURLPathStyle)
-
-OS_CFURLCopyLastPathComponent=
-OS_CFURLCopyLastPathComponent_0=cast=(CFURLRef)
-
-OS_CFURLCopyPathExtension=
-OS_CFURLCopyPathExtension_0=cast=CFURLRef
-
-OS_CFURLCreateCopyAppendingPathComponent=
-OS_CFURLCreateCopyAppendingPathComponent_0=cast=(CFAllocatorRef)
-OS_CFURLCreateCopyAppendingPathComponent_1=cast=(CFURLRef)
-OS_CFURLCreateCopyAppendingPathComponent_2=cast=(CFStringRef)
-OS_CFURLCreateCopyAppendingPathComponent_3=cast=(Boolean)
-
-OS_CFURLCreateCopyDeletingLastPathComponent=
-OS_CFURLCreateCopyDeletingLastPathComponent_0=cast=(CFAllocatorRef)
-OS_CFURLCreateCopyDeletingLastPathComponent_1=cast=(CFURLRef)
-
-OS_CFURLCreateData=
-OS_CFURLCreateData_0=cast=(CFAllocatorRef)
-OS_CFURLCreateData_1=cast=(CFURLRef)
-OS_CFURLCreateData_2=cast=(CFStringEncoding)
-OS_CFURLCreateData_3=cast=(Boolean)
-
-OS_CFURLCreateFromFSRef=
-OS_CFURLCreateFromFSRef_0=cast=(CFAllocatorRef)
-OS_CFURLCreateFromFSRef_1=cast=(const struct FSRef *)
-
-OS_CFURLCreateFromFileSystemRepresentation=
-OS_CFURLCreateFromFileSystemRepresentation_0=cast=CFAllocatorRef
-OS_CFURLCreateFromFileSystemRepresentation_1=cast=const UInt8 *
-OS_CFURLCreateFromFileSystemRepresentation_2=
-OS_CFURLCreateFromFileSystemRepresentation_3=
-
-OS_CFURLCreateStringByAddingPercentEscapes=
-OS_CFURLCreateStringByAddingPercentEscapes_0=cast=CFAllocatorRef
-OS_CFURLCreateStringByAddingPercentEscapes_1=cast=CFStringRef
-OS_CFURLCreateStringByAddingPercentEscapes_2=cast=CFStringRef
-OS_CFURLCreateStringByAddingPercentEscapes_3=cast=CFStringRef
-OS_CFURLCreateStringByAddingPercentEscapes_4=
-
-OS_CFURLCreateStringByReplacingPercentEscapes=
-OS_CFURLCreateStringByReplacingPercentEscapes_0=cast=(CFAllocatorRef)
-OS_CFURLCreateStringByReplacingPercentEscapes_1=cast=(CFStringRef)
-OS_CFURLCreateStringByReplacingPercentEscapes_2=cast=(CFStringRef)
-
-OS_CFURLCreateWithBytes=
-OS_CFURLCreateWithBytes_0=cast=(CFAllocatorRef)
-OS_CFURLCreateWithBytes_1=cast=(const UInt8 *)
-OS_CFURLCreateWithBytes_2=cast=(CFIndex)
-OS_CFURLCreateWithBytes_3=cast=(CFStringEncoding)
-OS_CFURLCreateWithBytes_4=cast=(CFURLRef)
-
-OS_CFURLCreateWithFileSystemPath=
-OS_CFURLCreateWithFileSystemPath_0=cast=(CFAllocatorRef)
-OS_CFURLCreateWithFileSystemPath_1=cast=(CFStringRef)
-OS_CFURLCreateWithFileSystemPath_2=cast=(CFURLPathStyle)
-OS_CFURLCreateWithFileSystemPath_3=
-
-OS_CFURLCreateWithString=
-OS_CFURLCreateWithString_0=cast=(CFAllocatorRef)
-OS_CFURLCreateWithString_1=cast=(CFStringRef)
-OS_CFURLCreateWithString_2=cast=CFURLRef
-
-OS_CFURLGetFSRef=
-OS_CFURLGetFSRef_0=cast=(CFURLRef)
-OS_CFURLGetFSRef_1=cast=(struct FSRef *)
-
-OS_CGAffineTransformConcat=flags=no_gen
-OS_CGAffineTransformConcat_0=
-OS_CGAffineTransformConcat_1=
-OS_CGAffineTransformConcat_2=
-
-OS_CGAffineTransformInvert=flags=no_gen
-OS_CGAffineTransformInvert_0=
-OS_CGAffineTransformInvert_1=
-
-OS_CGAffineTransformMake=flags=no_gen
-OS_CGAffineTransformMake_0=
-OS_CGAffineTransformMake_1=
-OS_CGAffineTransformMake_2=
-OS_CGAffineTransformMake_3=
-OS_CGAffineTransformMake_4=
-OS_CGAffineTransformMake_5=
-OS_CGAffineTransformMake_6=
-
-OS_CGAffineTransformRotate=flags=no_gen
-OS_CGAffineTransformRotate_0=
-OS_CGAffineTransformRotate_1=
-OS_CGAffineTransformRotate_2=
-
-OS_CGAffineTransformScale=flags=no_gen
-OS_CGAffineTransformScale_0=
-OS_CGAffineTransformScale_1=
-OS_CGAffineTransformScale_2=
-OS_CGAffineTransformScale_3=
-
-OS_CGAffineTransformTranslate=flags=no_gen
-OS_CGAffineTransformTranslate_0=
-OS_CGAffineTransformTranslate_1=
-OS_CGAffineTransformTranslate_2=
-OS_CGAffineTransformTranslate_3=
-
-OS_CGBitmapContextCreate=
-OS_CGBitmapContextCreate_0=cast=(void *)
-OS_CGBitmapContextCreate_1=cast=(size_t)
-OS_CGBitmapContextCreate_2=cast=(size_t)
-OS_CGBitmapContextCreate_3=cast=(size_t)
-OS_CGBitmapContextCreate_4=cast=(size_t)
-OS_CGBitmapContextCreate_5=cast=(CGColorSpaceRef)
-OS_CGBitmapContextCreate_6=cast=(CGImageAlphaInfo)
-
-OS_CGBitmapContextCreateImage=flags=dynamic
-OS_CGBitmapContextCreateImage_0=
-
-OS_CGColorCreate=
-OS_CGColorCreate_0=cast=(CGColorSpaceRef)
-OS_CGColorCreate_1=
-
-OS_CGColorRelease=
-OS_CGColorRelease_0=cast=CGColorRef
-
-OS_CGColorSpaceCreateDeviceRGB=
-
-OS_CGColorSpaceCreatePattern=
-OS_CGColorSpaceCreatePattern_0=cast=CGColorSpaceRef
-
-OS_CGColorSpaceRelease=
-OS_CGColorSpaceRelease_0=cast=(CGColorSpaceRef)
-
-OS_CGContextAddArc=
-OS_CGContextAddArc_0=cast=(CGContextRef)
-OS_CGContextAddArc_1=cast=(float)
-OS_CGContextAddArc_2=cast=(float)
-OS_CGContextAddArc_3=cast=(float)
-OS_CGContextAddArc_4=cast=(float)
-OS_CGContextAddArc_5=cast=(float)
-OS_CGContextAddArc_6=cast=(Boolean)
-
-OS_CGContextAddArcToPoint=
-OS_CGContextAddArcToPoint_0=cast=(CGContextRef)
-OS_CGContextAddArcToPoint_1=
-OS_CGContextAddArcToPoint_2=
-OS_CGContextAddArcToPoint_3=
-OS_CGContextAddArcToPoint_4=
-OS_CGContextAddArcToPoint_5=
-
-OS_CGContextAddLineToPoint=
-OS_CGContextAddLineToPoint_0=cast=(CGContextRef)
-OS_CGContextAddLineToPoint_1=
-OS_CGContextAddLineToPoint_2=
-
-OS_CGContextAddLines=
-OS_CGContextAddLines_0=cast=(CGContextRef)
-OS_CGContextAddLines_1=cast=(const CGPoint *)
-OS_CGContextAddLines_2=cast=(size_t)
-
-OS_CGContextAddPath=
-OS_CGContextAddPath_0=cast=(CGContextRef)
-OS_CGContextAddPath_1=cast=CGPathRef
-
-OS_CGContextAddRect=
-OS_CGContextAddRect_0=cast=CGContextRef
-OS_CGContextAddRect_1=flags=struct
-
-OS_CGContextBeginPath=
-OS_CGContextBeginPath_0=cast=(CGContextRef)
-
-OS_CGContextClearRect=
-OS_CGContextClearRect_0=cast=(CGContextRef)
-OS_CGContextClearRect_1=cast=(CGRect *),flags=struct
-
-OS_CGContextClip=
-OS_CGContextClip_0=cast=(CGContextRef)
-
-OS_CGContextClosePath=
-OS_CGContextClosePath_0=cast=(CGContextRef)
-
-OS_CGContextConcatCTM=
-OS_CGContextConcatCTM_0=cast=(CGContextRef)
-OS_CGContextConcatCTM_1=cast=(CGAffineTransform *),flags=struct
-
-OS_CGContextDrawImage=
-OS_CGContextDrawImage_0=cast=(CGContextRef)
-OS_CGContextDrawImage_1=cast=(CGRect *),flags=struct
-OS_CGContextDrawImage_2=cast=(CGImageRef)
-
-OS_CGContextDrawShading=
-OS_CGContextDrawShading_0=cast=(CGContextRef)
-OS_CGContextDrawShading_1=cast=CGShadingRef
-
-OS_CGContextEOClip=
-OS_CGContextEOClip_0=cast=(CGContextRef)
-
-OS_CGContextEOFillPath=
-OS_CGContextEOFillPath_0=cast=(CGContextRef)
-
-OS_CGContextFillPath=
-OS_CGContextFillPath_0=cast=(CGContextRef)
-
-OS_CGContextFillRect=
-OS_CGContextFillRect_0=cast=(CGContextRef)
-OS_CGContextFillRect_1=cast=(CGRect *),flags=struct
-
-OS_CGContextFlush=
-OS_CGContextFlush_0=cast=(CGContextRef)
-
-OS_CGContextGetCTM=flags=no_gen
-OS_CGContextGetCTM_0=
-OS_CGContextGetCTM_1=
-
-OS_CGContextGetInterpolationQuality=
-OS_CGContextGetInterpolationQuality_0=cast=(CGContextRef)
-
-OS_CGContextGetPathBoundingBox=flags=no_gen
-OS_CGContextGetPathBoundingBox_0=cast=(CGContextRef)
-OS_CGContextGetPathBoundingBox_1=
-
-OS_CGContextGetTextPosition=flags=no_gen
-OS_CGContextGetTextPosition_0=cast=(CGContextRef)
-OS_CGContextGetTextPosition_1=cast=(CGPoint)
-
-OS_CGContextMoveToPoint=
-OS_CGContextMoveToPoint_0=cast=(CGContextRef)
-OS_CGContextMoveToPoint_1=cast=(float)
-OS_CGContextMoveToPoint_2=cast=(float)
-
-OS_CGContextRelease=
-OS_CGContextRelease_0=cast=(CGContextRef)
-
-OS_CGContextRestoreGState=
-OS_CGContextRestoreGState_0=cast=(CGContextRef)
-
-OS_CGContextRotateCTM=
-OS_CGContextRotateCTM_0=cast=(CGContextRef)
-OS_CGContextRotateCTM_1=
-
-OS_CGContextSaveGState=
-OS_CGContextSaveGState_0=cast=(CGContextRef)
-
-OS_CGContextScaleCTM=
-OS_CGContextScaleCTM_0=cast=(CGContextRef)
-OS_CGContextScaleCTM_1=cast=(float)
-OS_CGContextScaleCTM_2=cast=(float)
-
-OS_CGContextSelectFont=
-OS_CGContextSelectFont_0=cast=(CGContextRef)
-OS_CGContextSelectFont_1=cast=(const char *)
-OS_CGContextSelectFont_2=cast=(float)
-OS_CGContextSelectFont_3=cast=(CGTextEncoding)
-
-OS_CGContextSetAlpha=
-OS_CGContextSetAlpha_0=cast=(CGContextRef)
-OS_CGContextSetAlpha_1=
-
-OS_CGContextSetBlendMode=flags=dynamic
-OS_CGContextSetBlendMode_0=cast=(CGContextRef)
-OS_CGContextSetBlendMode_1=
-
-OS_CGContextSetFillColor=
-OS_CGContextSetFillColor_0=cast=(CGContextRef)
-OS_CGContextSetFillColor_1=cast=(const float *)
-
-OS_CGContextSetFillColorSpace=
-OS_CGContextSetFillColorSpace_0=cast=(CGContextRef)
-OS_CGContextSetFillColorSpace_1=cast=(CGColorSpaceRef)
-
-OS_CGContextSetFillPattern=
-OS_CGContextSetFillPattern_0=cast=(CGContextRef)
-OS_CGContextSetFillPattern_1=cast=CGPatternRef
-OS_CGContextSetFillPattern_2=
-
-OS_CGContextSetFont=
-OS_CGContextSetFont_0=cast=(CGContextRef)
-OS_CGContextSetFont_1=cast=(CGFontRef)
-
-OS_CGContextSetFontSize=
-OS_CGContextSetFontSize_0=cast=(CGContextRef)
-OS_CGContextSetFontSize_1=cast=(float)
-
-OS_CGContextSetInterpolationQuality=
-OS_CGContextSetInterpolationQuality_0=cast=(CGContextRef)
-OS_CGContextSetInterpolationQuality_1=
-
-OS_CGContextSetLineCap=
-OS_CGContextSetLineCap_0=cast=(CGContextRef)
-OS_CGContextSetLineCap_1=
-
-OS_CGContextSetLineDash=
-OS_CGContextSetLineDash_0=cast=(CGContextRef)
-OS_CGContextSetLineDash_1=cast=(float)
-OS_CGContextSetLineDash_2=cast=(const float *)
-OS_CGContextSetLineDash_3=cast=(size_t)
-
-OS_CGContextSetLineJoin=
-OS_CGContextSetLineJoin_0=cast=(CGContextRef)
-OS_CGContextSetLineJoin_1=
-
-OS_CGContextSetLineWidth=
-OS_CGContextSetLineWidth_0=cast=(CGContextRef)
-OS_CGContextSetLineWidth_1=cast=(float)
-
-OS_CGContextSetMiterLimit=
-OS_CGContextSetMiterLimit_0=cast=(CGContextRef)
-OS_CGContextSetMiterLimit_1=
-
-OS_CGContextSetRGBFillColor=
-OS_CGContextSetRGBFillColor_0=cast=(CGContextRef)
-OS_CGContextSetRGBFillColor_1=cast=(float)
-OS_CGContextSetRGBFillColor_2=cast=(float)
-OS_CGContextSetRGBFillColor_3=cast=(float)
-OS_CGContextSetRGBFillColor_4=cast=(float)
-
-OS_CGContextSetRGBStrokeColor=
-OS_CGContextSetRGBStrokeColor_0=cast=(CGContextRef)
-OS_CGContextSetRGBStrokeColor_1=cast=(float)
-OS_CGContextSetRGBStrokeColor_2=cast=(float)
-OS_CGContextSetRGBStrokeColor_3=cast=(float)
-OS_CGContextSetRGBStrokeColor_4=cast=(float)
-
-OS_CGContextSetRenderingIntent=
-OS_CGContextSetRenderingIntent_0=cast=(CGContextRef)
-OS_CGContextSetRenderingIntent_1=
-
-OS_CGContextSetShouldAntialias=
-OS_CGContextSetShouldAntialias_0=cast=(CGContextRef)
-OS_CGContextSetShouldAntialias_1=
-
-OS_CGContextSetShouldSmoothFonts=
-OS_CGContextSetShouldSmoothFonts_0=cast=(CGContextRef)
-OS_CGContextSetShouldSmoothFonts_1=
-
-OS_CGContextSetStrokeColor=
-OS_CGContextSetStrokeColor_0=cast=(CGContextRef)
-OS_CGContextSetStrokeColor_1=cast=(const float *)
-
-OS_CGContextSetStrokeColorSpace=
-OS_CGContextSetStrokeColorSpace_0=cast=(CGContextRef)
-OS_CGContextSetStrokeColorSpace_1=cast=(CGColorSpaceRef)
-
-OS_CGContextSetStrokePattern=
-OS_CGContextSetStrokePattern_0=cast=(CGContextRef)
-OS_CGContextSetStrokePattern_1=cast=CGPatternRef
-OS_CGContextSetStrokePattern_2=
-
-OS_CGContextSetTextDrawingMode=
-OS_CGContextSetTextDrawingMode_0=cast=(CGContextRef)
-OS_CGContextSetTextDrawingMode_1=cast=(CGTextDrawingMode)
-
-OS_CGContextSetTextMatrix=
-OS_CGContextSetTextMatrix_0=cast=(CGContextRef)
-OS_CGContextSetTextMatrix_1=cast=(CGAffineTransform *),flags=struct
-
-OS_CGContextSetTextPosition=
-OS_CGContextSetTextPosition_0=cast=(CGContextRef)
-OS_CGContextSetTextPosition_1=cast=(float)
-OS_CGContextSetTextPosition_2=cast=(float)
-
-OS_CGContextShowText=
-OS_CGContextShowText_0=cast=(CGContextRef)
-OS_CGContextShowText_1=cast=(const char *)
-OS_CGContextShowText_2=cast=(size_t)
-
-OS_CGContextShowTextAtPoint=
-OS_CGContextShowTextAtPoint_0=cast=(CGContextRef)
-OS_CGContextShowTextAtPoint_1=cast=(float)
-OS_CGContextShowTextAtPoint_2=cast=(float)
-OS_CGContextShowTextAtPoint_3=cast=(const char *)
-OS_CGContextShowTextAtPoint_4=cast=(size_t)
-
-OS_CGContextStrokePath=
-OS_CGContextStrokePath_0=cast=(CGContextRef)
-
-OS_CGContextStrokeRect=
-OS_CGContextStrokeRect_0=cast=(CGContextRef)
-OS_CGContextStrokeRect_1=cast=(CGRect *),flags=struct
-
-OS_CGContextSynchronize=
-OS_CGContextSynchronize_0=cast=(CGContextRef)
-
-OS_CGContextTranslateCTM=
-OS_CGContextTranslateCTM_0=cast=(CGContextRef)
-OS_CGContextTranslateCTM_1=cast=(float)
-OS_CGContextTranslateCTM_2=cast=(float)
-
-OS_CGCursorIsVisible=
-
-OS_CGDataProviderCreateWithData=
-OS_CGDataProviderCreateWithData_0=cast=(void *)
-OS_CGDataProviderCreateWithData_1=cast=(const void *)
-OS_CGDataProviderCreateWithData_2=cast=(size_t)
-OS_CGDataProviderCreateWithData_3=cast=(void *)
-
-OS_CGDataProviderCreateWithURL=
-OS_CGDataProviderCreateWithURL_0=cast=CFURLRef
-
-OS_CGDataProviderRelease=
-OS_CGDataProviderRelease_0=cast=(CGDataProviderRef)
-
-OS_CGDisplayBaseAddress=
-OS_CGDisplayBaseAddress_0=cast=(CGDirectDisplayID)
-
-OS_CGDisplayBitsPerPixel=
-OS_CGDisplayBitsPerPixel_0=cast=(CGDirectDisplayID)
-
-OS_CGDisplayBitsPerSample=
-OS_CGDisplayBitsPerSample_0=cast=(CGDirectDisplayID)
-
-OS_CGDisplayBounds=flags=no_gen
-OS_CGDisplayBounds_0=cast=CGDirectDisplayID
-OS_CGDisplayBounds_1=flags=struct
-
-OS_CGDisplayBytesPerRow=
-OS_CGDisplayBytesPerRow_0=cast=(CGDirectDisplayID)
-
-OS_CGDisplayHideCursor=
-OS_CGDisplayHideCursor_0=cast=CGDirectDisplayID
-
-OS_CGDisplayPixelsHigh=
-OS_CGDisplayPixelsHigh_0=cast=(CGDirectDisplayID)
-
-OS_CGDisplayPixelsWide=
-OS_CGDisplayPixelsWide_0=cast=(CGDirectDisplayID)
-
-OS_CGDisplayShowCursor=
-OS_CGDisplayShowCursor_0=cast=CGDirectDisplayID
-
-OS_CGFontCreateWithPlatformFont=
-OS_CGFontCreateWithPlatformFont_0=
-
-OS_CGFontRelease=
-OS_CGFontRelease_0=cast=(CGFontRef)
-
-OS_CGFunctionCreate=
-OS_CGFunctionCreate_0=cast=void *
-OS_CGFunctionCreate_1=cast=size_t
-OS_CGFunctionCreate_2=cast=const float *
-OS_CGFunctionCreate_3=cast=size_t
-OS_CGFunctionCreate_4=cast=const float *
-OS_CGFunctionCreate_5=cast=const CGFunctionCallbacks *
-
-OS_CGFunctionRelease=
-OS_CGFunctionRelease_0=cast=CGFunctionRef
-
-OS_CGGetDisplaysWithRect=
-OS_CGGetDisplaysWithRect_0=flags=struct
-OS_CGGetDisplaysWithRect_1=cast=CGDisplayCount
-OS_CGGetDisplaysWithRect_2=cast=(CGDirectDisplayID *)
-OS_CGGetDisplaysWithRect_3=cast=CGDisplayCount *
-
-OS_CGImageCreate=
-OS_CGImageCreate_0=cast=(size_t)
-OS_CGImageCreate_1=cast=(size_t)
-OS_CGImageCreate_2=cast=(size_t)
-OS_CGImageCreate_3=cast=(size_t)
-OS_CGImageCreate_4=cast=(size_t)
-OS_CGImageCreate_5=cast=(CGColorSpaceRef)
-OS_CGImageCreate_6=cast=(CGImageAlphaInfo)
-OS_CGImageCreate_7=cast=(CGDataProviderRef)
-OS_CGImageCreate_8=cast=(const float *)
-OS_CGImageCreate_9=cast=(Boolean)
-OS_CGImageCreate_10=cast=(CGColorRenderingIntent)
-
-OS_CGImageCreateWithImageInRect=flags=dynamic
-OS_CGImageCreateWithImageInRect_0=
-OS_CGImageCreateWithImageInRect_1=flags=struct
-
-OS_CGImageCreateWithJPEGDataProvider=
-OS_CGImageCreateWithJPEGDataProvider_0=cast=CGDataProviderRef
-OS_CGImageCreateWithJPEGDataProvider_1=
-OS_CGImageCreateWithJPEGDataProvider_2=
-OS_CGImageCreateWithJPEGDataProvider_3=
-
-OS_CGImageCreateWithPNGDataProvider=
-OS_CGImageCreateWithPNGDataProvider_0=cast=CGDataProviderRef
-OS_CGImageCreateWithPNGDataProvider_1=
-OS_CGImageCreateWithPNGDataProvider_2=
-OS_CGImageCreateWithPNGDataProvider_3=
-
-OS_CGImageGetAlphaInfo=
-OS_CGImageGetAlphaInfo_0=cast=(CGImageRef)
-
-OS_CGImageGetBitsPerComponent=
-OS_CGImageGetBitsPerComponent_0=cast=(CGImageRef)
-
-OS_CGImageGetBitsPerPixel=
-OS_CGImageGetBitsPerPixel_0=cast=(CGImageRef)
-
-OS_CGImageGetBytesPerRow=
-OS_CGImageGetBytesPerRow_0=cast=(CGImageRef)
-
-OS_CGImageGetColorSpace=
-OS_CGImageGetColorSpace_0=cast=(CGImageRef)
-
-OS_CGImageGetDataProvider=
-OS_CGImageGetDataProvider_0=cast=(CGImageRef)
-
-OS_CGImageGetHeight=
-OS_CGImageGetHeight_0=cast=(CGImageRef)
-
-OS_CGImageGetWidth=
-OS_CGImageGetWidth_0=cast=(CGImageRef)
-
-OS_CGImageRelease=
-OS_CGImageRelease_0=cast=(CGImageRef)
-
-OS_CGMainDisplayID=
-
-OS_CGPathAddArc=
-OS_CGPathAddArc_0=cast=CGMutablePathRef
-OS_CGPathAddArc_1=cast=(const CGAffineTransform *)
-OS_CGPathAddArc_2=
-OS_CGPathAddArc_3=
-OS_CGPathAddArc_4=
-OS_CGPathAddArc_5=
-OS_CGPathAddArc_6=
-OS_CGPathAddArc_7=
-
-OS_CGPathAddCurveToPoint=
-OS_CGPathAddCurveToPoint_0=cast=(CGMutablePathRef)
-OS_CGPathAddCurveToPoint_1=cast=(const CGAffineTransform *)
-OS_CGPathAddCurveToPoint_2=
-OS_CGPathAddCurveToPoint_3=
-OS_CGPathAddCurveToPoint_4=
-OS_CGPathAddCurveToPoint_5=
-OS_CGPathAddCurveToPoint_6=
-OS_CGPathAddCurveToPoint_7=
-
-OS_CGPathAddLineToPoint=
-OS_CGPathAddLineToPoint_0=cast=CGMutablePathRef
-OS_CGPathAddLineToPoint_1=cast=const CGAffineTransform *
-OS_CGPathAddLineToPoint_2=
-OS_CGPathAddLineToPoint_3=
-
-OS_CGPathAddPath=
-OS_CGPathAddPath_0=cast=(CGMutablePathRef)
-OS_CGPathAddPath_1=cast=const CGAffineTransform *
-OS_CGPathAddPath_2=cast=CGPathRef
-
-OS_CGPathAddQuadCurveToPoint=
-OS_CGPathAddQuadCurveToPoint_0=cast=(CGMutablePathRef)
-OS_CGPathAddQuadCurveToPoint_1=cast=(const CGAffineTransform *)
-OS_CGPathAddQuadCurveToPoint_2=
-OS_CGPathAddQuadCurveToPoint_3=
-OS_CGPathAddQuadCurveToPoint_4=
-OS_CGPathAddQuadCurveToPoint_5=
-
-OS_CGPathAddRect=
-OS_CGPathAddRect_0=cast=(CGMutablePathRef)
-OS_CGPathAddRect_1=cast=const CGAffineTransform *
-OS_CGPathAddRect_2=flags=struct
-
-OS_CGPathApply=
-OS_CGPathApply_0=cast=CGPathRef
-OS_CGPathApply_1=cast=void *
-OS_CGPathApply_2=cast=CGPathApplierFunction
-
-OS_CGPathCloseSubpath=
-OS_CGPathCloseSubpath_0=cast=(CGMutablePathRef)
-
-OS_CGPathCreateMutable=
-
-OS_CGPathCreateMutableCopy=
-OS_CGPathCreateMutableCopy_0=cast=CGPathRef
-
-OS_CGPathGetBoundingBox=flags=no_gen
-OS_CGPathGetBoundingBox_0=cast=CGPathRef
-OS_CGPathGetBoundingBox_1=
-
-OS_CGPathGetCurrentPoint=flags=no_gen
-OS_CGPathGetCurrentPoint_0=cast=CGPathRef
-OS_CGPathGetCurrentPoint_1=
-
-OS_CGPathIsEmpty=
-OS_CGPathIsEmpty_0=cast=CGPathRef
-
-OS_CGPathMoveToPoint=
-OS_CGPathMoveToPoint_0=cast=CGMutablePathRef
-OS_CGPathMoveToPoint_1=cast=const CGAffineTransform *
-OS_CGPathMoveToPoint_2=
-OS_CGPathMoveToPoint_3=
-
-OS_CGPathRelease=
-OS_CGPathRelease_0=cast=CGPathRef
-
-OS_CGPatternCreate=
-OS_CGPatternCreate_0=cast=void *
-OS_CGPatternCreate_1=flags=struct
-OS_CGPatternCreate_2=cast=CGAffineTransform *,flags=struct
-OS_CGPatternCreate_3=
-OS_CGPatternCreate_4=
-OS_CGPatternCreate_5=cast=CGPatternTiling
-OS_CGPatternCreate_6=
-OS_CGPatternCreate_7=cast=(const CGPatternCallbacks *)
-
-OS_CGPatternRelease=
-OS_CGPatternRelease_0=cast=CGPatternRef
-
-OS_CGPointApplyAffineTransform=flags=no_gen
-OS_CGPointApplyAffineTransform_0=
-OS_CGPointApplyAffineTransform_1=
-OS_CGPointApplyAffineTransform_2=
-
-OS_CGPostKeyboardEvent=
-OS_CGPostKeyboardEvent_0=cast=(CGCharCode)
-OS_CGPostKeyboardEvent_1=cast=CGKeyCode
-OS_CGPostKeyboardEvent_2=cast=boolean_t
-
-OS_CGPostMouseEvent=
-OS_CGPostMouseEvent_0=flags=struct
-OS_CGPostMouseEvent_1=cast=boolean_t
-OS_CGPostMouseEvent_2=
-OS_CGPostMouseEvent_3=cast=boolean_t
-OS_CGPostMouseEvent_4=cast=boolean_t
-OS_CGPostMouseEvent_5=cast=boolean_t
-OS_CGPostMouseEvent_6=cast=(boolean_t)
-OS_CGPostMouseEvent_7=cast=(boolean_t)
-
-OS_CGPostScrollWheelEvent=
-OS_CGPostScrollWheelEvent_0=
-OS_CGPostScrollWheelEvent_1=
-
-OS_CGRectContainsPoint=
-OS_CGRectContainsPoint_0=flags=struct
-OS_CGRectContainsPoint_1=flags=struct
-
-OS_CGShadingCreateAxial=
-OS_CGShadingCreateAxial_0=cast=CGColorSpaceRef
-OS_CGShadingCreateAxial_1=flags=struct
-OS_CGShadingCreateAxial_2=flags=struct
-OS_CGShadingCreateAxial_3=cast=CGFunctionRef
-OS_CGShadingCreateAxial_4=
-OS_CGShadingCreateAxial_5=
-
-OS_CGShadingCreateRadial=
-OS_CGShadingCreateRadial_0=cast=CGColorSpaceRef
-OS_CGShadingCreateRadial_1=flags=struct
-OS_CGShadingCreateRadial_2=
-OS_CGShadingCreateRadial_3=flags=struct
-OS_CGShadingCreateRadial_4=
-OS_CGShadingCreateRadial_5=cast=CGFunctionRef
-OS_CGShadingCreateRadial_6=
-OS_CGShadingCreateRadial_7=
-
-OS_CGShadingRelease=
-OS_CGShadingRelease_0=cast=CGShadingRef
-
-OS_CGSizeApplyAffineTransform=flags=no_gen
-OS_CGSizeApplyAffineTransform_0=
-OS_CGSizeApplyAffineTransform_1=
-OS_CGSizeApplyAffineTransform_2=
-
-OS_CGWarpMouseCursorPosition=
-OS_CGWarpMouseCursorPosition_0=flags=struct
-
-OS_CPSEnableForegroundOperation=
-OS_CPSEnableForegroundOperation_0=
-OS_CPSEnableForegroundOperation_1=
-OS_CPSEnableForegroundOperation_2=
-OS_CPSEnableForegroundOperation_3=
-OS_CPSEnableForegroundOperation_4=
-
-OS_CPSSetProcessName=
-OS_CPSSetProcessName_0=
-OS_CPSSetProcessName_1=
-
-OS_CalcMenuSize=
-OS_CalcMenuSize_0=cast=MenuRef
-
-OS_Call=
-OS_Call_0=
-OS_Call_1=
-OS_Call_2=
-
-OS_CallNextEventHandler=
-OS_CallNextEventHandler_0=cast=(EventHandlerCallRef)
-OS_CallNextEventHandler_1=cast=(EventRef)
-
-OS_CancelMenuTracking=
-OS_CancelMenuTracking_0=cast=MenuRef
-OS_CancelMenuTracking_1=
-OS_CancelMenuTracking_2=
-
-OS_ChangeMenuItemAttributes=
-OS_ChangeMenuItemAttributes_0=cast=MenuRef
-OS_ChangeMenuItemAttributes_1=cast=MenuItemIndex
-OS_ChangeMenuItemAttributes_2=cast=MenuItemAttributes
-OS_ChangeMenuItemAttributes_3=cast=MenuItemAttributes
-
-OS_ChangeWindowAttributes=
-OS_ChangeWindowAttributes_0=cast=WindowRef
-OS_ChangeWindowAttributes_1=cast=WindowAttributes
-OS_ChangeWindowAttributes_2=cast=WindowAttributes
-
-OS_ClearCurrentScrap=
-
-OS_ClearKeyboardFocus=
-OS_ClearKeyboardFocus_0=cast=(WindowRef)
-
-OS_ClearMenuBar=
-
-OS_ClipCGContextToRegion=
-OS_ClipCGContextToRegion_0=cast=(CGContextRef)
-OS_ClipCGContextToRegion_1=cast=(const Rect *)
-OS_ClipCGContextToRegion_2=cast=(RgnHandle)
-
-OS_CloseDataBrowserContainer=
-OS_CloseDataBrowserContainer_0=cast=(ControlRef)
-OS_CloseDataBrowserContainer_1=cast=(DataBrowserItemID)
-
-OS_ClosePicture=
-
-OS_CloseRgn=
-OS_CloseRgn_0=cast=(RgnHandle)
-
-OS_CollapseWindow=
-OS_CollapseWindow_0=cast=(WindowRef)
-OS_CollapseWindow_1=cast=(Boolean)
-
-OS_ContextualMenuSelect=
-OS_ContextualMenuSelect_0=cast=MenuRef
-OS_ContextualMenuSelect_1=flags=struct
-OS_ContextualMenuSelect_2=
-OS_ContextualMenuSelect_3=
-OS_ContextualMenuSelect_4=cast=ConstStr255Param
-OS_ContextualMenuSelect_5=
-OS_ContextualMenuSelect_6=cast=UInt32 *
-OS_ContextualMenuSelect_7=cast=SInt16 *
-OS_ContextualMenuSelect_8=cast=MenuItemIndex *
-
-OS_ConvertEventRefToEventRecord=
-OS_ConvertEventRefToEventRecord_0=cast=(EventRef)
-OS_ConvertEventRefToEventRecord_1=cast=(EventRecord *)
-
-OS_ConvertFromPStringToUnicode=
-OS_ConvertFromPStringToUnicode_0=cast=TextToUnicodeInfo
-OS_ConvertFromPStringToUnicode_1=cast=ConstStr255Param
-OS_ConvertFromPStringToUnicode_2=
-OS_ConvertFromPStringToUnicode_3=cast=ByteCount *
-OS_ConvertFromPStringToUnicode_4=
-
-OS_ConvertFromUnicodeToPString=
-OS_ConvertFromUnicodeToPString_0=cast=UnicodeToTextInfo
-OS_ConvertFromUnicodeToPString_1=
-OS_ConvertFromUnicodeToPString_2=cast=ConstUniCharArrayPtr
-OS_ConvertFromUnicodeToPString_3=cast=(unsigned char *)
-
-OS_CopyBits=
-OS_CopyBits_0=cast=(const BitMap *)
-OS_CopyBits_1=cast=(const BitMap *)
-OS_CopyBits_2=cast=(const Rect *)
-OS_CopyBits_3=cast=(const Rect *)
-OS_CopyBits_4=cast=(short)
-OS_CopyBits_5=cast=(RgnHandle)
-
-OS_CopyControlTitleAsCFString=
-OS_CopyControlTitleAsCFString_0=cast=(ControlRef)
-OS_CopyControlTitleAsCFString_1=cast=(CFStringRef *)
-
-OS_CopyMenuItemTextAsCFString=
-OS_CopyMenuItemTextAsCFString_0=cast=(MenuRef)
-OS_CopyMenuItemTextAsCFString_1=cast=(MenuItemIndex)
-OS_CopyMenuItemTextAsCFString_2=cast=(CFStringRef *)
-
-OS_CopyRgn=
-OS_CopyRgn_0=cast=(RgnHandle)
-OS_CopyRgn_1=cast=(RgnHandle)
-
-OS_CountDragItemFlavors=
-OS_CountDragItemFlavors_0=cast=(DragRef)
-OS_CountDragItemFlavors_1=cast=(DragItemRef)
-OS_CountDragItemFlavors_2=cast=(UInt16 *)
-
-OS_CountDragItems=
-OS_CountDragItems_0=cast=(DragRef)
-OS_CountDragItems_1=cast=(UInt16 *)
-
-OS_CountMenuItems=
-OS_CountMenuItems_0=cast=(MenuRef)
-
-OS_CountSubControls=
-OS_CountSubControls_0=cast=(ControlRef)
-OS_CountSubControls_1=cast=(UInt16 *)
-
-OS_CreateBevelButtonControl=
-OS_CreateBevelButtonControl_0=cast=(WindowRef)
-OS_CreateBevelButtonControl_1=cast=(const Rect *)
-OS_CreateBevelButtonControl_2=cast=(CFStringRef)
-OS_CreateBevelButtonControl_3=cast=(ControlBevelThickness)
-OS_CreateBevelButtonControl_4=cast=(ControlBevelButtonBehavior)
-OS_CreateBevelButtonControl_5=cast=(ControlButtonContentInfoPtr)
-OS_CreateBevelButtonControl_6=cast=(SInt16)
-OS_CreateBevelButtonControl_7=cast=(ControlBevelButtonMenuBehavior)
-OS_CreateBevelButtonControl_8=cast=(ControlBevelButtonMenuPlacement)
-OS_CreateBevelButtonControl_9=cast=(ControlRef *)
-
-OS_CreateCGContextForPort=
-OS_CreateCGContextForPort_0=cast=(CGrafPtr)
-OS_CreateCGContextForPort_1=cast=(CGContextRef *)
-
-OS_CreateCheckBoxControl=
-OS_CreateCheckBoxControl_0=cast=(WindowRef)
-OS_CreateCheckBoxControl_1=cast=(const Rect *)
-OS_CreateCheckBoxControl_2=cast=(CFStringRef)
-OS_CreateCheckBoxControl_3=cast=(SInt32)
-OS_CreateCheckBoxControl_4=cast=(Boolean)
-OS_CreateCheckBoxControl_5=cast=(ControlRef *)
-
-OS_CreateClockControl=
-OS_CreateClockControl_0=cast=(WindowRef)
-OS_CreateClockControl_1=cast=(const Rect *)
-OS_CreateClockControl_2=cast=ControlClockType
-OS_CreateClockControl_3=cast=ControlClockFlags
-OS_CreateClockControl_4=cast=(ControlRef *)
-
-OS_CreateDataBrowserControl=
-OS_CreateDataBrowserControl_0=cast=(WindowRef)
-OS_CreateDataBrowserControl_1=cast=(const Rect *)
-OS_CreateDataBrowserControl_2=cast=(DataBrowserViewStyle)
-OS_CreateDataBrowserControl_3=cast=(ControlRef *)
-
-OS_CreateEditUnicodeTextControl=
-OS_CreateEditUnicodeTextControl_0=cast=(WindowRef)
-OS_CreateEditUnicodeTextControl_1=
-OS_CreateEditUnicodeTextControl_2=cast=(CFStringRef)
-OS_CreateEditUnicodeTextControl_3=
-OS_CreateEditUnicodeTextControl_4=
-OS_CreateEditUnicodeTextControl_5=cast=(ControlRef *)
-
-OS_CreateEvent=
-OS_CreateEvent_0=cast=(CFAllocatorRef)
-OS_CreateEvent_1=cast=(UInt32)
-OS_CreateEvent_2=cast=(UInt32)
-OS_CreateEvent_3=cast=(EventTime)
-OS_CreateEvent_4=cast=(EventAttributes)
-OS_CreateEvent_5=cast=(EventRef *)
-
-OS_CreateGroupBoxControl=
-OS_CreateGroupBoxControl_0=cast=(WindowRef)
-OS_CreateGroupBoxControl_1=cast=(const Rect *)
-OS_CreateGroupBoxControl_2=cast=(CFStringRef)
-OS_CreateGroupBoxControl_3=cast=(Boolean)
-OS_CreateGroupBoxControl_4=cast=(ControlRef *)
-
-OS_CreateIconControl=
-OS_CreateIconControl_0=cast=(WindowRef)
-OS_CreateIconControl_1=
-OS_CreateIconControl_2=
-OS_CreateIconControl_3=
-OS_CreateIconControl_4=cast=(ControlRef *)
-
-OS_CreateLittleArrowsControl=
-OS_CreateLittleArrowsControl_0=cast=WindowRef
-OS_CreateLittleArrowsControl_1=cast=const Rect *
-OS_CreateLittleArrowsControl_2=
-OS_CreateLittleArrowsControl_3=
-OS_CreateLittleArrowsControl_4=
-OS_CreateLittleArrowsControl_5=
-OS_CreateLittleArrowsControl_6=cast=(ControlRef *)
-
-OS_CreateNewMenu=
-OS_CreateNewMenu_0=cast=(MenuID)
-OS_CreateNewMenu_1=cast=(MenuAttributes)
-OS_CreateNewMenu_2=cast=(MenuRef *)
-
-OS_CreateNewWindow=
-OS_CreateNewWindow_0=cast=(WindowClass)
-OS_CreateNewWindow_1=cast=(WindowAttributes)
-OS_CreateNewWindow_2=cast=(const Rect *)
-OS_CreateNewWindow_3=cast=(WindowRef *)
-
-OS_CreatePopupArrowControl=
-OS_CreatePopupArrowControl_0=cast=(WindowRef)
-OS_CreatePopupArrowControl_1=cast=(const Rect *)
-OS_CreatePopupArrowControl_2=cast=(ControlPopupArrowOrientation)
-OS_CreatePopupArrowControl_3=cast=(ControlPopupArrowSize)
-OS_CreatePopupArrowControl_4=cast=(ControlRef *)
-
-OS_CreatePopupButtonControl=
-OS_CreatePopupButtonControl_0=cast=(WindowRef)
-OS_CreatePopupButtonControl_1=
-OS_CreatePopupButtonControl_2=cast=(CFStringRef)
-OS_CreatePopupButtonControl_3=
-OS_CreatePopupButtonControl_4=
-OS_CreatePopupButtonControl_5=
-OS_CreatePopupButtonControl_6=
-OS_CreatePopupButtonControl_7=
-OS_CreatePopupButtonControl_8=cast=(ControlRef *)
-
-OS_CreateProgressBarControl=
-OS_CreateProgressBarControl_0=cast=(WindowRef)
-OS_CreateProgressBarControl_1=
-OS_CreateProgressBarControl_2=
-OS_CreateProgressBarControl_3=
-OS_CreateProgressBarControl_4=
-OS_CreateProgressBarControl_5=
-OS_CreateProgressBarControl_6=cast=(ControlRef *)
-
-OS_CreatePushButtonControl=
-OS_CreatePushButtonControl_0=cast=(WindowRef)
-OS_CreatePushButtonControl_1=cast=(const Rect *)
-OS_CreatePushButtonControl_2=cast=(CFStringRef)
-OS_CreatePushButtonControl_3=cast=(ControlRef *)
-
-OS_CreatePushButtonWithIconControl=
-OS_CreatePushButtonWithIconControl_0=cast=(WindowRef)
-OS_CreatePushButtonWithIconControl_1=
-OS_CreatePushButtonWithIconControl_2=cast=(CFStringRef)
-OS_CreatePushButtonWithIconControl_3=cast=(ControlButtonContentInfo *)
-OS_CreatePushButtonWithIconControl_4=cast=(ControlPushButtonIconAlignment)
-OS_CreatePushButtonWithIconControl_5=cast=(ControlRef *)
-
-OS_CreateRadioButtonControl=
-OS_CreateRadioButtonControl_0=cast=(WindowRef)
-OS_CreateRadioButtonControl_1=cast=(const Rect *)
-OS_CreateRadioButtonControl_2=cast=(CFStringRef)
-OS_CreateRadioButtonControl_3=cast=(SInt32)
-OS_CreateRadioButtonControl_4=cast=(Boolean)
-OS_CreateRadioButtonControl_5=cast=(ControlRef *)
-
-OS_CreateRootControl=
-OS_CreateRootControl_0=cast=(WindowRef)
-OS_CreateRootControl_1=cast=(ControlRef *)
-
-OS_CreateScrollBarControl=
-OS_CreateScrollBarControl_0=cast=(WindowRef)
-OS_CreateScrollBarControl_1=
-OS_CreateScrollBarControl_2=
-OS_CreateScrollBarControl_3=
-OS_CreateScrollBarControl_4=
-OS_CreateScrollBarControl_5=
-OS_CreateScrollBarControl_6=
-OS_CreateScrollBarControl_7=cast=(ControlActionUPP)
-OS_CreateScrollBarControl_8=cast=(ControlRef *)
-
-OS_CreateSeparatorControl=
-OS_CreateSeparatorControl_0=cast=(WindowRef)
-OS_CreateSeparatorControl_1=
-OS_CreateSeparatorControl_2=cast=(ControlRef *)
-
-OS_CreateSliderControl=
-OS_CreateSliderControl_0=cast=(WindowRef)
-OS_CreateSliderControl_1=cast=(const Rect *)
-OS_CreateSliderControl_2=cast=(SInt32)
-OS_CreateSliderControl_3=cast=(SInt32)
-OS_CreateSliderControl_4=cast=(SInt32)
-OS_CreateSliderControl_5=cast=(ControlSliderOrientation)
-OS_CreateSliderControl_6=cast=(UInt16)
-OS_CreateSliderControl_7=cast=(Boolean)
-OS_CreateSliderControl_8=cast=(ControlActionUPP)
-OS_CreateSliderControl_9=cast=(ControlRef *)
-
-OS_CreateStandardAlert=
-OS_CreateStandardAlert_0=cast=(AlertType)
-OS_CreateStandardAlert_1=cast=(CFStringRef)
-OS_CreateStandardAlert_2=cast=(CFStringRef)
-OS_CreateStandardAlert_3=cast=(const AlertStdCFStringAlertParamRec *)
-OS_CreateStandardAlert_4=cast=(DialogRef *)
-
-OS_CreateStaticTextControl=
-OS_CreateStaticTextControl_0=cast=(WindowRef)
-OS_CreateStaticTextControl_1=
-OS_CreateStaticTextControl_2=cast=(CFStringRef)
-OS_CreateStaticTextControl_3=cast=(const ControlFontStyleRec *)
-OS_CreateStaticTextControl_4=cast=(ControlRef *)
-
-OS_CreateTabsControl=
-OS_CreateTabsControl_0=cast=(WindowRef)
-OS_CreateTabsControl_1=cast=(const Rect *)
-OS_CreateTabsControl_2=cast=(ControlTabSize)
-OS_CreateTabsControl_3=cast=(ControlTabDirection)
-OS_CreateTabsControl_4=cast=(UInt16)
-OS_CreateTabsControl_5=cast=(const ControlTabEntry *)
-OS_CreateTabsControl_6=cast=(ControlRef *)
-
-OS_CreateTextToUnicodeInfoByEncoding=
-OS_CreateTextToUnicodeInfoByEncoding_0=cast=(TextEncoding)
-OS_CreateTextToUnicodeInfoByEncoding_1=cast=(TextToUnicodeInfo *)
-
-OS_CreateUnicodeToTextInfoByEncoding=
-OS_CreateUnicodeToTextInfoByEncoding_0=cast=(TextEncoding)
-OS_CreateUnicodeToTextInfoByEncoding_1=cast=(UnicodeToTextInfo *)
-
-OS_CreateUserPaneControl=
-OS_CreateUserPaneControl_0=cast=(WindowRef)
-OS_CreateUserPaneControl_1=
-OS_CreateUserPaneControl_2=
-OS_CreateUserPaneControl_3=cast=(ControlRef *)
-
-OS_CreateWindowGroup=
-OS_CreateWindowGroup_0=cast=(WindowGroupAttributes)
-OS_CreateWindowGroup_1=cast=(WindowGroupRef *)
-
-OS_DataBrowserChangeAttributes=flags=dynamic
-OS_DataBrowserChangeAttributes_0=
-OS_DataBrowserChangeAttributes_1=
-OS_DataBrowserChangeAttributes_2=
-
-OS_DataBrowserGetAttributes=flags=dynamic
-OS_DataBrowserGetAttributes_0=
-OS_DataBrowserGetAttributes_1=
-
-OS_DataBrowserGetMetric=flags=dynamic
-OS_DataBrowserGetMetric_0=
-OS_DataBrowserGetMetric_1=
-OS_DataBrowserGetMetric_2=
-OS_DataBrowserGetMetric_3=
-
-OS_DataBrowserSetMetric=flags=dynamic
-OS_DataBrowserSetMetric_0=
-OS_DataBrowserSetMetric_1=
-OS_DataBrowserSetMetric_2=
-OS_DataBrowserSetMetric_3=
-
-OS_DeactivateTSMDocument=
-OS_DeactivateTSMDocument_0=cast=TSMDocumentID
-
-OS_DeleteGlobalRef=flags=no_gen
-OS_DeleteGlobalRef_0=
-
-OS_DeleteMenu=
-OS_DeleteMenu_0=cast=(MenuID)
-
-OS_DeleteMenuItem=
-OS_DeleteMenuItem_0=cast=(MenuRef)
-OS_DeleteMenuItem_1=cast=(short)
-
-OS_DeleteMenuItems=
-OS_DeleteMenuItems_0=cast=(MenuRef)
-OS_DeleteMenuItems_1=cast=(MenuItemIndex)
-OS_DeleteMenuItems_2=cast=(ItemCount)
-
-OS_DeleteTSMDocument=
-OS_DeleteTSMDocument_0=cast=TSMDocumentID
-
-OS_DiffRgn=
-OS_DiffRgn_0=cast=(RgnHandle)
-OS_DiffRgn_1=cast=(RgnHandle)
-OS_DiffRgn_2=cast=(RgnHandle)
-
-OS_DisableControl=
-OS_DisableControl_0=cast=(ControlRef)
-
-OS_DisableMenuCommand=
-OS_DisableMenuCommand_0=cast=(MenuRef)
-OS_DisableMenuCommand_1=cast=(MenuCommand)
-
-OS_DisableMenuItem=
-OS_DisableMenuItem_0=cast=(MenuRef)
-OS_DisableMenuItem_1=cast=(MenuItemIndex)
-
-OS_DisposeControl=
-OS_DisposeControl_0=cast=(ControlRef)
-
-OS_DisposeDrag=
-OS_DisposeDrag_0=cast=(DragRef)
-
-OS_DisposeGWorld=
-OS_DisposeGWorld_0=cast=(GWorldPtr)
-
-OS_DisposeHandle=
-OS_DisposeHandle_0=cast=(Handle)
-
-OS_DisposeMenu=
-OS_DisposeMenu_0=cast=(MenuRef)
-
-OS_DisposePtr=
-OS_DisposePtr_0=cast=(Ptr)
-
-OS_DisposeRgn=
-OS_DisposeRgn_0=cast=(RgnHandle)
-
-OS_DisposeTextToUnicodeInfo=
-OS_DisposeTextToUnicodeInfo_0=cast=TextToUnicodeInfo *
-
-OS_DisposeUnicodeToTextInfo=
-OS_DisposeUnicodeToTextInfo_0=cast=UnicodeToTextInfo *
-
-OS_DisposeWindow=
-OS_DisposeWindow_0=cast=(WindowRef)
-
-OS_DrawControlInCurrentPort=
-OS_DrawControlInCurrentPort_0=cast=(ControlRef)
-
-OS_DrawMenuBar=
-
-OS_DrawPicture=
-OS_DrawPicture_0=cast=PicHandle
-OS_DrawPicture_1=cast=(const Rect *)
-
-OS_DrawThemeButton=
-OS_DrawThemeButton_0=cast=(Rect *)
-OS_DrawThemeButton_1=cast=(ThemeButtonKind)
-OS_DrawThemeButton_2=cast=(const ThemeButtonDrawInfo *)
-OS_DrawThemeButton_3=cast=(const ThemeButtonDrawInfo *)
-OS_DrawThemeButton_4=cast=(ThemeEraseUPP)
-OS_DrawThemeButton_5=cast=(ThemeButtonDrawUPP)
-OS_DrawThemeButton_6=cast=(UInt32)
-
-OS_DrawThemeEditTextFrame=
-OS_DrawThemeEditTextFrame_0=cast=(const Rect *)
-OS_DrawThemeEditTextFrame_1=cast=(ThemeDrawState)
-
-OS_DrawThemeFocusRect=
-OS_DrawThemeFocusRect_0=cast=(const Rect *)
-OS_DrawThemeFocusRect_1=cast=(Boolean)
-
-OS_DrawThemePopupArrow=
-OS_DrawThemePopupArrow_0=
-OS_DrawThemePopupArrow_1=cast=ThemeArrowOrientation
-OS_DrawThemePopupArrow_2=cast=(ThemePopupArrowSize)
-OS_DrawThemePopupArrow_3=cast=(ThemeDrawState)
-OS_DrawThemePopupArrow_4=cast=(ThemeEraseUPP)
-OS_DrawThemePopupArrow_5=cast=(UInt32)
-
-OS_DrawThemeSeparator=
-OS_DrawThemeSeparator_0=cast=(const Rect *)
-OS_DrawThemeSeparator_1=cast=(ThemeDrawState)
-
-OS_DrawThemeTextBox=
-OS_DrawThemeTextBox_0=cast=(CFStringRef)
-OS_DrawThemeTextBox_1=cast=(ThemeFontID)
-OS_DrawThemeTextBox_2=cast=(ThemeDrawState)
-OS_DrawThemeTextBox_3=cast=(Boolean)
-OS_DrawThemeTextBox_4=cast=(const Rect *)
-OS_DrawThemeTextBox_5=cast=(SInt16)
-OS_DrawThemeTextBox_6=cast=(void *)
-
-OS_EmbedControl=
-OS_EmbedControl_0=cast=(ControlRef)
-OS_EmbedControl_1=cast=(ControlRef)
-
-OS_EmptyRect=
-OS_EmptyRect_0=cast=(const Rect *)
-
-OS_EmptyRgn=
-OS_EmptyRgn_0=cast=(RgnHandle)
-
-OS_EnableControl=
-OS_EnableControl_0=cast=(ControlRef)
-
-OS_EnableMenuCommand=
-OS_EnableMenuCommand_0=cast=(MenuRef)
-OS_EnableMenuCommand_1=cast=(MenuCommand)
-
-OS_EnableMenuItem=
-OS_EnableMenuItem_0=cast=(MenuRef)
-OS_EnableMenuItem_1=cast=(MenuItemIndex)
-
-OS_EraseRect=
-OS_EraseRect_0=cast=(const Rect *)
-
-OS_FMGetATSFontRefFromFont=
-OS_FMGetATSFontRefFromFont_0=
-
-OS_FMGetFontFamilyFromName=
-OS_FMGetFontFamilyFromName_0=cast=(ConstStr255Param)
-
-OS_FMGetFontFamilyInstanceFromFont=
-OS_FMGetFontFamilyInstanceFromFont_0=cast=FMFont
-OS_FMGetFontFamilyInstanceFromFont_1=cast=FMFontFamily *
-OS_FMGetFontFamilyInstanceFromFont_2=cast=FMFontStyle *
-
-OS_FMGetFontFromATSFontRef=
-OS_FMGetFontFromATSFontRef_0=
-
-OS_FMGetFontFromFontFamilyInstance=
-OS_FMGetFontFromFontFamilyInstance_0=cast=(FMFontFamily)
-OS_FMGetFontFromFontFamilyInstance_1=cast=(FMFontStyle)
-OS_FMGetFontFromFontFamilyInstance_2=cast=(FMFont *)
-OS_FMGetFontFromFontFamilyInstance_3=cast=(FMFontStyle *)
-
-OS_FPIsFontPanelVisible=
-
-OS_FPShowHideFontPanel=
-
-OS_FSGetCatalogInfo=
-OS_FSGetCatalogInfo_0=cast=(FSRef *)
-OS_FSGetCatalogInfo_1=cast=(FSCatalogInfoBitmap)
-OS_FSGetCatalogInfo_2=cast=(FSCatalogInfo *)
-OS_FSGetCatalogInfo_3=cast=(HFSUniStr255 *)
-OS_FSGetCatalogInfo_4=cast=(FSSpec *)
-OS_FSGetCatalogInfo_5=cast=(FSRef *)
-
-OS_FSpGetFInfo=
-OS_FSpGetFInfo_0=cast=(FSSpec *)
-OS_FSpGetFInfo_1=cast=(FInfo *)
-
-OS_FSpMakeFSRef=
-OS_FSpMakeFSRef_0=cast=(const FSSpec *)
-OS_FSpMakeFSRef_1=cast=(FSRef *)
-
-OS_FindSpecificEventInQueue=
-OS_FindSpecificEventInQueue_0=cast=EventQueueRef
-OS_FindSpecificEventInQueue_1=cast=EventComparatorUPP
-OS_FindSpecificEventInQueue_2=cast=void *
-
-OS_FindWindow=
-OS_FindWindow_0=cast=(Point *),flags=struct
-OS_FindWindow_1=cast=(WindowRef *)
-
-OS_Fix2Long=
-OS_Fix2Long_0=
-
-OS_Fix2X=
-OS_Fix2X_0=cast=Fixed
-
-OS_FixTSMDocument=
-OS_FixTSMDocument_0=cast=TSMDocumentID
-
-OS_FrontWindow=
-
-OS_Gestalt=
-OS_Gestalt_0=cast=OSType
-OS_Gestalt_1=cast=long *
-
-OS_GetApplicationEventTarget=
-
-OS_GetAvailableWindowAttributes=
-OS_GetAvailableWindowAttributes_0=cast=(WindowClass)
-
-OS_GetAvailableWindowPositioningBounds=
-OS_GetAvailableWindowPositioningBounds_0=cast=(GDHandle)
-OS_GetAvailableWindowPositioningBounds_1=cast=(Rect *)
-
-OS_GetBestControlRect=
-OS_GetBestControlRect_0=cast=(ControlRef)
-OS_GetBestControlRect_1=cast=(Rect *)
-OS_GetBestControlRect_2=cast=(SInt16 *)
-
-OS_GetCFRunLoopFromEventLoop=
-OS_GetCFRunLoopFromEventLoop_0=cast=EventLoopRef
-
-OS_GetCaretTime=
-
-OS_GetClip=
-OS_GetClip_0=cast=(RgnHandle)
-
-OS_GetControl32BitMaximum=
-OS_GetControl32BitMaximum_0=cast=(ControlRef)
-
-OS_GetControl32BitMinimum=
-OS_GetControl32BitMinimum_0=cast=(ControlRef)
-
-OS_GetControl32BitValue=
-OS_GetControl32BitValue_0=cast=(ControlRef)
-
-OS_GetControlAction=
-OS_GetControlAction_0=cast=ControlRef
-
-OS_GetControlBounds=
-OS_GetControlBounds_0=cast=(ControlRef)
-OS_GetControlBounds_1=cast=(Rect *)
-
-OS_GetControlData__ISIILorg_eclipse_swt_internal_carbon_ControlEditTextSelectionRec_2_3I=
-OS_GetControlData__ISIILorg_eclipse_swt_internal_carbon_ControlEditTextSelectionRec_2_3I_0=cast=(ControlRef)
-OS_GetControlData__ISIILorg_eclipse_swt_internal_carbon_ControlEditTextSelectionRec_2_3I_1=cast=(ControlPartCode)
-OS_GetControlData__ISIILorg_eclipse_swt_internal_carbon_ControlEditTextSelectionRec_2_3I_2=cast=(ResType)
-OS_GetControlData__ISIILorg_eclipse_swt_internal_carbon_ControlEditTextSelectionRec_2_3I_3=cast=(Size)
-OS_GetControlData__ISIILorg_eclipse_swt_internal_carbon_ControlEditTextSelectionRec_2_3I_4=cast=(void *)
-OS_GetControlData__ISIILorg_eclipse_swt_internal_carbon_ControlEditTextSelectionRec_2_3I_5=
-
-OS_GetControlData__ISIILorg_eclipse_swt_internal_carbon_ControlFontStyleRec_2_3I=
-OS_GetControlData__ISIILorg_eclipse_swt_internal_carbon_ControlFontStyleRec_2_3I_0=cast=(ControlRef)
-OS_GetControlData__ISIILorg_eclipse_swt_internal_carbon_ControlFontStyleRec_2_3I_1=cast=(ControlPartCode)
-OS_GetControlData__ISIILorg_eclipse_swt_internal_carbon_ControlFontStyleRec_2_3I_2=cast=(ResType)
-OS_GetControlData__ISIILorg_eclipse_swt_internal_carbon_ControlFontStyleRec_2_3I_3=cast=(Size)
-OS_GetControlData__ISIILorg_eclipse_swt_internal_carbon_ControlFontStyleRec_2_3I_4=cast=(void *)
-OS_GetControlData__ISIILorg_eclipse_swt_internal_carbon_ControlFontStyleRec_2_3I_5=cast=(Size *)
-
-OS_GetControlData__ISIILorg_eclipse_swt_internal_carbon_LongDateRec_2_3I=
-OS_GetControlData__ISIILorg_eclipse_swt_internal_carbon_LongDateRec_2_3I_0=cast=(ControlRef)
-OS_GetControlData__ISIILorg_eclipse_swt_internal_carbon_LongDateRec_2_3I_1=cast=(ControlPartCode)
-OS_GetControlData__ISIILorg_eclipse_swt_internal_carbon_LongDateRec_2_3I_2=cast=(ResType)
-OS_GetControlData__ISIILorg_eclipse_swt_internal_carbon_LongDateRec_2_3I_3=cast=(Size)
-OS_GetControlData__ISIILorg_eclipse_swt_internal_carbon_LongDateRec_2_3I_4=cast=(void *)
-OS_GetControlData__ISIILorg_eclipse_swt_internal_carbon_LongDateRec_2_3I_5=cast=(Size *)
-
-OS_GetControlData__ISIILorg_eclipse_swt_internal_carbon_Rect_2_3I=
-OS_GetControlData__ISIILorg_eclipse_swt_internal_carbon_Rect_2_3I_0=cast=(ControlRef)
-OS_GetControlData__ISIILorg_eclipse_swt_internal_carbon_Rect_2_3I_1=cast=(ControlPartCode)
-OS_GetControlData__ISIILorg_eclipse_swt_internal_carbon_Rect_2_3I_2=cast=(ResType)
-OS_GetControlData__ISIILorg_eclipse_swt_internal_carbon_Rect_2_3I_3=cast=(Size)
-OS_GetControlData__ISIILorg_eclipse_swt_internal_carbon_Rect_2_3I_4=cast=(void *)
-OS_GetControlData__ISIILorg_eclipse_swt_internal_carbon_Rect_2_3I_5=cast=(Size *)
-
-OS_GetControlData__ISII_3B_3I=
-OS_GetControlData__ISII_3B_3I_0=cast=(ControlRef)
-OS_GetControlData__ISII_3B_3I_1=cast=(ControlPartCode)
-OS_GetControlData__ISII_3B_3I_2=cast=(ResType)
-OS_GetControlData__ISII_3B_3I_3=cast=(Size)
-OS_GetControlData__ISII_3B_3I_4=cast=(void *)
-OS_GetControlData__ISII_3B_3I_5=cast=(Size *)
-
-OS_GetControlData__ISII_3I_3I=
-OS_GetControlData__ISII_3I_3I_0=cast=(ControlRef)
-OS_GetControlData__ISII_3I_3I_1=cast=(ControlPartCode)
-OS_GetControlData__ISII_3I_3I_2=cast=(ResType)
-OS_GetControlData__ISII_3I_3I_3=cast=(Size)
-OS_GetControlData__ISII_3I_3I_4=cast=(void *)
-OS_GetControlData__ISII_3I_3I_5=cast=(Size *)
-
-OS_GetControlData__ISII_3S_3I=
-OS_GetControlData__ISII_3S_3I_0=cast=(ControlRef)
-OS_GetControlData__ISII_3S_3I_1=cast=(ControlPartCode)
-OS_GetControlData__ISII_3S_3I_2=cast=(ResType)
-OS_GetControlData__ISII_3S_3I_3=cast=(Size)
-OS_GetControlData__ISII_3S_3I_4=cast=(void *)
-OS_GetControlData__ISII_3S_3I_5=cast=(Size *)
-
-OS_GetControlEventTarget=
-OS_GetControlEventTarget_0=cast=(ControlRef)
-
-OS_GetControlFeatures=
-OS_GetControlFeatures_0=cast=(ControlRef)
-OS_GetControlFeatures_1=cast=UInt32 *
-
-OS_GetControlKind=
-OS_GetControlKind_0=cast=ControlRef
-OS_GetControlKind_1=
-
-OS_GetControlOwner=
-OS_GetControlOwner_0=cast=(ControlRef)
-
-OS_GetControlProperty=
-OS_GetControlProperty_0=cast=(ControlRef)
-OS_GetControlProperty_1=
-OS_GetControlProperty_2=
-OS_GetControlProperty_3=
-OS_GetControlProperty_4=cast=UInt32 *
-OS_GetControlProperty_5=cast=void *
-
-OS_GetControlReference=
-OS_GetControlReference_0=cast=(ControlRef)
-
-OS_GetControlRegion=
-OS_GetControlRegion_0=cast=(ControlRef)
-OS_GetControlRegion_1=cast=(ControlPartCode)
-OS_GetControlRegion_2=cast=(RgnHandle)
-
-OS_GetControlValue=
-OS_GetControlValue_0=cast=(ControlRef)
-
-OS_GetControlViewSize=
-OS_GetControlViewSize_0=cast=(ControlRef)
-
-OS_GetCurrentEventButtonState=
-
-OS_GetCurrentEventKeyModifiers=
-
-OS_GetCurrentEventLoop=
-
-OS_GetCurrentEventQueue=
-
-OS_GetCurrentProcess=
-OS_GetCurrentProcess_0=cast=(ProcessSerialNumber *)
-
-OS_GetCurrentScrap=
-OS_GetCurrentScrap_0=cast=(ScrapRef *)
-
-OS_GetDataBrowserCallbacks=
-OS_GetDataBrowserCallbacks_0=cast=(ControlRef)
-OS_GetDataBrowserCallbacks_1=cast=(DataBrowserCallbacks *)
-
-OS_GetDataBrowserHasScrollBars=
-OS_GetDataBrowserHasScrollBars_0=cast=(ControlRef)
-OS_GetDataBrowserHasScrollBars_1=
-OS_GetDataBrowserHasScrollBars_2=
-
-OS_GetDataBrowserItemCount=
-OS_GetDataBrowserItemCount_0=cast=(ControlRef)
-OS_GetDataBrowserItemCount_1=cast=(DataBrowserItemID)
-OS_GetDataBrowserItemCount_2=cast=(Boolean)
-OS_GetDataBrowserItemCount_3=cast=(DataBrowserItemState)
-OS_GetDataBrowserItemCount_4=cast=(UInt32 *)
-
-OS_GetDataBrowserItemDataButtonValue=
-OS_GetDataBrowserItemDataButtonValue_0=cast=(ControlRef)
-OS_GetDataBrowserItemDataButtonValue_1=cast=ThemeButtonValue *
-
-OS_GetDataBrowserItemPartBounds=
-OS_GetDataBrowserItemPartBounds_0=cast=(ControlRef)
-OS_GetDataBrowserItemPartBounds_1=cast=(DataBrowserItemID)
-OS_GetDataBrowserItemPartBounds_2=cast=(DataBrowserPropertyID)
-OS_GetDataBrowserItemPartBounds_3=cast=(DataBrowserPropertyPart)
-OS_GetDataBrowserItemPartBounds_4=cast=(Rect *)
-
-OS_GetDataBrowserItemState=
-OS_GetDataBrowserItemState_0=cast=(ControlRef)
-OS_GetDataBrowserItemState_1=
-OS_GetDataBrowserItemState_2=cast=DataBrowserItemState *
-
-OS_GetDataBrowserItems=
-OS_GetDataBrowserItems_0=cast=(ControlRef)
-OS_GetDataBrowserItems_1=cast=(DataBrowserItemID)
-OS_GetDataBrowserItems_2=cast=(Boolean)
-OS_GetDataBrowserItems_3=cast=(DataBrowserItemState)
-OS_GetDataBrowserItems_4=cast=(Handle)
-
-OS_GetDataBrowserListViewDisclosureColumn=
-OS_GetDataBrowserListViewDisclosureColumn_0=cast=ControlRef
-OS_GetDataBrowserListViewDisclosureColumn_1=cast=(DataBrowserTableViewColumnID *)
-OS_GetDataBrowserListViewDisclosureColumn_2=cast=Boolean *
-
-OS_GetDataBrowserListViewHeaderBtnHeight=
-OS_GetDataBrowserListViewHeaderBtnHeight_0=cast=(ControlRef)
-OS_GetDataBrowserListViewHeaderBtnHeight_1=cast=UInt16 *
-
-OS_GetDataBrowserListViewHeaderDesc=
-OS_GetDataBrowserListViewHeaderDesc_0=cast=(ControlRef)
-OS_GetDataBrowserListViewHeaderDesc_1=cast=(DataBrowserTableViewColumnID)
-OS_GetDataBrowserListViewHeaderDesc_2=cast=(DataBrowserListViewHeaderDesc *)
-
-OS_GetDataBrowserPropertyFlags=
-OS_GetDataBrowserPropertyFlags_0=cast=(ControlRef)
-OS_GetDataBrowserPropertyFlags_1=cast=DataBrowserPropertyID
-OS_GetDataBrowserPropertyFlags_2=cast=(DataBrowserPropertyFlags *)
-
-OS_GetDataBrowserScrollBarInset=
-OS_GetDataBrowserScrollBarInset_0=cast=(ControlRef)
-OS_GetDataBrowserScrollBarInset_1=
-
-OS_GetDataBrowserScrollPosition=
-OS_GetDataBrowserScrollPosition_0=cast=(ControlRef)
-OS_GetDataBrowserScrollPosition_1=cast=(UInt32 *)
-OS_GetDataBrowserScrollPosition_2=cast=(UInt32 *)
-
-OS_GetDataBrowserSelectionAnchor=
-OS_GetDataBrowserSelectionAnchor_0=cast=(ControlRef)
-OS_GetDataBrowserSelectionAnchor_1=cast=(UInt32 *)
-OS_GetDataBrowserSelectionAnchor_2=cast=(UInt32 *)
-
-OS_GetDataBrowserSelectionFlags=
-OS_GetDataBrowserSelectionFlags_0=cast=(ControlRef)
-OS_GetDataBrowserSelectionFlags_1=cast=DataBrowserSelectionFlags *
-
-OS_GetDataBrowserSortProperty=
-OS_GetDataBrowserSortProperty_0=cast=(ControlRef)
-OS_GetDataBrowserSortProperty_1=cast=DataBrowserPropertyID *
-
-OS_GetDataBrowserTableViewColumnPosition=
-OS_GetDataBrowserTableViewColumnPosition_0=cast=(ControlRef)
-OS_GetDataBrowserTableViewColumnPosition_1=cast=(DataBrowserTableViewColumnID)
-OS_GetDataBrowserTableViewColumnPosition_2=cast=(DataBrowserTableViewColumnIndex *)
-
-OS_GetDataBrowserTableViewItemID=
-OS_GetDataBrowserTableViewItemID_0=cast=(ControlRef)
-OS_GetDataBrowserTableViewItemID_1=cast=(DataBrowserTableViewRowIndex)
-OS_GetDataBrowserTableViewItemID_2=cast=(DataBrowserItemID *)
-
-OS_GetDataBrowserTableViewItemRow=
-OS_GetDataBrowserTableViewItemRow_0=cast=(ControlRef)
-OS_GetDataBrowserTableViewItemRow_1=cast=(DataBrowserTableViewRowIndex)
-OS_GetDataBrowserTableViewItemRow_2=cast=(DataBrowserItemID *)
-
-OS_GetDataBrowserTableViewNamedColumnWidth=
-OS_GetDataBrowserTableViewNamedColumnWidth_0=cast=(ControlRef)
-OS_GetDataBrowserTableViewNamedColumnWidth_1=cast=(DataBrowserTableViewColumnID)
-OS_GetDataBrowserTableViewNamedColumnWidth_2=cast=(UInt16 *)
-
-OS_GetDataBrowserTableViewRowHeight=
-OS_GetDataBrowserTableViewRowHeight_0=cast=(ControlRef)
-OS_GetDataBrowserTableViewRowHeight_1=cast=(UInt16 *)
-
-OS_GetDblTime=
-
-OS_GetDeviceList=
-
-OS_GetDragAllowableActions=
-OS_GetDragAllowableActions_0=cast=(DragRef)
-OS_GetDragAllowableActions_1=cast=(DragActions *)
-
-OS_GetDragDropAction=
-OS_GetDragDropAction_0=cast=(DragRef)
-OS_GetDragDropAction_1=cast=(DragActions *)
-
-OS_GetDragItemReferenceNumber=
-OS_GetDragItemReferenceNumber_0=cast=(DragRef)
-OS_GetDragItemReferenceNumber_1=
-OS_GetDragItemReferenceNumber_2=cast=(DragItemRef *)
-
-OS_GetDragModifiers=
-OS_GetDragModifiers_0=cast=(DragRef)
-OS_GetDragModifiers_1=cast=(SInt16 *)
-OS_GetDragModifiers_2=cast=(SInt16 *)
-OS_GetDragModifiers_3=cast=(SInt16 *)
-
-OS_GetDragMouse=
-OS_GetDragMouse_0=cast=(DragRef)
-OS_GetDragMouse_1=cast=(Point *)
-OS_GetDragMouse_2=cast=(Point *)
-
-OS_GetEventClass=
-OS_GetEventClass_0=cast=(EventRef)
-
-OS_GetEventDispatcherTarget=
-
-OS_GetEventKind=
-OS_GetEventKind_0=cast=(EventRef)
-
-OS_GetEventParameter__III_3II_3II=
-OS_GetEventParameter__III_3II_3II_0=cast=(EventRef)
-OS_GetEventParameter__III_3II_3II_1=cast=(EventParamName)
-OS_GetEventParameter__III_3II_3II_2=cast=(EventParamType)
-OS_GetEventParameter__III_3II_3II_3=cast=(EventParamType *)
-OS_GetEventParameter__III_3II_3II_4=cast=(UInt32)
-OS_GetEventParameter__III_3II_3II_5=cast=(UInt32 *)
-OS_GetEventParameter__III_3II_3II_6=cast=(void *)
-
-OS_GetEventParameter__III_3II_3ILorg_eclipse_swt_internal_carbon_CGPoint_2=
-OS_GetEventParameter__III_3II_3ILorg_eclipse_swt_internal_carbon_CGPoint_2_0=cast=(EventRef)
-OS_GetEventParameter__III_3II_3ILorg_eclipse_swt_internal_carbon_CGPoint_2_1=cast=(EventParamName)
-OS_GetEventParameter__III_3II_3ILorg_eclipse_swt_internal_carbon_CGPoint_2_2=cast=(EventParamType)
-OS_GetEventParameter__III_3II_3ILorg_eclipse_swt_internal_carbon_CGPoint_2_3=cast=(EventParamType *)
-OS_GetEventParameter__III_3II_3ILorg_eclipse_swt_internal_carbon_CGPoint_2_4=cast=(UInt32)
-OS_GetEventParameter__III_3II_3ILorg_eclipse_swt_internal_carbon_CGPoint_2_5=cast=(UInt32 *)
-OS_GetEventParameter__III_3II_3ILorg_eclipse_swt_internal_carbon_CGPoint_2_6=cast=(void *)
-
-OS_GetEventParameter__III_3II_3ILorg_eclipse_swt_internal_carbon_CGRect_2=
-OS_GetEventParameter__III_3II_3ILorg_eclipse_swt_internal_carbon_CGRect_2_0=cast=EventRef
-OS_GetEventParameter__III_3II_3ILorg_eclipse_swt_internal_carbon_CGRect_2_1=cast=EventParamName
-OS_GetEventParameter__III_3II_3ILorg_eclipse_swt_internal_carbon_CGRect_2_2=cast=EventParamType
-OS_GetEventParameter__III_3II_3ILorg_eclipse_swt_internal_carbon_CGRect_2_3=cast=EventParamType *
-OS_GetEventParameter__III_3II_3ILorg_eclipse_swt_internal_carbon_CGRect_2_4=cast=(UInt32)
-OS_GetEventParameter__III_3II_3ILorg_eclipse_swt_internal_carbon_CGRect_2_5=cast=UInt32 *
-OS_GetEventParameter__III_3II_3ILorg_eclipse_swt_internal_carbon_CGRect_2_6=cast=void *
-
-OS_GetEventParameter__III_3II_3ILorg_eclipse_swt_internal_carbon_HICommand_2=
-OS_GetEventParameter__III_3II_3ILorg_eclipse_swt_internal_carbon_HICommand_2_0=cast=(EventRef)
-OS_GetEventParameter__III_3II_3ILorg_eclipse_swt_internal_carbon_HICommand_2_1=cast=(EventParamName)
-OS_GetEventParameter__III_3II_3ILorg_eclipse_swt_internal_carbon_HICommand_2_2=cast=(EventParamType)
-OS_GetEventParameter__III_3II_3ILorg_eclipse_swt_internal_carbon_HICommand_2_3=cast=(EventParamType *)
-OS_GetEventParameter__III_3II_3ILorg_eclipse_swt_internal_carbon_HICommand_2_4=cast=(UInt32)
-OS_GetEventParameter__III_3II_3ILorg_eclipse_swt_internal_carbon_HICommand_2_5=cast=(UInt32 *)
-OS_GetEventParameter__III_3II_3ILorg_eclipse_swt_internal_carbon_HICommand_2_6=cast=(void *)
-
-OS_GetEventParameter__III_3II_3ILorg_eclipse_swt_internal_carbon_Point_2=
-OS_GetEventParameter__III_3II_3ILorg_eclipse_swt_internal_carbon_Point_2_0=cast=(EventRef)
-OS_GetEventParameter__III_3II_3ILorg_eclipse_swt_internal_carbon_Point_2_1=cast=(EventParamName)
-OS_GetEventParameter__III_3II_3ILorg_eclipse_swt_internal_carbon_Point_2_2=cast=(EventParamType)
-OS_GetEventParameter__III_3II_3ILorg_eclipse_swt_internal_carbon_Point_2_3=cast=(EventParamType *)
-OS_GetEventParameter__III_3II_3ILorg_eclipse_swt_internal_carbon_Point_2_4=cast=(UInt32)
-OS_GetEventParameter__III_3II_3ILorg_eclipse_swt_internal_carbon_Point_2_5=cast=(UInt32 *)
-OS_GetEventParameter__III_3II_3ILorg_eclipse_swt_internal_carbon_Point_2_6=cast=(void *)
-
-OS_GetEventParameter__III_3II_3ILorg_eclipse_swt_internal_carbon_RGBColor_2=
-OS_GetEventParameter__III_3II_3ILorg_eclipse_swt_internal_carbon_RGBColor_2_0=cast=(EventRef)
-OS_GetEventParameter__III_3II_3ILorg_eclipse_swt_internal_carbon_RGBColor_2_1=cast=(EventParamName)
-OS_GetEventParameter__III_3II_3ILorg_eclipse_swt_internal_carbon_RGBColor_2_2=cast=(EventParamType)
-OS_GetEventParameter__III_3II_3ILorg_eclipse_swt_internal_carbon_RGBColor_2_3=cast=(EventParamType *)
-OS_GetEventParameter__III_3II_3ILorg_eclipse_swt_internal_carbon_RGBColor_2_4=cast=(UInt32)
-OS_GetEventParameter__III_3II_3ILorg_eclipse_swt_internal_carbon_RGBColor_2_5=cast=(UInt32 *)
-OS_GetEventParameter__III_3II_3ILorg_eclipse_swt_internal_carbon_RGBColor_2_6=cast=(void *)
-
-OS_GetEventParameter__III_3II_3ILorg_eclipse_swt_internal_carbon_Rect_2=
-OS_GetEventParameter__III_3II_3ILorg_eclipse_swt_internal_carbon_Rect_2_0=cast=(EventRef)
-OS_GetEventParameter__III_3II_3ILorg_eclipse_swt_internal_carbon_Rect_2_1=cast=(EventParamName)
-OS_GetEventParameter__III_3II_3ILorg_eclipse_swt_internal_carbon_Rect_2_2=cast=(EventParamType)
-OS_GetEventParameter__III_3II_3ILorg_eclipse_swt_internal_carbon_Rect_2_3=cast=(EventParamType *)
-OS_GetEventParameter__III_3II_3ILorg_eclipse_swt_internal_carbon_Rect_2_4=cast=(UInt32)
-OS_GetEventParameter__III_3II_3ILorg_eclipse_swt_internal_carbon_Rect_2_5=cast=(UInt32 *)
-OS_GetEventParameter__III_3II_3ILorg_eclipse_swt_internal_carbon_Rect_2_6=cast=(void *)
-
-OS_GetEventParameter__III_3II_3I_3B=
-OS_GetEventParameter__III_3II_3I_3B_0=cast=(EventRef)
-OS_GetEventParameter__III_3II_3I_3B_1=cast=(EventParamName)
-OS_GetEventParameter__III_3II_3I_3B_2=cast=(EventParamType)
-OS_GetEventParameter__III_3II_3I_3B_3=cast=(EventParamType *)
-OS_GetEventParameter__III_3II_3I_3B_4=cast=(UInt32)
-OS_GetEventParameter__III_3II_3I_3B_5=cast=(UInt32 *)
-OS_GetEventParameter__III_3II_3I_3B_6=cast=(void *)
-
-OS_GetEventParameter__III_3II_3I_3C=
-OS_GetEventParameter__III_3II_3I_3C_0=cast=(EventRef)
-OS_GetEventParameter__III_3II_3I_3C_1=cast=(EventParamName)
-OS_GetEventParameter__III_3II_3I_3C_2=cast=(EventParamType)
-OS_GetEventParameter__III_3II_3I_3C_3=cast=(EventParamType *)
-OS_GetEventParameter__III_3II_3I_3C_4=cast=(UInt32)
-OS_GetEventParameter__III_3II_3I_3C_5=cast=(UInt32 *)
-OS_GetEventParameter__III_3II_3I_3C_6=cast=(void *)
-
-OS_GetEventParameter__III_3II_3I_3I=
-OS_GetEventParameter__III_3II_3I_3I_0=cast=(EventRef)
-OS_GetEventParameter__III_3II_3I_3I_1=cast=(EventParamName)
-OS_GetEventParameter__III_3II_3I_3I_2=cast=(EventParamType)
-OS_GetEventParameter__III_3II_3I_3I_3=cast=(EventParamType *)
-OS_GetEventParameter__III_3II_3I_3I_4=cast=(UInt32)
-OS_GetEventParameter__III_3II_3I_3I_5=cast=(UInt32 *)
-OS_GetEventParameter__III_3II_3I_3I_6=cast=(void *)
-
-OS_GetEventParameter__III_3II_3I_3S=
-OS_GetEventParameter__III_3II_3I_3S_0=cast=(EventRef)
-OS_GetEventParameter__III_3II_3I_3S_1=cast=(EventParamName)
-OS_GetEventParameter__III_3II_3I_3S_2=cast=(EventParamType)
-OS_GetEventParameter__III_3II_3I_3S_3=cast=(EventParamType *)
-OS_GetEventParameter__III_3II_3I_3S_4=cast=(UInt32)
-OS_GetEventParameter__III_3II_3I_3S_5=cast=(UInt32 *)
-OS_GetEventParameter__III_3II_3I_3S_6=cast=(void *)
-
-OS_GetEventParameter__III_3II_3I_3Z=
-OS_GetEventParameter__III_3II_3I_3Z_0=cast=(EventRef)
-OS_GetEventParameter__III_3II_3I_3Z_1=cast=(EventParamName)
-OS_GetEventParameter__III_3II_3I_3Z_2=cast=(EventParamType)
-OS_GetEventParameter__III_3II_3I_3Z_3=cast=(EventParamType *)
-OS_GetEventParameter__III_3II_3I_3Z_4=cast=(UInt32)
-OS_GetEventParameter__III_3II_3I_3Z_5=cast=(UInt32 *)
-OS_GetEventParameter__III_3II_3I_3Z_6=cast=(void *)
-
-OS_GetEventTime=
-OS_GetEventTime_0=cast=(EventRef)
-
-OS_GetFlavorData=
-OS_GetFlavorData_0=cast=(DragRef)
-OS_GetFlavorData_1=cast=(DragItemRef)
-OS_GetFlavorData_2=cast=(FlavorType)
-OS_GetFlavorData_3=cast=(void *)
-OS_GetFlavorData_4=cast=(Size *)
-OS_GetFlavorData_5=
-
-OS_GetFlavorDataSize=
-OS_GetFlavorDataSize_0=cast=(DragRef)
-OS_GetFlavorDataSize_1=cast=(DragItemRef)
-OS_GetFlavorDataSize_2=cast=(FlavorType)
-OS_GetFlavorDataSize_3=cast=(Size *)
-
-OS_GetFlavorType=
-OS_GetFlavorType_0=cast=(DragRef)
-OS_GetFlavorType_1=cast=(DragItemRef)
-OS_GetFlavorType_2=
-OS_GetFlavorType_3=cast=(FlavorType *)
-
-OS_GetFrontProcess=
-OS_GetFrontProcess_0=cast=ProcessSerialNumber *
-
-OS_GetGWorld=
-OS_GetGWorld_0=cast=(CGrafPtr *)
-OS_GetGWorld_1=cast=(GDHandle *)
-
-OS_GetGlobalMouse=
-OS_GetGlobalMouse_0=cast=(Point *)
-
-OS_GetHandleSize=
-OS_GetHandleSize_0=cast=(Handle)
-
-OS_GetIconFamilyData=
-OS_GetIconFamilyData_0=cast=IconFamilyHandle
-OS_GetIconFamilyData_1=cast=OSType
-OS_GetIconFamilyData_2=cast=(Handle)
-
-OS_GetIconRef=
-OS_GetIconRef_0=cast=(SInt16)
-OS_GetIconRef_1=cast=(OSType)
-OS_GetIconRef_2=cast=(OSType)
-OS_GetIconRef_3=cast=(IconRef *)
-
-OS_GetIconRefFromFileInfo=
-OS_GetIconRefFromFileInfo_0=cast=const FSRef *
-OS_GetIconRefFromFileInfo_1=
-OS_GetIconRefFromFileInfo_2=cast=const UniChar *
-OS_GetIconRefFromFileInfo_3=cast=FSCatalogInfoBitmap
-OS_GetIconRefFromFileInfo_4=cast=const FSCatalogInfo *
-OS_GetIconRefFromFileInfo_5=
-OS_GetIconRefFromFileInfo_6=cast=IconRef *
-OS_GetIconRefFromFileInfo_7=cast=SInt16 *
-
-OS_GetIconRefFromIconFamilyPtr=flags=dynamic
-OS_GetIconRefFromIconFamilyPtr_0=
-OS_GetIconRefFromIconFamilyPtr_1=
-OS_GetIconRefFromIconFamilyPtr_2=
-
-OS_GetIndMenuItemWithCommandID=
-OS_GetIndMenuItemWithCommandID_0=cast=(MenuRef)
-OS_GetIndMenuItemWithCommandID_1=cast=(MenuCommand)
-OS_GetIndMenuItemWithCommandID_2=cast=(UInt32)
-OS_GetIndMenuItemWithCommandID_3=cast=(MenuRef *)
-OS_GetIndMenuItemWithCommandID_4=cast=(MenuItemIndex *)
-
-OS_GetIndexedSubControl=
-OS_GetIndexedSubControl_0=cast=(ControlRef)
-OS_GetIndexedSubControl_1=cast=(UInt16)
-OS_GetIndexedSubControl_2=cast=(ControlRef *)
-
-OS_GetItemMark=
-OS_GetItemMark_0=cast=(MenuRef)
-OS_GetItemMark_1=
-OS_GetItemMark_2=
-
-OS_GetKeyboardFocus=
-OS_GetKeyboardFocus_0=cast=(WindowRef)
-OS_GetKeyboardFocus_1=cast=(ControlRef *)
-
-OS_GetLastUserEventTime=
-
-OS_GetMBarHeight=
-
-OS_GetMainDevice=
-
-OS_GetMainEventQueue=
-
-OS_GetMenuCommandMark=
-OS_GetMenuCommandMark_0=cast=(MenuRef)
-OS_GetMenuCommandMark_1=cast=(MenuCommand)
-OS_GetMenuCommandMark_2=cast=(UniChar *)
-
-OS_GetMenuEventTarget=
-OS_GetMenuEventTarget_0=cast=(MenuRef)
-
-OS_GetMenuFont=
-OS_GetMenuFont_0=cast=(MenuRef)
-OS_GetMenuFont_1=cast=(SInt16 *)
-OS_GetMenuFont_2=cast=(UInt16 *)
-
-OS_GetMenuHeight=
-OS_GetMenuHeight_0=cast=(MenuRef)
-
-OS_GetMenuID=
-OS_GetMenuID_0=cast=(MenuRef)
-
-OS_GetMenuItemCommandID=
-OS_GetMenuItemCommandID_0=cast=(MenuRef)
-OS_GetMenuItemCommandID_1=cast=(SInt16)
-OS_GetMenuItemCommandID_2=cast=(MenuCommand *)
-
-OS_GetMenuItemHierarchicalMenu=
-OS_GetMenuItemHierarchicalMenu_0=cast=(MenuRef)
-OS_GetMenuItemHierarchicalMenu_1=cast=(SInt16)
-OS_GetMenuItemHierarchicalMenu_2=cast=(MenuRef *)
-
-OS_GetMenuItemRefCon=
-OS_GetMenuItemRefCon_0=cast=(MenuRef)
-OS_GetMenuItemRefCon_1=cast=(SInt16)
-OS_GetMenuItemRefCon_2=cast=(UInt32 *)
-
-OS_GetMenuTrackingData=
-OS_GetMenuTrackingData_0=cast=(MenuRef)
-OS_GetMenuTrackingData_1=
-
-OS_GetMenuWidth=
-OS_GetMenuWidth_0=cast=(MenuRef)
-
-OS_GetMouse=
-OS_GetMouse_0=cast=(Point *)
-
-OS_GetNextDevice=
-OS_GetNextDevice_0=cast=(GDHandle)
-
-OS_GetNextWindow=
-OS_GetNextWindow_0=cast=WindowRef
-
-OS_GetPixDepth=
-OS_GetPixDepth_0=cast=(PixMapHandle)
-
-OS_GetPort=
-OS_GetPort_0=cast=(GrafPtr *)
-
-OS_GetPortBitMapForCopyBits=
-OS_GetPortBitMapForCopyBits_0=cast=(CGrafPtr)
-
-OS_GetPortBounds=
-OS_GetPortBounds_0=cast=(CGrafPtr)
-OS_GetPortBounds_1=cast=(Rect *)
-
-OS_GetPreviousWindow=
-OS_GetPreviousWindow_0=cast=(WindowRef)
-
-OS_GetPtrSize=
-OS_GetPtrSize_0=cast=(Ptr)
-
-OS_GetRegionBounds=
-OS_GetRegionBounds_0=cast=(RgnHandle)
-OS_GetRegionBounds_1=cast=(Rect *)
-
-OS_GetRootControl=
-OS_GetRootControl_0=cast=(WindowRef)
-OS_GetRootControl_1=cast=(ControlRef *)
-
-OS_GetScrapFlavorCount=
-OS_GetScrapFlavorCount_0=cast=(ScrapRef)
-OS_GetScrapFlavorCount_1=cast=(UInt32 *)
-
-OS_GetScrapFlavorData__II_3I_3B=
-OS_GetScrapFlavorData__II_3I_3B_0=cast=(ScrapRef)
-OS_GetScrapFlavorData__II_3I_3B_1=cast=(ScrapFlavorType)
-OS_GetScrapFlavorData__II_3I_3B_2=cast=(Size *)
-OS_GetScrapFlavorData__II_3I_3B_3=cast=(void *)
-
-OS_GetScrapFlavorData__II_3I_3C=
-OS_GetScrapFlavorData__II_3I_3C_0=cast=(ScrapRef)
-OS_GetScrapFlavorData__II_3I_3C_1=cast=(ScrapFlavorType)
-OS_GetScrapFlavorData__II_3I_3C_2=cast=(Size *)
-OS_GetScrapFlavorData__II_3I_3C_3=cast=(void *)
-
-OS_GetScrapFlavorInfoList=
-OS_GetScrapFlavorInfoList_0=cast=(ScrapRef)
-OS_GetScrapFlavorInfoList_1=cast=(UInt32 *)
-OS_GetScrapFlavorInfoList_2=cast=(ScrapFlavorInfo *)
-
-OS_GetScrapFlavorSize=
-OS_GetScrapFlavorSize_0=cast=(ScrapRef)
-OS_GetScrapFlavorSize_1=cast=(ScrapFlavorType)
-OS_GetScrapFlavorSize_2=cast=(Size *)
-
-OS_GetScriptManagerVariable=
-OS_GetScriptManagerVariable_0=
-
-OS_GetSuperControl=
-OS_GetSuperControl_0=cast=(ControlRef)
-OS_GetSuperControl_1=cast=(ControlRef *)
-
-OS_GetSystemUIMode=
-OS_GetSystemUIMode_0=cast=(SystemUIMode *)
-OS_GetSystemUIMode_1=cast=SystemUIOptions *
-
-OS_GetTabContentRect=
-OS_GetTabContentRect_0=cast=ControlRef
-OS_GetTabContentRect_1=
-
-OS_GetThemeBrushAsColor=
-OS_GetThemeBrushAsColor_0=
-OS_GetThemeBrushAsColor_1=
-OS_GetThemeBrushAsColor_2=
-OS_GetThemeBrushAsColor_3=
-
-OS_GetThemeButtonContentBounds=
-OS_GetThemeButtonContentBounds_0=
-OS_GetThemeButtonContentBounds_1=
-OS_GetThemeButtonContentBounds_2=
-OS_GetThemeButtonContentBounds_3=
-
-OS_GetThemeButtonRegion=
-OS_GetThemeButtonRegion_0=
-OS_GetThemeButtonRegion_1=
-OS_GetThemeButtonRegion_2=
-OS_GetThemeButtonRegion_3=cast=(RgnHandle)
-
-OS_GetThemeDrawingState=
-OS_GetThemeDrawingState_0=cast=(ThemeDrawingState *)
-
-OS_GetThemeFont=
-OS_GetThemeFont_0=cast=(ThemeFontID)
-OS_GetThemeFont_1=cast=(ScriptCode)
-OS_GetThemeFont_2=cast=(unsigned char *)
-OS_GetThemeFont_3=cast=(SInt16 *)
-OS_GetThemeFont_4=cast=(Style *)
-
-OS_GetThemeMenuItemExtra=
-OS_GetThemeMenuItemExtra_0=
-OS_GetThemeMenuItemExtra_1=
-OS_GetThemeMenuItemExtra_2=
-
-OS_GetThemeMetric=
-OS_GetThemeMetric_0=
-OS_GetThemeMetric_1=
-
-OS_GetThemeTextColor=
-OS_GetThemeTextColor_0=
-OS_GetThemeTextColor_1=
-OS_GetThemeTextColor_2=
-OS_GetThemeTextColor_3=
-
-OS_GetThemeTextDimensions=
-OS_GetThemeTextDimensions_0=cast=(CFStringRef)
-OS_GetThemeTextDimensions_1=cast=(ThemeFontID)
-OS_GetThemeTextDimensions_2=cast=(ThemeDrawState)
-OS_GetThemeTextDimensions_3=cast=(Boolean)
-OS_GetThemeTextDimensions_4=cast=(Point *)
-OS_GetThemeTextDimensions_5=cast=(SInt16 *)
-
-OS_GetUserFocusEventTarget=
-
-OS_GetUserFocusWindow=
-
-OS_GetWindowActivationScope=
-OS_GetWindowActivationScope_0=cast=(WindowRef)
-OS_GetWindowActivationScope_1=cast=(WindowActivationScope *)
-
-OS_GetWindowAlpha=
-OS_GetWindowAlpha_0=cast=WindowRef
-OS_GetWindowAlpha_1=
-
-OS_GetWindowBounds=
-OS_GetWindowBounds_0=cast=(WindowRef)
-OS_GetWindowBounds_1=cast=(WindowRegionCode)
-OS_GetWindowBounds_2=cast=(Rect *)
-
-OS_GetWindowClass=
-OS_GetWindowClass_0=cast=(WindowRef)
-OS_GetWindowClass_1=cast=WindowClass *
-
-OS_GetWindowDefaultButton=
-OS_GetWindowDefaultButton_0=cast=(WindowRef)
-OS_GetWindowDefaultButton_1=cast=(ControlRef *)
-
-OS_GetWindowEventTarget=
-OS_GetWindowEventTarget_0=cast=(WindowRef)
-
-OS_GetWindowFromPort=
-OS_GetWindowFromPort_0=cast=(CGrafPtr)
-
-OS_GetWindowGroupOfClass=
-OS_GetWindowGroupOfClass_0=
-
-OS_GetWindowList=
-
-OS_GetWindowModality=
-OS_GetWindowModality_0=cast=(WindowRef)
-OS_GetWindowModality_1=cast=(WindowModality *)
-OS_GetWindowModality_2=cast=(WindowRef *)
-
-OS_GetWindowPort=
-OS_GetWindowPort_0=cast=(WindowRef)
-
-OS_GetWindowRegion=
-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 *)
-
-OS_HIComboBoxAppendTextItem=
-OS_HIComboBoxAppendTextItem_0=cast=(HIViewRef)
-OS_HIComboBoxAppendTextItem_1=cast=(CFStringRef)
-OS_HIComboBoxAppendTextItem_2=cast=(CFIndex *)
-
-OS_HIComboBoxCopyTextItemAtIndex=
-OS_HIComboBoxCopyTextItemAtIndex_0=cast=(HIViewRef)
-OS_HIComboBoxCopyTextItemAtIndex_1=cast=(CFIndex)
-OS_HIComboBoxCopyTextItemAtIndex_2=cast=(CFStringRef *)
-
-OS_HIComboBoxCreate=
-OS_HIComboBoxCreate_0=cast=(const HIRect *)
-OS_HIComboBoxCreate_1=cast=(CFStringRef)
-OS_HIComboBoxCreate_2=cast=(const ControlFontStyleRec *)
-OS_HIComboBoxCreate_3=cast=(CFArrayRef)
-OS_HIComboBoxCreate_4=cast=(OptionBits)
-OS_HIComboBoxCreate_5=cast=(HIViewRef *)
-
-OS_HIComboBoxGetItemCount=
-OS_HIComboBoxGetItemCount_0=cast=(HIViewRef)
-
-OS_HIComboBoxInsertTextItemAtIndex=
-OS_HIComboBoxInsertTextItemAtIndex_0=cast=(HIViewRef)
-OS_HIComboBoxInsertTextItemAtIndex_1=cast=(CFIndex)
-OS_HIComboBoxInsertTextItemAtIndex_2=cast=(CFStringRef)
-
-OS_HIComboBoxIsListVisible=flags=dynamic
-OS_HIComboBoxIsListVisible_0=cast=(HIViewRef)
-
-OS_HIComboBoxRemoveItemAtIndex=
-OS_HIComboBoxRemoveItemAtIndex_0=cast=(HIViewRef)
-OS_HIComboBoxRemoveItemAtIndex_1=cast=(CFIndex)
-
-OS_HIComboBoxSetListVisible=flags=dynamic
-OS_HIComboBoxSetListVisible_0=cast=(HIViewRef)
-OS_HIComboBoxSetListVisible_1=
-
-OS_HICopyAccessibilityRoleDescription=
-OS_HICopyAccessibilityRoleDescription_0=cast=(CFStringRef)
-OS_HICopyAccessibilityRoleDescription_1=cast=(CFStringRef)
-
-OS_HICreateTransformedCGImage=flags=dynamic
-OS_HICreateTransformedCGImage_0=cast=CGImageRef
-OS_HICreateTransformedCGImage_1=
-OS_HICreateTransformedCGImage_2=cast=CGImageRef *
-
-OS_HIObjectCopyClassID=
-OS_HIObjectCopyClassID_0=cast=(HIObjectRef)
-
-OS_HIObjectCreate=
-OS_HIObjectCreate_0=cast=(CFStringRef)
-OS_HIObjectCreate_1=cast=(EventRef)
-OS_HIObjectCreate_2=cast=(HIObjectRef *)
-
-OS_HIObjectRegisterSubclass=
-OS_HIObjectRegisterSubclass_0=cast=(CFStringRef)
-OS_HIObjectRegisterSubclass_1=cast=(CFStringRef)
-OS_HIObjectRegisterSubclass_2=cast=(OptionBits)
-OS_HIObjectRegisterSubclass_3=cast=(EventHandlerUPP)
-OS_HIObjectRegisterSubclass_4=cast=(UInt32)
-OS_HIObjectRegisterSubclass_5=cast=(const EventTypeSpec *)
-OS_HIObjectRegisterSubclass_6=cast=(void *)
-OS_HIObjectRegisterSubclass_7=cast=(HIObjectClassRef *)
-
-OS_HIObjectSetAccessibilityIgnored=
-OS_HIObjectSetAccessibilityIgnored_0=cast=(HIObjectRef)
-OS_HIObjectSetAccessibilityIgnored_1=
-
-OS_HIObjectSetAuxiliaryAccessibilityAttribute=
-OS_HIObjectSetAuxiliaryAccessibilityAttribute_0=cast=HIObjectRef
-OS_HIObjectSetAuxiliaryAccessibilityAttribute_1=cast=UInt64
-OS_HIObjectSetAuxiliaryAccessibilityAttribute_2=cast=CFStringRef
-OS_HIObjectSetAuxiliaryAccessibilityAttribute_3=cast=CFTypeRef
-
-OS_HIScrollViewCreate=
-OS_HIScrollViewCreate_0=
-OS_HIScrollViewCreate_1=cast=(HIViewRef*)
-
-OS_HIScrollViewSetScrollBarAutoHide=
-OS_HIScrollViewSetScrollBarAutoHide_0=cast=(HIViewRef)
-OS_HIScrollViewSetScrollBarAutoHide_1=
-
-OS_HISearchFieldChangeAttributes=
-OS_HISearchFieldChangeAttributes_0=cast=(HIViewRef)
-OS_HISearchFieldChangeAttributes_1=cast=OptionBits
-OS_HISearchFieldChangeAttributes_2=cast=(OptionBits)
-
-OS_HISearchFieldCopyDescriptiveText=
-OS_HISearchFieldCopyDescriptiveText_0=cast=(HIViewRef)
-OS_HISearchFieldCopyDescriptiveText_1=cast=CFStringRef *
-
-OS_HISearchFieldCreate=
-OS_HISearchFieldCreate_0=
-OS_HISearchFieldCreate_1=
-OS_HISearchFieldCreate_2=cast=MenuRef
-OS_HISearchFieldCreate_3=cast=CFStringRef
-OS_HISearchFieldCreate_4=cast=(HIViewRef*)
-
-OS_HISearchFieldGetAttributes=
-OS_HISearchFieldGetAttributes_0=cast=(HIViewRef)
-OS_HISearchFieldGetAttributes_1=cast=OptionBits*
-
-OS_HISearchFieldSetDescriptiveText=
-OS_HISearchFieldSetDescriptiveText_0=cast=HIViewRef
-OS_HISearchFieldSetDescriptiveText_1=cast=CFStringRef
-
-OS_HIShapeCreateWithQDRgn=flags=dynamic
-OS_HIShapeCreateWithQDRgn_0=
-
-OS_HIShapeReplacePathInCGContext=flags=dynamic
-OS_HIShapeReplacePathInCGContext_0=
-OS_HIShapeReplacePathInCGContext_1=
-
-OS_HITextViewCreate=
-OS_HITextViewCreate_0=
-OS_HITextViewCreate_1=
-OS_HITextViewCreate_2=
-OS_HITextViewCreate_3=cast=HIViewRef *
-
-OS_HITextViewGetTXNObject=
-OS_HITextViewGetTXNObject_0=cast=(HIViewRef)
-
-OS_HITextViewSetBackgroundColor=
-OS_HITextViewSetBackgroundColor_0=cast=(HIViewRef)
-OS_HITextViewSetBackgroundColor_1=cast=CGColorRef
-
-OS_HIThemeDrawBackground=
-OS_HIThemeDrawBackground_0=
-OS_HIThemeDrawBackground_1=
-OS_HIThemeDrawBackground_2=cast=CGContextRef
-OS_HIThemeDrawBackground_3=
-
-OS_HIThemeDrawButton=
-OS_HIThemeDrawButton_0=cast=(const HIRect *),flags=no_out
-OS_HIThemeDrawButton_1=cast=(const HIThemeButtonDrawInfo *)
-OS_HIThemeDrawButton_2=cast=(CGContextRef)
-OS_HIThemeDrawButton_3=cast=(HIThemeOrientation)
-OS_HIThemeDrawButton_4=cast=(HIRect *),flags=no_in
-
-OS_HIThemeDrawFocusRect=
-OS_HIThemeDrawFocusRect_0=
-OS_HIThemeDrawFocusRect_1=
-OS_HIThemeDrawFocusRect_2=cast=CGContextRef
-OS_HIThemeDrawFocusRect_3=
-
-OS_HIThemeDrawFrame=
-OS_HIThemeDrawFrame_0=
-OS_HIThemeDrawFrame_1=
-OS_HIThemeDrawFrame_2=cast=CGContextRef
-OS_HIThemeDrawFrame_3=
-
-OS_HIThemeDrawGenericWell=
-OS_HIThemeDrawGenericWell_0=cast=(const HIRect *)
-OS_HIThemeDrawGenericWell_1=cast=(const HIThemeButtonDrawInfo *)
-OS_HIThemeDrawGenericWell_2=cast=(CGContextRef)
-OS_HIThemeDrawGenericWell_3=cast=(HIThemeOrientation)
-
-OS_HIThemeDrawGroupBox=
-OS_HIThemeDrawGroupBox_0=
-OS_HIThemeDrawGroupBox_1=
-OS_HIThemeDrawGroupBox_2=cast=CGContextRef
-OS_HIThemeDrawGroupBox_3=
-
-OS_HIThemeDrawGrowBox=
-OS_HIThemeDrawGrowBox_0=
-OS_HIThemeDrawGrowBox_1=
-OS_HIThemeDrawGrowBox_2=cast=CGContextRef
-OS_HIThemeDrawGrowBox_3=
-
-OS_HIThemeDrawPopupArrow=
-OS_HIThemeDrawPopupArrow_0=
-OS_HIThemeDrawPopupArrow_1=
-OS_HIThemeDrawPopupArrow_2=cast=CGContextRef
-OS_HIThemeDrawPopupArrow_3=
-
-OS_HIThemeDrawSeparator=
-OS_HIThemeDrawSeparator_0=
-OS_HIThemeDrawSeparator_1=
-OS_HIThemeDrawSeparator_2=cast=CGContextRef
-OS_HIThemeDrawSeparator_3=
-
-OS_HIThemeDrawTab=
-OS_HIThemeDrawTab_0=cast=(const HIRect *),flags=no_out
-OS_HIThemeDrawTab_1=cast=(const HIThemeTabDrawInfo *)
-OS_HIThemeDrawTab_2=cast=(CGContextRef)
-OS_HIThemeDrawTab_3=cast=(HIThemeOrientation)
-OS_HIThemeDrawTab_4=cast=(HIRect *),flags=no_in
-
-OS_HIThemeDrawTabPane=
-OS_HIThemeDrawTabPane_0=cast=(const HIRect *)
-OS_HIThemeDrawTabPane_1=cast=(const HIThemeTabPaneDrawInfo *)
-OS_HIThemeDrawTabPane_2=cast=(CGContextRef)
-OS_HIThemeDrawTabPane_3=cast=(HIThemeOrientation)
-
-OS_HIThemeDrawTextBox=
-OS_HIThemeDrawTextBox_0=cast=CFStringRef
-OS_HIThemeDrawTextBox_1=
-OS_HIThemeDrawTextBox_2=
-OS_HIThemeDrawTextBox_3=cast=CGContextRef
-OS_HIThemeDrawTextBox_4=
-
-OS_HIThemeDrawTrack=
-OS_HIThemeDrawTrack_0=
-OS_HIThemeDrawTrack_1=
-OS_HIThemeDrawTrack_2=cast=CGContextRef
-OS_HIThemeDrawTrack_3=
-
-OS_HIThemeGetButtonBackgroundBounds=
-OS_HIThemeGetButtonBackgroundBounds_0=
-OS_HIThemeGetButtonBackgroundBounds_1=
-OS_HIThemeGetButtonBackgroundBounds_2=
-
-OS_HIThemeGetButtonContentBounds=
-OS_HIThemeGetButtonContentBounds_0=
-OS_HIThemeGetButtonContentBounds_1=
-OS_HIThemeGetButtonContentBounds_2=
-
-OS_HIThemeGetScrollBarTrackRect=
-OS_HIThemeGetScrollBarTrackRect_0=
-OS_HIThemeGetScrollBarTrackRect_1=
-OS_HIThemeGetScrollBarTrackRect_2=
-OS_HIThemeGetScrollBarTrackRect_3=
-
-OS_HIThemeGetTextDimensions=
-OS_HIThemeGetTextDimensions_0=cast=CFStringRef
-OS_HIThemeGetTextDimensions_1=
-OS_HIThemeGetTextDimensions_2=
-OS_HIThemeGetTextDimensions_3=
-OS_HIThemeGetTextDimensions_4=
-OS_HIThemeGetTextDimensions_5=
-
-OS_HIThemeGetTrackBounds=
-OS_HIThemeGetTrackBounds_0=
-OS_HIThemeGetTrackBounds_1=
-
-OS_HIThemeGetTrackLiveValue=
-OS_HIThemeGetTrackLiveValue_0=
-OS_HIThemeGetTrackLiveValue_1=
-OS_HIThemeGetTrackLiveValue_2=
-
-OS_HIThemeGetTrackPartBounds=
-OS_HIThemeGetTrackPartBounds_0=
-OS_HIThemeGetTrackPartBounds_1=
-OS_HIThemeGetTrackPartBounds_2=
-
-OS_HIThemeGetTrackThumbPositionFromBounds=
-OS_HIThemeGetTrackThumbPositionFromBounds_0=
-OS_HIThemeGetTrackThumbPositionFromBounds_1=
-OS_HIThemeGetTrackThumbPositionFromBounds_2=
-
-OS_HIThemeGetTrackThumbPositionFromOffset=
-OS_HIThemeGetTrackThumbPositionFromOffset_0=cast=HIThemeTrackDrawInfo *
-OS_HIThemeGetTrackThumbPositionFromOffset_1=cast=HIPoint *
-OS_HIThemeGetTrackThumbPositionFromOffset_2=
-
-OS_HIThemeHitTestScrollBarArrows=
-OS_HIThemeHitTestScrollBarArrows_0=
-OS_HIThemeHitTestScrollBarArrows_1=
-OS_HIThemeHitTestScrollBarArrows_2=
-OS_HIThemeHitTestScrollBarArrows_3=
-OS_HIThemeHitTestScrollBarArrows_4=
-OS_HIThemeHitTestScrollBarArrows_5=
-
-OS_HIThemeHitTestTrack=
-OS_HIThemeHitTestTrack_0=
-OS_HIThemeHitTestTrack_1=
-OS_HIThemeHitTestTrack_2=
-
-OS_HIThemeSetFill=flags=dynamic
-OS_HIThemeSetFill_0=cast=ThemeBrush
-OS_HIThemeSetFill_1=cast=void *
-OS_HIThemeSetFill_2=cast=CGContextRef
-OS_HIThemeSetFill_3=cast=HIThemeOrientation
-
-OS_HIThemeSetTextFill=flags=dynamic
-OS_HIThemeSetTextFill_0=
-OS_HIThemeSetTextFill_1=
-OS_HIThemeSetTextFill_2=
-OS_HIThemeSetTextFill_3=
-
-OS_HIViewAddSubview=
-OS_HIViewAddSubview_0=cast=(HIViewRef)
-OS_HIViewAddSubview_1=cast=(HIViewRef)
-
-OS_HIViewChangeAttributes=
-OS_HIViewChangeAttributes_0=cast=(HIViewRef)
-OS_HIViewChangeAttributes_1=
-OS_HIViewChangeAttributes_2=
-
-OS_HIViewChangeFeatures=
-OS_HIViewChangeFeatures_0=cast=HIViewRef
-OS_HIViewChangeFeatures_1=
-OS_HIViewChangeFeatures_2=
-
-OS_HIViewClick=
-OS_HIViewClick_0=cast=(HIViewRef)
-OS_HIViewClick_1=cast=(EventRef)
-
-OS_HIViewConvertPoint=
-OS_HIViewConvertPoint_0=cast=(HIPoint *)
-OS_HIViewConvertPoint_1=cast=(HIViewRef)
-OS_HIViewConvertPoint_2=cast=(HIViewRef)
-
-OS_HIViewConvertRect=
-OS_HIViewConvertRect_0=
-OS_HIViewConvertRect_1=cast=(HIViewRef)
-OS_HIViewConvertRect_2=cast=(HIViewRef)
-
-OS_HIViewConvertRegion=
-OS_HIViewConvertRegion_0=cast=RgnHandle
-OS_HIViewConvertRegion_1=cast=(HIViewRef)
-OS_HIViewConvertRegion_2=cast=(HIViewRef)
-
-OS_HIViewCreateOffscreenImage=
-OS_HIViewCreateOffscreenImage_0=cast=HIViewRef
-OS_HIViewCreateOffscreenImage_1=cast=OptionBits
-OS_HIViewCreateOffscreenImage_2=cast=(HIRect *)
-OS_HIViewCreateOffscreenImage_3=cast=CGImageRef *
-
-OS_HIViewDrawCGImage=
-OS_HIViewDrawCGImage_0=cast=CGContextRef
-OS_HIViewDrawCGImage_1=
-OS_HIViewDrawCGImage_2=cast=(CGImageRef)
-
-OS_HIViewFindByID=
-OS_HIViewFindByID_0=cast=(HIViewRef)
-OS_HIViewFindByID_1=cast=(HIViewID *),flags=struct
-OS_HIViewFindByID_2=cast=(HIViewRef *)
-
-OS_HIViewGetBounds=
-OS_HIViewGetBounds_0=cast=HIViewRef
-OS_HIViewGetBounds_1=
-
-OS_HIViewGetFeatures=
-OS_HIViewGetFeatures_0=cast=(HIViewRef)
-OS_HIViewGetFeatures_1=cast=HIViewFeatures *
-
-OS_HIViewGetFirstSubview=
-OS_HIViewGetFirstSubview_0=cast=(HIViewRef)
-
-OS_HIViewGetFrame=
-OS_HIViewGetFrame_0=cast=(HIViewRef)
-OS_HIViewGetFrame_1=cast=(HIRect *)
-
-OS_HIViewGetLastSubview=
-OS_HIViewGetLastSubview_0=cast=(HIViewRef)
-
-OS_HIViewGetLayoutInfo=
-OS_HIViewGetLayoutInfo_0=cast=(HIViewRef)
-OS_HIViewGetLayoutInfo_1=
-
-OS_HIViewGetNeedsDisplay=
-OS_HIViewGetNeedsDisplay_0=cast=HIViewRef
-
-OS_HIViewGetNextView=
-OS_HIViewGetNextView_0=cast=(HIViewRef)
-
-OS_HIViewGetRoot=
-OS_HIViewGetRoot_0=cast=(WindowRef)
-
-OS_HIViewGetSizeConstraints=
-OS_HIViewGetSizeConstraints_0=cast=(HIViewRef)
-OS_HIViewGetSizeConstraints_1=cast=(HISize *)
-OS_HIViewGetSizeConstraints_2=cast=(HISize *)
-
-OS_HIViewGetSubviewHit=
-OS_HIViewGetSubviewHit_0=cast=(HIViewRef)
-OS_HIViewGetSubviewHit_1=cast=(CGPoint *)
-OS_HIViewGetSubviewHit_2=cast=(Boolean)
-OS_HIViewGetSubviewHit_3=cast=(HIViewRef *)
-
-OS_HIViewGetSuperview=
-OS_HIViewGetSuperview_0=cast=(HIViewRef)
-
-OS_HIViewGetViewForMouseEvent=
-OS_HIViewGetViewForMouseEvent_0=cast=(HIViewRef)
-OS_HIViewGetViewForMouseEvent_1=cast=(EventRef)
-OS_HIViewGetViewForMouseEvent_2=cast=(HIViewRef *)
-
-OS_HIViewIsDrawingEnabled=
-OS_HIViewIsDrawingEnabled_0=cast=(HIViewRef)
-
-OS_HIViewIsVisible=
-OS_HIViewIsVisible_0=cast=(HIViewRef)
-
-OS_HIViewRegionChanged=
-OS_HIViewRegionChanged_0=cast=(HIViewRef)
-OS_HIViewRegionChanged_1=
-
-OS_HIViewRemoveFromSuperview=
-OS_HIViewRemoveFromSuperview_0=cast=(HIViewRef)
-
-OS_HIViewRender=
-OS_HIViewRender_0=cast=HIViewRef
-
-OS_HIViewScrollRect=
-OS_HIViewScrollRect_0=cast=(HIViewRef)
-OS_HIViewScrollRect_1=
-OS_HIViewScrollRect_2=
-OS_HIViewScrollRect_3=
-
-OS_HIViewSetBoundsOrigin=
-OS_HIViewSetBoundsOrigin_0=cast=(HIViewRef)
-OS_HIViewSetBoundsOrigin_1=
-OS_HIViewSetBoundsOrigin_2=
-
-OS_HIViewSetDrawingEnabled=
-OS_HIViewSetDrawingEnabled_0=cast=(HIViewRef)
-OS_HIViewSetDrawingEnabled_1=cast=(Boolean)
-
-OS_HIViewSetFrame=
-OS_HIViewSetFrame_0=cast=(HIViewRef)
-OS_HIViewSetFrame_1=cast=(const HIRect *)
-
-OS_HIViewSetLayoutInfo=
-OS_HIViewSetLayoutInfo_0=cast=HIViewRef
-OS_HIViewSetLayoutInfo_1=
-
-OS_HIViewSetNeedsDisplay=
-OS_HIViewSetNeedsDisplay_0=cast=(HIViewRef)
-OS_HIViewSetNeedsDisplay_1=cast=(Boolean)
-
-OS_HIViewSetNeedsDisplayInRegion=
-OS_HIViewSetNeedsDisplayInRegion_0=cast=(HIViewRef)
-OS_HIViewSetNeedsDisplayInRegion_1=cast=(RgnHandle)
-OS_HIViewSetNeedsDisplayInRegion_2=cast=(Boolean)
-
-OS_HIViewSetVisible=
-OS_HIViewSetVisible_0=cast=(HIViewRef)
-OS_HIViewSetVisible_1=cast=(Boolean)
-
-OS_HIViewSetZOrder=
-OS_HIViewSetZOrder_0=cast=(HIViewRef)
-OS_HIViewSetZOrder_1=cast=(HIViewZOrderOp)
-OS_HIViewSetZOrder_2=cast=(HIViewRef)
-
-OS_HIViewSimulateClick=
-OS_HIViewSimulateClick_0=cast=(HIViewRef)
-OS_HIViewSimulateClick_1=cast=(HIViewPartCode)
-OS_HIViewSimulateClick_2=cast=(UInt32)
-OS_HIViewSimulateClick_3=cast=(ControlPartCode *)
-
-OS_HIWindowFlush=
-OS_HIWindowFlush_0=cast=WindowRef
-
-OS_HIWindowIsDocumentModalTarget=
-OS_HIWindowIsDocumentModalTarget_0=cast=WindowRef
-OS_HIWindowIsDocumentModalTarget_1=cast=(WindowRef*)
-
-OS_HLock=
-OS_HLock_0=cast=(Handle)
-
-OS_HMDisplayTag=
-OS_HMDisplayTag_0=cast=const HMHelpContentRec *
-
-OS_HMGetTagDelay=
-OS_HMGetTagDelay_0=
-
-OS_HMHideTag=
-
-OS_HMInstallControlContentCallback=
-OS_HMInstallControlContentCallback_0=cast=(ControlRef)
-OS_HMInstallControlContentCallback_1=cast=(HMControlContentUPP)
-
-OS_HMSetTagDelay=
-OS_HMSetTagDelay_0=
-
-OS_HUnlock=
-OS_HUnlock_0=cast=(Handle)
-
-OS_HandleControlClick=
-OS_HandleControlClick_0=cast=(ControlRef)
-OS_HandleControlClick_1=flags=struct
-OS_HandleControlClick_2=cast=(EventModifiers)
-OS_HandleControlClick_3=cast=(ControlActionUPP)
-
-OS_HandleControlSetCursor=
-OS_HandleControlSetCursor_0=cast=(ControlRef)
-OS_HandleControlSetCursor_1=flags=struct
-OS_HandleControlSetCursor_2=cast=(EventModifiers)
-OS_HandleControlSetCursor_3=cast=(Boolean *)
-
-OS_HiWord=
-OS_HiWord_0=
-
-OS_HideWindow=
-OS_HideWindow_0=cast=(WindowRef)
-
-OS_HiliteMenu=
-OS_HiliteMenu_0=cast=(MenuID)
-
-OS_IconRefToIconFamily=
-OS_IconRefToIconFamily_0=cast=IconRef
-OS_IconRefToIconFamily_1=cast=IconSelectorValue
-OS_IconRefToIconFamily_2=cast=IconFamilyHandle *
-
-OS_InitContextualMenus=
-
-OS_InitCursor=
-
-OS_InitDataBrowserCallbacks=
-OS_InitDataBrowserCallbacks_0=cast=(DataBrowserCallbacks *),flags=init
-
-OS_InitDataBrowserCustomCallbacks=
-OS_InitDataBrowserCustomCallbacks_0=
-
-OS_InsertMenu=
-OS_InsertMenu_0=cast=(MenuRef)
-OS_InsertMenu_1=cast=(MenuID)
-
-OS_InsertMenuItemTextWithCFString=
-OS_InsertMenuItemTextWithCFString_0=cast=(MenuRef)
-OS_InsertMenuItemTextWithCFString_1=cast=(CFStringRef)
-OS_InsertMenuItemTextWithCFString_2=cast=(MenuItemIndex)
-OS_InsertMenuItemTextWithCFString_3=cast=(MenuItemAttributes)
-OS_InsertMenuItemTextWithCFString_4=cast=(MenuCommand)
-
-OS_InstallEventHandler=
-OS_InstallEventHandler_0=cast=(EventTargetRef)
-OS_InstallEventHandler_1=cast=(EventHandlerUPP)
-OS_InstallEventHandler_2=cast=(UInt32)
-OS_InstallEventHandler_3=cast=(const EventTypeSpec *)
-OS_InstallEventHandler_4=cast=(void *)
-OS_InstallEventHandler_5=cast=(EventHandlerRef *)
-
-OS_InstallEventLoopIdleTimer=
-OS_InstallEventLoopIdleTimer_0=cast=(EventLoopRef)
-OS_InstallEventLoopIdleTimer_1=cast=(EventTimerInterval)
-OS_InstallEventLoopIdleTimer_2=cast=(EventTimerInterval)
-OS_InstallEventLoopIdleTimer_3=cast=(EventLoopIdleTimerUPP)
-OS_InstallEventLoopIdleTimer_4=cast=(void *)
-OS_InstallEventLoopIdleTimer_5=cast=(EventLoopTimerRef *)
-
-OS_InstallEventLoopTimer=
-OS_InstallEventLoopTimer_0=cast=(EventLoopRef)
-OS_InstallEventLoopTimer_1=cast=(EventTimerInterval)
-OS_InstallEventLoopTimer_2=cast=(EventTimerInterval)
-OS_InstallEventLoopTimer_3=cast=(EventLoopTimerUPP)
-OS_InstallEventLoopTimer_4=cast=(void *)
-OS_InstallEventLoopTimer_5=cast=(EventLoopTimerRef *)
-
-OS_InstallReceiveHandler=
-OS_InstallReceiveHandler_0=cast=(DragReceiveHandlerUPP)
-OS_InstallReceiveHandler_1=cast=(WindowRef)
-OS_InstallReceiveHandler_2=cast=(void *)
-
-OS_InstallTrackingHandler=
-OS_InstallTrackingHandler_0=cast=(DragTrackingHandlerUPP)
-OS_InstallTrackingHandler_1=cast=(WindowRef)
-OS_InstallTrackingHandler_2=cast=(void *)
-
-OS_InvalWindowRect=
-OS_InvalWindowRect_0=cast=(WindowRef)
-OS_InvalWindowRect_1=cast=(const Rect *)
-
-OS_InvalWindowRgn=
-OS_InvalWindowRgn_0=cast=(WindowRef)
-OS_InvalWindowRgn_1=cast=(RgnHandle)
-
-OS_InvertRect=
-OS_InvertRect_0=cast=(const Rect *)
-
-OS_IsControlActive=
-OS_IsControlActive_0=cast=(ControlRef)
-
-OS_IsControlEnabled=
-OS_IsControlEnabled_0=cast=(ControlRef)
-
-OS_IsControlVisible=
-OS_IsControlVisible_0=cast=(ControlRef)
-
-OS_IsDataBrowserItemSelected=
-OS_IsDataBrowserItemSelected_0=cast=(ControlRef)
-OS_IsDataBrowserItemSelected_1=cast=(DataBrowserItemID)
-
-OS_IsEventInQueue=
-OS_IsEventInQueue_0=cast=(EventQueueRef)
-OS_IsEventInQueue_1=cast=(EventRef)
-
-OS_IsMenuCommandEnabled=
-OS_IsMenuCommandEnabled_0=cast=(MenuRef)
-OS_IsMenuCommandEnabled_1=cast=(MenuCommand)
-
-OS_IsMenuItemEnabled=
-OS_IsMenuItemEnabled_0=cast=(MenuRef)
-OS_IsMenuItemEnabled_1=cast=(MenuItemIndex)
-
-OS_IsValidControlHandle=
-OS_IsValidControlHandle_0=cast=(ControlRef)
-
-OS_IsValidMenu=
-OS_IsValidMenu_0=cast=(MenuRef)
-
-OS_IsValidWindowPtr=
-OS_IsValidWindowPtr_0=cast=(WindowRef)
-
-OS_IsWindowActive=
-OS_IsWindowActive_0=cast=(WindowRef)
-
-OS_IsWindowCollapsed=
-OS_IsWindowCollapsed_0=cast=(WindowRef)
-
-OS_IsWindowVisible=
-OS_IsWindowVisible_0=cast=(WindowRef)
-
-OS_JNIGetObject=flags=no_gen
-OS_JNIGetObject_0=
-
-OS_KeyTranslate=
-OS_KeyTranslate_0=cast=const void *
-OS_KeyTranslate_1=
-OS_KeyTranslate_2=cast=UInt32 *
-
-OS_KillPicture=
-OS_KillPicture_0=cast=(PicHandle)
-
-OS_LSCopyAllRoleHandlersForContentType=flags=dynamic
-OS_LSCopyAllRoleHandlersForContentType_0=cast=CFStringRef
-OS_LSCopyAllRoleHandlersForContentType_1=
-
-OS_LSCopyDisplayNameForRef=
-OS_LSCopyDisplayNameForRef_0=cast=const FSRef *
-OS_LSCopyDisplayNameForRef_1=cast=CFStringRef *
-
-OS_LSFindApplicationForInfo=
-OS_LSFindApplicationForInfo_0=cast=OSType
-OS_LSFindApplicationForInfo_1=cast=CFStringRef
-OS_LSFindApplicationForInfo_2=cast=CFStringRef
-OS_LSFindApplicationForInfo_3=cast=FSRef *
-OS_LSFindApplicationForInfo_4=cast=CFURLRef *
-
-OS_LSGetApplicationForInfo=
-OS_LSGetApplicationForInfo_0=cast=OSType
-OS_LSGetApplicationForInfo_1=cast=OSType
-OS_LSGetApplicationForInfo_2=cast=CFStringRef
-OS_LSGetApplicationForInfo_3=cast=LSRolesMask
-OS_LSGetApplicationForInfo_4=cast=FSRef *
-OS_LSGetApplicationForInfo_5=cast=CFURLRef *
-
-OS_LSOpenApplication=
-OS_LSOpenApplication_0=
-OS_LSOpenApplication_1=cast=ProcessSerialNumber *
-
-OS_LSOpenCFURLRef=
-OS_LSOpenCFURLRef_0=cast=CFURLRef
-OS_LSOpenCFURLRef_1=cast=CFURLRef *
-
-OS_LSOpenURLsWithRole=
-OS_LSOpenURLsWithRole_0=cast=CFArrayRef
-OS_LSOpenURLsWithRole_1=
-OS_LSOpenURLsWithRole_2=cast=(const AEKeyDesc *)
-OS_LSOpenURLsWithRole_3=cast=(const LSApplicationParameters *)
-OS_LSOpenURLsWithRole_4=cast=(ProcessSerialNumber *)
-OS_LSOpenURLsWithRole_5=
-
-OS_LineTo=
-OS_LineTo_0=cast=(short)
-OS_LineTo_1=cast=(short)
-
-OS_LoWord=
-OS_LoWord_0=
-
-OS_Long2Fix=
-OS_Long2Fix_0=
-
-OS_MenuSelect=
-OS_MenuSelect_0=cast=(Point *),flags=struct
-
-OS_MoveControl=
-OS_MoveControl_0=cast=(ControlRef)
-OS_MoveControl_1=cast=(SInt16)
-OS_MoveControl_2=cast=(SInt16)
-
-OS_MoveTo=
-OS_MoveTo_0=cast=(short)
-OS_MoveTo_1=cast=(short)
-
-OS_MoveWindow=
-OS_MoveWindow_0=cast=(WindowRef)
-OS_MoveWindow_1=cast=(short)
-OS_MoveWindow_2=cast=(short)
-OS_MoveWindow_3=cast=(Boolean)
-
-OS_NavCreateChooseFolderDialog=
-OS_NavCreateChooseFolderDialog_0=cast=(const NavDialogCreationOptions *)
-OS_NavCreateChooseFolderDialog_1=cast=(NavEventUPP)
-OS_NavCreateChooseFolderDialog_2=cast=(NavObjectFilterUPP)
-OS_NavCreateChooseFolderDialog_3=cast=(void *)
-OS_NavCreateChooseFolderDialog_4=cast=(NavDialogRef *)
-
-OS_NavCreateGetFileDialog=
-OS_NavCreateGetFileDialog_0=cast=(const NavDialogCreationOptions *)
-OS_NavCreateGetFileDialog_1=cast=(NavTypeListHandle)
-OS_NavCreateGetFileDialog_2=cast=(NavEventUPP)
-OS_NavCreateGetFileDialog_3=cast=(NavPreviewUPP)
-OS_NavCreateGetFileDialog_4=cast=(NavObjectFilterUPP)
-OS_NavCreateGetFileDialog_5=cast=(void *)
-OS_NavCreateGetFileDialog_6=cast=(NavDialogRef *)
-
-OS_NavCreatePutFileDialog=
-OS_NavCreatePutFileDialog_0=cast=(const NavDialogCreationOptions *)
-OS_NavCreatePutFileDialog_1=cast=(OSType)
-OS_NavCreatePutFileDialog_2=cast=(OSType)
-OS_NavCreatePutFileDialog_3=cast=(NavEventUPP)
-OS_NavCreatePutFileDialog_4=cast=(void *)
-OS_NavCreatePutFileDialog_5=cast=(NavDialogRef *)
-
-OS_NavCustomControl__IILorg_eclipse_swt_internal_carbon_AEDesc_2=
-OS_NavCustomControl__IILorg_eclipse_swt_internal_carbon_AEDesc_2_0=cast=(NavDialogRef)
-OS_NavCustomControl__IILorg_eclipse_swt_internal_carbon_AEDesc_2_1=cast=NavCustomControlMessage
-OS_NavCustomControl__IILorg_eclipse_swt_internal_carbon_AEDesc_2_2=
-
-OS_NavCustomControl__IILorg_eclipse_swt_internal_carbon_NavMenuItemSpec_2=
-OS_NavCustomControl__IILorg_eclipse_swt_internal_carbon_NavMenuItemSpec_2_0=cast=(NavDialogRef)
-OS_NavCustomControl__IILorg_eclipse_swt_internal_carbon_NavMenuItemSpec_2_1=cast=NavCustomControlMessage
-OS_NavCustomControl__IILorg_eclipse_swt_internal_carbon_NavMenuItemSpec_2_2=
-
-OS_NavDialogDispose=
-OS_NavDialogDispose_0=cast=(NavDialogRef)
-
-OS_NavDialogGetReply=
-OS_NavDialogGetReply_0=cast=(NavDialogRef)
-OS_NavDialogGetReply_1=cast=(NavReplyRecord *)
-
-OS_NavDialogGetSaveFileName=
-OS_NavDialogGetSaveFileName_0=cast=(NavDialogRef)
-
-OS_NavDialogGetUserAction=
-OS_NavDialogGetUserAction_0=cast=(NavDialogRef)
-
-OS_NavDialogRun=
-OS_NavDialogRun_0=cast=(NavDialogRef)
-
-OS_NavDialogSetFilterTypeIdentifiers=flags=dynamic
-OS_NavDialogSetFilterTypeIdentifiers_0=
-OS_NavDialogSetFilterTypeIdentifiers_1=
-
-OS_NavDialogSetSaveFileName=
-OS_NavDialogSetSaveFileName_0=cast=(NavDialogRef)
-OS_NavDialogSetSaveFileName_1=cast=(CFStringRef)
-
-OS_NavDisposeReply=
-OS_NavDisposeReply_0=
-
-OS_NavGetDefaultDialogCreationOptions=
-OS_NavGetDefaultDialogCreationOptions_0=cast=(NavDialogCreationOptions *)
-
-OS_NewControl=
-OS_NewControl_0=cast=(WindowRef)
-OS_NewControl_1=cast=(const Rect *)
-OS_NewControl_2=cast=(ConstStr255Param)
-OS_NewControl_3=cast=(Boolean)
-OS_NewControl_4=cast=(SInt16)
-OS_NewControl_5=cast=(SInt16)
-OS_NewControl_6=cast=(SInt16)
-OS_NewControl_7=cast=(SInt16)
-OS_NewControl_8=cast=(SInt32)
-
-OS_NewDrag=
-OS_NewDrag_0=cast=(DragRef *)
-
-OS_NewGWorldFromPtr=
-OS_NewGWorldFromPtr_0=cast=(GWorldPtr *)
-OS_NewGWorldFromPtr_1=cast=(unsigned long)
-OS_NewGWorldFromPtr_2=cast=(const Rect *)
-OS_NewGWorldFromPtr_3=cast=(CTabHandle)
-OS_NewGWorldFromPtr_4=cast=(GDHandle)
-OS_NewGWorldFromPtr_5=cast=(GWorldFlags)
-OS_NewGWorldFromPtr_6=cast=(Ptr)
-OS_NewGWorldFromPtr_7=cast=(long)
-
-OS_NewGlobalRef=flags=no_gen
-OS_NewGlobalRef_0=
-
-OS_NewHandle=
-OS_NewHandle_0=cast=(Size)
-
-OS_NewHandleClear=
-OS_NewHandleClear_0=cast=(Size)
-
-OS_NewPtr=
-OS_NewPtr_0=cast=(Size)
-
-OS_NewPtrClear=
-OS_NewPtrClear_0=cast=(Size)
-
-OS_NewRgn=
-
-OS_NewTSMDocument=
-OS_NewTSMDocument_0=
-OS_NewTSMDocument_1=cast=(OSType *)
-OS_NewTSMDocument_2=cast=TSMDocumentID *
-OS_NewTSMDocument_3=
-
-OS_OffsetRect=
-OS_OffsetRect_0=
-OS_OffsetRect_1=
-OS_OffsetRect_2=
-
-OS_OffsetRgn=
-OS_OffsetRgn_0=cast=(RgnHandle)
-OS_OffsetRgn_1=cast=(short)
-OS_OffsetRgn_2=cast=(short)
-
-OS_OpenDataBrowserContainer=
-OS_OpenDataBrowserContainer_0=cast=(ControlRef)
-OS_OpenDataBrowserContainer_1=cast=(DataBrowserItemID)
-
-OS_OpenPicture=
-OS_OpenPicture_0=cast=(const Rect *)
-
-OS_OpenRgn=
-
-OS_PMCreatePageFormat=
-OS_PMCreatePageFormat_0=cast=(PMPageFormat *)
-
-OS_PMCreatePrintSettings=
-OS_PMCreatePrintSettings_0=cast=(PMPrintSettings *)
-
-OS_PMCreateSession=
-OS_PMCreateSession_0=cast=(PMPrintSession *)
-
-OS_PMFlattenPageFormat=
-OS_PMFlattenPageFormat_0=cast=PMPageFormat
-OS_PMFlattenPageFormat_1=cast=Handle *
-
-OS_PMFlattenPrintSettings=
-OS_PMFlattenPrintSettings_0=cast=PMPrintSettings
-OS_PMFlattenPrintSettings_1=cast=Handle *
-
-OS_PMGetAdjustedPageRect=
-OS_PMGetAdjustedPageRect_0=cast=(PMPageFormat)
-OS_PMGetAdjustedPageRect_1=cast=(PMRect *)
-
-OS_PMGetAdjustedPaperRect=
-OS_PMGetAdjustedPaperRect_0=cast=(PMPageFormat)
-OS_PMGetAdjustedPaperRect_1=cast=(PMRect *)
-
-OS_PMGetCollate=
-OS_PMGetCollate_0=cast=PMPrintSettings
-OS_PMGetCollate_1=
-
-OS_PMGetCopies=
-OS_PMGetCopies_0=cast=(PMPrintSettings)
-OS_PMGetCopies_1=cast=(UInt32 *)
-
-OS_PMGetFirstPage=
-OS_PMGetFirstPage_0=cast=(PMPrintSettings)
-OS_PMGetFirstPage_1=cast=(UInt32 *)
-
-OS_PMGetJobNameCFString=
-OS_PMGetJobNameCFString_0=cast=(PMPrintSettings)
-OS_PMGetJobNameCFString_1=cast=(CFStringRef *)
-
-OS_PMGetLastPage=
-OS_PMGetLastPage_0=cast=(PMPrintSettings)
-OS_PMGetLastPage_1=cast=(UInt32 *)
-
-OS_PMGetPageRange=
-OS_PMGetPageRange_0=cast=(PMPrintSettings)
-OS_PMGetPageRange_1=cast=(UInt32 *)
-OS_PMGetPageRange_2=cast=(UInt32 *)
-
-OS_PMGetResolution=
-OS_PMGetResolution_0=cast=(PMPageFormat)
-OS_PMGetResolution_1=cast=(PMResolution *)
-
-OS_PMPrinterGetOutputResolution=flags=dynamic
-OS_PMPrinterGetOutputResolution_0=cast=PMPrinter
-OS_PMPrinterGetOutputResolution_1=cast=PMPrintSettings
-OS_PMPrinterGetOutputResolution_2=cast=(PMResolution *)
-
-OS_PMRelease=
-OS_PMRelease_0=cast=(PMObject)
-
-OS_PMSessionBeginDocumentNoDialog=
-OS_PMSessionBeginDocumentNoDialog_0=cast=(PMPrintSession)
-OS_PMSessionBeginDocumentNoDialog_1=cast=(PMPrintSettings)
-OS_PMSessionBeginDocumentNoDialog_2=cast=(PMPageFormat)
-
-OS_PMSessionBeginPageNoDialog=
-OS_PMSessionBeginPageNoDialog_0=cast=(PMPrintSession)
-OS_PMSessionBeginPageNoDialog_1=cast=(PMPageFormat)
-OS_PMSessionBeginPageNoDialog_2=cast=(const PMRect *)
-
-OS_PMSessionCopyDestinationLocation=
-OS_PMSessionCopyDestinationLocation_0=cast=PMPrintSession
-OS_PMSessionCopyDestinationLocation_1=cast=PMPrintSettings
-OS_PMSessionCopyDestinationLocation_2=cast=(CFURLRef *)
-
-OS_PMSessionCreatePrinterList=
-OS_PMSessionCreatePrinterList_0=cast=PMPrintSession
-OS_PMSessionCreatePrinterList_1=cast=CFArrayRef *
-OS_PMSessionCreatePrinterList_2=cast=CFIndex *
-OS_PMSessionCreatePrinterList_3=cast=PMPrinter *
-
-OS_PMSessionDefaultPageFormat=
-OS_PMSessionDefaultPageFormat_0=cast=(PMPrintSession)
-OS_PMSessionDefaultPageFormat_1=cast=(PMPageFormat)
-
-OS_PMSessionDefaultPrintSettings=
-OS_PMSessionDefaultPrintSettings_0=cast=(PMPrintSession)
-OS_PMSessionDefaultPrintSettings_1=cast=(PMPrintSettings)
-
-OS_PMSessionEndDocumentNoDialog=
-OS_PMSessionEndDocumentNoDialog_0=cast=(PMPrintSession)
-
-OS_PMSessionEndPageNoDialog=
-OS_PMSessionEndPageNoDialog_0=cast=(PMPrintSession)
-
-OS_PMSessionError=
-OS_PMSessionError_0=cast=(PMPrintSession)
-
-OS_PMSessionGetCurrentPrinter=
-OS_PMSessionGetCurrentPrinter_0=cast=(PMPrintSession)
-OS_PMSessionGetCurrentPrinter_1=cast=PMPrinter *
-
-OS_PMSessionGetDestinationType=
-OS_PMSessionGetDestinationType_0=cast=PMPrintSession
-OS_PMSessionGetDestinationType_1=cast=PMPrintSettings
-OS_PMSessionGetDestinationType_2=cast=(PMDestinationType *)
-
-OS_PMSessionGetGraphicsContext=
-OS_PMSessionGetGraphicsContext_0=cast=(PMPrintSession)
-OS_PMSessionGetGraphicsContext_1=cast=(CFStringRef)
-OS_PMSessionGetGraphicsContext_2=cast=(void **)
-
-OS_PMSessionPageSetupDialog=
-OS_PMSessionPageSetupDialog_0=cast=(PMPrintSession)
-OS_PMSessionPageSetupDialog_1=cast=(PMPageFormat)
-OS_PMSessionPageSetupDialog_2=cast=(Boolean *)
-
-OS_PMSessionPrintDialog=
-OS_PMSessionPrintDialog_0=cast=(PMPrintSession)
-OS_PMSessionPrintDialog_1=cast=(PMPrintSettings)
-OS_PMSessionPrintDialog_2=cast=(PMPageFormat)
-OS_PMSessionPrintDialog_3=cast=(Boolean *)
-
-OS_PMSessionSetCurrentPrinter=
-OS_PMSessionSetCurrentPrinter_0=cast=PMPrintSession
-OS_PMSessionSetCurrentPrinter_1=cast=CFStringRef
-
-OS_PMSessionSetDestination=
-OS_PMSessionSetDestination_0=cast=PMPrintSession
-OS_PMSessionSetDestination_1=cast=PMPrintSettings
-OS_PMSessionSetDestination_2=cast=PMDestinationType
-OS_PMSessionSetDestination_3=cast=CFStringRef
-OS_PMSessionSetDestination_4=cast=CFURLRef
-
-OS_PMSessionSetDocumentFormatGeneration=
-OS_PMSessionSetDocumentFormatGeneration_0=cast=(PMPrintSession)
-OS_PMSessionSetDocumentFormatGeneration_1=cast=(CFStringRef)
-OS_PMSessionSetDocumentFormatGeneration_2=cast=(CFArrayRef)
-OS_PMSessionSetDocumentFormatGeneration_3=cast=(CFTypeRef)
-
-OS_PMSessionSetError=
-OS_PMSessionSetError_0=cast=(PMPrintSession)
-OS_PMSessionSetError_1=
-
-OS_PMSessionUseSheets=
-OS_PMSessionUseSheets_0=cast=(PMPrintSession)
-OS_PMSessionUseSheets_1=cast=(WindowRef)
-OS_PMSessionUseSheets_2=cast=(PMSheetDoneUPP)
-
-OS_PMSessionValidatePageFormat=
-OS_PMSessionValidatePageFormat_0=cast=(PMPrintSession)
-OS_PMSessionValidatePageFormat_1=cast=(PMPageFormat)
-OS_PMSessionValidatePageFormat_2=cast=(Boolean *)
-
-OS_PMSessionValidatePrintSettings=
-OS_PMSessionValidatePrintSettings_0=cast=(PMPrintSession)
-OS_PMSessionValidatePrintSettings_1=cast=(PMPrintSettings)
-OS_PMSessionValidatePrintSettings_2=cast=(Boolean *)
-
-OS_PMSetCollate=
-OS_PMSetCollate_0=cast=PMPrintSettings
-OS_PMSetCollate_1=
-
-OS_PMSetFirstPage=
-OS_PMSetFirstPage_0=cast=(PMPrintSettings)
-OS_PMSetFirstPage_1=cast=(UInt32)
-OS_PMSetFirstPage_2=cast=(Boolean)
-
-OS_PMSetJobNameCFString=
-OS_PMSetJobNameCFString_0=cast=(PMPrintSettings)
-OS_PMSetJobNameCFString_1=cast=CFStringRef
-
-OS_PMSetLastPage=
-OS_PMSetLastPage_0=cast=(PMPrintSettings)
-OS_PMSetLastPage_1=cast=(UInt32)
-OS_PMSetLastPage_2=cast=(Boolean)
-
-OS_PMSetPageRange=
-OS_PMSetPageRange_0=cast=(PMPrintSettings)
-OS_PMSetPageRange_1=cast=(UInt32)
-OS_PMSetPageRange_2=cast=(UInt32)
-
-OS_PMShowPrintDialogWithOptions=flags=dynamic
-OS_PMShowPrintDialogWithOptions_0=
-OS_PMShowPrintDialogWithOptions_1=
-OS_PMShowPrintDialogWithOptions_2=
-OS_PMShowPrintDialogWithOptions_3=
-OS_PMShowPrintDialogWithOptions_4=
-
-OS_PMUnflattenPageFormat=
-OS_PMUnflattenPageFormat_0=cast=Handle
-OS_PMUnflattenPageFormat_1=cast=PMPageFormat *
-
-OS_PMUnflattenPrintSettings=
-OS_PMUnflattenPrintSettings_0=cast=Handle
-OS_PMUnflattenPrintSettings_1=cast=(PMPrintSettings *)
-
-OS_PickColor=
-OS_PickColor_0=cast=(ColorPickerInfo *)
-
-OS_PopUpMenuSelect=
-OS_PopUpMenuSelect_0=cast=(MenuRef)
-OS_PopUpMenuSelect_1=cast=(short)
-OS_PopUpMenuSelect_2=cast=(short)
-OS_PopUpMenuSelect_3=cast=(short)
-
-OS_PostEvent=
-OS_PostEvent_0=cast=(EventKind)
-OS_PostEvent_1=cast=(UInt32)
-
-OS_PostEventToQueue=
-OS_PostEventToQueue_0=cast=(EventQueueRef)
-OS_PostEventToQueue_1=cast=(EventRef)
-OS_PostEventToQueue_2=cast=(EventPriority)
-
-OS_PtInRect=
-OS_PtInRect_0=cast=(Point *),flags=struct
-OS_PtInRect_1=cast=(const Rect *)
-
-OS_PtInRgn=
-OS_PtInRgn_0=cast=(Point *),flags=struct
-OS_PtInRgn_1=cast=(RgnHandle)
-
-OS_PutScrapFlavor__IIII_3B=
-OS_PutScrapFlavor__IIII_3B_0=cast=(ScrapRef)
-OS_PutScrapFlavor__IIII_3B_1=cast=(ScrapFlavorType)
-OS_PutScrapFlavor__IIII_3B_2=cast=(ScrapFlavorFlags)
-OS_PutScrapFlavor__IIII_3B_3=cast=(Size)
-OS_PutScrapFlavor__IIII_3B_4=cast=(const void *)
-
-OS_PutScrapFlavor__IIII_3C=
-OS_PutScrapFlavor__IIII_3C_0=cast=(ScrapRef)
-OS_PutScrapFlavor__IIII_3C_1=cast=(ScrapFlavorType)
-OS_PutScrapFlavor__IIII_3C_2=cast=(ScrapFlavorFlags)
-OS_PutScrapFlavor__IIII_3C_3=cast=(Size)
-OS_PutScrapFlavor__IIII_3C_4=cast=(const void *)
-
-OS_QDBeginCGContext=
-OS_QDBeginCGContext_0=cast=(CGrafPtr)
-OS_QDBeginCGContext_1=cast=(CGContextRef *)
-
-OS_QDEndCGContext=
-OS_QDEndCGContext_0=cast=(CGrafPtr)
-OS_QDEndCGContext_1=cast=(CGContextRef *)
-
-OS_QDFlushPortBuffer=
-OS_QDFlushPortBuffer_0=cast=(CGrafPtr)
-OS_QDFlushPortBuffer_1=cast=(RgnHandle)
-
-OS_QDPictCreateWithProvider=
-OS_QDPictCreateWithProvider_0=cast=CGDataProviderRef
-
-OS_QDPictDrawToCGContext=
-OS_QDPictDrawToCGContext_0=cast=CGContextRef
-OS_QDPictDrawToCGContext_1=cast=(CGRect *),flags=struct
-OS_QDPictDrawToCGContext_2=cast=(QDPictRef)
-
-OS_QDPictGetBounds=flags=no_gen
-OS_QDPictGetBounds_0=cast=(QDPictRef
-OS_QDPictGetBounds_1=cast=(CGRect *)
-
-OS_QDPictRelease=
-OS_QDPictRelease_0=cast=(QDPictRef)
-
-OS_QDRegionToRects=
-OS_QDRegionToRects_0=cast=RgnHandle
-OS_QDRegionToRects_1=cast=QDRegionParseDirection
-OS_QDRegionToRects_2=cast=RegionToRectsUPP
-OS_QDRegionToRects_3=cast=void *
-
-OS_RGBBackColor=
-OS_RGBBackColor_0=cast=(const RGBColor *)
-
-OS_RGBForeColor=
-OS_RGBForeColor_0=cast=(const RGBColor *)
-
-OS_ReadIconFile=
-OS_ReadIconFile_0=cast=const FSSpec *
-OS_ReadIconFile_1=cast=IconFamilyHandle *
-
-OS_ReceiveNextEvent=
-OS_ReceiveNextEvent_0=cast=(UInt32)
-OS_ReceiveNextEvent_1=cast=(const EventTypeSpec *)
-OS_ReceiveNextEvent_2=cast=(EventTimeout)
-OS_ReceiveNextEvent_3=cast=(Boolean)
-OS_ReceiveNextEvent_4=cast=(EventRef *)
-
-OS_RectInRgn=
-OS_RectInRgn_0=cast=(const Rect *)
-OS_RectInRgn_1=cast=(RgnHandle)
-
-OS_RectRgn=
-OS_RectRgn_0=cast=(RgnHandle)
-OS_RectRgn_1=cast=(const Rect *)
-
-OS_RegisterAppearanceClient=
-
-OS_ReleaseEvent=
-OS_ReleaseEvent_0=cast=(EventRef)
-
-OS_ReleaseIconRef=
-OS_ReleaseIconRef_0=cast=IconRef
-
-OS_ReleaseMenu=
-OS_ReleaseMenu_0=cast=(MenuRef)
-
-OS_ReleaseWindow=
-OS_ReleaseWindow_0=cast=WindowRef
-
-OS_ReleaseWindowGroup=
-OS_ReleaseWindowGroup_0=cast=(WindowGroupRef)
-
-OS_RemoveControlProperty=
-OS_RemoveControlProperty_0=cast=(ControlRef)
-OS_RemoveControlProperty_1=
-OS_RemoveControlProperty_2=
-
-OS_RemoveDataBrowserItems=
-OS_RemoveDataBrowserItems_0=cast=(ControlRef)
-OS_RemoveDataBrowserItems_1=cast=(DataBrowserItemID)
-OS_RemoveDataBrowserItems_2=cast=(UInt32)
-OS_RemoveDataBrowserItems_3=cast=(const DataBrowserItemID *)
-OS_RemoveDataBrowserItems_4=cast=(DataBrowserPropertyID)
-
-OS_RemoveDataBrowserTableViewColumn=
-OS_RemoveDataBrowserTableViewColumn_0=cast=(ControlRef)
-OS_RemoveDataBrowserTableViewColumn_1=cast=(DataBrowserTableViewColumnID)
-
-OS_RemoveEventFromQueue=
-OS_RemoveEventFromQueue_0=cast=(EventQueueRef)
-OS_RemoveEventFromQueue_1=cast=EventRef
-
-OS_RemoveEventHandler=
-OS_RemoveEventHandler_0=cast=(EventHandlerRef)
-
-OS_RemoveEventLoopTimer=
-OS_RemoveEventLoopTimer_0=cast=(EventLoopTimerRef)
-
-OS_RemoveReceiveHandler=
-OS_RemoveReceiveHandler_0=cast=(DragReceiveHandlerUPP)
-OS_RemoveReceiveHandler_1=cast=(WindowRef)
-
-OS_RemoveTrackingHandler=
-OS_RemoveTrackingHandler_0=cast=(DragTrackingHandlerUPP)
-OS_RemoveTrackingHandler_1=cast=(WindowRef)
-
-OS_RepositionWindow=
-OS_RepositionWindow_0=cast=(WindowRef)
-OS_RepositionWindow_1=cast=(WindowRef)
-OS_RepositionWindow_2=
-
-OS_ReshapeCustomWindow=
-OS_ReshapeCustomWindow_0=cast=WindowRef
-
-OS_RestoreApplicationDockTileImage=
-
-OS_RetainEvent=
-OS_RetainEvent_0=cast=(EventRef)
-
-OS_RetainMenu=
-OS_RetainMenu_0=cast=(MenuRef)
-
-OS_RetainWindow=
-OS_RetainWindow_0=cast=(WindowRef)
-
-OS_RevealDataBrowserItem=
-OS_RevealDataBrowserItem_0=cast=(ControlRef)
-OS_RevealDataBrowserItem_1=cast=(DataBrowserItemID)
-OS_RevealDataBrowserItem_2=cast=(DataBrowserPropertyID)
-OS_RevealDataBrowserItem_3=cast=(DataBrowserRevealOptions)
-
-OS_RunStandardAlert=
-OS_RunStandardAlert_0=cast=(DialogRef)
-OS_RunStandardAlert_1=cast=(ModalFilterUPP)
-OS_RunStandardAlert_2=cast=(DialogItemIndex *)
-
-OS_SameProcess=
-OS_SameProcess_0=cast=ProcessSerialNumber *
-OS_SameProcess_1=cast=ProcessSerialNumber *
-OS_SameProcess_2=
-
-OS_ScrollRect=
-OS_ScrollRect_0=cast=(const Rect *)
-OS_ScrollRect_1=cast=(short)
-OS_ScrollRect_2=cast=(short)
-OS_ScrollRect_3=cast=(RgnHandle)
-
-OS_SectRect=
-OS_SectRect_0=flags=no_out
-OS_SectRect_1=flags=no_out
-OS_SectRect_2=flags=no_in
-
-OS_SectRgn=
-OS_SectRgn_0=cast=(RgnHandle)
-OS_SectRgn_1=cast=(RgnHandle)
-OS_SectRgn_2=cast=(RgnHandle)
-
-OS_SelectWindow=
-OS_SelectWindow_0=cast=(WindowRef)
-
-OS_SendBehind=
-OS_SendBehind_0=cast=(WindowRef)
-OS_SendBehind_1=cast=(WindowRef)
-
-OS_SendEventToEventTarget=
-OS_SendEventToEventTarget_0=cast=(EventRef)
-OS_SendEventToEventTarget_1=cast=(EventTargetRef)
-
-OS_SendEventToEventTargetWithOptions=
-OS_SendEventToEventTargetWithOptions_0=cast=EventRef
-OS_SendEventToEventTargetWithOptions_1=cast=(EventTargetRef)
-OS_SendEventToEventTargetWithOptions_2=
-
-OS_SetApplicationDockTileImage=
-OS_SetApplicationDockTileImage_0=cast=(CGImageRef)
-
-OS_SetAutomaticControlDragTrackingEnabledForWindow=
-OS_SetAutomaticControlDragTrackingEnabledForWindow_0=cast=(WindowRef)
-OS_SetAutomaticControlDragTrackingEnabledForWindow_1=cast=Boolean
-
-OS_SetBevelButtonContentInfo=
-OS_SetBevelButtonContentInfo_0=cast=(ControlRef)
-OS_SetBevelButtonContentInfo_1=cast=(ControlButtonContentInfoPtr)
-
-OS_SetClip=
-OS_SetClip_0=cast=(RgnHandle)
-
-OS_SetControl32BitMaximum=
-OS_SetControl32BitMaximum_0=cast=(ControlRef)
-OS_SetControl32BitMaximum_1=cast=(SInt32)
-
-OS_SetControl32BitMinimum=
-OS_SetControl32BitMinimum_0=cast=(ControlRef)
-OS_SetControl32BitMinimum_1=cast=(SInt32)
-
-OS_SetControl32BitValue=
-OS_SetControl32BitValue_0=cast=(ControlRef)
-OS_SetControl32BitValue_1=cast=(SInt32)
-
-OS_SetControlAction=
-OS_SetControlAction_0=cast=(ControlRef)
-OS_SetControlAction_1=cast=(ControlActionUPP)
-
-OS_SetControlBounds=
-OS_SetControlBounds_0=cast=(ControlRef)
-OS_SetControlBounds_1=cast=(const Rect *)
-
-OS_SetControlColorProc=
-OS_SetControlColorProc_0=cast=(ControlRef)
-OS_SetControlColorProc_1=cast=(ControlColorUPP)
-
-OS_SetControlData__IIIII=
-OS_SetControlData__IIIII_0=cast=(ControlRef)
-OS_SetControlData__IIIII_1=cast=(ControlPartCode)
-OS_SetControlData__IIIII_2=cast=(ResType)
-OS_SetControlData__IIIII_3=cast=(Size)
-OS_SetControlData__IIIII_4=cast=(const void *)
-
-OS_SetControlData__IIIILorg_eclipse_swt_internal_carbon_ControlButtonContentInfo_2=
-OS_SetControlData__IIIILorg_eclipse_swt_internal_carbon_ControlButtonContentInfo_2_0=cast=(ControlRef)
-OS_SetControlData__IIIILorg_eclipse_swt_internal_carbon_ControlButtonContentInfo_2_1=cast=(ControlPartCode)
-OS_SetControlData__IIIILorg_eclipse_swt_internal_carbon_ControlButtonContentInfo_2_2=cast=(ResType)
-OS_SetControlData__IIIILorg_eclipse_swt_internal_carbon_ControlButtonContentInfo_2_3=cast=(Size)
-OS_SetControlData__IIIILorg_eclipse_swt_internal_carbon_ControlButtonContentInfo_2_4=cast=(const void *)
-
-OS_SetControlData__IIIILorg_eclipse_swt_internal_carbon_ControlEditTextSelectionRec_2=
-OS_SetControlData__IIIILorg_eclipse_swt_internal_carbon_ControlEditTextSelectionRec_2_0=cast=(ControlRef)
-OS_SetControlData__IIIILorg_eclipse_swt_internal_carbon_ControlEditTextSelectionRec_2_1=cast=(ControlPartCode)
-OS_SetControlData__IIIILorg_eclipse_swt_internal_carbon_ControlEditTextSelectionRec_2_2=cast=(ResType)
-OS_SetControlData__IIIILorg_eclipse_swt_internal_carbon_ControlEditTextSelectionRec_2_3=cast=(Size)
-OS_SetControlData__IIIILorg_eclipse_swt_internal_carbon_ControlEditTextSelectionRec_2_4=cast=(const void *)
-
-OS_SetControlData__IIIILorg_eclipse_swt_internal_carbon_ControlTabInfoRecV1_2=
-OS_SetControlData__IIIILorg_eclipse_swt_internal_carbon_ControlTabInfoRecV1_2_0=cast=(ControlRef)
-OS_SetControlData__IIIILorg_eclipse_swt_internal_carbon_ControlTabInfoRecV1_2_1=cast=(ControlPartCode)
-OS_SetControlData__IIIILorg_eclipse_swt_internal_carbon_ControlTabInfoRecV1_2_2=cast=(ResType)
-OS_SetControlData__IIIILorg_eclipse_swt_internal_carbon_ControlTabInfoRecV1_2_3=cast=(Size)
-OS_SetControlData__IIIILorg_eclipse_swt_internal_carbon_ControlTabInfoRecV1_2_4=cast=(const void *)
-
-OS_SetControlData__IIIILorg_eclipse_swt_internal_carbon_LongDateRec_2=
-OS_SetControlData__IIIILorg_eclipse_swt_internal_carbon_LongDateRec_2_0=cast=(ControlRef)
-OS_SetControlData__IIIILorg_eclipse_swt_internal_carbon_LongDateRec_2_1=cast=(ControlPartCode)
-OS_SetControlData__IIIILorg_eclipse_swt_internal_carbon_LongDateRec_2_2=cast=(ResType)
-OS_SetControlData__IIIILorg_eclipse_swt_internal_carbon_LongDateRec_2_3=cast=(Size)
-OS_SetControlData__IIIILorg_eclipse_swt_internal_carbon_LongDateRec_2_4=cast=(const void *)
-
-OS_SetControlData__IIIILorg_eclipse_swt_internal_carbon_Rect_2=
-OS_SetControlData__IIIILorg_eclipse_swt_internal_carbon_Rect_2_0=cast=(ControlRef)
-OS_SetControlData__IIIILorg_eclipse_swt_internal_carbon_Rect_2_1=cast=(ControlPartCode)
-OS_SetControlData__IIIILorg_eclipse_swt_internal_carbon_Rect_2_2=cast=(ResType)
-OS_SetControlData__IIIILorg_eclipse_swt_internal_carbon_Rect_2_3=cast=(Size)
-OS_SetControlData__IIIILorg_eclipse_swt_internal_carbon_Rect_2_4=cast=(const void *)
-
-OS_SetControlData__IIII_3B=
-OS_SetControlData__IIII_3B_0=cast=(ControlRef)
-OS_SetControlData__IIII_3B_1=cast=(ControlPartCode)
-OS_SetControlData__IIII_3B_2=cast=(ResType)
-OS_SetControlData__IIII_3B_3=cast=(Size)
-OS_SetControlData__IIII_3B_4=cast=(const void *)
-
-OS_SetControlData__IIII_3I=
-OS_SetControlData__IIII_3I_0=cast=(ControlRef)
-OS_SetControlData__IIII_3I_1=cast=(ControlPartCode)
-OS_SetControlData__IIII_3I_2=cast=(ResType)
-OS_SetControlData__IIII_3I_3=cast=(Size)
-OS_SetControlData__IIII_3I_4=cast=(const void *)
-
-OS_SetControlData__IIII_3S=
-OS_SetControlData__IIII_3S_0=cast=(ControlRef)
-OS_SetControlData__IIII_3S_1=cast=(ControlPartCode)
-OS_SetControlData__IIII_3S_2=cast=(ResType)
-OS_SetControlData__IIII_3S_3=cast=(Size)
-OS_SetControlData__IIII_3S_4=cast=(const void *)
-
-OS_SetControlFontStyle=
-OS_SetControlFontStyle_0=cast=(ControlRef)
-OS_SetControlFontStyle_1=cast=(const ControlFontStyleRec *)
-
-OS_SetControlPopupMenuHandle=
-OS_SetControlPopupMenuHandle_0=cast=(ControlRef)
-OS_SetControlPopupMenuHandle_1=cast=(MenuRef)
-
-OS_SetControlProperty=
-OS_SetControlProperty_0=cast=(ControlRef)
-OS_SetControlProperty_1=
-OS_SetControlProperty_2=
-OS_SetControlProperty_3=
-OS_SetControlProperty_4=cast=(const void *)
-
-OS_SetControlReference=
-OS_SetControlReference_0=cast=(ControlRef)
-OS_SetControlReference_1=cast=(SInt32)
-
-OS_SetControlTitleWithCFString=
-OS_SetControlTitleWithCFString_0=cast=(ControlRef)
-OS_SetControlTitleWithCFString_1=cast=(CFStringRef)
-
-OS_SetControlViewSize=
-OS_SetControlViewSize_0=cast=(ControlRef)
-OS_SetControlViewSize_1=cast=(SInt32)
-
-OS_SetControlVisibility=
-OS_SetControlVisibility_0=cast=(ControlRef)
-OS_SetControlVisibility_1=
-OS_SetControlVisibility_2=
-
-OS_SetCursor=
-OS_SetCursor_0=cast=(const Cursor *)
-
-OS_SetDataBrowserCallbacks=
-OS_SetDataBrowserCallbacks_0=cast=(ControlRef)
-OS_SetDataBrowserCallbacks_1=cast=(const DataBrowserCallbacks *),flags=init
-
-OS_SetDataBrowserCustomCallbacks=
-OS_SetDataBrowserCustomCallbacks_0=cast=(ControlRef)
-OS_SetDataBrowserCustomCallbacks_1=
-
-OS_SetDataBrowserHasScrollBars=
-OS_SetDataBrowserHasScrollBars_0=cast=(ControlRef)
-OS_SetDataBrowserHasScrollBars_1=cast=(Boolean)
-OS_SetDataBrowserHasScrollBars_2=cast=(Boolean)
-
-OS_SetDataBrowserItemDataBooleanValue=
-OS_SetDataBrowserItemDataBooleanValue_0=cast=(DataBrowserItemDataRef)
-OS_SetDataBrowserItemDataBooleanValue_1=cast=(Boolean)
-
-OS_SetDataBrowserItemDataButtonValue=
-OS_SetDataBrowserItemDataButtonValue_0=cast=(DataBrowserItemDataRef)
-OS_SetDataBrowserItemDataButtonValue_1=cast=(ThemeButtonValue)
-
-OS_SetDataBrowserItemDataIcon=
-OS_SetDataBrowserItemDataIcon_0=cast=(DataBrowserItemDataRef)
-OS_SetDataBrowserItemDataIcon_1=cast=(IconRef)
-
-OS_SetDataBrowserItemDataItemID=
-OS_SetDataBrowserItemDataItemID_0=cast=(DataBrowserItemDataRef)
-OS_SetDataBrowserItemDataItemID_1=cast=(DataBrowserItemID)
-
-OS_SetDataBrowserItemDataText=
-OS_SetDataBrowserItemDataText_0=cast=(DataBrowserItemDataRef)
-OS_SetDataBrowserItemDataText_1=cast=(CFStringRef)
-
-OS_SetDataBrowserListViewDisclosureColumn=
-OS_SetDataBrowserListViewDisclosureColumn_0=cast=(ControlRef)
-OS_SetDataBrowserListViewDisclosureColumn_1=cast=(DataBrowserTableViewColumnID)
-OS_SetDataBrowserListViewDisclosureColumn_2=cast=(Boolean)
-
-OS_SetDataBrowserListViewHeaderBtnHeight=
-OS_SetDataBrowserListViewHeaderBtnHeight_0=cast=(ControlRef)
-OS_SetDataBrowserListViewHeaderBtnHeight_1=cast=(UInt16)
-
-OS_SetDataBrowserListViewHeaderDesc=
-OS_SetDataBrowserListViewHeaderDesc_0=cast=(ControlRef)
-OS_SetDataBrowserListViewHeaderDesc_1=
-OS_SetDataBrowserListViewHeaderDesc_2=
-
-OS_SetDataBrowserPropertyFlags=
-OS_SetDataBrowserPropertyFlags_0=cast=ControlRef
-OS_SetDataBrowserPropertyFlags_1=cast=DataBrowserPropertyID
-OS_SetDataBrowserPropertyFlags_2=cast=(DataBrowserPropertyFlags)
-
-OS_SetDataBrowserScrollPosition=
-OS_SetDataBrowserScrollPosition_0=cast=(ControlRef)
-OS_SetDataBrowserScrollPosition_1=cast=(UInt32)
-OS_SetDataBrowserScrollPosition_2=cast=(UInt32)
-
-OS_SetDataBrowserSelectedItems=
-OS_SetDataBrowserSelectedItems_0=cast=(ControlRef)
-OS_SetDataBrowserSelectedItems_1=cast=(UInt32)
-OS_SetDataBrowserSelectedItems_2=cast=(const DataBrowserItemID *)
-OS_SetDataBrowserSelectedItems_3=cast=(DataBrowserSetOption)
-
-OS_SetDataBrowserSelectionFlags=
-OS_SetDataBrowserSelectionFlags_0=cast=(ControlRef)
-OS_SetDataBrowserSelectionFlags_1=cast=(DataBrowserSelectionFlags)
-
-OS_SetDataBrowserSortOrder=
-OS_SetDataBrowserSortOrder_0=cast=(ControlRef)
-OS_SetDataBrowserSortOrder_1=
-
-OS_SetDataBrowserSortProperty=
-OS_SetDataBrowserSortProperty_0=cast=(ControlRef)
-OS_SetDataBrowserSortProperty_1=cast=(DataBrowserPropertyID)
-
-OS_SetDataBrowserTableViewColumnPosition=
-OS_SetDataBrowserTableViewColumnPosition_0=cast=(ControlRef)
-OS_SetDataBrowserTableViewColumnPosition_1=
-OS_SetDataBrowserTableViewColumnPosition_2=
-
-OS_SetDataBrowserTableViewHiliteStyle=
-OS_SetDataBrowserTableViewHiliteStyle_0=cast=(ControlRef)
-OS_SetDataBrowserTableViewHiliteStyle_1=
-
-OS_SetDataBrowserTableViewItemRow=
-OS_SetDataBrowserTableViewItemRow_0=cast=(ControlRef)
-OS_SetDataBrowserTableViewItemRow_1=
-OS_SetDataBrowserTableViewItemRow_2=
-
-OS_SetDataBrowserTableViewNamedColumnWidth=
-OS_SetDataBrowserTableViewNamedColumnWidth_0=cast=(ControlRef)
-OS_SetDataBrowserTableViewNamedColumnWidth_1=cast=(DataBrowserTableViewColumnID)
-OS_SetDataBrowserTableViewNamedColumnWidth_2=cast=(UInt16)
-
-OS_SetDataBrowserTableViewRowHeight=
-OS_SetDataBrowserTableViewRowHeight_0=cast=(ControlRef)
-OS_SetDataBrowserTableViewRowHeight_1=
-
-OS_SetDataBrowserTarget=
-OS_SetDataBrowserTarget_0=cast=(ControlRef)
-OS_SetDataBrowserTarget_1=cast=(DataBrowserItemID)
-
-OS_SetDragAllowableActions=
-OS_SetDragAllowableActions_0=cast=(DragRef)
-OS_SetDragAllowableActions_1=cast=(DragActions)
-OS_SetDragAllowableActions_2=cast=(Boolean)
-
-OS_SetDragDropAction=
-OS_SetDragDropAction_0=cast=(DragRef)
-OS_SetDragDropAction_1=cast=(DragActions)
-
-OS_SetDragImageWithCGImage=
-OS_SetDragImageWithCGImage_0=cast=(DragRef)
-OS_SetDragImageWithCGImage_1=cast=(CGImageRef)
-OS_SetDragImageWithCGImage_2=cast=(HIPoint *)
-OS_SetDragImageWithCGImage_3=cast=(DragImageFlags)
-
-OS_SetDragInputProc=
-OS_SetDragInputProc_0=cast=(DragRef)
-OS_SetDragInputProc_1=cast=(DragInputUPP)
-OS_SetDragInputProc_2=cast=(void *)
-
-OS_SetDragItemFlavorData=
-OS_SetDragItemFlavorData_0=cast=(DragRef)
-OS_SetDragItemFlavorData_1=cast=(DragItemRef)
-OS_SetDragItemFlavorData_2=cast=(FlavorType)
-OS_SetDragItemFlavorData_3=cast=(const void *)
-OS_SetDragItemFlavorData_4=cast=(Size)
-OS_SetDragItemFlavorData_5=cast=(UInt32)
-
-OS_SetDragSendProc=
-OS_SetDragSendProc_0=cast=(DragRef)
-OS_SetDragSendProc_1=cast=(DragSendDataUPP)
-OS_SetDragSendProc_2=cast=(void *)
-
-OS_SetEventLoopTimerNextFireTime=
-OS_SetEventLoopTimerNextFireTime_0=cast=(EventLoopTimerRef)
-OS_SetEventLoopTimerNextFireTime_1=cast=(EventTimerInterval)
-
-OS_SetEventParameter__IIIILorg_eclipse_swt_internal_carbon_CGPoint_2=
-OS_SetEventParameter__IIIILorg_eclipse_swt_internal_carbon_CGPoint_2_0=cast=(EventRef)
-OS_SetEventParameter__IIIILorg_eclipse_swt_internal_carbon_CGPoint_2_1=cast=(EventParamName)
-OS_SetEventParameter__IIIILorg_eclipse_swt_internal_carbon_CGPoint_2_2=cast=(EventParamType)
-OS_SetEventParameter__IIIILorg_eclipse_swt_internal_carbon_CGPoint_2_3=cast=(UInt32)
-OS_SetEventParameter__IIIILorg_eclipse_swt_internal_carbon_CGPoint_2_4=cast=(const void *)
-
-OS_SetEventParameter__IIIILorg_eclipse_swt_internal_carbon_HICommand_2=
-OS_SetEventParameter__IIIILorg_eclipse_swt_internal_carbon_HICommand_2_0=cast=(EventRef)
-OS_SetEventParameter__IIIILorg_eclipse_swt_internal_carbon_HICommand_2_1=cast=(EventParamName)
-OS_SetEventParameter__IIIILorg_eclipse_swt_internal_carbon_HICommand_2_2=cast=(EventParamType)
-OS_SetEventParameter__IIIILorg_eclipse_swt_internal_carbon_HICommand_2_3=cast=(UInt32)
-OS_SetEventParameter__IIIILorg_eclipse_swt_internal_carbon_HICommand_2_4=cast=(const void *)
-
-OS_SetEventParameter__IIIILorg_eclipse_swt_internal_carbon_Point_2=
-OS_SetEventParameter__IIIILorg_eclipse_swt_internal_carbon_Point_2_0=cast=(EventRef)
-OS_SetEventParameter__IIIILorg_eclipse_swt_internal_carbon_Point_2_1=cast=(EventParamName)
-OS_SetEventParameter__IIIILorg_eclipse_swt_internal_carbon_Point_2_2=cast=(EventParamType)
-OS_SetEventParameter__IIIILorg_eclipse_swt_internal_carbon_Point_2_3=cast=(UInt32)
-OS_SetEventParameter__IIIILorg_eclipse_swt_internal_carbon_Point_2_4=cast=(const void *)
-
-OS_SetEventParameter__IIII_3C=
-OS_SetEventParameter__IIII_3C_0=cast=(EventRef)
-OS_SetEventParameter__IIII_3C_1=cast=(EventParamName)
-OS_SetEventParameter__IIII_3C_2=cast=(EventParamType)
-OS_SetEventParameter__IIII_3C_3=cast=(UInt32)
-OS_SetEventParameter__IIII_3C_4=cast=(const void *)
-
-OS_SetEventParameter__IIII_3I=
-OS_SetEventParameter__IIII_3I_0=cast=(EventRef)
-OS_SetEventParameter__IIII_3I_1=cast=(EventParamName)
-OS_SetEventParameter__IIII_3I_2=cast=(EventParamType)
-OS_SetEventParameter__IIII_3I_3=cast=(UInt32)
-OS_SetEventParameter__IIII_3I_4=cast=(const void *)
-
-OS_SetEventParameter__IIII_3S=
-OS_SetEventParameter__IIII_3S_0=cast=(EventRef)
-OS_SetEventParameter__IIII_3S_1=cast=(EventParamName)
-OS_SetEventParameter__IIII_3S_2=cast=(EventParamType)
-OS_SetEventParameter__IIII_3S_3=cast=(UInt32)
-OS_SetEventParameter__IIII_3S_4=cast=(const void *)
-
-OS_SetEventParameter__IIII_3Z=
-OS_SetEventParameter__IIII_3Z_0=cast=(EventRef)
-OS_SetEventParameter__IIII_3Z_1=cast=(EventParamName)
-OS_SetEventParameter__IIII_3Z_2=cast=(EventParamType)
-OS_SetEventParameter__IIII_3Z_3=cast=(UInt32)
-OS_SetEventParameter__IIII_3Z_4=cast=(const void *)
-
-OS_SetFontInfoForSelection=
-OS_SetFontInfoForSelection_0=cast=(OSType)
-OS_SetFontInfoForSelection_1=cast=(UInt32)
-OS_SetFontInfoForSelection_2=cast=(void *)
-OS_SetFontInfoForSelection_3=cast=void *
-
-OS_SetFrontProcess=
-OS_SetFrontProcess_0=cast=(const ProcessSerialNumber *)
-
-OS_SetFrontProcessWithOptions=
-OS_SetFrontProcessWithOptions_0=cast=(const ProcessSerialNumber *)
-OS_SetFrontProcessWithOptions_1=
-
-OS_SetGWorld=
-OS_SetGWorld_0=cast=(CGrafPtr)
-OS_SetGWorld_1=cast=(GDHandle)
-
-OS_SetHandleSize=
-OS_SetHandleSize_0=cast=Handle
-OS_SetHandleSize_1=
-
-OS_SetIconFamilyData=
-OS_SetIconFamilyData_0=cast=IconFamilyHandle
-OS_SetIconFamilyData_1=cast=OSType
-OS_SetIconFamilyData_2=cast=Handle
-
-OS_SetItemMark=
-OS_SetItemMark_0=cast=(MenuRef)
-OS_SetItemMark_1=
-OS_SetItemMark_2=
-
-OS_SetKeyboardFocus=
-OS_SetKeyboardFocus_0=cast=(WindowRef)
-OS_SetKeyboardFocus_1=cast=(ControlRef)
-OS_SetKeyboardFocus_2=cast=(ControlFocusPart)
-
-OS_SetMenuCommandMark=
-OS_SetMenuCommandMark_0=cast=(MenuRef)
-OS_SetMenuCommandMark_1=cast=(MenuCommand)
-OS_SetMenuCommandMark_2=cast=(UniChar)
-
-OS_SetMenuFont=
-OS_SetMenuFont_0=cast=(MenuRef)
-OS_SetMenuFont_1=cast=(SInt16)
-OS_SetMenuFont_2=cast=(UInt16)
-
-OS_SetMenuItemCommandKey=
-OS_SetMenuItemCommandKey_0=cast=(MenuRef)
-OS_SetMenuItemCommandKey_1=cast=(MenuItemIndex)
-OS_SetMenuItemCommandKey_2=cast=(Boolean)
-OS_SetMenuItemCommandKey_3=cast=(UInt16)
-
-OS_SetMenuItemHierarchicalMenu=
-OS_SetMenuItemHierarchicalMenu_0=cast=(MenuRef)
-OS_SetMenuItemHierarchicalMenu_1=cast=(MenuItemIndex)
-OS_SetMenuItemHierarchicalMenu_2=cast=(MenuRef)
-
-OS_SetMenuItemIconHandle=
-OS_SetMenuItemIconHandle_0=cast=(MenuRef)
-OS_SetMenuItemIconHandle_1=cast=(SInt16)
-OS_SetMenuItemIconHandle_2=cast=(UInt8)
-OS_SetMenuItemIconHandle_3=cast=(Handle)
-
-OS_SetMenuItemKeyGlyph=
-OS_SetMenuItemKeyGlyph_0=cast=(MenuRef)
-OS_SetMenuItemKeyGlyph_1=cast=(SInt16)
-OS_SetMenuItemKeyGlyph_2=cast=(SInt16)
-
-OS_SetMenuItemModifiers=
-OS_SetMenuItemModifiers_0=cast=(MenuRef)
-OS_SetMenuItemModifiers_1=cast=(SInt16)
-OS_SetMenuItemModifiers_2=cast=(UInt8)
-
-OS_SetMenuItemRefCon=
-OS_SetMenuItemRefCon_0=cast=(MenuRef)
-OS_SetMenuItemRefCon_1=cast=(SInt16)
-OS_SetMenuItemRefCon_2=cast=(UInt32)
-
-OS_SetMenuItemTextWithCFString=
-OS_SetMenuItemTextWithCFString_0=cast=(MenuRef)
-OS_SetMenuItemTextWithCFString_1=cast=(MenuItemIndex)
-OS_SetMenuItemTextWithCFString_2=cast=(CFStringRef)
-
-OS_SetMenuTitleWithCFString=
-OS_SetMenuTitleWithCFString_0=cast=(MenuRef)
-OS_SetMenuTitleWithCFString_1=cast=(CFStringRef)
-
-OS_SetPort=
-OS_SetPort_0=cast=(GrafPtr)
-
-OS_SetPt=
-OS_SetPt_0=cast=(Point *)
-OS_SetPt_1=cast=(short)
-OS_SetPt_2=cast=(short)
-
-OS_SetRect=
-OS_SetRect_0=cast=(Rect *)
-OS_SetRect_1=cast=(short)
-OS_SetRect_2=cast=(short)
-OS_SetRect_3=cast=(short)
-OS_SetRect_4=cast=(short)
-
-OS_SetRectRgn=
-OS_SetRectRgn_0=cast=(RgnHandle)
-OS_SetRectRgn_1=cast=(short)
-OS_SetRectRgn_2=cast=(short)
-OS_SetRectRgn_3=cast=(short)
-OS_SetRectRgn_4=cast=(short)
-
-OS_SetRootMenu=
-OS_SetRootMenu_0=cast=(MenuRef)
-
-OS_SetSystemUIMode=
-OS_SetSystemUIMode_0=cast=SystemUIMode
-OS_SetSystemUIMode_1=cast=SystemUIOptions
-
-OS_SetThemeBackground=
-OS_SetThemeBackground_0=cast=(ThemeBrush)
-OS_SetThemeBackground_1=cast=(SInt16)
-OS_SetThemeBackground_2=cast=(Boolean)
-
-OS_SetThemeCursor=
-OS_SetThemeCursor_0=cast=(ThemeCursor)
-
-OS_SetThemeDrawingState=
-OS_SetThemeDrawingState_0=cast=(ThemeDrawingState)
-OS_SetThemeDrawingState_1=cast=(Boolean)
-
-OS_SetThemeTextColor=
-OS_SetThemeTextColor_0=
-OS_SetThemeTextColor_1=
-OS_SetThemeTextColor_2=
-
-OS_SetThemeWindowBackground=
-OS_SetThemeWindowBackground_0=cast=(WindowRef)
-OS_SetThemeWindowBackground_1=cast=(ThemeBrush)
-OS_SetThemeWindowBackground_2=cast=(Boolean)
-
-OS_SetUpControlBackground=
-OS_SetUpControlBackground_0=cast=(ControlRef)
-OS_SetUpControlBackground_1=cast=(SInt16)
-OS_SetUpControlBackground_2=cast=(Boolean)
-
-OS_SetUserFocusWindow=
-OS_SetUserFocusWindow_0=cast=WindowRef
-
-OS_SetWindowActivationScope=
-OS_SetWindowActivationScope_0=cast=(WindowRef)
-OS_SetWindowActivationScope_1=cast=(WindowActivationScope)
-
-OS_SetWindowAlpha=
-OS_SetWindowAlpha_0=cast=(WindowRef)
-OS_SetWindowAlpha_1=
-
-OS_SetWindowBounds=
-OS_SetWindowBounds_0=cast=(WindowRef)
-OS_SetWindowBounds_1=cast=(WindowRegionCode)
-OS_SetWindowBounds_2=cast=(Rect *)
-
-OS_SetWindowDefaultButton=
-OS_SetWindowDefaultButton_0=cast=(WindowRef)
-OS_SetWindowDefaultButton_1=cast=(ControlRef)
-
-OS_SetWindowGroup=
-OS_SetWindowGroup_0=cast=(WindowRef)
-OS_SetWindowGroup_1=cast=(WindowGroupRef)
-
-OS_SetWindowGroupOwner=
-OS_SetWindowGroupOwner_0=cast=(WindowGroupRef)
-OS_SetWindowGroupOwner_1=cast=(WindowRef)
-
-OS_SetWindowGroupParent=
-OS_SetWindowGroupParent_0=cast=(WindowGroupRef)
-OS_SetWindowGroupParent_1=cast=(WindowGroupRef)
-
-OS_SetWindowModality=
-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)
-
-OS_ShowWindow=
-OS_ShowWindow_0=cast=(WindowRef)
-
-OS_SizeControl=
-OS_SizeControl_0=cast=(ControlRef)
-OS_SizeControl_1=cast=(SInt16)
-OS_SizeControl_2=cast=(SInt16)
-
-OS_SizeWindow=
-OS_SizeWindow_0=cast=(WindowRef)
-OS_SizeWindow_1=cast=(short)
-OS_SizeWindow_2=cast=(short)
-OS_SizeWindow_3=cast=(Boolean)
-
-OS_StillDown=
-
-OS_SysBeep=
-OS_SysBeep_0=cast=(short)
-
-OS_TXNCopy=
-OS_TXNCopy_0=cast=(TXNObject)
-
-OS_TXNCut=
-OS_TXNCut_0=cast=(TXNObject)
-
-OS_TXNDataSize=
-OS_TXNDataSize_0=cast=(TXNObject)
-
-OS_TXNDeleteObject=
-OS_TXNDeleteObject_0=cast=(TXNObject)
-
-OS_TXNEchoMode=
-OS_TXNEchoMode_0=cast=(TXNObject)
-OS_TXNEchoMode_1=cast=(UniChar)
-OS_TXNEchoMode_2=cast=(TextEncoding)
-OS_TXNEchoMode_3=cast=(Boolean)
-
-OS_TXNGetData=
-OS_TXNGetData_0=cast=(TXNObject)
-OS_TXNGetData_1=cast=(TXNOffset)
-OS_TXNGetData_2=cast=(TXNOffset)
-OS_TXNGetData_3=cast=(Handle *)
-
-OS_TXNGetHIRect=
-OS_TXNGetHIRect_0=cast=TXNObject
-OS_TXNGetHIRect_1=
-OS_TXNGetHIRect_2=
-
-OS_TXNGetLineCount=
-OS_TXNGetLineCount_0=cast=(TXNObject)
-OS_TXNGetLineCount_1=cast=(ItemCount *)
-
-OS_TXNGetLineMetrics=
-OS_TXNGetLineMetrics_0=cast=(TXNObject)
-OS_TXNGetLineMetrics_1=cast=(UInt32)
-OS_TXNGetLineMetrics_2=cast=(Fixed *)
-OS_TXNGetLineMetrics_3=cast=(Fixed *)
-
-OS_TXNGetSelection=
-OS_TXNGetSelection_0=cast=(TXNObject)
-OS_TXNGetSelection_1=cast=(TXNOffset *)
-OS_TXNGetSelection_2=cast=(TXNOffset *)
-
-OS_TXNGetTXNObjectControls=
-OS_TXNGetTXNObjectControls_0=cast=(TXNObject)
-OS_TXNGetTXNObjectControls_1=cast=(ItemCount)
-OS_TXNGetTXNObjectControls_2=cast=(const TXNControlTag *)
-OS_TXNGetTXNObjectControls_3=cast=(TXNControlData *)
-
-OS_TXNGetViewRect=
-OS_TXNGetViewRect_0=cast=(TXNObject)
-OS_TXNGetViewRect_1=
-
-OS_TXNHIPointToOffset=
-OS_TXNHIPointToOffset_0=cast=(TXNObject)
-OS_TXNHIPointToOffset_1=cast=(HIPoint *)
-OS_TXNHIPointToOffset_2=cast=(TXNOffset *)
-
-OS_TXNInitTextension=
-OS_TXNInitTextension_0=cast=(const TXNMacOSPreferredFontDescription *)
-OS_TXNInitTextension_1=cast=(ItemCount)
-OS_TXNInitTextension_2=cast=(TXNInitOptions)
-
-OS_TXNOffsetToHIPoint=
-OS_TXNOffsetToHIPoint_0=cast=(TXNObject)
-OS_TXNOffsetToHIPoint_1=cast=(TXNOffset)
-OS_TXNOffsetToHIPoint_2=cast=(HIPoint *)
-
-OS_TXNPaste=
-OS_TXNPaste_0=cast=(TXNObject)
-
-OS_TXNSelectAll=
-OS_TXNSelectAll_0=cast=(TXNObject)
-
-OS_TXNSetBackground=
-OS_TXNSetBackground_0=cast=(TXNObject)
-OS_TXNSetBackground_1=cast=(const TXNBackground *)
-
-OS_TXNSetData=
-OS_TXNSetData_0=cast=(TXNObject)
-OS_TXNSetData_1=cast=(TXNDataType)
-OS_TXNSetData_2=cast=(const void *)
-OS_TXNSetData_3=cast=(ByteCount)
-OS_TXNSetData_4=cast=(TXNOffset)
-OS_TXNSetData_5=cast=(TXNOffset)
-
-OS_TXNSetFrameBounds=
-OS_TXNSetFrameBounds_0=cast=(TXNObject)
-OS_TXNSetFrameBounds_1=cast=(SInt32)
-OS_TXNSetFrameBounds_2=cast=(SInt32)
-OS_TXNSetFrameBounds_3=cast=(SInt32)
-OS_TXNSetFrameBounds_4=cast=(SInt32)
-OS_TXNSetFrameBounds_5=cast=(TXNFrameID)
-
-OS_TXNSetSelection=
-OS_TXNSetSelection_0=cast=(TXNObject)
-OS_TXNSetSelection_1=cast=(TXNOffset)
-OS_TXNSetSelection_2=cast=(TXNOffset)
-
-OS_TXNSetTXNObjectControls=
-OS_TXNSetTXNObjectControls_0=cast=(TXNObject)
-OS_TXNSetTXNObjectControls_1=cast=(Boolean)
-OS_TXNSetTXNObjectControls_2=cast=(ItemCount)
-OS_TXNSetTXNObjectControls_3=cast=(const TXNControlTag *)
-OS_TXNSetTXNObjectControls_4=cast=(const TXNControlData *)
-
-OS_TXNSetTypeAttributes=
-OS_TXNSetTypeAttributes_0=cast=(TXNObject)
-OS_TXNSetTypeAttributes_1=cast=(ItemCount)
-OS_TXNSetTypeAttributes_2=cast=(const TXNTypeAttributes *)
-OS_TXNSetTypeAttributes_3=cast=(TXNOffset)
-OS_TXNSetTypeAttributes_4=cast=(TXNOffset)
-
-OS_TXNShowSelection=
-OS_TXNShowSelection_0=cast=(TXNObject)
-OS_TXNShowSelection_1=cast=(Boolean)
-
-OS_TextFace=
-OS_TextFace_0=cast=(StyleParameter)
-
-OS_TextFont=
-OS_TextFont_0=cast=(short)
-
-OS_TextSize=
-OS_TextSize_0=cast=(short)
-
-OS_TrackDrag=
-OS_TrackDrag_0=cast=(DragRef)
-OS_TrackDrag_1=cast=(const EventRecord *)
-OS_TrackDrag_2=cast=(RgnHandle)
-
-OS_TrackMouseLocationWithOptions=
-OS_TrackMouseLocationWithOptions_0=cast=(GrafPtr)
-OS_TrackMouseLocationWithOptions_1=cast=(OptionBits)
-OS_TrackMouseLocationWithOptions_2=cast=(EventTimeout)
-OS_TrackMouseLocationWithOptions_3=cast=(Point *)
-OS_TrackMouseLocationWithOptions_4=cast=(UInt32 *)
-OS_TrackMouseLocationWithOptions_5=cast=(MouseTrackingResult *)
-
-OS_UTTypeCreateAllIdentifiersForTag=
-OS_UTTypeCreateAllIdentifiersForTag_0=cast=(CFStringRef)
-OS_UTTypeCreateAllIdentifiersForTag_1=cast=(CFStringRef)
-OS_UTTypeCreateAllIdentifiersForTag_2=cast=(CFStringRef)
-
-OS_UTTypeCreatePreferredIdentifierForTag=
-OS_UTTypeCreatePreferredIdentifierForTag_0=cast=(CFStringRef)
-OS_UTTypeCreatePreferredIdentifierForTag_1=cast=CFStringRef
-OS_UTTypeCreatePreferredIdentifierForTag_2=cast=CFStringRef
-
-OS_UnionRect=
-OS_UnionRect_0=flags=no_out
-OS_UnionRect_1=flags=no_out
-OS_UnionRect_2=flags=no_in
-
-OS_UnionRgn=
-OS_UnionRgn_0=cast=(RgnHandle)
-OS_UnionRgn_1=cast=(RgnHandle)
-OS_UnionRgn_2=cast=(RgnHandle)
-
-OS_UpdateDataBrowserItems=
-OS_UpdateDataBrowserItems_0=cast=(ControlRef)
-OS_UpdateDataBrowserItems_1=cast=(DataBrowserItemID)
-OS_UpdateDataBrowserItems_2=cast=(UInt32)
-OS_UpdateDataBrowserItems_3=cast=(const DataBrowserItemID *)
-OS_UpdateDataBrowserItems_4=cast=(DataBrowserPropertyID)
-OS_UpdateDataBrowserItems_5=cast=(DataBrowserPropertyID)
-
-OS_UpgradeScriptInfoToTextEncoding=
-OS_UpgradeScriptInfoToTextEncoding_0=cast=ScriptCode
-OS_UpgradeScriptInfoToTextEncoding_1=cast=LangCode
-OS_UpgradeScriptInfoToTextEncoding_2=cast=(RegionCode)
-OS_UpgradeScriptInfoToTextEncoding_3=cast=ConstStr255Param
-OS_UpgradeScriptInfoToTextEncoding_4=cast=TextEncoding *
-
-OS_UseInputWindow=
-OS_UseInputWindow_0=cast=TSMDocumentID
-OS_UseInputWindow_1=
-
-OS_WaitMouseMoved=
-OS_WaitMouseMoved_0=flags=struct
-
-OS_X2Fix=
-OS_X2Fix_0=
-
-OS_ZoomWindowIdeal=
-OS_ZoomWindowIdeal_0=cast=(WindowRef)
-OS_ZoomWindowIdeal_1=cast=(WindowPartCode)
-OS_ZoomWindowIdeal_2=cast=(Point *)
-
-OS___BIG_ENDIAN__=flags=no_gen
-
-OS_getpid=
-
-OS_kCFNumberFormatterDecimalSeparator=flags=const
-
-OS_kCFRunLoopCommonModes=flags=const
-
-OS_kCFRunLoopDefaultMode=flags=const
-
-OS_kFontPanelAttributeSizesKey=flags=const
-
-OS_kFontPanelAttributeTagsKey=flags=const
-
-OS_kFontPanelAttributeValuesKey=flags=const
-
-OS_kFontPanelAttributesKey=flags=const
-
-OS_kHIViewWindowContentID=flags=const address
-
-OS_kPMDocumentFormatPDF=flags=const
-
-OS_kPMGraphicsContextCoreGraphics=flags=const
-
-OS_kUTTagClassFilenameExtension=flags=const
-
-OS_memmove__ILorg_eclipse_swt_internal_carbon_ATSUTab_2I=
-OS_memmove__ILorg_eclipse_swt_internal_carbon_ATSUTab_2I_0=cast=(void *)
-OS_memmove__ILorg_eclipse_swt_internal_carbon_ATSUTab_2I_1=cast=(const void *),flags=no_out
-OS_memmove__ILorg_eclipse_swt_internal_carbon_ATSUTab_2I_2=cast=(size_t)
-
-OS_memmove__ILorg_eclipse_swt_internal_carbon_BitMap_2I=
-OS_memmove__ILorg_eclipse_swt_internal_carbon_BitMap_2I_0=cast=(void *)
-OS_memmove__ILorg_eclipse_swt_internal_carbon_BitMap_2I_1=cast=(const void *),flags=no_out
-OS_memmove__ILorg_eclipse_swt_internal_carbon_BitMap_2I_2=cast=(size_t)
-
-OS_memmove__ILorg_eclipse_swt_internal_carbon_Cursor_2I=
-OS_memmove__ILorg_eclipse_swt_internal_carbon_Cursor_2I_0=cast=(void *)
-OS_memmove__ILorg_eclipse_swt_internal_carbon_Cursor_2I_1=cast=(const void *),flags=no_out
-OS_memmove__ILorg_eclipse_swt_internal_carbon_Cursor_2I_2=cast=(size_t)
-
-OS_memmove__ILorg_eclipse_swt_internal_carbon_HMHelpContentRec_2I=
-OS_memmove__ILorg_eclipse_swt_internal_carbon_HMHelpContentRec_2I_0=cast=(void *)
-OS_memmove__ILorg_eclipse_swt_internal_carbon_HMHelpContentRec_2I_1=cast=(const void *),flags=no_out
-OS_memmove__ILorg_eclipse_swt_internal_carbon_HMHelpContentRec_2I_2=cast=(size_t)
-
-OS_memmove__ILorg_eclipse_swt_internal_carbon_PixMap_2I=
-OS_memmove__ILorg_eclipse_swt_internal_carbon_PixMap_2I_0=cast=(void *)
-OS_memmove__ILorg_eclipse_swt_internal_carbon_PixMap_2I_1=cast=(const void *),flags=no_out
-OS_memmove__ILorg_eclipse_swt_internal_carbon_PixMap_2I_2=cast=(size_t)
-
-OS_memmove__ILorg_eclipse_swt_internal_carbon_RGBColor_2I=
-OS_memmove__ILorg_eclipse_swt_internal_carbon_RGBColor_2I_0=cast=(void *)
-OS_memmove__ILorg_eclipse_swt_internal_carbon_RGBColor_2I_1=cast=(const void *),flags=no_out
-OS_memmove__ILorg_eclipse_swt_internal_carbon_RGBColor_2I_2=cast=(size_t)
-
-OS_memmove__ILorg_eclipse_swt_internal_carbon_Rect_2I=
-OS_memmove__ILorg_eclipse_swt_internal_carbon_Rect_2I_0=cast=(void *)
-OS_memmove__ILorg_eclipse_swt_internal_carbon_Rect_2I_1=cast=(const void *),flags=no_out
-OS_memmove__ILorg_eclipse_swt_internal_carbon_Rect_2I_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_carbon_ATSLayoutRecord_2II=
-OS_memmove__Lorg_eclipse_swt_internal_carbon_ATSLayoutRecord_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_carbon_ATSLayoutRecord_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_carbon_ATSLayoutRecord_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_carbon_ATSTrapezoid_2II=
-OS_memmove__Lorg_eclipse_swt_internal_carbon_ATSTrapezoid_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_carbon_ATSTrapezoid_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_carbon_ATSTrapezoid_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_carbon_CGPathElement_2II=
-OS_memmove__Lorg_eclipse_swt_internal_carbon_CGPathElement_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_carbon_CGPathElement_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_carbon_CGPathElement_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_carbon_GDevice_2II=
-OS_memmove__Lorg_eclipse_swt_internal_carbon_GDevice_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_carbon_GDevice_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_carbon_GDevice_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_carbon_HMHelpContentRec_2II=
-OS_memmove__Lorg_eclipse_swt_internal_carbon_HMHelpContentRec_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_carbon_HMHelpContentRec_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_carbon_HMHelpContentRec_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_carbon_NavCBRec_2II=
-OS_memmove__Lorg_eclipse_swt_internal_carbon_NavCBRec_2II_0=cast=(void *)
-OS_memmove__Lorg_eclipse_swt_internal_carbon_NavCBRec_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_carbon_NavCBRec_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_carbon_NavFileOrFolderInfo_2II=
-OS_memmove__Lorg_eclipse_swt_internal_carbon_NavFileOrFolderInfo_2II_0=cast=(void *)
-OS_memmove__Lorg_eclipse_swt_internal_carbon_NavFileOrFolderInfo_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_carbon_NavFileOrFolderInfo_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_carbon_NavMenuItemSpec_2II=
-OS_memmove__Lorg_eclipse_swt_internal_carbon_NavMenuItemSpec_2II_0=cast=(void *)
-OS_memmove__Lorg_eclipse_swt_internal_carbon_NavMenuItemSpec_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_carbon_NavMenuItemSpec_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_carbon_PixMap_2II=
-OS_memmove__Lorg_eclipse_swt_internal_carbon_PixMap_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_carbon_PixMap_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_carbon_PixMap_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_carbon_Point_2_3II=
-OS_memmove__Lorg_eclipse_swt_internal_carbon_Point_2_3II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_carbon_Point_2_3II_1=cast=(const void *),flags=critical no_out
-OS_memmove__Lorg_eclipse_swt_internal_carbon_Point_2_3II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_carbon_RGBColor_2II=
-OS_memmove__Lorg_eclipse_swt_internal_carbon_RGBColor_2II_0=cast=(void *)
-OS_memmove__Lorg_eclipse_swt_internal_carbon_RGBColor_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_carbon_RGBColor_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_carbon_Rect_2II=
-OS_memmove__Lorg_eclipse_swt_internal_carbon_Rect_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_carbon_Rect_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_carbon_Rect_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_carbon_TextRange_2II=
-OS_memmove__Lorg_eclipse_swt_internal_carbon_TextRange_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_carbon_TextRange_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_carbon_TextRange_2II_2=cast=(size_t)
-
-OS_memmove___3C_3BI=
-OS_memmove___3C_3BI_0=cast=(void *),flags=critical no_in
-OS_memmove___3C_3BI_1=cast=(const void *),flags=critical no_out
-OS_memmove___3C_3BI_2=cast=(size_t)
-
-OS_memmove___3ILorg_eclipse_swt_internal_carbon_TXNTab_2I=
-OS_memmove___3ILorg_eclipse_swt_internal_carbon_TXNTab_2I_0=cast=(void *),flags=critical no_in
-OS_memmove___3ILorg_eclipse_swt_internal_carbon_TXNTab_2I_1=cast=(const void *),flags=no_out
-OS_memmove___3ILorg_eclipse_swt_internal_carbon_TXNTab_2I_2=cast=(size_t)
-
-
-org_eclipse_swt_internal_carbon_PMRect=
-PMRect_top=cast=(double)
-PMRect_left=cast=(double)
-PMRect_bottom=cast=(double)
-PMRect_right=cast=(double)
-
-org_eclipse_swt_internal_carbon_PMResolution=
-PMResolution_hRes=
-PMResolution_vRes=
-
-org_eclipse_swt_internal_carbon_PixMap=
-PixMap_pmVersion=
-PixMap_packType=
-PixMap_packSize=
-PixMap_hRes=
-PixMap_vRes=
-PixMap_pixelType=
-PixMap_pixelSize=
-PixMap_cmpCount=
-PixMap_cmpSize=
-PixMap_pixelFormat=
-PixMap_pmTable=cast=(CTabHandle)
-PixMap_pmExt=cast=(void *)
-
-org_eclipse_swt_internal_carbon_Point=
-Point_v=
-Point_h=
-
-org_eclipse_swt_internal_carbon_ProgressTrackInfo=
-ProgressTrackInfo_phase=
-
-org_eclipse_swt_internal_carbon_RGBColor=
-RGBColor_red=
-RGBColor_green=
-RGBColor_blue=
-
-org_eclipse_swt_internal_carbon_Rect=
-Rect_top=
-Rect_left=
-Rect_bottom=
-Rect_right=
-
-org_eclipse_swt_internal_carbon_ScrollBarTrackInfo=
-ScrollBarTrackInfo_viewsize=
-ScrollBarTrackInfo_pressState=
-
-org_eclipse_swt_internal_carbon_SliderTrackInfo=
-SliderTrackInfo_thumbDir=
-SliderTrackInfo_pressState=
-
-org_eclipse_swt_internal_carbon_TXNBackground=
-TXNBackground_bgType=
-TXNBackground_bg_red=accessor=bg.color.red
-TXNBackground_bg_green=accessor=bg.color.green
-TXNBackground_bg_blue=accessor=bg.color.blue
-
-org_eclipse_swt_internal_carbon_TXNTab=
-TXNTab_value=
-TXNTab_tabType=
-TXNTab_filler=
-
-org_eclipse_swt_internal_carbon_TextRange=
-TextRange_fStart=
-TextRange_fEnd=
-TextRange_fHiliteStyle=
-
-org_eclipse_swt_internal_carbon_ThemeButtonDrawInfo=
-ThemeButtonDrawInfo_state=cast=(ThemeDrawState)
-ThemeButtonDrawInfo_value=cast=(ThemeButtonValue)
-ThemeButtonDrawInfo_adornment=cast=(ThemeButtonAdornment)
-
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
deleted file mode 100644
index 1e178b1b73..0000000000
--- a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.cde.CDE.properties
+++ /dev/null
@@ -1,98 +0,0 @@
-###############################################################################
-# Copyright (c) 2000, 2008 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-org_eclipse_swt_internal_cde_CDE=
-CDE_DtActionArg_sizeof=
-
-CDE__DtActionInvoke=
-CDE__DtActionInvoke_0=cast=Widget
-CDE__DtActionInvoke_1=cast=char *
-CDE__DtActionInvoke_2=
-CDE__DtActionInvoke_3=
-CDE__DtActionInvoke_4=cast=char *
-CDE__DtActionInvoke_5=cast=char *
-CDE__DtActionInvoke_6=cast=char *
-CDE__DtActionInvoke_7=
-CDE__DtActionInvoke_8=cast=DtActionCallbackProc
-CDE__DtActionInvoke_9=cast=XtPointer
-
-CDE__DtAppInitialize=
-CDE__DtAppInitialize_0=cast=(XtAppContext)
-CDE__DtAppInitialize_1=cast=(Display *)
-CDE__DtAppInitialize_2=cast=Widget
-CDE__DtAppInitialize_3=cast=(char *)
-CDE__DtAppInitialize_4=cast=(char *)
-
-CDE__DtDbLoad=
-
-CDE__DtDtsDataTypeIsAction=
-CDE__DtDtsDataTypeIsAction_0=cast=char *
-
-CDE__DtDtsDataTypeNames=
-
-CDE__DtDtsDataTypeToAttributeValue=
-CDE__DtDtsDataTypeToAttributeValue_0=cast=char *
-CDE__DtDtsDataTypeToAttributeValue_1=cast=char *
-CDE__DtDtsDataTypeToAttributeValue_2=cast=char *
-
-CDE__DtDtsFileToDataType=
-CDE__DtDtsFileToDataType_0=cast=char *
-
-CDE__DtDtsFreeAttributeValue=
-CDE__DtDtsFreeAttributeValue_0=cast=char *
-
-CDE__DtDtsFreeDataType=
-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=
-DtActionArg_name=accessor=u.file.name,cast=char *
-
diff --git a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.cocoa.Cocoa.properties b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.cocoa.Cocoa.properties
deleted file mode 100644
index ed7f370028..0000000000
--- a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.cocoa.Cocoa.properties
+++ /dev/null
@@ -1,183 +0,0 @@
-###############################################################################
-# Copyright (c) 2000, 2008 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-org_eclipse_swt_internal_cocoa_Cocoa=
-Cocoa_HICocoaViewCreate=flags=dynamic
-Cocoa_HICocoaViewCreate_0=
-Cocoa_HICocoaViewCreate_1=
-Cocoa_HICocoaViewCreate_2=
-
-Cocoa_HIJavaViewCreateWithCocoaView=flags=no_gen
-Cocoa_HIJavaViewCreateWithCocoaView_0=
-Cocoa_HIJavaViewCreateWithCocoaView_1=
-
-Cocoa_HIWebViewCreate=
-Cocoa_HIWebViewCreate_0=cast=HIViewRef *
-
-Cocoa_HIWebViewGetWebView=
-Cocoa_HIWebViewGetWebView_0=cast=HIViewRef
-
-Cocoa_NSDeviceRGBColorSpace=flags=const
-
-Cocoa_WebInitForCarbon=
-
-Cocoa_memcpy=
-Cocoa_memcpy_0=
-Cocoa_memcpy_1=cast=(void *)
-Cocoa_memcpy_2=
-
-Cocoa_memmove=
-Cocoa_memmove_0=
-Cocoa_memmove_1=cast=(void *)
-Cocoa_memmove_2=
-
-Cocoa_objc_getClass=
-Cocoa_objc_getClass_0=cast=(const char *)
-
-Cocoa_objc_1msgSend__II=
-Cocoa_objc_1msgSend__II_0=cast=(id)
-Cocoa_objc_1msgSend__II_1=cast=(SEL)
-
-Cocoa_objc_1msgSend__IIF=flags=cast
-Cocoa_objc_1msgSend__IIF_0=cast=(id)
-Cocoa_objc_1msgSend__IIF_1=cast=(SEL)
-Cocoa_objc_1msgSend__IIF_2=
-
-Cocoa_objc_1msgSend__IIFF=flags=cast
-Cocoa_objc_1msgSend__IIFF_0=cast=(id)
-Cocoa_objc_1msgSend__IIFF_1=cast=(SEL)
-Cocoa_objc_1msgSend__IIFF_2=
-Cocoa_objc_1msgSend__IIFF_3=
-
-Cocoa_objc_1msgSend__III=
-Cocoa_objc_1msgSend__III_0=cast=(id)
-Cocoa_objc_1msgSend__III_1=cast=(SEL)
-Cocoa_objc_1msgSend__III_2=
-
-Cocoa_objc_1msgSend__IIII=
-Cocoa_objc_1msgSend__IIII_0=cast=(id)
-Cocoa_objc_1msgSend__IIII_1=cast=(SEL)
-Cocoa_objc_1msgSend__IIII_2=
-Cocoa_objc_1msgSend__IIII_3=
-
-Cocoa_objc_1msgSend__IIIII=
-Cocoa_objc_1msgSend__IIIII_0=cast=(id)
-Cocoa_objc_1msgSend__IIIII_1=cast=(SEL)
-Cocoa_objc_1msgSend__IIIII_2=
-Cocoa_objc_1msgSend__IIIII_3=
-Cocoa_objc_1msgSend__IIIII_4=
-
-Cocoa_objc_1msgSend__IIIIII=
-Cocoa_objc_1msgSend__IIIIII_0=cast=(id)
-Cocoa_objc_1msgSend__IIIIII_1=cast=(SEL)
-Cocoa_objc_1msgSend__IIIIII_2=
-Cocoa_objc_1msgSend__IIIIII_3=
-Cocoa_objc_1msgSend__IIIIII_4=
-Cocoa_objc_1msgSend__IIIIII_5=
-
-Cocoa_objc_1msgSend__IIILorg_eclipse_swt_internal_cocoa_NSPoint_2=
-Cocoa_objc_1msgSend__IIILorg_eclipse_swt_internal_cocoa_NSPoint_2_0=cast=(id)
-Cocoa_objc_1msgSend__IIILorg_eclipse_swt_internal_cocoa_NSPoint_2_1=cast=(SEL)
-Cocoa_objc_1msgSend__IIILorg_eclipse_swt_internal_cocoa_NSPoint_2_2=
-Cocoa_objc_1msgSend__IIILorg_eclipse_swt_internal_cocoa_NSPoint_2_3=flags=struct
-
-Cocoa_objc_1msgSend__IIILorg_eclipse_swt_internal_cocoa_NSRect_2I=
-Cocoa_objc_1msgSend__IIILorg_eclipse_swt_internal_cocoa_NSRect_2I_0=cast=(id)
-Cocoa_objc_1msgSend__IIILorg_eclipse_swt_internal_cocoa_NSRect_2I_1=cast=(SEL)
-Cocoa_objc_1msgSend__IIILorg_eclipse_swt_internal_cocoa_NSRect_2I_2=
-Cocoa_objc_1msgSend__IIILorg_eclipse_swt_internal_cocoa_NSRect_2I_3=flags=struct
-Cocoa_objc_1msgSend__IIILorg_eclipse_swt_internal_cocoa_NSRect_2I_4=
-
-Cocoa_objc_1msgSend__IILorg_eclipse_swt_internal_cocoa_NSPoint_2=
-Cocoa_objc_1msgSend__IILorg_eclipse_swt_internal_cocoa_NSPoint_2_0=cast=(id)
-Cocoa_objc_1msgSend__IILorg_eclipse_swt_internal_cocoa_NSPoint_2_1=cast=(SEL)
-Cocoa_objc_1msgSend__IILorg_eclipse_swt_internal_cocoa_NSPoint_2_2=flags=struct
-
-Cocoa_objc_1msgSend__IILorg_eclipse_swt_internal_cocoa_NSPoint_2I=
-Cocoa_objc_1msgSend__IILorg_eclipse_swt_internal_cocoa_NSPoint_2I_0=cast=(id)
-Cocoa_objc_1msgSend__IILorg_eclipse_swt_internal_cocoa_NSPoint_2I_1=cast=(SEL)
-Cocoa_objc_1msgSend__IILorg_eclipse_swt_internal_cocoa_NSPoint_2I_2=flags=struct
-Cocoa_objc_1msgSend__IILorg_eclipse_swt_internal_cocoa_NSPoint_2I_3=
-
-Cocoa_objc_1msgSend__IILorg_eclipse_swt_internal_cocoa_NSPoint_2Lorg_eclipse_swt_internal_cocoa_NSPoint_2Lorg_eclipse_swt_internal_cocoa_NSPoint_2=
-Cocoa_objc_1msgSend__IILorg_eclipse_swt_internal_cocoa_NSPoint_2Lorg_eclipse_swt_internal_cocoa_NSPoint_2Lorg_eclipse_swt_internal_cocoa_NSPoint_2_0=cast=(id)
-Cocoa_objc_1msgSend__IILorg_eclipse_swt_internal_cocoa_NSPoint_2Lorg_eclipse_swt_internal_cocoa_NSPoint_2Lorg_eclipse_swt_internal_cocoa_NSPoint_2_1=cast=(SEL)
-Cocoa_objc_1msgSend__IILorg_eclipse_swt_internal_cocoa_NSPoint_2Lorg_eclipse_swt_internal_cocoa_NSPoint_2Lorg_eclipse_swt_internal_cocoa_NSPoint_2_2=flags=struct
-Cocoa_objc_1msgSend__IILorg_eclipse_swt_internal_cocoa_NSPoint_2Lorg_eclipse_swt_internal_cocoa_NSPoint_2Lorg_eclipse_swt_internal_cocoa_NSPoint_2_3=flags=struct
-Cocoa_objc_1msgSend__IILorg_eclipse_swt_internal_cocoa_NSPoint_2Lorg_eclipse_swt_internal_cocoa_NSPoint_2Lorg_eclipse_swt_internal_cocoa_NSPoint_2_4=flags=struct
-
-Cocoa_objc_1msgSend__IILorg_eclipse_swt_internal_cocoa_NSRect_2=
-Cocoa_objc_1msgSend__IILorg_eclipse_swt_internal_cocoa_NSRect_2_0=cast=(id)
-Cocoa_objc_1msgSend__IILorg_eclipse_swt_internal_cocoa_NSRect_2_1=cast=(SEL)
-Cocoa_objc_1msgSend__IILorg_eclipse_swt_internal_cocoa_NSRect_2_2=flags=struct
-
-Cocoa_objc_1msgSend__IILorg_eclipse_swt_internal_cocoa_NSRect_2I=
-Cocoa_objc_1msgSend__IILorg_eclipse_swt_internal_cocoa_NSRect_2I_0=cast=(id)
-Cocoa_objc_1msgSend__IILorg_eclipse_swt_internal_cocoa_NSRect_2I_1=cast=(SEL)
-Cocoa_objc_1msgSend__IILorg_eclipse_swt_internal_cocoa_NSRect_2I_2=flags=struct
-Cocoa_objc_1msgSend__IILorg_eclipse_swt_internal_cocoa_NSRect_2I_3=
-
-Cocoa_objc_1msgSend__IILorg_eclipse_swt_internal_cocoa_NSRect_2II=
-Cocoa_objc_1msgSend__IILorg_eclipse_swt_internal_cocoa_NSRect_2II_0=cast=id
-Cocoa_objc_1msgSend__IILorg_eclipse_swt_internal_cocoa_NSRect_2II_1=cast=SEL
-Cocoa_objc_1msgSend__IILorg_eclipse_swt_internal_cocoa_NSRect_2II_2=flags=struct
-Cocoa_objc_1msgSend__IILorg_eclipse_swt_internal_cocoa_NSRect_2II_3=
-Cocoa_objc_1msgSend__IILorg_eclipse_swt_internal_cocoa_NSRect_2II_4=
-
-Cocoa_objc_1msgSend__IILorg_eclipse_swt_internal_cocoa_NSSize_2=
-Cocoa_objc_1msgSend__IILorg_eclipse_swt_internal_cocoa_NSSize_2_0=cast=(id)
-Cocoa_objc_1msgSend__IILorg_eclipse_swt_internal_cocoa_NSSize_2_1=cast=(SEL)
-Cocoa_objc_1msgSend__IILorg_eclipse_swt_internal_cocoa_NSSize_2_2=flags=struct
-
-Cocoa_objc_1msgSend__II_3IIIIIIIIIII=
-Cocoa_objc_1msgSend__II_3IIIIIIIIIII_0=cast=(id)
-Cocoa_objc_1msgSend__II_3IIIIIIIIIII_1=cast=SEL
-Cocoa_objc_1msgSend__II_3IIIIIIIIIII_2=
-Cocoa_objc_1msgSend__II_3IIIIIIIIIII_3=
-Cocoa_objc_1msgSend__II_3IIIIIIIIIII_4=
-Cocoa_objc_1msgSend__II_3IIIIIIIIIII_5=
-Cocoa_objc_1msgSend__II_3IIIIIIIIIII_6=
-Cocoa_objc_1msgSend__II_3IIIIIIIIIII_7=
-Cocoa_objc_1msgSend__II_3IIIIIIIIIII_8=
-Cocoa_objc_1msgSend__II_3IIIIIIIIIII_9=
-Cocoa_objc_1msgSend__II_3IIIIIIIIIII_10=
-Cocoa_objc_1msgSend__II_3IIIIIIIIIII_11=
-Cocoa_objc_1msgSend__II_3IIIIIIIIIII_12=
-
-Cocoa_objc_1msgSend_1stret__Lorg_eclipse_swt_internal_cocoa_NSRect_2II=
-Cocoa_objc_1msgSend_1stret__Lorg_eclipse_swt_internal_cocoa_NSRect_2II_0=cast=(void *)
-Cocoa_objc_1msgSend_1stret__Lorg_eclipse_swt_internal_cocoa_NSRect_2II_1=cast=(void *)
-Cocoa_objc_1msgSend_1stret__Lorg_eclipse_swt_internal_cocoa_NSRect_2II_2=cast=(SEL)
-
-Cocoa_objc_1msgSend_1stret__Lorg_eclipse_swt_internal_cocoa_NSRect_2IILorg_eclipse_swt_internal_cocoa_NSRect_2I=
-Cocoa_objc_1msgSend_1stret__Lorg_eclipse_swt_internal_cocoa_NSRect_2IILorg_eclipse_swt_internal_cocoa_NSRect_2I_0=cast=(void *)
-Cocoa_objc_1msgSend_1stret__Lorg_eclipse_swt_internal_cocoa_NSRect_2IILorg_eclipse_swt_internal_cocoa_NSRect_2I_1=cast=(void *)
-Cocoa_objc_1msgSend_1stret__Lorg_eclipse_swt_internal_cocoa_NSRect_2IILorg_eclipse_swt_internal_cocoa_NSRect_2I_2=cast=SEL
-Cocoa_objc_1msgSend_1stret__Lorg_eclipse_swt_internal_cocoa_NSRect_2IILorg_eclipse_swt_internal_cocoa_NSRect_2I_3=flags=struct
-Cocoa_objc_1msgSend_1stret__Lorg_eclipse_swt_internal_cocoa_NSRect_2IILorg_eclipse_swt_internal_cocoa_NSRect_2I_4=
-
-Cocoa_sel_registerName=
-Cocoa_sel_registerName_0=cast=(const char *)
-
-
-org_eclipse_swt_internal_cocoa_NSPoint=
-NSPoint_x=
-NSPoint_y=
-
-org_eclipse_swt_internal_cocoa_NSRect=
-NSRect_x=accessor=origin.x
-NSRect_y=accessor=origin.y
-NSRect_width=accessor=size.width
-NSRect_height=accessor=size.height
-
-org_eclipse_swt_internal_cocoa_NSSize=
-NSSize_width=
-NSSize_height=
-
diff --git a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gdip.Gdip.properties b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gdip.Gdip.properties
deleted file mode 100644
index 45d2dcde49..0000000000
--- a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gdip.Gdip.properties
+++ /dev/null
@@ -1,878 +0,0 @@
-###############################################################################
-# Copyright (c) 2000, 2008 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-org_eclipse_swt_internal_gdip_BitmapData=
-BitmapData_Width=
-BitmapData_Height=
-BitmapData_Stride=
-BitmapData_PixelFormat=cast=PixelFormat
-BitmapData_Scan0=cast=void*
-BitmapData_Reserved=cast=UINT_PTR
-
-org_eclipse_swt_internal_gdip_ColorPalette=
-ColorPalette_Flags=
-ColorPalette_Count=
-ColorPalette_Entries=
-
-org_eclipse_swt_internal_gdip_Gdip=flags=cpp
-Gdip_BitmapData_delete=flags=delete
-Gdip_BitmapData_delete_0=
-
-Gdip_BitmapData_new=flags=new
-
-Gdip_Bitmap_GetHBITMAP=flags=cpp
-Gdip_Bitmap_GetHBITMAP_0=cast=(Bitmap*)
-Gdip_Bitmap_GetHBITMAP_1=cast=(Color*),flags=struct
-Gdip_Bitmap_GetHBITMAP_2=cast=(HBITMAP*)
-
-Gdip_Bitmap_GetHICON=flags=cpp
-Gdip_Bitmap_GetHICON_0=cast=(Bitmap*)
-Gdip_Bitmap_GetHICON_1=cast=(HICON*)
-
-Gdip_Bitmap_LockBits=flags=cpp
-Gdip_Bitmap_LockBits_0=cast=Bitmap*
-Gdip_Bitmap_LockBits_1=cast=Rect*
-Gdip_Bitmap_LockBits_2=
-Gdip_Bitmap_LockBits_3=cast=(PixelFormat)
-Gdip_Bitmap_LockBits_4=cast=BitmapData*
-
-Gdip_Bitmap_UnlockBits=flags=cpp
-Gdip_Bitmap_UnlockBits_0=cast=(Bitmap*
-Gdip_Bitmap_UnlockBits_1=cast=(BitmapData*)
-
-Gdip_Bitmap_delete=flags=delete
-Gdip_Bitmap_delete_0=
-
-Gdip_Bitmap_1new__I=flags=new
-Gdip_Bitmap_1new__I_0=cast=HICON
-
-Gdip_Bitmap_1new__II=flags=new
-Gdip_Bitmap_1new__II_0=cast=HBITMAP
-Gdip_Bitmap_1new__II_1=cast=HPALETTE
-
-Gdip_Bitmap_1new__IIIII=flags=new
-Gdip_Bitmap_1new__IIIII_0=
-Gdip_Bitmap_1new__IIIII_1=
-Gdip_Bitmap_1new__IIIII_2=
-Gdip_Bitmap_1new__IIIII_3=cast=PixelFormat
-Gdip_Bitmap_1new__IIIII_4=cast=BYTE *
-
-Gdip_Bitmap_1new___3CZ=flags=new
-Gdip_Bitmap_1new___3CZ_0=cast=(WCHAR*)
-Gdip_Bitmap_1new___3CZ_1=
-
-Gdip_Brush_Clone=flags=cpp
-Gdip_Brush_Clone_0=cast=(Brush *)
-
-Gdip_Brush_GetType=flags=cpp
-Gdip_Brush_GetType_0=cast=(Brush *)
-
-Gdip_ColorPalette_sizeof=
-
-Gdip_Color_delete=flags=delete
-Gdip_Color_delete_0=
-
-Gdip_Color_new=flags=new
-Gdip_Color_new_0=cast=ARGB
-
-Gdip_FontFamily_GetFamilyName=flags=cpp
-Gdip_FontFamily_GetFamilyName_0=cast=FontFamily *
-Gdip_FontFamily_GetFamilyName_1=cast=WCHAR *
-Gdip_FontFamily_GetFamilyName_2=cast=WCHAR
-
-Gdip_FontFamily_delete=flags=delete
-Gdip_FontFamily_delete_0=
-
-Gdip_FontFamily_new=flags=new
-
-Gdip_Font_GetFamily=flags=cpp
-Gdip_Font_GetFamily_0=cast=(Font *)
-Gdip_Font_GetFamily_1=cast=(FontFamily *)
-
-Gdip_Font_GetSize=flags=cpp
-Gdip_Font_GetSize_0=cast=(Font *)
-
-Gdip_Font_GetStyle=flags=cpp
-Gdip_Font_GetStyle_0=cast=(Font *)
-
-Gdip_Font_IsAvailable=flags=cpp
-Gdip_Font_IsAvailable_0=cast=Font *
-
-Gdip_Font_delete=flags=delete
-Gdip_Font_delete_0=
-
-Gdip_Font_1new__II=flags=new
-Gdip_Font_1new__II_0=cast=(HDC)
-Gdip_Font_1new__II_1=cast=(HFONT
-
-Gdip_Font_1new___3CFIII=flags=new
-Gdip_Font_1new___3CFIII_0=cast=const WCHAR *
-Gdip_Font_1new___3CFIII_1=cast=REAL
-Gdip_Font_1new___3CFIII_2=cast=INT
-Gdip_Font_1new___3CFIII_3=cast=Unit
-Gdip_Font_1new___3CFIII_4=cast=const FontCollection *
-
-Gdip_GdiplusShutdown=
-Gdip_GdiplusShutdown_0=cast=ULONG_PTR
-
-Gdip_GdiplusStartup=
-Gdip_GdiplusStartup_0=cast=(ULONG_PTR *)
-Gdip_GdiplusStartup_1=cast=const GdiplusStartupInput *
-Gdip_GdiplusStartup_2=cast=GdiplusStartupOutput *
-
-Gdip_GdiplusStartupInput_sizeof=
-
-Gdip_GraphicsPath_AddArc=flags=cpp
-Gdip_GraphicsPath_AddArc_0=cast=(GraphicsPath *)
-Gdip_GraphicsPath_AddArc_1=cast=(REAL)
-Gdip_GraphicsPath_AddArc_2=cast=(REAL)
-Gdip_GraphicsPath_AddArc_3=cast=(REAL)
-Gdip_GraphicsPath_AddArc_4=cast=(REAL)
-Gdip_GraphicsPath_AddArc_5=cast=(REAL)
-Gdip_GraphicsPath_AddArc_6=cast=(REAL)
-
-Gdip_GraphicsPath_AddBezier=flags=cpp
-Gdip_GraphicsPath_AddBezier_0=cast=(GraphicsPath *)
-Gdip_GraphicsPath_AddBezier_1=cast=(REAL)
-Gdip_GraphicsPath_AddBezier_2=cast=REAL
-Gdip_GraphicsPath_AddBezier_3=cast=REAL
-Gdip_GraphicsPath_AddBezier_4=cast=(REAL)
-Gdip_GraphicsPath_AddBezier_5=cast=REAL
-Gdip_GraphicsPath_AddBezier_6=cast=(REAL)
-Gdip_GraphicsPath_AddBezier_7=cast=(REAL)
-Gdip_GraphicsPath_AddBezier_8=cast=(REAL)
-
-Gdip_GraphicsPath_AddLine=flags=cpp
-Gdip_GraphicsPath_AddLine_0=cast=(GraphicsPath *)
-Gdip_GraphicsPath_AddLine_1=cast=REAL
-Gdip_GraphicsPath_AddLine_2=cast=REAL
-Gdip_GraphicsPath_AddLine_3=cast=REAL
-Gdip_GraphicsPath_AddLine_4=cast=REAL
-
-Gdip_GraphicsPath_AddPath=flags=cpp
-Gdip_GraphicsPath_AddPath_0=cast=(GraphicsPath *)
-Gdip_GraphicsPath_AddPath_1=cast=(GraphicsPath *)
-Gdip_GraphicsPath_AddPath_2=cast=BOOL
-
-Gdip_GraphicsPath_AddRectangle=flags=cpp
-Gdip_GraphicsPath_AddRectangle_0=cast=(GraphicsPath *)
-Gdip_GraphicsPath_AddRectangle_1=flags=struct
-
-Gdip_GraphicsPath_AddString=flags=cpp
-Gdip_GraphicsPath_AddString_0=cast=(GraphicsPath *)
-Gdip_GraphicsPath_AddString_1=cast=const WCHAR *
-Gdip_GraphicsPath_AddString_2=cast=INT
-Gdip_GraphicsPath_AddString_3=cast=const FontFamily *
-Gdip_GraphicsPath_AddString_4=cast=INT
-Gdip_GraphicsPath_AddString_5=cast=(REAL)
-Gdip_GraphicsPath_AddString_6=cast=const PointF *,flags=struct
-Gdip_GraphicsPath_AddString_7=cast=const StringFormat *
-
-Gdip_GraphicsPath_Clone=flags=cpp
-Gdip_GraphicsPath_Clone_0=cast=(GraphicsPath *)
-
-Gdip_GraphicsPath_CloseFigure=flags=cpp
-Gdip_GraphicsPath_CloseFigure_0=cast=(GraphicsPath *)
-
-Gdip_GraphicsPath_Flatten=flags=cpp
-Gdip_GraphicsPath_Flatten_0=cast=GraphicsPath *
-Gdip_GraphicsPath_Flatten_1=cast=Matrix *
-Gdip_GraphicsPath_Flatten_2=
-
-Gdip_GraphicsPath_GetBounds=flags=cpp
-Gdip_GraphicsPath_GetBounds_0=cast=(GraphicsPath *)
-Gdip_GraphicsPath_GetBounds_1=
-Gdip_GraphicsPath_GetBounds_2=cast=Matrix *
-Gdip_GraphicsPath_GetBounds_3=cast=Pen *
-
-Gdip_GraphicsPath_GetLastPoint=flags=cpp
-Gdip_GraphicsPath_GetLastPoint_0=cast=(GraphicsPath *)
-Gdip_GraphicsPath_GetLastPoint_1=cast=(PointF *)
-
-Gdip_GraphicsPath_GetPathPoints=flags=no_gen cpp
-Gdip_GraphicsPath_GetPathPoints_0=cast=(GraphicsPath *)
-Gdip_GraphicsPath_GetPathPoints_1=cast=PointF *
-Gdip_GraphicsPath_GetPathPoints_2=
-
-Gdip_GraphicsPath_GetPathTypes=flags=cpp
-Gdip_GraphicsPath_GetPathTypes_0=cast=(GraphicsPath *)
-Gdip_GraphicsPath_GetPathTypes_1=cast=BYTE *
-Gdip_GraphicsPath_GetPathTypes_2=
-
-Gdip_GraphicsPath_GetPointCount=flags=cpp
-Gdip_GraphicsPath_GetPointCount_0=cast=(GraphicsPath *)
-
-Gdip_GraphicsPath_IsOutlineVisible=flags=cpp
-Gdip_GraphicsPath_IsOutlineVisible_0=cast=(GraphicsPath *)
-Gdip_GraphicsPath_IsOutlineVisible_1=
-Gdip_GraphicsPath_IsOutlineVisible_2=
-Gdip_GraphicsPath_IsOutlineVisible_3=cast=const Pen *
-Gdip_GraphicsPath_IsOutlineVisible_4=cast=const Graphics *
-
-Gdip_GraphicsPath_IsVisible=flags=cpp
-Gdip_GraphicsPath_IsVisible_0=cast=(GraphicsPath *)
-Gdip_GraphicsPath_IsVisible_1=
-Gdip_GraphicsPath_IsVisible_2=
-Gdip_GraphicsPath_IsVisible_3=cast=const Graphics *
-
-Gdip_GraphicsPath_SetFillMode=flags=cpp
-Gdip_GraphicsPath_SetFillMode_0=cast=(GraphicsPath *)
-Gdip_GraphicsPath_SetFillMode_1=cast=FillMode
-
-Gdip_GraphicsPath_StartFigure=flags=cpp
-Gdip_GraphicsPath_StartFigure_0=cast=(GraphicsPath *)
-
-Gdip_GraphicsPath_Transform=flags=cpp
-Gdip_GraphicsPath_Transform_0=cast=GraphicsPath *
-Gdip_GraphicsPath_Transform_1=cast=Matrix *
-
-Gdip_GraphicsPath_delete=flags=delete
-Gdip_GraphicsPath_delete_0=
-
-Gdip_GraphicsPath_1new__I=flags=new
-Gdip_GraphicsPath_1new__I_0=cast=FillMode
-
-Gdip_GraphicsPath_1new___3I_3BII=flags=no_gen new
-Gdip_GraphicsPath_1new___3I_3BII_0=cast=FillMode
-Gdip_GraphicsPath_1new___3I_3BII_1=
-Gdip_GraphicsPath_1new___3I_3BII_2=
-Gdip_GraphicsPath_1new___3I_3BII_3=
-
-Gdip_Graphics_DrawArc=flags=cpp
-Gdip_Graphics_DrawArc_0=cast=(Graphics *)
-Gdip_Graphics_DrawArc_1=cast=(Pen *)
-Gdip_Graphics_DrawArc_2=
-Gdip_Graphics_DrawArc_3=
-Gdip_Graphics_DrawArc_4=
-Gdip_Graphics_DrawArc_5=
-Gdip_Graphics_DrawArc_6=
-Gdip_Graphics_DrawArc_7=
-
-Gdip_Graphics_1DrawDriverString__IIIIILorg_eclipse_swt_internal_gdip_PointF_2II=flags=cpp
-Gdip_Graphics_1DrawDriverString__IIIIILorg_eclipse_swt_internal_gdip_PointF_2II_0=cast=(Graphics *)
-Gdip_Graphics_1DrawDriverString__IIIIILorg_eclipse_swt_internal_gdip_PointF_2II_1=cast=(const UINT16 *)
-Gdip_Graphics_1DrawDriverString__IIIIILorg_eclipse_swt_internal_gdip_PointF_2II_2=
-Gdip_Graphics_1DrawDriverString__IIIIILorg_eclipse_swt_internal_gdip_PointF_2II_3=cast=const Font *
-Gdip_Graphics_1DrawDriverString__IIIIILorg_eclipse_swt_internal_gdip_PointF_2II_4=cast=const Brush *
-Gdip_Graphics_1DrawDriverString__IIIIILorg_eclipse_swt_internal_gdip_PointF_2II_5=cast=const PointF *
-Gdip_Graphics_1DrawDriverString__IIIIILorg_eclipse_swt_internal_gdip_PointF_2II_6=
-Gdip_Graphics_1DrawDriverString__IIIIILorg_eclipse_swt_internal_gdip_PointF_2II_7=cast=const Matrix *
-
-Gdip_Graphics_1DrawDriverString__IIIII_3FII=flags=no_gen cpp
-Gdip_Graphics_1DrawDriverString__IIIII_3FII_0=cast=(Graphics *)
-Gdip_Graphics_1DrawDriverString__IIIII_3FII_1=cast=(const UINT16 *)
-Gdip_Graphics_1DrawDriverString__IIIII_3FII_2=
-Gdip_Graphics_1DrawDriverString__IIIII_3FII_3=cast=const Font *
-Gdip_Graphics_1DrawDriverString__IIIII_3FII_4=cast=const Brush *
-Gdip_Graphics_1DrawDriverString__IIIII_3FII_5=cast=const PointF *
-Gdip_Graphics_1DrawDriverString__IIIII_3FII_6=
-Gdip_Graphics_1DrawDriverString__IIIII_3FII_7=cast=const Matrix *
-
-Gdip_Graphics_DrawEllipse=flags=cpp
-Gdip_Graphics_DrawEllipse_0=cast=(Graphics *)
-Gdip_Graphics_DrawEllipse_1=cast=(Pen *)
-Gdip_Graphics_DrawEllipse_2=
-Gdip_Graphics_DrawEllipse_3=
-Gdip_Graphics_DrawEllipse_4=
-Gdip_Graphics_DrawEllipse_5=
-
-Gdip_Graphics_1DrawImage__IIII=flags=cpp
-Gdip_Graphics_1DrawImage__IIII_0=cast=(Graphics *)
-Gdip_Graphics_1DrawImage__IIII_1=cast=(Image *)
-Gdip_Graphics_1DrawImage__IIII_2=cast=(INT)
-Gdip_Graphics_1DrawImage__IIII_3=cast=(INT)
-
-Gdip_Graphics_1DrawImage__IILorg_eclipse_swt_internal_gdip_Rect_2IIIIIIII=flags=cpp
-Gdip_Graphics_1DrawImage__IILorg_eclipse_swt_internal_gdip_Rect_2IIIIIIII_0=cast=(Graphics *)
-Gdip_Graphics_1DrawImage__IILorg_eclipse_swt_internal_gdip_Rect_2IIIIIIII_1=cast=(Image *)
-Gdip_Graphics_1DrawImage__IILorg_eclipse_swt_internal_gdip_Rect_2IIIIIIII_2=cast=const Rect *,flags=struct
-Gdip_Graphics_1DrawImage__IILorg_eclipse_swt_internal_gdip_Rect_2IIIIIIII_3=cast=(INT)
-Gdip_Graphics_1DrawImage__IILorg_eclipse_swt_internal_gdip_Rect_2IIIIIIII_4=cast=(INT)
-Gdip_Graphics_1DrawImage__IILorg_eclipse_swt_internal_gdip_Rect_2IIIIIIII_5=cast=INT
-Gdip_Graphics_1DrawImage__IILorg_eclipse_swt_internal_gdip_Rect_2IIIIIIII_6=cast=INT
-Gdip_Graphics_1DrawImage__IILorg_eclipse_swt_internal_gdip_Rect_2IIIIIIII_7=cast=(Unit)
-Gdip_Graphics_1DrawImage__IILorg_eclipse_swt_internal_gdip_Rect_2IIIIIIII_8=cast=ImageAttributes *
-Gdip_Graphics_1DrawImage__IILorg_eclipse_swt_internal_gdip_Rect_2IIIIIIII_9=cast=DrawImageAbort
-Gdip_Graphics_1DrawImage__IILorg_eclipse_swt_internal_gdip_Rect_2IIIIIIII_10=cast=VOID *
-
-Gdip_Graphics_DrawLine=flags=cpp
-Gdip_Graphics_DrawLine_0=cast=(Graphics *)
-Gdip_Graphics_DrawLine_1=cast=(Pen *)
-Gdip_Graphics_DrawLine_2=
-Gdip_Graphics_DrawLine_3=
-Gdip_Graphics_DrawLine_4=
-Gdip_Graphics_DrawLine_5=
-
-Gdip_Graphics_DrawLines=flags=no_gen cpp
-Gdip_Graphics_DrawLines_0=cast=(Graphics *)
-Gdip_Graphics_DrawLines_1=cast=(Pen *)
-Gdip_Graphics_DrawLines_2=
-Gdip_Graphics_DrawLines_3=cast=INT
-
-Gdip_Graphics_DrawPath=flags=cpp
-Gdip_Graphics_DrawPath_0=cast=(Graphics *)
-Gdip_Graphics_DrawPath_1=cast=(Pen *)
-Gdip_Graphics_DrawPath_2=cast=(GraphicsPath *)
-
-Gdip_Graphics_DrawPolygon=flags=no_gen cpp
-Gdip_Graphics_DrawPolygon_0=cast=(Graphics *)
-Gdip_Graphics_DrawPolygon_1=cast=(Pen *)
-Gdip_Graphics_DrawPolygon_2=
-Gdip_Graphics_DrawPolygon_3=cast=INT
-
-Gdip_Graphics_DrawRectangle=flags=cpp
-Gdip_Graphics_DrawRectangle_0=cast=(Graphics *)
-Gdip_Graphics_DrawRectangle_1=cast=(Pen *)
-Gdip_Graphics_DrawRectangle_2=
-Gdip_Graphics_DrawRectangle_3=
-Gdip_Graphics_DrawRectangle_4=
-Gdip_Graphics_DrawRectangle_5=
-
-Gdip_Graphics_1DrawString__I_3CIILorg_eclipse_swt_internal_gdip_PointF_2I=flags=cpp
-Gdip_Graphics_1DrawString__I_3CIILorg_eclipse_swt_internal_gdip_PointF_2I_0=cast=(Graphics *)
-Gdip_Graphics_1DrawString__I_3CIILorg_eclipse_swt_internal_gdip_PointF_2I_1=cast=WCHAR *
-Gdip_Graphics_1DrawString__I_3CIILorg_eclipse_swt_internal_gdip_PointF_2I_2=cast=int
-Gdip_Graphics_1DrawString__I_3CIILorg_eclipse_swt_internal_gdip_PointF_2I_3=cast=Font *
-Gdip_Graphics_1DrawString__I_3CIILorg_eclipse_swt_internal_gdip_PointF_2I_4=flags=struct
-Gdip_Graphics_1DrawString__I_3CIILorg_eclipse_swt_internal_gdip_PointF_2I_5=cast=Brush *
-
-Gdip_Graphics_1DrawString__I_3CIILorg_eclipse_swt_internal_gdip_PointF_2II=flags=cpp
-Gdip_Graphics_1DrawString__I_3CIILorg_eclipse_swt_internal_gdip_PointF_2II_0=cast=(Graphics *)
-Gdip_Graphics_1DrawString__I_3CIILorg_eclipse_swt_internal_gdip_PointF_2II_1=cast=WCHAR *
-Gdip_Graphics_1DrawString__I_3CIILorg_eclipse_swt_internal_gdip_PointF_2II_2=cast=int
-Gdip_Graphics_1DrawString__I_3CIILorg_eclipse_swt_internal_gdip_PointF_2II_3=cast=Font *
-Gdip_Graphics_1DrawString__I_3CIILorg_eclipse_swt_internal_gdip_PointF_2II_4=flags=struct
-Gdip_Graphics_1DrawString__I_3CIILorg_eclipse_swt_internal_gdip_PointF_2II_5=cast=StringFormat *
-Gdip_Graphics_1DrawString__I_3CIILorg_eclipse_swt_internal_gdip_PointF_2II_6=cast=(Brush *)
-
-Gdip_Graphics_FillEllipse=flags=cpp
-Gdip_Graphics_FillEllipse_0=cast=(Graphics *)
-Gdip_Graphics_FillEllipse_1=cast=(Brush *)
-Gdip_Graphics_FillEllipse_2=cast=(INT)
-Gdip_Graphics_FillEllipse_3=cast=(INT)
-Gdip_Graphics_FillEllipse_4=cast=(INT)
-Gdip_Graphics_FillEllipse_5=cast=(INT)
-
-Gdip_Graphics_FillPath=flags=cpp
-Gdip_Graphics_FillPath_0=cast=(Graphics *)
-Gdip_Graphics_FillPath_1=cast=(Brush *)
-Gdip_Graphics_FillPath_2=cast=(GraphicsPath *)
-
-Gdip_Graphics_FillPie=flags=cpp
-Gdip_Graphics_FillPie_0=cast=(Graphics *)
-Gdip_Graphics_FillPie_1=cast=(Brush *)
-Gdip_Graphics_FillPie_2=cast=(INT)
-Gdip_Graphics_FillPie_3=cast=(INT)
-Gdip_Graphics_FillPie_4=cast=(INT)
-Gdip_Graphics_FillPie_5=cast=(INT)
-Gdip_Graphics_FillPie_6=cast=(REAL)
-Gdip_Graphics_FillPie_7=cast=(REAL)
-
-Gdip_Graphics_FillPolygon=flags=no_gen cpp
-Gdip_Graphics_FillPolygon_0=cast=(Graphics *)
-Gdip_Graphics_FillPolygon_1=cast=(Brush *)
-Gdip_Graphics_FillPolygon_2=cast=Point *
-Gdip_Graphics_FillPolygon_3=cast=(INT)
-Gdip_Graphics_FillPolygon_4=cast=FillMode
-
-Gdip_Graphics_FillRectangle=flags=cpp
-Gdip_Graphics_FillRectangle_0=cast=(Graphics *)
-Gdip_Graphics_FillRectangle_1=cast=(Brush *)
-Gdip_Graphics_FillRectangle_2=cast=(INT)
-Gdip_Graphics_FillRectangle_3=cast=INT
-Gdip_Graphics_FillRectangle_4=cast=INT
-Gdip_Graphics_FillRectangle_5=cast=INT
-
-Gdip_Graphics_Flush=flags=cpp
-Gdip_Graphics_Flush_0=cast=Graphics *
-Gdip_Graphics_Flush_1=cast=FlushIntention
-
-Gdip_Graphics_GetClip=flags=cpp
-Gdip_Graphics_GetClip_0=cast=(Graphics *)
-Gdip_Graphics_GetClip_1=cast=Region *
-
-Gdip_Graphics_1GetClipBounds__ILorg_eclipse_swt_internal_gdip_RectF_2=flags=cpp
-Gdip_Graphics_1GetClipBounds__ILorg_eclipse_swt_internal_gdip_RectF_2_0=cast=Graphics *
-Gdip_Graphics_1GetClipBounds__ILorg_eclipse_swt_internal_gdip_RectF_2_1=
-
-Gdip_Graphics_1GetClipBounds__ILorg_eclipse_swt_internal_gdip_Rect_2=flags=cpp
-Gdip_Graphics_1GetClipBounds__ILorg_eclipse_swt_internal_gdip_Rect_2_0=cast=(Graphics *)
-Gdip_Graphics_1GetClipBounds__ILorg_eclipse_swt_internal_gdip_Rect_2_1=
-
-Gdip_Graphics_GetHDC=flags=cpp
-Gdip_Graphics_GetHDC_0=cast=Graphics *
-
-Gdip_Graphics_GetInterpolationMode=flags=cpp
-Gdip_Graphics_GetInterpolationMode_0=cast=(Graphics *)
-
-Gdip_Graphics_GetSmoothingMode=flags=cpp
-Gdip_Graphics_GetSmoothingMode_0=cast=(Graphics *)
-
-Gdip_Graphics_GetTextRenderingHint=flags=cpp
-Gdip_Graphics_GetTextRenderingHint_0=cast=(Graphics *)
-
-Gdip_Graphics_GetTransform=flags=cpp
-Gdip_Graphics_GetTransform_0=cast=(Graphics *)
-Gdip_Graphics_GetTransform_1=cast=Matrix *
-
-Gdip_Graphics_GetVisibleClipBounds=flags=cpp
-Gdip_Graphics_GetVisibleClipBounds_0=cast=(Graphics *)
-Gdip_Graphics_GetVisibleClipBounds_1=
-
-Gdip_Graphics_MeasureDriverString=flags=no_gen
-Gdip_Graphics_MeasureDriverString_0=
-Gdip_Graphics_MeasureDriverString_1=
-Gdip_Graphics_MeasureDriverString_2=
-Gdip_Graphics_MeasureDriverString_3=
-Gdip_Graphics_MeasureDriverString_4=
-Gdip_Graphics_MeasureDriverString_5=
-Gdip_Graphics_MeasureDriverString_6=
-Gdip_Graphics_MeasureDriverString_7=
-
-Gdip_Graphics_1MeasureString__I_3CIILorg_eclipse_swt_internal_gdip_PointF_2ILorg_eclipse_swt_internal_gdip_RectF_2=flags=cpp
-Gdip_Graphics_1MeasureString__I_3CIILorg_eclipse_swt_internal_gdip_PointF_2ILorg_eclipse_swt_internal_gdip_RectF_2_0=cast=(Graphics *)
-Gdip_Graphics_1MeasureString__I_3CIILorg_eclipse_swt_internal_gdip_PointF_2ILorg_eclipse_swt_internal_gdip_RectF_2_1=cast=const WCHAR *
-Gdip_Graphics_1MeasureString__I_3CIILorg_eclipse_swt_internal_gdip_PointF_2ILorg_eclipse_swt_internal_gdip_RectF_2_2=cast=INT
-Gdip_Graphics_1MeasureString__I_3CIILorg_eclipse_swt_internal_gdip_PointF_2ILorg_eclipse_swt_internal_gdip_RectF_2_3=cast=const Font *
-Gdip_Graphics_1MeasureString__I_3CIILorg_eclipse_swt_internal_gdip_PointF_2ILorg_eclipse_swt_internal_gdip_RectF_2_4=cast=const PointF *,flags=struct
-Gdip_Graphics_1MeasureString__I_3CIILorg_eclipse_swt_internal_gdip_PointF_2ILorg_eclipse_swt_internal_gdip_RectF_2_5=cast=StringFormat *
-Gdip_Graphics_1MeasureString__I_3CIILorg_eclipse_swt_internal_gdip_PointF_2ILorg_eclipse_swt_internal_gdip_RectF_2_6=
-
-Gdip_Graphics_1MeasureString__I_3CIILorg_eclipse_swt_internal_gdip_PointF_2Lorg_eclipse_swt_internal_gdip_RectF_2=flags=cpp
-Gdip_Graphics_1MeasureString__I_3CIILorg_eclipse_swt_internal_gdip_PointF_2Lorg_eclipse_swt_internal_gdip_RectF_2_0=cast=(Graphics *)
-Gdip_Graphics_1MeasureString__I_3CIILorg_eclipse_swt_internal_gdip_PointF_2Lorg_eclipse_swt_internal_gdip_RectF_2_1=cast=const WCHAR *
-Gdip_Graphics_1MeasureString__I_3CIILorg_eclipse_swt_internal_gdip_PointF_2Lorg_eclipse_swt_internal_gdip_RectF_2_2=cast=INT
-Gdip_Graphics_1MeasureString__I_3CIILorg_eclipse_swt_internal_gdip_PointF_2Lorg_eclipse_swt_internal_gdip_RectF_2_3=cast=const Font *
-Gdip_Graphics_1MeasureString__I_3CIILorg_eclipse_swt_internal_gdip_PointF_2Lorg_eclipse_swt_internal_gdip_RectF_2_4=cast=const PointF *,flags=struct
-Gdip_Graphics_1MeasureString__I_3CIILorg_eclipse_swt_internal_gdip_PointF_2Lorg_eclipse_swt_internal_gdip_RectF_2_5=cast=RectF *
-
-Gdip_Graphics_ReleaseHDC=flags=cpp
-Gdip_Graphics_ReleaseHDC_0=cast=Graphics *
-Gdip_Graphics_ReleaseHDC_1=cast=HDC
-
-Gdip_Graphics_ResetClip=flags=cpp
-Gdip_Graphics_ResetClip_0=cast=(Graphics *)
-
-Gdip_Graphics_Restore=flags=cpp
-Gdip_Graphics_Restore_0=cast=(Graphics *)
-Gdip_Graphics_Restore_1=cast=GraphicsState
-
-Gdip_Graphics_Save=flags=cpp
-Gdip_Graphics_Save_0=cast=(Graphics *)
-
-Gdip_Graphics_ScaleTransform=flags=cpp
-Gdip_Graphics_ScaleTransform_0=cast=(Graphics *)
-Gdip_Graphics_ScaleTransform_1=
-Gdip_Graphics_ScaleTransform_2=
-Gdip_Graphics_ScaleTransform_3=cast=(MatrixOrder)
-
-Gdip_Graphics_1SetClip__III=flags=cpp
-Gdip_Graphics_1SetClip__III_0=cast=(Graphics *)
-Gdip_Graphics_1SetClip__III_1=cast=Region *
-Gdip_Graphics_1SetClip__III_2=cast=CombineMode
-
-Gdip_Graphics_1SetClip__ILorg_eclipse_swt_internal_gdip_Rect_2I=flags=cpp
-Gdip_Graphics_1SetClip__ILorg_eclipse_swt_internal_gdip_Rect_2I_0=cast=(Graphics *)
-Gdip_Graphics_1SetClip__ILorg_eclipse_swt_internal_gdip_Rect_2I_1=cast=Rect *,flags=struct
-Gdip_Graphics_1SetClip__ILorg_eclipse_swt_internal_gdip_Rect_2I_2=cast=(CombineMode)
-
-Gdip_Graphics_1SetClipPath__II=accessor=SetClip,flags=cpp
-Gdip_Graphics_1SetClipPath__II_0=cast=(Graphics *)
-Gdip_Graphics_1SetClipPath__II_1=cast=(GraphicsPath *)
-
-Gdip_Graphics_1SetClipPath__III=accessor=SetClip,flags=cpp
-Gdip_Graphics_1SetClipPath__III_0=cast=(Graphics *)
-Gdip_Graphics_1SetClipPath__III_1=cast=(GraphicsPath *)
-Gdip_Graphics_1SetClipPath__III_2=cast=(CombineMode)
-
-Gdip_Graphics_SetCompositingQuality=flags=cpp
-Gdip_Graphics_SetCompositingQuality_0=cast=Graphics *
-Gdip_Graphics_SetCompositingQuality_1=cast=CompositingQuality
-
-Gdip_Graphics_SetInterpolationMode=flags=cpp
-Gdip_Graphics_SetInterpolationMode_0=cast=(Graphics *)
-Gdip_Graphics_SetInterpolationMode_1=cast=InterpolationMode
-
-Gdip_Graphics_SetPageUnit=flags=cpp
-Gdip_Graphics_SetPageUnit_0=cast=Graphics *
-Gdip_Graphics_SetPageUnit_1=cast=Unit
-
-Gdip_Graphics_SetPixelOffsetMode=flags=cpp
-Gdip_Graphics_SetPixelOffsetMode_0=cast=(Graphics *)
-Gdip_Graphics_SetPixelOffsetMode_1=cast=PixelOffsetMode
-
-Gdip_Graphics_SetSmoothingMode=flags=cpp
-Gdip_Graphics_SetSmoothingMode_0=cast=(Graphics *)
-Gdip_Graphics_SetSmoothingMode_1=cast=(SmoothingMode)
-
-Gdip_Graphics_SetTextRenderingHint=flags=cpp
-Gdip_Graphics_SetTextRenderingHint_0=cast=(Graphics *)
-Gdip_Graphics_SetTextRenderingHint_1=cast=TextRenderingHint
-
-Gdip_Graphics_SetTransform=flags=cpp
-Gdip_Graphics_SetTransform_0=cast=(Graphics *)
-Gdip_Graphics_SetTransform_1=cast=(Matrix *)
-
-Gdip_Graphics_TranslateTransform=flags=cpp
-Gdip_Graphics_TranslateTransform_0=cast=Graphics *
-Gdip_Graphics_TranslateTransform_1=
-Gdip_Graphics_TranslateTransform_2=
-Gdip_Graphics_TranslateTransform_3=cast=(MatrixOrder)
-
-Gdip_Graphics_delete=flags=delete
-Gdip_Graphics_delete_0=
-
-Gdip_Graphics_new=flags=new
-Gdip_Graphics_new_0=cast=(HDC)
-
-Gdip_HatchBrush_delete=flags=delete
-Gdip_HatchBrush_delete_0=
-
-Gdip_HatchBrush_new=flags=new
-Gdip_HatchBrush_new_0=cast=HatchStyle
-Gdip_HatchBrush_new_1=cast=Color *,flags=struct
-Gdip_HatchBrush_new_2=cast=Color *,flags=struct
-
-Gdip_ImageAttributes_SetColorMatrix=flags=cpp
-Gdip_ImageAttributes_SetColorMatrix_0=cast=(ImageAttributes *)
-Gdip_ImageAttributes_SetColorMatrix_1=cast=ColorMatrix *
-Gdip_ImageAttributes_SetColorMatrix_2=cast=ColorMatrixFlags
-Gdip_ImageAttributes_SetColorMatrix_3=cast=ColorAdjustType
-
-Gdip_ImageAttributes_SetWrapMode=flags=cpp
-Gdip_ImageAttributes_SetWrapMode_0=cast=(ImageAttributes *)
-Gdip_ImageAttributes_SetWrapMode_1=cast=WrapMode
-
-Gdip_ImageAttributes_delete=flags=delete
-Gdip_ImageAttributes_delete_0=
-
-Gdip_ImageAttributes_new=flags=new
-
-Gdip_Image_GetHeight=flags=cpp
-Gdip_Image_GetHeight_0=cast=(Image *)
-
-Gdip_Image_GetLastStatus=flags=cpp
-Gdip_Image_GetLastStatus_0=cast=(Image*)
-
-Gdip_Image_GetPalette=flags=cpp
-Gdip_Image_GetPalette_0=cast=(Image*)
-Gdip_Image_GetPalette_1=cast=ColorPalette*
-Gdip_Image_GetPalette_2=
-
-Gdip_Image_GetPaletteSize=flags=cpp
-Gdip_Image_GetPaletteSize_0=cast=Image*
-
-Gdip_Image_GetPixelFormat=flags=cpp
-Gdip_Image_GetPixelFormat_0=cast=(Image*)
-
-Gdip_Image_GetWidth=flags=cpp
-Gdip_Image_GetWidth_0=cast=Image *
-
-Gdip_LinearGradientBrush_ResetTransform=flags=cpp
-Gdip_LinearGradientBrush_ResetTransform_0=cast=(LinearGradientBrush *)
-
-Gdip_LinearGradientBrush_ScaleTransform=flags=cpp
-Gdip_LinearGradientBrush_ScaleTransform_0=cast=(LinearGradientBrush *)
-Gdip_LinearGradientBrush_ScaleTransform_1=
-Gdip_LinearGradientBrush_ScaleTransform_2=
-Gdip_LinearGradientBrush_ScaleTransform_3=cast=(MatrixOrder)
-
-Gdip_LinearGradientBrush_SetInterpolationColors=flags=no_gen cpp
-Gdip_LinearGradientBrush_SetInterpolationColors_0=cast=(LinearGradientBrush *)
-Gdip_LinearGradientBrush_SetInterpolationColors_1=cast=const Color *
-Gdip_LinearGradientBrush_SetInterpolationColors_2=cast=const REAL *
-Gdip_LinearGradientBrush_SetInterpolationColors_3=
-
-Gdip_LinearGradientBrush_SetWrapMode=flags=cpp
-Gdip_LinearGradientBrush_SetWrapMode_0=cast=LinearGradientBrush *
-Gdip_LinearGradientBrush_SetWrapMode_1=cast=WrapMode
-
-Gdip_LinearGradientBrush_TranslateTransform=flags=cpp
-Gdip_LinearGradientBrush_TranslateTransform_0=cast=(LinearGradientBrush *)
-Gdip_LinearGradientBrush_TranslateTransform_1=
-Gdip_LinearGradientBrush_TranslateTransform_2=
-Gdip_LinearGradientBrush_TranslateTransform_3=cast=(MatrixOrder)
-
-Gdip_LinearGradientBrush_delete=flags=delete
-Gdip_LinearGradientBrush_delete_0=
-
-Gdip_LinearGradientBrush_new=flags=new
-Gdip_LinearGradientBrush_new_0=flags=struct
-Gdip_LinearGradientBrush_new_1=flags=struct
-Gdip_LinearGradientBrush_new_2=cast=Color *,flags=struct
-Gdip_LinearGradientBrush_new_3=cast=Color *,flags=struct
-
-Gdip_Matrix_GetElements=flags=cpp
-Gdip_Matrix_GetElements_0=cast=(Matrix *)
-Gdip_Matrix_GetElements_1=cast=(REAL *)
-
-Gdip_Matrix_Invert=flags=cpp
-Gdip_Matrix_Invert_0=cast=(Matrix *)
-
-Gdip_Matrix_IsIdentity=flags=cpp
-Gdip_Matrix_IsIdentity_0=cast=(Matrix *)
-
-Gdip_Matrix_Multiply=flags=cpp
-Gdip_Matrix_Multiply_0=cast=(Matrix *)
-Gdip_Matrix_Multiply_1=cast=(Matrix *)
-Gdip_Matrix_Multiply_2=cast=(MatrixOrder)
-
-Gdip_Matrix_Rotate=flags=cpp
-Gdip_Matrix_Rotate_0=cast=(Matrix *)
-Gdip_Matrix_Rotate_1=cast=(REAL)
-Gdip_Matrix_Rotate_2=cast=(MatrixOrder)
-
-Gdip_Matrix_Scale=flags=cpp
-Gdip_Matrix_Scale_0=cast=(Matrix *)
-Gdip_Matrix_Scale_1=cast=(REAL)
-Gdip_Matrix_Scale_2=cast=(REAL)
-Gdip_Matrix_Scale_3=cast=(MatrixOrder)
-
-Gdip_Matrix_SetElements=flags=cpp
-Gdip_Matrix_SetElements_0=cast=(Matrix *)
-Gdip_Matrix_SetElements_1=cast=(REAL)
-Gdip_Matrix_SetElements_2=cast=(REAL)
-Gdip_Matrix_SetElements_3=cast=(REAL)
-Gdip_Matrix_SetElements_4=cast=(REAL)
-Gdip_Matrix_SetElements_5=cast=(REAL)
-Gdip_Matrix_SetElements_6=cast=(REAL)
-
-Gdip_Matrix_Shear=flags=cpp
-Gdip_Matrix_Shear_0=cast=(Matrix *)
-Gdip_Matrix_Shear_1=cast=(REAL)
-Gdip_Matrix_Shear_2=cast=(REAL)
-Gdip_Matrix_Shear_3=cast=(MatrixOrder)
-
-Gdip_Matrix_1TransformPoints__ILorg_eclipse_swt_internal_gdip_PointF_2I=flags=cpp
-Gdip_Matrix_1TransformPoints__ILorg_eclipse_swt_internal_gdip_PointF_2I_0=cast=(Matrix *)
-Gdip_Matrix_1TransformPoints__ILorg_eclipse_swt_internal_gdip_PointF_2I_1=
-Gdip_Matrix_1TransformPoints__ILorg_eclipse_swt_internal_gdip_PointF_2I_2=
-
-Gdip_Matrix_1TransformPoints__I_3FI=flags=no_gen
-Gdip_Matrix_1TransformPoints__I_3FI_0=
-Gdip_Matrix_1TransformPoints__I_3FI_1=
-Gdip_Matrix_1TransformPoints__I_3FI_2=
-
-Gdip_Matrix_Translate=flags=cpp
-Gdip_Matrix_Translate_0=cast=(Matrix *)
-Gdip_Matrix_Translate_1=cast=(REAL)
-Gdip_Matrix_Translate_2=cast=(REAL)
-Gdip_Matrix_Translate_3=cast=(MatrixOrder)
-
-Gdip_Matrix_delete=flags=delete
-Gdip_Matrix_delete_0=
-
-Gdip_Matrix_new=flags=new
-Gdip_Matrix_new_0=cast=(REAL)
-Gdip_Matrix_new_1=cast=(REAL)
-Gdip_Matrix_new_2=cast=(REAL)
-Gdip_Matrix_new_3=cast=(REAL)
-Gdip_Matrix_new_4=cast=(REAL)
-Gdip_Matrix_new_5=cast=(REAL)
-
-Gdip_MoveMemory__Lorg_eclipse_swt_internal_gdip_BitmapData_2I=
-Gdip_MoveMemory__Lorg_eclipse_swt_internal_gdip_BitmapData_2I_0=cast=PVOID
-Gdip_MoveMemory__Lorg_eclipse_swt_internal_gdip_BitmapData_2I_1=cast=CONST VOID*
-
-Gdip_MoveMemory__Lorg_eclipse_swt_internal_gdip_ColorPalette_2II=
-Gdip_MoveMemory__Lorg_eclipse_swt_internal_gdip_ColorPalette_2II_0=cast=PVOID
-Gdip_MoveMemory__Lorg_eclipse_swt_internal_gdip_ColorPalette_2II_1=cast=(CONST VOID*)
-Gdip_MoveMemory__Lorg_eclipse_swt_internal_gdip_ColorPalette_2II_2=
-
-Gdip_PathGradientBrush_SetCenterColor=flags=cpp
-Gdip_PathGradientBrush_SetCenterColor_0=cast=(PathGradientBrush *)
-Gdip_PathGradientBrush_SetCenterColor_1=cast=(Color *),flags=struct
-
-Gdip_PathGradientBrush_SetCenterPoint=flags=cpp
-Gdip_PathGradientBrush_SetCenterPoint_0=cast=(PathGradientBrush *)
-Gdip_PathGradientBrush_SetCenterPoint_1=flags=struct
-
-Gdip_PathGradientBrush_SetGraphicsPath=flags=cpp
-Gdip_PathGradientBrush_SetGraphicsPath_0=cast=(PathGradientBrush *)
-Gdip_PathGradientBrush_SetGraphicsPath_1=cast=(GraphicsPath *)
-
-Gdip_PathGradientBrush_SetInterpolationColors=flags=no_gen
-Gdip_PathGradientBrush_SetInterpolationColors_0=cast=(PathGradientBrush *)
-Gdip_PathGradientBrush_SetInterpolationColors_1=cast=const Color *
-Gdip_PathGradientBrush_SetInterpolationColors_2=cast=(const REAL *)
-Gdip_PathGradientBrush_SetInterpolationColors_3=
-
-Gdip_PathGradientBrush_SetSurroundColors=flags=no_gen
-Gdip_PathGradientBrush_SetSurroundColors_0=cast=(PathGradientBrush *)
-Gdip_PathGradientBrush_SetSurroundColors_1=cast=Color *
-Gdip_PathGradientBrush_SetSurroundColors_2=cast=INT *
-
-Gdip_PathGradientBrush_SetWrapMode=flags=cpp
-Gdip_PathGradientBrush_SetWrapMode_0=cast=(PathGradientBrush *)
-Gdip_PathGradientBrush_SetWrapMode_1=cast=(WrapMode)
-
-Gdip_PathGradientBrush_delete=flags=delete
-Gdip_PathGradientBrush_delete_0=
-
-Gdip_PathGradientBrush_new=flags=new
-Gdip_PathGradientBrush_new_0=cast=(GraphicsPath *)
-
-Gdip_Pen_GetBrush=flags=cpp
-Gdip_Pen_GetBrush_0=cast=(Pen *)
-
-Gdip_Pen_SetBrush=flags=cpp
-Gdip_Pen_SetBrush_0=cast=(Pen *)
-Gdip_Pen_SetBrush_1=cast=Brush *
-
-Gdip_Pen_SetDashOffset=flags=cpp
-Gdip_Pen_SetDashOffset_0=cast=(Pen *)
-Gdip_Pen_SetDashOffset_1=
-
-Gdip_Pen_SetDashPattern=flags=cpp
-Gdip_Pen_SetDashPattern_0=cast=(Pen *)
-Gdip_Pen_SetDashPattern_1=cast=(REAL *)
-Gdip_Pen_SetDashPattern_2=cast=int
-
-Gdip_Pen_SetDashStyle=flags=cpp
-Gdip_Pen_SetDashStyle_0=cast=Pen *
-Gdip_Pen_SetDashStyle_1=cast=DashStyle
-
-Gdip_Pen_SetLineCap=flags=cpp
-Gdip_Pen_SetLineCap_0=cast=(Pen *)
-Gdip_Pen_SetLineCap_1=cast=(LineCap)
-Gdip_Pen_SetLineCap_2=cast=(LineCap)
-Gdip_Pen_SetLineCap_3=cast=(DashCap)
-
-Gdip_Pen_SetLineJoin=flags=cpp
-Gdip_Pen_SetLineJoin_0=cast=(Pen *)
-Gdip_Pen_SetLineJoin_1=cast=(LineJoin)
-
-Gdip_Pen_SetMiterLimit=flags=cpp
-Gdip_Pen_SetMiterLimit_0=cast=(Pen *)
-Gdip_Pen_SetMiterLimit_1=
-
-Gdip_Pen_SetWidth=flags=cpp
-Gdip_Pen_SetWidth_0=cast=(Pen *)
-Gdip_Pen_SetWidth_1=cast=REAL
-
-Gdip_Pen_delete=flags=delete
-Gdip_Pen_delete_0=
-
-Gdip_Pen_new=flags=new
-Gdip_Pen_new_0=cast=(Brush *)
-Gdip_Pen_new_1=cast=(REAL)
-
-Gdip_Point_delete=flags=delete
-Gdip_Point_delete_0=
-
-Gdip_Point_new=flags=new
-Gdip_Point_new_0=
-Gdip_Point_new_1=
-
-Gdip_Region_GetHRGN=flags=cpp
-Gdip_Region_GetHRGN_0=cast=(Region *)
-Gdip_Region_GetHRGN_1=cast=(Graphics *)
-
-Gdip_Region_IsInfinite=flags=cpp
-Gdip_Region_IsInfinite_0=cast=(Region *)
-Gdip_Region_IsInfinite_1=cast=(Graphics *)
-
-Gdip_Region_delete=flags=delete
-Gdip_Region_delete_0=
-
-Gdip_Region_1new__=flags=new
-
-Gdip_Region_1new__I=flags=new
-Gdip_Region_1new__I_0=cast=HRGN
-
-Gdip_Region_newGraphicsPath=flags=new
-Gdip_Region_newGraphicsPath_0=cast=GraphicsPath*
-
-Gdip_SolidBrush_delete=flags=delete
-Gdip_SolidBrush_delete_0=
-
-Gdip_SolidBrush_new=flags=new
-Gdip_SolidBrush_new_0=cast=(Color *,flags=struct
-
-Gdip_StringFormat_Clone=flags=cpp
-Gdip_StringFormat_Clone_0=cast=(StringFormat *)
-
-Gdip_StringFormat_GenericDefault=accessor=StringFormat::GenericDefault
-
-Gdip_StringFormat_GenericTypographic=accessor=StringFormat::GenericTypographic
-
-Gdip_StringFormat_GetFormatFlags=flags=cpp
-Gdip_StringFormat_GetFormatFlags_0=cast=(StringFormat *)
-
-Gdip_StringFormat_SetFormatFlags=flags=cpp
-Gdip_StringFormat_SetFormatFlags_0=cast=(StringFormat *)
-Gdip_StringFormat_SetFormatFlags_1=cast=StringFormatFlags
-
-Gdip_StringFormat_SetHotkeyPrefix=flags=cpp
-Gdip_StringFormat_SetHotkeyPrefix_0=cast=(StringFormat *)
-Gdip_StringFormat_SetHotkeyPrefix_1=cast=HotkeyPrefix
-
-Gdip_StringFormat_SetTabStops=flags=cpp
-Gdip_StringFormat_SetTabStops_0=cast=(StringFormat *)
-Gdip_StringFormat_SetTabStops_1=
-Gdip_StringFormat_SetTabStops_2=
-Gdip_StringFormat_SetTabStops_3=
-
-Gdip_StringFormat_delete=flags=delete
-Gdip_StringFormat_delete_0=
-
-Gdip_TextureBrush_ResetTransform=flags=cpp
-Gdip_TextureBrush_ResetTransform_0=cast=(TextureBrush *)
-
-Gdip_TextureBrush_ScaleTransform=flags=cpp
-Gdip_TextureBrush_ScaleTransform_0=cast=(TextureBrush *)
-Gdip_TextureBrush_ScaleTransform_1=
-Gdip_TextureBrush_ScaleTransform_2=
-Gdip_TextureBrush_ScaleTransform_3=cast=MatrixOrder
-
-Gdip_TextureBrush_SetTransform=flags=cpp
-Gdip_TextureBrush_SetTransform_0=cast=(TextureBrush *)
-Gdip_TextureBrush_SetTransform_1=cast=Matrix *
-
-Gdip_TextureBrush_TranslateTransform=flags=cpp
-Gdip_TextureBrush_TranslateTransform_0=cast=(TextureBrush *)
-Gdip_TextureBrush_TranslateTransform_1=
-Gdip_TextureBrush_TranslateTransform_2=
-Gdip_TextureBrush_TranslateTransform_3=cast=MatrixOrder
-
-Gdip_TextureBrush_delete=flags=delete
-Gdip_TextureBrush_delete_0=
-
-Gdip_TextureBrush_new=flags=new
-Gdip_TextureBrush_new_0=cast=Image *
-Gdip_TextureBrush_new_1=cast=WrapMode
-Gdip_TextureBrush_new_2=
-Gdip_TextureBrush_new_3=
-Gdip_TextureBrush_new_4=
-Gdip_TextureBrush_new_5=
-
-
-org_eclipse_swt_internal_gdip_GdiplusStartupInput=flags=cpp
-GdiplusStartupInput_GdiplusVersion=
-GdiplusStartupInput_DebugEventCallback=cast=DebugEventProc
-GdiplusStartupInput_SuppressBackgroundThread=cast=BOOL
-GdiplusStartupInput_SuppressExternalCodecs=cast=BOOL
-
-org_eclipse_swt_internal_gdip_PointF=
-PointF_X=cast=REAL
-PointF_Y=cast=REAL
-
-org_eclipse_swt_internal_gdip_Rect=
-Rect_X=
-Rect_Y=
-Rect_Width=
-Rect_Height=
-
-org_eclipse_swt_internal_gdip_RectF=
-RectF_X=
-RectF_Y=
-RectF_Width=
-RectF_Height=
-
diff --git a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gnome.GNOME.properties b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gnome.GNOME.properties
deleted file mode 100644
index 77fb178bac..0000000000
--- a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gnome.GNOME.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-###############################################################################
-# Copyright (c) 2000, 2008 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-org_eclipse_swt_internal_gnome_GNOME=
-GNOME_GnomeVFSMimeApplication_sizeof=
-
-GNOME__g_free=
-GNOME__g_free_0=cast=gpointer
-
-GNOME__g_list_append=
-GNOME__g_list_append_0=cast=(GList *)
-GNOME__g_list_append_1=cast=(gpointer)
-
-GNOME__g_list_free=
-GNOME__g_list_free_0=cast=(GList *)
-
-GNOME__g_list_next=
-GNOME__g_list_next_0=
-
-GNOME__g_object_unref=
-GNOME__g_object_unref_0=cast=gpointer
-
-GNOME__gnome_icon_lookup=
-GNOME__gnome_icon_lookup_0=cast=(GnomeIconTheme *)
-GNOME__gnome_icon_lookup_1=cast=GnomeThumbnailFactory *
-GNOME__gnome_icon_lookup_2=cast=const char *
-GNOME__gnome_icon_lookup_3=cast=const char *
-GNOME__gnome_icon_lookup_4=cast=GnomeVFSFileInfo *
-GNOME__gnome_icon_lookup_5=cast=const char *
-GNOME__gnome_icon_lookup_6=cast=GnomeIconLookupFlags
-GNOME__gnome_icon_lookup_7=cast=GnomeIconLookupResultFlags *
-
-GNOME__gnome_icon_theme_lookup_icon=
-GNOME__gnome_icon_theme_lookup_icon_0=cast=GnomeIconTheme *
-GNOME__gnome_icon_theme_lookup_icon_1=cast=const char *
-GNOME__gnome_icon_theme_lookup_icon_2=
-GNOME__gnome_icon_theme_lookup_icon_3=cast=(const GnomeIconData **)
-GNOME__gnome_icon_theme_lookup_icon_4=
-
-GNOME__gnome_icon_theme_new=
-
-GNOME__gnome_vfs_get_registered_mime_types=
-
-GNOME__gnome_vfs_init=
-
-GNOME__gnome_vfs_make_uri_from_input=
-GNOME__gnome_vfs_make_uri_from_input_0=cast=(const char *)
-
-GNOME__gnome_vfs_make_uri_from_input_with_dirs=flags=dynamic
-GNOME__gnome_vfs_make_uri_from_input_with_dirs_0=cast=(const char *)
-GNOME__gnome_vfs_make_uri_from_input_with_dirs_1=
-
-GNOME__gnome_vfs_mime_application_free=
-GNOME__gnome_vfs_mime_application_free_0=cast=GnomeVFSMimeApplication *
-
-GNOME__gnome_vfs_mime_application_launch=flags=dynamic
-GNOME__gnome_vfs_mime_application_launch_0=cast=(GnomeVFSMimeApplication *)
-GNOME__gnome_vfs_mime_application_launch_1=cast=(GList *)
-
-GNOME__gnome_vfs_mime_extensions_list_free=
-GNOME__gnome_vfs_mime_extensions_list_free_0=cast=GList *
-
-GNOME__gnome_vfs_mime_get_default_application=
-GNOME__gnome_vfs_mime_get_default_application_0=cast=(const char *)
-
-GNOME__gnome_vfs_mime_get_extensions_list=
-GNOME__gnome_vfs_mime_get_extensions_list_0=cast=const char *
-
-GNOME__gnome_vfs_mime_registered_mime_type_list_free=
-GNOME__gnome_vfs_mime_registered_mime_type_list_free_0=cast=GList *
-
-GNOME__gnome_vfs_mime_type_from_name=
-GNOME__gnome_vfs_mime_type_from_name_0=cast=(const char *)
-
-GNOME__gnome_vfs_url_show=flags=dynamic
-GNOME__gnome_vfs_url_show_0=cast=(const char *)
-
-GNOME_memmove=
-GNOME_memmove_0=cast=void *,flags=no_in
-GNOME_memmove_1=cast=const void *
-GNOME_memmove_2=cast=size_t
-
-
-org_eclipse_swt_internal_gnome_GnomeVFSMimeApplication=
-GnomeVFSMimeApplication_id=cast=char *
-GnomeVFSMimeApplication_name=cast=char *
-GnomeVFSMimeApplication_command=cast=char *
-GnomeVFSMimeApplication_can_open_multiple_files=cast=gboolean
-GnomeVFSMimeApplication_expects_uris=cast=GnomeVFSMimeApplicationArgumentType
-GnomeVFSMimeApplication_supported_uri_schemes=cast=(GList *)
-GnomeVFSMimeApplication_requires_terminal=cast=gboolean
-
diff --git a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gtk.GTK.properties b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gtk.GTK.properties
deleted file mode 100644
index 5936a5e80b..0000000000
--- a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gtk.GTK.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-###############################################################################
-# Copyright (c) 2000, 2008 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-org_eclipse_swt_internal_gtk_GTK=
-GTK__GTK_WIDGET_HEIGHT=
-GTK__GTK_WIDGET_HEIGHT_0=cast=GtkWidget *
-
-GTK__GTK_WIDGET_WIDTH=
-GTK__GTK_WIDGET_WIDTH_0=cast=GtkWidget *
-
-GTK__g_signal_connect=
-GTK__g_signal_connect_0=cast=(gpointer)
-GTK__g_signal_connect_1=cast=(const gchar *),flags=no_out
-GTK__g_signal_connect_2=cast=(GCallback)
-GTK__g_signal_connect_3=cast=gpointer
-
-GTK__gtk_events_pending=
-
-GTK__gtk_init_check=
-GTK__gtk_init_check_0=cast=int *
-GTK__gtk_init_check_1=cast=char ***
-
-GTK__gtk_main=
-
-GTK__gtk_main_iteration=
-
-GTK__gtk_plug_new=
-GTK__gtk_plug_new_0=
-
-GTK__gtk_widget_destroy=
-GTK__gtk_widget_destroy_0=cast=GtkWidget *
-
-GTK__gtk_widget_show=
-GTK__gtk_widget_show_0=cast=GtkWidget *
-
-GTK__gtk_widget_show_now=
-GTK__gtk_widget_show_now_0=cast=GtkWidget *
-
-GTK__gtk_window_new=
-GTK__gtk_window_new_0=cast=GtkWindowType
-
-
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
deleted file mode 100644
index d775e7a568..0000000000
--- a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gtk.OS.properties
+++ /dev/null
@@ -1,5752 +0,0 @@
-###############################################################################
-# Copyright (c) 2000, 2008 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-org_eclipse_swt_internal_gtk_GInterfaceInfo=
-GInterfaceInfo_interface_init=cast=(GInterfaceInitFunc)
-GInterfaceInfo_interface_finalize=cast=(GInterfaceFinalizeFunc)
-GInterfaceInfo_interface_data=cast=(gpointer)
-
-org_eclipse_swt_internal_gtk_GObjectClass=
-GObjectClass_constructor=cast=(GObject *(*)())
-GObjectClass_set_property=cast=(void (*)())
-GObjectClass_get_property=cast=(void (*)())
-GObjectClass_dispose=cast=(void (*)())
-GObjectClass_finalize=cast=(void (*)())
-GObjectClass_dispatch_properties_changed=cast=(void (*)())
-GObjectClass_notify=cast=(void (*)())
-
-org_eclipse_swt_internal_gtk_GTypeInfo=
-GTypeInfo_class_size=cast=(guint16)
-GTypeInfo_base_init=cast=(GBaseInitFunc)
-GTypeInfo_base_finalize=cast=(GBaseFinalizeFunc)
-GTypeInfo_class_init=cast=(GClassInitFunc)
-GTypeInfo_class_finalize=cast=(GClassFinalizeFunc)
-GTypeInfo_class_data=cast=(gconstpointer)
-GTypeInfo_instance_size=cast=(guint16)
-GTypeInfo_n_preallocs=cast=(guint16)
-GTypeInfo_instance_init=cast=(GInstanceInitFunc)
-GTypeInfo_value_table=cast=(GTypeValueTable *)
-
-org_eclipse_swt_internal_gtk_GTypeQuery=
-GTypeQuery_type=cast=(GType)
-GTypeQuery_type_name=cast=(const gchar *)
-GTypeQuery_class_size=cast=(guint)
-GTypeQuery_instance_size=cast=(guint)
-
-org_eclipse_swt_internal_gtk_GdkColor=
-GdkColor_pixel=cast=(guint32)
-GdkColor_red=cast=(guint16)
-GdkColor_green=cast=(guint16)
-GdkColor_blue=cast=(guint16)
-
-org_eclipse_swt_internal_gtk_GdkDragContext=
-GdkDragContext_protocol=cast=(GdkDragProtocol)
-GdkDragContext_is_source=cast=(gboolean)
-GdkDragContext_source_window=cast=(GdkWindow *)
-GdkDragContext_dest_window=cast=(GdkWindow *)
-GdkDragContext_targets=cast=(GList *)
-GdkDragContext_actions=cast=(GdkDragAction)
-GdkDragContext_suggested_action=cast=(GdkDragAction)
-GdkDragContext_action=cast=(GdkDragAction)
-GdkDragContext_start_time=cast=(guint32)
-
-org_eclipse_swt_internal_gtk_GdkEvent=
-GdkEvent_type=cast=(GdkEventType)
-
-org_eclipse_swt_internal_gtk_GdkEventAny=
-GdkEventAny_window=cast=(GdkWindow *)
-GdkEventAny_send_event=cast=(gint8)
-
-org_eclipse_swt_internal_gtk_GdkEventButton=
-GdkEventButton_window=cast=(GdkWindow *)
-GdkEventButton_send_event=cast=(gint8)
-GdkEventButton_time=cast=(guint32)
-GdkEventButton_x=cast=(gdouble)
-GdkEventButton_y=cast=(gdouble)
-GdkEventButton_axes=cast=(gdouble *)
-GdkEventButton_state=cast=(guint)
-GdkEventButton_button=cast=(guint)
-GdkEventButton_device=cast=(GdkDevice *)
-GdkEventButton_x_root=cast=(gdouble)
-GdkEventButton_y_root=cast=(gdouble)
-
-org_eclipse_swt_internal_gtk_GdkEventCrossing=
-GdkEventCrossing_window=cast=(GdkWindow *)
-GdkEventCrossing_send_event=cast=(gint8)
-GdkEventCrossing_subwindow=cast=(GdkWindow *)
-GdkEventCrossing_time=
-GdkEventCrossing_x=
-GdkEventCrossing_y=
-GdkEventCrossing_x_root=
-GdkEventCrossing_y_root=
-GdkEventCrossing_mode=cast=(GdkCrossingMode)
-GdkEventCrossing_detail=cast=(GdkNotifyType)
-GdkEventCrossing_focus=cast=(gboolean)
-GdkEventCrossing_state=
-
-org_eclipse_swt_internal_gtk_GdkEventExpose=
-GdkEventExpose_window=cast=(GdkWindow *)
-GdkEventExpose_send_event=cast=(gint8)
-GdkEventExpose_area_x=accessor=area.x
-GdkEventExpose_area_y=accessor=area.y
-GdkEventExpose_area_width=accessor=area.width
-GdkEventExpose_area_height=accessor=area.height
-GdkEventExpose_region=cast=(GdkRegion *)
-GdkEventExpose_count=cast=(gint)
-
-org_eclipse_swt_internal_gtk_GdkEventFocus=
-GdkEventFocus_window=cast=(GdkWindow *)
-GdkEventFocus_send_event=cast=(gint8)
-GdkEventFocus_in=cast=(gint16)
-
-org_eclipse_swt_internal_gtk_GdkEventKey=
-GdkEventKey_window=cast=(GdkWindow *)
-GdkEventKey_send_event=cast=(gint8)
-GdkEventKey_time=cast=(guint32)
-GdkEventKey_state=cast=(guint)
-GdkEventKey_keyval=cast=(guint)
-GdkEventKey_length=cast=(gint)
-GdkEventKey_string=cast=(gchar *)
-GdkEventKey_hardware_keycode=cast=(guint16)
-GdkEventKey_group=cast=(guint8)
-
-org_eclipse_swt_internal_gtk_GdkEventMotion=
-GdkEventMotion_window=cast=(GdkWindow *)
-GdkEventMotion_send_event=cast=(gint8)
-GdkEventMotion_time=cast=(guint32)
-GdkEventMotion_x=cast=(gdouble)
-GdkEventMotion_y=cast=(gdouble)
-GdkEventMotion_axes=cast=(gdouble *)
-GdkEventMotion_state=cast=(guint)
-GdkEventMotion_is_hint=cast=(gint16)
-GdkEventMotion_device=cast=(GdkDevice *)
-GdkEventMotion_x_root=cast=(gdouble)
-GdkEventMotion_y_root=cast=(gdouble)
-
-org_eclipse_swt_internal_gtk_GdkEventScroll=
-GdkEventScroll_window=cast=(GdkWindow *)
-GdkEventScroll_send_event=cast=(gint8)
-GdkEventScroll_time=cast=(guint32)
-GdkEventScroll_x=cast=(gdouble)
-GdkEventScroll_y=cast=(gdouble)
-GdkEventScroll_state=cast=(guint)
-GdkEventScroll_direction=cast=(GdkScrollDirection)
-GdkEventScroll_device=cast=(GdkDevice *)
-GdkEventScroll_x_root=cast=(gdouble)
-GdkEventScroll_y_root=cast=(gdouble)
-
-org_eclipse_swt_internal_gtk_GdkEventVisibility=
-GdkEventVisibility_window=cast=(GdkWindow *)
-GdkEventVisibility_send_event=cast=(gint8)
-GdkEventVisibility_state=cast=GdkVisibilityState
-
-org_eclipse_swt_internal_gtk_GdkEventWindowState=
-GdkEventWindowState_window=cast=(GdkWindow *)
-GdkEventWindowState_send_event=
-GdkEventWindowState_changed_mask=
-GdkEventWindowState_new_window_state=
-
-org_eclipse_swt_internal_gtk_GdkGCValues=
-GdkGCValues_foreground_pixel=accessor=foreground.pixel,cast=(guint32)
-GdkGCValues_foreground_red=accessor=foreground.red,cast=(guint16)
-GdkGCValues_foreground_green=accessor=foreground.green,cast=(guint16)
-GdkGCValues_foreground_blue=accessor=foreground.blue,cast=(guint16)
-GdkGCValues_background_pixel=accessor=background.pixel,cast=(guint32)
-GdkGCValues_background_red=accessor=background.red,cast=(guint16)
-GdkGCValues_background_green=accessor=background.green,cast=(guint16)
-GdkGCValues_background_blue=accessor=background.blue,cast=(guint16)
-GdkGCValues_font=cast=(GdkFont *)
-GdkGCValues_function=cast=(GdkFunction)
-GdkGCValues_fill=cast=(GdkFill)
-GdkGCValues_tile=cast=(GdkPixmap *)
-GdkGCValues_stipple=cast=(GdkPixmap *)
-GdkGCValues_clip_mask=cast=(GdkPixmap *)
-GdkGCValues_subwindow_mode=cast=(GdkSubwindowMode)
-GdkGCValues_ts_x_origin=cast=(gint)
-GdkGCValues_ts_y_origin=cast=(gint)
-GdkGCValues_clip_x_origin=cast=(gint)
-GdkGCValues_clip_y_origin=cast=(gint)
-GdkGCValues_graphics_exposures=cast=(gint)
-GdkGCValues_line_width=cast=(gint)
-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 *)
-GdkImage_byte_order=cast=(GdkByteOrder)
-GdkImage_width=cast=(gint)
-GdkImage_height=cast=(gint)
-GdkImage_depth=cast=(guint16)
-GdkImage_bpp=cast=(guint16)
-GdkImage_bpl=cast=(guint16)
-GdkImage_bits_per_pixel=cast=(guint16)
-GdkImage_mem=cast=(gpointer)
-GdkImage_colormap=cast=(GdkColormap *)
-GdkImage_windowing_data=cast=(gpointer)
-
-org_eclipse_swt_internal_gtk_GdkRectangle=
-GdkRectangle_x=cast=(gint)
-GdkRectangle_y=cast=(gint)
-GdkRectangle_width=cast=(gint)
-GdkRectangle_height=cast=(gint)
-
-org_eclipse_swt_internal_gtk_GdkVisual=
-GdkVisual_type=cast=(GdkVisualType)
-GdkVisual_depth=cast=(gint)
-GdkVisual_byte_order=cast=(GdkByteOrder)
-GdkVisual_colormap_size=cast=(gint)
-GdkVisual_bits_per_rgb=cast=(gint)
-GdkVisual_red_mask=cast=(guint32)
-GdkVisual_red_shift=cast=(gint)
-GdkVisual_red_prec=cast=(gint)
-GdkVisual_green_mask=cast=(guint32)
-GdkVisual_green_shift=cast=(gint)
-GdkVisual_green_prec=cast=(gint)
-GdkVisual_blue_mask=cast=(guint32)
-GdkVisual_blue_shift=cast=(gint)
-GdkVisual_blue_prec=cast=(gint)
-
-org_eclipse_swt_internal_gtk_GdkWindowAttr=
-GdkWindowAttr_title=cast=gchar *
-GdkWindowAttr_event_mask=
-GdkWindowAttr_x=
-GdkWindowAttr_y=
-GdkWindowAttr_width=
-GdkWindowAttr_height=
-GdkWindowAttr_wclass=
-GdkWindowAttr_visual=cast=GdkVisual *
-GdkWindowAttr_colormap=cast=GdkColormap *
-GdkWindowAttr_window_type=
-GdkWindowAttr_cursor=cast=GdkCursor *
-GdkWindowAttr_wmclass_name=cast=gchar *
-GdkWindowAttr_wmclass_class=cast=gchar *
-GdkWindowAttr_override_redirect=
-
-org_eclipse_swt_internal_gtk_GtkAdjustment=
-GtkAdjustment_lower=cast=(gdouble)
-GtkAdjustment_upper=cast=(gdouble)
-GtkAdjustment_value=cast=(gdouble)
-GtkAdjustment_step_increment=cast=(gdouble)
-GtkAdjustment_page_increment=cast=(gdouble)
-GtkAdjustment_page_size=cast=(gdouble)
-
-org_eclipse_swt_internal_gtk_GtkAllocation=
-GtkAllocation_x=
-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_GtkCellRendererClass=
-GtkCellRendererClass_render=cast=(void(*)())
-GtkCellRendererClass_get_size=cast=(void(*)())
-
-org_eclipse_swt_internal_gtk_GtkColorSelectionDialog=
-GtkColorSelectionDialog_colorsel=cast=(GtkWidget *)
-GtkColorSelectionDialog_ok_button=cast=(GtkWidget *)
-GtkColorSelectionDialog_cancel_button=cast=(GtkWidget *)
-GtkColorSelectionDialog_help_button=cast=(GtkWidget *)
-
-org_eclipse_swt_internal_gtk_GtkCombo=
-GtkCombo_entry=cast=(GtkWidget *)
-GtkCombo_list=cast=(GtkWidget *)
-
-org_eclipse_swt_internal_gtk_GtkFileSelection=
-GtkFileSelection_dir_list=cast=(GtkWidget *)
-GtkFileSelection_file_list=cast=(GtkWidget *)
-GtkFileSelection_selection_entry=cast=(GtkWidget *)
-GtkFileSelection_selection_text=cast=(GtkWidget *)
-GtkFileSelection_main_vbox=cast=(GtkWidget *)
-GtkFileSelection_ok_button=cast=(GtkWidget *)
-GtkFileSelection_cancel_button=cast=(GtkWidget *)
-GtkFileSelection_help_button=cast=(GtkWidget *)
-GtkFileSelection_history_pulldown=cast=(GtkWidget *)
-GtkFileSelection_history_menu=cast=(GtkWidget *)
-GtkFileSelection_history_list=cast=(GList *)
-GtkFileSelection_fileop_dialog=cast=(GtkWidget *)
-GtkFileSelection_fileop_entry=cast=(GtkWidget *)
-GtkFileSelection_fileop_file=cast=(gchar *)
-GtkFileSelection_cmpl_state=cast=(gpointer)
-GtkFileSelection_fileop_c_dir=cast=(GtkWidget *)
-GtkFileSelection_fileop_del_file=cast=(GtkWidget *)
-GtkFileSelection_fileop_ren_file=cast=(GtkWidget *)
-GtkFileSelection_button_area=cast=(GtkWidget *)
-GtkFileSelection_action_area=cast=(GtkWidget *)
-
-org_eclipse_swt_internal_gtk_GtkFixed=
-GtkFixed_children=cast=(GList *)
-
-org_eclipse_swt_internal_gtk_GtkRequisition=
-GtkRequisition_width=
-GtkRequisition_height=
-
-org_eclipse_swt_internal_gtk_GtkSelectionData=
-GtkSelectionData_selection=cast=(GdkAtom)
-GtkSelectionData_target=cast=(GdkAtom)
-GtkSelectionData_type=cast=(GdkAtom)
-GtkSelectionData_format=cast=(gint)
-GtkSelectionData_data=cast=(guchar *)
-GtkSelectionData_length=cast=(gint)
-
-org_eclipse_swt_internal_gtk_GtkTargetEntry=
-GtkTargetEntry_target=cast=(gchar *)
-GtkTargetEntry_flags=cast=(guint)
-GtkTargetEntry_info=cast=(guint)
-
-org_eclipse_swt_internal_gtk_GtkTargetPair=
-GtkTargetPair_target=cast=(GdkAtom)
-GtkTargetPair_flags=cast=(guint)
-GtkTargetPair_info=cast=(guint)
-
-org_eclipse_swt_internal_gtk_GtkWidgetClass=
-GtkWidgetClass_activate_signal=
-GtkWidgetClass_set_scroll_adjustments_signal=
-GtkWidgetClass_dispatch_child_properties_changed=cast=(void(*)())
-GtkWidgetClass_show=cast=(void(*)())
-GtkWidgetClass_show_all=cast=(void(*)())
-GtkWidgetClass_hide=cast=(void(*)())
-GtkWidgetClass_hide_all=cast=(void(*)())
-GtkWidgetClass_map=cast=(void(*)())
-GtkWidgetClass_unmap=cast=(void(*)())
-GtkWidgetClass_realize=cast=(void(*)())
-GtkWidgetClass_unrealize=cast=(void(*)())
-GtkWidgetClass_size_request=cast=(void(*)())
-GtkWidgetClass_size_allocate=cast=(void(*)())
-GtkWidgetClass_state_changed=cast=(void(*)())
-GtkWidgetClass_parent_set=cast=(void(*)())
-GtkWidgetClass_hierarchy_changed=cast=(void(*)())
-GtkWidgetClass_style_set=cast=(void(*)())
-GtkWidgetClass_direction_changed=cast=(void(*)())
-GtkWidgetClass_grab_notify=cast=(void(*)())
-GtkWidgetClass_child_notify=cast=(void(*)())
-GtkWidgetClass_mnemonic_activate=cast=(gboolean(*)())
-GtkWidgetClass_grab_focus=cast=(void(*)())
-GtkWidgetClass_focus=cast=(gboolean(*)())
-GtkWidgetClass_event=cast=(gboolean(*)())
-GtkWidgetClass_button_press_event=cast=(gboolean(*)())
-GtkWidgetClass_button_release_event=cast=(gboolean(*)())
-GtkWidgetClass_scroll_event=cast=(gboolean(*)())
-GtkWidgetClass_motion_notify_event=cast=(gboolean(*)())
-GtkWidgetClass_delete_event=cast=(gboolean(*)())
-GtkWidgetClass_destroy_event=cast=(gboolean(*)())
-GtkWidgetClass_expose_event=cast=(gboolean(*)())
-GtkWidgetClass_key_press_event=cast=(gboolean(*)())
-GtkWidgetClass_key_release_event=cast=(gboolean(*)())
-GtkWidgetClass_enter_notify_event=cast=(gboolean(*)())
-GtkWidgetClass_leave_notify_event=cast=(gboolean(*)())
-GtkWidgetClass_configure_event=cast=(gboolean(*)())
-GtkWidgetClass_focus_in_event=cast=(gboolean(*)())
-GtkWidgetClass_focus_out_event=cast=(gboolean(*)())
-GtkWidgetClass_map_event=cast=(gboolean(*)())
-GtkWidgetClass_unmap_event=cast=(gboolean(*)())
-GtkWidgetClass_property_notify_event=cast=(gboolean(*)())
-GtkWidgetClass_selection_clear_event=cast=(gboolean(*)())
-GtkWidgetClass_selection_request_event=cast=(gboolean(*)())
-GtkWidgetClass_selection_notify_event=cast=(gboolean(*)())
-GtkWidgetClass_proximity_in_event=cast=(gboolean(*)())
-GtkWidgetClass_proximity_out_event=cast=(gboolean(*)())
-GtkWidgetClass_visibility_notify_event=cast=(gboolean(*)())
-GtkWidgetClass_client_event=cast=(gboolean(*)())
-GtkWidgetClass_no_expose_event=cast=(gboolean(*)())
-GtkWidgetClass_window_state_event=cast=(gboolean(*)())
-GtkWidgetClass_selection_get=cast=(void(*)())
-GtkWidgetClass_selection_received=cast=(void(*)())
-GtkWidgetClass_drag_begin=cast=(void(*)())
-GtkWidgetClass_drag_end=cast=(void(*)())
-GtkWidgetClass_drag_data_get=cast=(void(*)())
-GtkWidgetClass_drag_data_delete=cast=(void(*)())
-GtkWidgetClass_drag_leave=cast=(void(*)())
-GtkWidgetClass_drag_motion=cast=(gboolean(*)())
-GtkWidgetClass_drag_drop=cast=(gboolean(*)())
-GtkWidgetClass_drag_data_received=cast=(void(*)())
-GtkWidgetClass_popup_menu=cast=(gboolean(*)())
-GtkWidgetClass_show_help=cast=(gboolean(*)())
-GtkWidgetClass_get_accessible=cast=(AtkObject*(*)())
-GtkWidgetClass_screen_changed=cast=(void(*)())
-
-org_eclipse_swt_internal_gtk_OS=
-OS_Call=
-OS_Call_0=
-OS_Call_1=
-OS_Call_2=
-OS_Call_3=
-
-OS_GDK_EVENT_TYPE=
-OS_GDK_EVENT_TYPE_0=cast=(GdkEvent *)
-
-OS_GDK_EVENT_WINDOW=
-OS_GDK_EVENT_WINDOW_0=cast=(GdkEventAny *)
-
-OS_GDK_WINDOWING_X11=flags=no_gen
-
-OS_GInterfaceInfo_sizeof=
-
-OS_GPollFD_sizeof=
-
-OS_GTK_ACCEL_LABEL_GET_ACCEL_STRING=
-OS_GTK_ACCEL_LABEL_GET_ACCEL_STRING_0=cast=(GtkAccelLabel *)
-
-OS_GTK_ACCEL_LABEL_SET_ACCEL_STRING=
-OS_GTK_ACCEL_LABEL_SET_ACCEL_STRING_0=cast=(GtkAccelLabel *)
-OS_GTK_ACCEL_LABEL_SET_ACCEL_STRING_1=cast=(gchar *)
-
-OS_GTK_ENTRY_IM_CONTEXT=
-OS_GTK_ENTRY_IM_CONTEXT_0=cast=(GtkEntry *)
-
-OS_GTK_SCROLLED_WINDOW_HSCROLLBAR=
-OS_GTK_SCROLLED_WINDOW_HSCROLLBAR_0=cast=(GtkScrolledWindow *)
-
-OS_GTK_SCROLLED_WINDOW_SCROLLBAR_SPACING=
-OS_GTK_SCROLLED_WINDOW_SCROLLBAR_SPACING_0=cast=(GtkScrolledWindow *)
-
-OS_GTK_SCROLLED_WINDOW_VSCROLLBAR=
-OS_GTK_SCROLLED_WINDOW_VSCROLLBAR_0=cast=(GtkScrolledWindow *)
-
-OS_GTK_TEXTVIEW_IM_CONTEXT=
-OS_GTK_TEXTVIEW_IM_CONTEXT_0=cast=(GtkTextView *)
-
-OS_GTK_TOOLTIPS_SET_ACTIVE=
-OS_GTK_TOOLTIPS_SET_ACTIVE_0=cast=(GtkTooltips *)
-OS_GTK_TOOLTIPS_SET_ACTIVE_1=cast=GtkTooltipsData *
-
-OS_GTK_TOOLTIPS_TIP_WINDOW=
-OS_GTK_TOOLTIPS_TIP_WINDOW_0=cast=(GtkTooltips *)
-
-OS_GTK_WIDGET_HEIGHT=
-OS_GTK_WIDGET_HEIGHT_0=cast=(GtkWidget *)
-
-OS_GTK_WIDGET_REQUISITION_HEIGHT=
-OS_GTK_WIDGET_REQUISITION_HEIGHT_0=cast=(GtkWidget *)
-
-OS_GTK_WIDGET_REQUISITION_WIDTH=
-OS_GTK_WIDGET_REQUISITION_WIDTH_0=cast=(GtkWidget *)
-
-OS_GTK_WIDGET_SET_HEIGHT=
-OS_GTK_WIDGET_SET_HEIGHT_0=cast=(GtkWidget *)
-OS_GTK_WIDGET_SET_HEIGHT_1=
-
-OS_GTK_WIDGET_SET_WIDTH=
-OS_GTK_WIDGET_SET_WIDTH_0=cast=(GtkWidget *)
-OS_GTK_WIDGET_SET_WIDTH_1=
-
-OS_GTK_WIDGET_SET_X=
-OS_GTK_WIDGET_SET_X_0=cast=(GtkWidget *)
-OS_GTK_WIDGET_SET_X_1=
-
-OS_GTK_WIDGET_SET_Y=
-OS_GTK_WIDGET_SET_Y_0=cast=(GtkWidget *)
-OS_GTK_WIDGET_SET_Y_1=
-
-OS_GTK_WIDGET_WIDTH=
-OS_GTK_WIDGET_WIDTH_0=cast=(GtkWidget *)
-
-OS_GTK_WIDGET_WINDOW=
-OS_GTK_WIDGET_WINDOW_0=cast=(GtkWidget *)
-
-OS_GTK_WIDGET_X=
-OS_GTK_WIDGET_X_0=cast=(GtkWidget *)
-
-OS_GTK_WIDGET_Y=
-OS_GTK_WIDGET_Y_0=cast=(GtkWidget *)
-
-OS_GTypeInfo_sizeof=
-
-OS_GTypeQuery_sizeof=
-
-OS_GdkColor_sizeof=
-
-OS_GdkDragContext_sizeof=
-
-OS_GdkEventAny_sizeof=
-
-OS_GdkEventButton_sizeof=
-
-OS_GdkEventCrossing_sizeof=
-
-OS_GdkEventExpose_sizeof=
-
-OS_GdkEventFocus_sizeof=
-
-OS_GdkEventKey_sizeof=
-
-OS_GdkEventMotion_sizeof=
-
-OS_GdkEventScroll_sizeof=
-
-OS_GdkEventVisibility_sizeof=
-
-OS_GdkEventWindowState_sizeof=
-
-OS_GdkEvent_sizeof=
-
-OS_GdkGCValues_sizeof=
-
-OS_GdkGeometry_sizeof=
-
-OS_GdkImage_sizeof=
-
-OS_GdkRectangle_sizeof=
-
-OS_GdkVisual_sizeof=
-
-OS_GdkWindowAttr_sizeof=
-
-OS_GtkAdjustment_sizeof=
-
-OS_GtkAllocation_sizeof=
-
-OS_GtkBorder_sizeof=
-
-OS_GtkCellRendererPixbufClass_sizeof=
-
-OS_GtkCellRendererPixbuf_sizeof=
-
-OS_GtkCellRendererTextClass_sizeof=
-
-OS_GtkCellRendererText_sizeof=
-
-OS_GtkCellRendererToggleClass_sizeof=
-
-OS_GtkCellRendererToggle_sizeof=
-
-OS_GtkColorSelectionDialog_sizeof=
-
-OS_GtkCombo_sizeof=
-
-OS_GtkFileSelection_sizeof=
-
-OS_GtkFixedClass_sizeof=
-
-OS_GtkFixed_sizeof=
-
-OS_GtkRequisition_sizeof=
-
-OS_GtkSelectionData_sizeof=
-
-OS_GtkTargetEntry_sizeof=
-
-OS_GtkTargetPair_sizeof=
-
-OS_GtkTextIter_sizeof=
-
-OS_GtkTreeIter_sizeof=
-
-OS_PangoAttrColor_sizeof=
-
-OS_PangoAttrInt_sizeof=
-
-OS_PangoAttribute_sizeof=
-
-OS_PangoItem_sizeof=
-
-OS_PangoLayoutLine_sizeof=
-
-OS_PangoLayoutRun_sizeof=
-
-OS_PangoLogAttr_sizeof=
-
-OS_PangoRectangle_sizeof=
-
-OS_XAnyEvent_sizeof=
-
-OS_XButtonEvent_sizeof=
-
-OS_XClientMessageEvent_sizeof=
-
-OS_XCrossingEvent_sizeof=
-
-OS_XEvent_sizeof=
-
-OS_XExposeEvent_sizeof=
-
-OS_XFocusChangeEvent_sizeof=
-
-OS_XRenderPictureAttributes_sizeof=
-
-OS_XVisibilityEvent_sizeof=
-
-OS_XWindowChanges_sizeof=
-
-OS_X_EVENT_TYPE=
-OS_X_EVENT_TYPE_0=cast=(XEvent *)
-
-OS_X_EVENT_WINDOW=
-OS_X_EVENT_WINDOW_0=cast=(XAnyEvent *)
-
-OS__Call=
-OS__Call_0=
-OS__Call_1=
-OS__Call_2=
-
-OS__FcConfigAppFontAddFile=flags=dynamic
-OS__FcConfigAppFontAddFile_0=
-OS__FcConfigAppFontAddFile_1=
-
-OS__GDK_DISPLAY=
-
-OS__GDK_PIXMAP_XID=
-OS__GDK_PIXMAP_XID_0=cast=GdkPixmap *
-
-OS__GDK_ROOT_PARENT=
-
-OS__GDK_TYPE_COLOR=flags=const
-
-OS__GDK_TYPE_PIXBUF=flags=const
-
-OS__GTK_IS_BUTTON=
-OS__GTK_IS_BUTTON_0=
-
-OS__GTK_IS_CELL_RENDERER_PIXBUF=
-OS__GTK_IS_CELL_RENDERER_PIXBUF_0=
-
-OS__GTK_IS_CELL_RENDERER_TEXT=
-OS__GTK_IS_CELL_RENDERER_TEXT_0=
-
-OS__GTK_IS_CELL_RENDERER_TOGGLE=
-OS__GTK_IS_CELL_RENDERER_TOGGLE_0=
-
-OS__GTK_IS_CONTAINER=
-OS__GTK_IS_CONTAINER_0=
-
-OS__GTK_IS_IMAGE_MENU_ITEM=
-OS__GTK_IS_IMAGE_MENU_ITEM_0=
-
-OS__GTK_IS_MENU_ITEM=
-OS__GTK_IS_MENU_ITEM_0=
-
-OS__GTK_IS_PLUG=
-OS__GTK_IS_PLUG_0=
-
-OS__GTK_IS_SOCKET=
-OS__GTK_IS_SOCKET_0=
-
-OS__GTK_IS_WINDOW=
-OS__GTK_IS_WINDOW_0=
-
-OS__GTK_STOCK_CANCEL=flags=const
-
-OS__GTK_STOCK_OK=flags=const
-
-OS__GTK_TYPE_CELL_RENDERER_PIXBUF=flags=const
-
-OS__GTK_TYPE_CELL_RENDERER_TEXT=flags=const
-
-OS__GTK_TYPE_CELL_RENDERER_TOGGLE=flags=const
-
-OS__GTK_TYPE_FIXED=flags=const
-
-OS__GTK_TYPE_MENU=flags=const
-
-OS__GTK_TYPE_WIDGET=flags=const
-
-OS__GTK_WIDGET_FLAGS=
-OS__GTK_WIDGET_FLAGS_0=
-
-OS__GTK_WIDGET_HAS_DEFAULT=
-OS__GTK_WIDGET_HAS_DEFAULT_0=
-
-OS__GTK_WIDGET_HAS_FOCUS=
-OS__GTK_WIDGET_HAS_FOCUS_0=
-
-OS__GTK_WIDGET_IS_SENSITIVE=
-OS__GTK_WIDGET_IS_SENSITIVE_0=
-
-OS__GTK_WIDGET_MAPPED=
-OS__GTK_WIDGET_MAPPED_0=
-
-OS__GTK_WIDGET_SENSITIVE=
-OS__GTK_WIDGET_SENSITIVE_0=
-
-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=
-
-OS__GTK_WIDGET_VISIBLE=
-OS__GTK_WIDGET_VISIBLE_0=
-
-OS__G_OBJECT_CLASS=
-OS__G_OBJECT_CLASS_0=
-
-OS__G_OBJECT_GET_CLASS=
-OS__G_OBJECT_GET_CLASS_0=
-
-OS__G_OBJECT_TYPE=
-OS__G_OBJECT_TYPE_0=
-
-OS__G_OBJECT_TYPE_NAME=
-OS__G_OBJECT_TYPE_NAME_0=
-
-OS__G_TYPE_BOOLEAN=flags=const
-
-OS__G_TYPE_INT=flags=const
-
-OS__G_TYPE_STRING=flags=const
-
-OS__PANGO_PIXELS=
-OS__PANGO_PIXELS_0=
-
-OS__PANGO_TYPE_FONT_DESCRIPTION=flags=const
-
-OS__XCheckIfEvent=
-OS__XCheckIfEvent_0=cast=(Display *)
-OS__XCheckIfEvent_1=cast=XEvent *
-OS__XCheckIfEvent_2=cast=(Bool (*)())
-OS__XCheckIfEvent_3=cast=(XPointer)
-
-OS__XCheckMaskEvent=
-OS__XCheckMaskEvent_0=cast=(Display *)
-OS__XCheckMaskEvent_1=cast=(long)
-OS__XCheckMaskEvent_2=cast=(XEvent *)
-
-OS__XCheckWindowEvent=
-OS__XCheckWindowEvent_0=cast=(Display *)
-OS__XCheckWindowEvent_1=cast=Window
-OS__XCheckWindowEvent_2=cast=(long)
-OS__XCheckWindowEvent_3=cast=(XEvent *)
-
-OS__XDefaultRootWindow=
-OS__XDefaultRootWindow_0=cast=Display *
-
-OS__XDefaultScreen=
-OS__XDefaultScreen_0=cast=Display *
-
-OS__XFlush=
-OS__XFlush_0=cast=(Display *)
-
-OS__XFree=
-OS__XFree_0=cast=void *
-
-OS__XGetSelectionOwner=
-OS__XGetSelectionOwner_0=cast=(Display *)
-OS__XGetSelectionOwner_1=cast=(Atom)
-
-OS__XInternAtom=
-OS__XInternAtom_0=cast=Display *
-OS__XInternAtom_1=cast=char *
-OS__XInternAtom_2=cast=Bool
-
-OS__XKeysymToKeycode=
-OS__XKeysymToKeycode_0=cast=Display *
-OS__XKeysymToKeycode_1=cast=KeySym
-
-OS__XListProperties=
-OS__XListProperties_0=cast=Display *
-OS__XListProperties_1=cast=Window
-OS__XListProperties_2=cast=int *
-
-OS__XQueryPointer=
-OS__XQueryPointer_0=cast=(Display *)
-OS__XQueryPointer_1=cast=(Window)
-OS__XQueryPointer_2=cast=(Window *)
-OS__XQueryPointer_3=cast=(Window *)
-OS__XQueryPointer_4=cast=(int *)
-OS__XQueryPointer_5=cast=(int *)
-OS__XQueryPointer_6=cast=(int *)
-OS__XQueryPointer_7=cast=(int *)
-OS__XQueryPointer_8=cast=(unsigned int *)
-
-OS__XQueryTree=
-OS__XQueryTree_0=cast=Display *
-OS__XQueryTree_1=cast=Window
-OS__XQueryTree_2=cast=Window *
-OS__XQueryTree_3=cast=Window *
-OS__XQueryTree_4=cast=Window **
-OS__XQueryTree_5=cast=(unsigned int *)
-
-OS__XReconfigureWMWindow=
-OS__XReconfigureWMWindow_0=cast=Display *
-OS__XReconfigureWMWindow_1=cast=(Window)
-OS__XReconfigureWMWindow_2=
-OS__XReconfigureWMWindow_3=
-OS__XReconfigureWMWindow_4=flags=no_out
-
-OS__XRenderComposite=flags=dynamic
-OS__XRenderComposite_0=
-OS__XRenderComposite_1=
-OS__XRenderComposite_2=
-OS__XRenderComposite_3=
-OS__XRenderComposite_4=
-OS__XRenderComposite_5=
-OS__XRenderComposite_6=
-OS__XRenderComposite_7=
-OS__XRenderComposite_8=
-OS__XRenderComposite_9=
-OS__XRenderComposite_10=
-OS__XRenderComposite_11=
-OS__XRenderComposite_12=
-
-OS__XRenderCreatePicture=flags=dynamic
-OS__XRenderCreatePicture_0=
-OS__XRenderCreatePicture_1=
-OS__XRenderCreatePicture_2=
-OS__XRenderCreatePicture_3=
-OS__XRenderCreatePicture_4=flags=no_out
-
-OS__XRenderFindStandardFormat=flags=dynamic
-OS__XRenderFindStandardFormat_0=
-OS__XRenderFindStandardFormat_1=
-
-OS__XRenderFindVisualFormat=flags=dynamic
-OS__XRenderFindVisualFormat_0=
-OS__XRenderFindVisualFormat_1=
-
-OS__XRenderFreePicture=flags=dynamic
-OS__XRenderFreePicture_0=
-OS__XRenderFreePicture_1=
-
-OS__XRenderQueryExtension=flags=dynamic
-OS__XRenderQueryExtension_0=
-OS__XRenderQueryExtension_1=
-OS__XRenderQueryExtension_2=
-
-OS__XRenderQueryVersion=flags=dynamic
-OS__XRenderQueryVersion_0=
-OS__XRenderQueryVersion_1=
-OS__XRenderQueryVersion_2=
-
-OS__XRenderSetPictureClipRectangles=flags=dynamic
-OS__XRenderSetPictureClipRectangles_0=
-OS__XRenderSetPictureClipRectangles_1=
-OS__XRenderSetPictureClipRectangles_2=
-OS__XRenderSetPictureClipRectangles_3=
-OS__XRenderSetPictureClipRectangles_4=
-OS__XRenderSetPictureClipRectangles_5=
-
-OS__XRenderSetPictureTransform=flags=dynamic
-OS__XRenderSetPictureTransform_0=
-OS__XRenderSetPictureTransform_1=
-OS__XRenderSetPictureTransform_2=
-
-OS__XSendEvent=
-OS__XSendEvent_0=cast=(Display *)
-OS__XSendEvent_1=cast=(Window)
-OS__XSendEvent_2=
-OS__XSendEvent_3=
-OS__XSendEvent_4=cast=(XEvent *)
-
-OS__XSetErrorHandler=
-OS__XSetErrorHandler_0=cast=(XErrorHandler)
-
-OS__XSetIOErrorHandler=
-OS__XSetIOErrorHandler_0=cast=(XIOErrorHandler)
-
-OS__XSetInputFocus=
-OS__XSetInputFocus_0=cast=(Display *)
-OS__XSetInputFocus_1=cast=(Window)
-OS__XSetInputFocus_2=
-OS__XSetInputFocus_3=
-
-OS__XSetTransientForHint=
-OS__XSetTransientForHint_0=cast=(Display *)
-OS__XSetTransientForHint_1=cast=(Window)
-OS__XSetTransientForHint_2=cast=(Window)
-
-OS__XSynchronize=
-OS__XSynchronize_0=cast=(Display *)
-OS__XSynchronize_1=
-
-OS__XTestFakeButtonEvent=
-OS__XTestFakeButtonEvent_0=cast=Display *
-OS__XTestFakeButtonEvent_1=
-OS__XTestFakeButtonEvent_2=cast=Bool
-OS__XTestFakeButtonEvent_3=cast=(unsigned long)
-
-OS__XTestFakeKeyEvent=
-OS__XTestFakeKeyEvent_0=cast=Display *
-OS__XTestFakeKeyEvent_1=
-OS__XTestFakeKeyEvent_2=cast=Bool
-OS__XTestFakeKeyEvent_3=cast=unsigned long
-
-OS__XTestFakeMotionEvent=
-OS__XTestFakeMotionEvent_0=cast=Display *
-OS__XTestFakeMotionEvent_1=
-OS__XTestFakeMotionEvent_2=
-OS__XTestFakeMotionEvent_3=
-OS__XTestFakeMotionEvent_4=cast=unsigned long
-
-OS__XWarpPointer=
-OS__XWarpPointer_0=cast=Display *
-OS__XWarpPointer_1=cast=Window
-OS__XWarpPointer_2=cast=Window
-OS__XWarpPointer_3=
-OS__XWarpPointer_4=
-OS__XWarpPointer_5=
-OS__XWarpPointer_6=
-OS__XWarpPointer_7=
-OS__XWarpPointer_8=
-
-OS__atk_object_add_relationship=flags=dynamic
-OS__atk_object_add_relationship_0=cast=(AtkObject *)
-OS__atk_object_add_relationship_1=cast=(AtkRelationType)
-OS__atk_object_add_relationship_2=cast=(AtkObject *)
-
-OS__call=
-OS__call_0=
-OS__call_1=
-OS__call_2=
-OS__call_3=
-OS__call_4=
-OS__call_5=
-OS__call_6=
-OS__call_7=
-
-OS__dlclose=
-OS__dlclose_0=cast=(void *)
-
-OS__dlopen=
-OS__dlopen_0=cast=(const char *)
-OS__dlopen_1=
-
-OS__dlsym=
-OS__dlsym_0=cast=(void *)
-OS__dlsym_1=cast=(const char *)
-
-OS__g_cclosure_new=
-OS__g_cclosure_new_0=cast=(GCallback)
-OS__g_cclosure_new_1=cast=(gpointer)
-OS__g_cclosure_new_2=cast=(GClosureNotify)
-
-OS__g_closure_ref=
-OS__g_closure_ref_0=cast=(GClosure *)
-
-OS__g_closure_unref=
-OS__g_closure_unref_0=cast=(GClosure *)
-
-OS__g_filename_from_uri=
-OS__g_filename_from_uri_0=cast=(const char *)
-OS__g_filename_from_uri_1=cast=(char **)
-OS__g_filename_from_uri_2=cast=(GError **)
-
-OS__g_filename_from_utf8=
-OS__g_filename_from_utf8_0=cast=(const gchar *)
-OS__g_filename_from_utf8_1=cast=(gssize)
-OS__g_filename_from_utf8_2=cast=(gsize *)
-OS__g_filename_from_utf8_3=cast=(gsize *)
-OS__g_filename_from_utf8_4=cast=(GError **)
-
-OS__g_filename_to_uri=
-OS__g_filename_to_uri_0=cast=(const char *)
-OS__g_filename_to_uri_1=cast=(const char *)
-OS__g_filename_to_uri_2=cast=(GError **)
-
-OS__g_filename_to_utf8=
-OS__g_filename_to_utf8_0=cast=(const gchar *)
-OS__g_filename_to_utf8_1=cast=(gssize)
-OS__g_filename_to_utf8_2=cast=(gsize *)
-OS__g_filename_to_utf8_3=cast=(gsize *)
-OS__g_filename_to_utf8_4=cast=(GError **)
-
-OS__g_free=
-OS__g_free_0=cast=(gpointer)
-
-OS__g_idle_add=
-OS__g_idle_add_0=cast=GSourceFunc
-OS__g_idle_add_1=cast=gpointer
-
-OS__g_list_append=
-OS__g_list_append_0=cast=(GList *)
-OS__g_list_append_1=cast=(gpointer)
-
-OS__g_list_data=
-OS__g_list_data_0=cast=(GList *)
-
-OS__g_list_free=
-OS__g_list_free_0=cast=(GList *)
-
-OS__g_list_free_1=
-OS__g_list_free_1_0=cast=(GList *)
-
-OS__g_list_length=
-OS__g_list_length_0=cast=(GList *)
-
-OS__g_list_next=
-OS__g_list_next_0=
-
-OS__g_list_nth=
-OS__g_list_nth_0=cast=(GList *)
-OS__g_list_nth_1=cast=(guint)
-
-OS__g_list_nth_data=
-OS__g_list_nth_data_0=cast=(GList *)
-OS__g_list_nth_data_1=cast=(guint)
-
-OS__g_list_prepend=
-OS__g_list_prepend_0=cast=(GList *)
-OS__g_list_prepend_1=cast=(gpointer)
-
-OS__g_list_previous=
-OS__g_list_previous_0=
-
-OS__g_list_remove_link=
-OS__g_list_remove_link_0=cast=(GList *)
-OS__g_list_remove_link_1=cast=(GList *)
-
-OS__g_list_reverse=
-OS__g_list_reverse_0=cast=(GList *)
-
-OS__g_list_set_next=
-OS__g_list_set_next_0=cast=(GList *)
-OS__g_list_set_next_1=cast=(GList *)
-
-OS__g_list_set_previous=
-OS__g_list_set_previous_0=cast=(GList *)
-OS__g_list_set_previous_1=cast=(GList *)
-
-OS__g_locale_from_utf8=
-OS__g_locale_from_utf8_0=cast=(const gchar *)
-OS__g_locale_from_utf8_1=cast=(gssize)
-OS__g_locale_from_utf8_2=cast=(gsize *)
-OS__g_locale_from_utf8_3=cast=(gsize *)
-OS__g_locale_from_utf8_4=cast=(GError **)
-
-OS__g_locale_to_utf8=
-OS__g_locale_to_utf8_0=cast=(const gchar *)
-OS__g_locale_to_utf8_1=cast=(gssize)
-OS__g_locale_to_utf8_2=cast=(gsize *)
-OS__g_locale_to_utf8_3=cast=(gsize *)
-OS__g_locale_to_utf8_4=cast=(GError **)
-
-OS__g_log_default_handler=
-OS__g_log_default_handler_0=cast=(gchar *)
-OS__g_log_default_handler_1=cast=(GLogLevelFlags)
-OS__g_log_default_handler_2=cast=(gchar *)
-OS__g_log_default_handler_3=cast=(gpointer)
-
-OS__g_log_remove_handler=
-OS__g_log_remove_handler_0=cast=(gchar *),flags=no_out
-OS__g_log_remove_handler_1=cast=(gint)
-
-OS__g_log_set_handler=
-OS__g_log_set_handler_0=cast=(gchar *),flags=no_out
-OS__g_log_set_handler_1=cast=(GLogLevelFlags)
-OS__g_log_set_handler_2=cast=(GLogFunc)
-OS__g_log_set_handler_3=cast=(gpointer)
-
-OS__g_main_context_acquire=
-OS__g_main_context_acquire_0=cast=GMainContext *
-
-OS__g_main_context_check=
-OS__g_main_context_check_0=cast=GMainContext *
-OS__g_main_context_check_1=
-OS__g_main_context_check_2=cast=GPollFD *
-OS__g_main_context_check_3=
-
-OS__g_main_context_default=
-
-OS__g_main_context_get_poll_func=
-OS__g_main_context_get_poll_func_0=cast=GMainContext *
-
-OS__g_main_context_iteration=
-OS__g_main_context_iteration_0=cast=GMainContext *
-OS__g_main_context_iteration_1=
-
-OS__g_main_context_pending=
-OS__g_main_context_pending_0=cast=GMainContext *
-
-OS__g_main_context_prepare=
-OS__g_main_context_prepare_0=cast=GMainContext *
-OS__g_main_context_prepare_1=
-
-OS__g_main_context_query=
-OS__g_main_context_query_0=cast=GMainContext *
-OS__g_main_context_query_1=
-OS__g_main_context_query_2=
-OS__g_main_context_query_3=cast=GPollFD *
-OS__g_main_context_query_4=
-
-OS__g_main_context_release=
-OS__g_main_context_release_0=cast=GMainContext *
-
-OS__g_malloc=
-OS__g_malloc_0=cast=(gulong)
-
-OS__g_object_get=
-OS__g_object_get_0=cast=GObject *
-OS__g_object_get_1=cast=(const gchar *),flags=no_out
-OS__g_object_get_2=
-OS__g_object_get_3=cast=(const gchar *),flags=sentinel
-
-OS__g_object_get_qdata=
-OS__g_object_get_qdata_0=cast=(GObject *)
-OS__g_object_get_qdata_1=cast=(GQuark)
-
-OS__g_object_new=
-OS__g_object_new_0=cast=(GType)
-OS__g_object_new_1=cast=(const gchar *)
-
-OS__g_object_ref=
-OS__g_object_ref_0=cast=(gpointer)
-
-OS__1g_1object_1set__I_3BFI=
-OS__1g_1object_1set__I_3BFI_0=cast=(gpointer)
-OS__1g_1object_1set__I_3BFI_1=cast=(const gchar *),flags=no_out
-OS__1g_1object_1set__I_3BFI_2=
-OS__1g_1object_1set__I_3BFI_3=cast=(const gchar *),flags=sentinel
-
-OS__1g_1object_1set__I_3BII=
-OS__1g_1object_1set__I_3BII_0=cast=(gpointer)
-OS__1g_1object_1set__I_3BII_1=cast=(const gchar *),flags=no_out
-OS__1g_1object_1set__I_3BII_2=
-OS__1g_1object_1set__I_3BII_3=cast=(const gchar *),flags=sentinel
-
-OS__1g_1object_1set__I_3BJI=
-OS__1g_1object_1set__I_3BJI_0=cast=(gpointer)
-OS__1g_1object_1set__I_3BJI_1=cast=(const gchar *),flags=no_out
-OS__1g_1object_1set__I_3BJI_2=
-OS__1g_1object_1set__I_3BJI_3=cast=(const gchar *),flags=sentinel
-
-OS__1g_1object_1set__I_3BLorg_eclipse_swt_internal_gtk_GdkColor_2I=
-OS__1g_1object_1set__I_3BLorg_eclipse_swt_internal_gtk_GdkColor_2I_0=cast=(gpointer)
-OS__1g_1object_1set__I_3BLorg_eclipse_swt_internal_gtk_GdkColor_2I_1=cast=(const gchar *)
-OS__1g_1object_1set__I_3BLorg_eclipse_swt_internal_gtk_GdkColor_2I_2=
-OS__1g_1object_1set__I_3BLorg_eclipse_swt_internal_gtk_GdkColor_2I_3=cast=(const gchar *),flags=sentinel
-
-OS__1g_1object_1set__I_3BZI=
-OS__1g_1object_1set__I_3BZI_0=cast=(gpointer)
-OS__1g_1object_1set__I_3BZI_1=cast=(const gchar *),flags=no_out
-OS__1g_1object_1set__I_3BZI_2=
-OS__1g_1object_1set__I_3BZI_3=cast=(const gchar *),flags=sentinel
-
-OS__g_object_set_qdata=
-OS__g_object_set_qdata_0=cast=(GObject *)
-OS__g_object_set_qdata_1=cast=(GQuark)
-OS__g_object_set_qdata_2=cast=(gpointer)
-
-OS__g_object_unref=
-OS__g_object_unref_0=cast=(gpointer)
-
-OS__g_quark_from_string=
-OS__g_quark_from_string_0=cast=const gchar *,flags=no_out
-
-OS__g_set_prgname=
-OS__g_set_prgname_0=cast=(const gchar *),flags=no_out
-
-OS__g_signal_add_emission_hook=
-OS__g_signal_add_emission_hook_0=cast=guint
-OS__g_signal_add_emission_hook_1=cast=GQuark
-OS__g_signal_add_emission_hook_2=cast=GSignalEmissionHook
-OS__g_signal_add_emission_hook_3=cast=(gpointer)
-OS__g_signal_add_emission_hook_4=cast=GDestroyNotify
-
-OS__g_signal_connect=
-OS__g_signal_connect_0=cast=(gpointer)
-OS__g_signal_connect_1=cast=(const gchar *),flags=no_out
-OS__g_signal_connect_2=cast=(GCallback)
-OS__g_signal_connect_3=cast=(gpointer)
-
-OS__g_signal_connect_after=
-OS__g_signal_connect_after_0=cast=(gpointer)
-OS__g_signal_connect_after_1=cast=(const gchar *),flags=no_out
-OS__g_signal_connect_after_2=cast=(GCallback)
-OS__g_signal_connect_after_3=cast=(gpointer)
-
-OS__g_signal_connect_closure=
-OS__g_signal_connect_closure_0=cast=(gpointer)
-OS__g_signal_connect_closure_1=cast=(const gchar *)
-OS__g_signal_connect_closure_2=cast=(GClosure *)
-OS__g_signal_connect_closure_3=cast=(gboolean)
-
-OS__g_signal_connect_closure_by_id=
-OS__g_signal_connect_closure_by_id_0=cast=(gpointer)
-OS__g_signal_connect_closure_by_id_1=cast=(guint)
-OS__g_signal_connect_closure_by_id_2=cast=(GQuark)
-OS__g_signal_connect_closure_by_id_3=cast=(GClosure *)
-OS__g_signal_connect_closure_by_id_4=cast=(gboolean)
-
-OS__1g_1signal_1emit_1by_1name__I_3B=
-OS__1g_1signal_1emit_1by_1name__I_3B_0=cast=(gpointer)
-OS__1g_1signal_1emit_1by_1name__I_3B_1=cast=(const gchar *),flags=no_out
-
-OS__1g_1signal_1emit_1by_1name__I_3BI=
-OS__1g_1signal_1emit_1by_1name__I_3BI_0=cast=(gpointer)
-OS__1g_1signal_1emit_1by_1name__I_3BI_1=cast=(const gchar *),flags=no_out
-OS__1g_1signal_1emit_1by_1name__I_3BI_2=
-
-OS__1g_1signal_1emit_1by_1name__I_3BII=
-OS__1g_1signal_1emit_1by_1name__I_3BII_0=cast=(gpointer)
-OS__1g_1signal_1emit_1by_1name__I_3BII_1=cast=(const gchar *),flags=no_out
-OS__1g_1signal_1emit_1by_1name__I_3BII_2=
-OS__1g_1signal_1emit_1by_1name__I_3BII_3=
-
-OS__1g_1signal_1emit_1by_1name__I_3B_3B=
-OS__1g_1signal_1emit_1by_1name__I_3B_3B_0=cast=(gpointer)
-OS__1g_1signal_1emit_1by_1name__I_3B_3B_1=cast=(const gchar *),flags=no_out
-OS__1g_1signal_1emit_1by_1name__I_3B_3B_2=
-
-OS__g_signal_handler_disconnect=
-OS__g_signal_handler_disconnect_0=cast=(gpointer)
-OS__g_signal_handler_disconnect_1=cast=(gulong)
-
-OS__g_signal_handlers_block_matched=
-OS__g_signal_handlers_block_matched_0=cast=(gpointer)
-OS__g_signal_handlers_block_matched_1=cast=(GSignalMatchType)
-OS__g_signal_handlers_block_matched_2=cast=(guint)
-OS__g_signal_handlers_block_matched_3=cast=(GQuark)
-OS__g_signal_handlers_block_matched_4=cast=(GClosure *)
-OS__g_signal_handlers_block_matched_5=cast=(gpointer)
-OS__g_signal_handlers_block_matched_6=cast=(gpointer)
-
-OS__g_signal_handlers_disconnect_matched=
-OS__g_signal_handlers_disconnect_matched_0=cast=(gpointer)
-OS__g_signal_handlers_disconnect_matched_1=cast=(GSignalMatchType)
-OS__g_signal_handlers_disconnect_matched_2=cast=(guint)
-OS__g_signal_handlers_disconnect_matched_3=cast=(GQuark)
-OS__g_signal_handlers_disconnect_matched_4=cast=(GClosure *)
-OS__g_signal_handlers_disconnect_matched_5=cast=(gpointer)
-OS__g_signal_handlers_disconnect_matched_6=cast=(gpointer)
-
-OS__g_signal_handlers_unblock_matched=
-OS__g_signal_handlers_unblock_matched_0=cast=(gpointer)
-OS__g_signal_handlers_unblock_matched_1=cast=(GSignalMatchType)
-OS__g_signal_handlers_unblock_matched_2=cast=(guint)
-OS__g_signal_handlers_unblock_matched_3=cast=(GQuark)
-OS__g_signal_handlers_unblock_matched_4=cast=(GClosure *)
-OS__g_signal_handlers_unblock_matched_5=cast=(gpointer)
-OS__g_signal_handlers_unblock_matched_6=cast=(gpointer)
-
-OS__g_signal_lookup=
-OS__g_signal_lookup_0=cast=const gchar *,flags=no_out
-OS__g_signal_lookup_1=
-
-OS__g_signal_remove_emission_hook=
-OS__g_signal_remove_emission_hook_0=cast=guint
-OS__g_signal_remove_emission_hook_1=cast=gulong
-
-OS__g_signal_stop_emission_by_name=
-OS__g_signal_stop_emission_by_name_0=cast=(gpointer)
-OS__g_signal_stop_emission_by_name_1=cast=(const gchar *),flags=no_out
-
-OS__g_slist_data=
-OS__g_slist_data_0=cast=(GSList *)
-
-OS__g_slist_free=
-OS__g_slist_free_0=cast=(GSList *)
-
-OS__g_slist_length=
-OS__g_slist_length_0=cast=(GSList *)
-
-OS__g_slist_next=
-OS__g_slist_next_0=cast=GSList *
-
-OS__g_source_remove=
-OS__g_source_remove_0=cast=guint
-
-OS__g_strfreev=
-OS__g_strfreev_0=cast=(gchar **)
-
-OS__g_strtod=
-OS__g_strtod_0=cast=const gchar *
-OS__g_strtod_1=cast=gchar **
-
-OS__g_thread_init=
-OS__g_thread_init_0=cast=GThreadFunctions *
-
-OS__g_thread_supported=
-
-OS__g_type_add_interface_static=
-OS__g_type_add_interface_static_0=cast=(GType)
-OS__g_type_add_interface_static_1=cast=(GType)
-OS__g_type_add_interface_static_2=cast=(const GInterfaceInfo *)
-
-OS__g_type_class_peek=
-OS__g_type_class_peek_0=cast=(GType)
-
-OS__g_type_class_peek_parent=
-OS__g_type_class_peek_parent_0=cast=(gpointer)
-
-OS__g_type_from_name=
-OS__g_type_from_name_0=cast=(const gchar *)
-
-OS__g_type_interface_peek_parent=
-OS__g_type_interface_peek_parent_0=cast=(gpointer)
-
-OS__g_type_is_a=
-OS__g_type_is_a_0=cast=(GType)
-OS__g_type_is_a_1=cast=(GType)
-
-OS__g_type_name=
-OS__g_type_name_0=cast=(GType)
-
-OS__g_type_parent=
-OS__g_type_parent_0=cast=(GType)
-
-OS__g_type_query=
-OS__g_type_query_0=cast=(GType)
-OS__g_type_query_1=cast=(GTypeQuery *)
-
-OS__g_type_register_static=
-OS__g_type_register_static_0=cast=(GType)
-OS__g_type_register_static_1=cast=(const gchar *)
-OS__g_type_register_static_2=cast=(const GTypeInfo *)
-OS__g_type_register_static_3=cast=(GTypeFlags)
-
-OS__g_utf16_to_utf8=
-OS__g_utf16_to_utf8_0=cast=(const gunichar2 *),flags=no_out critical
-OS__g_utf16_to_utf8_1=cast=(glong)
-OS__g_utf16_to_utf8_2=cast=(glong *),flags=critical
-OS__g_utf16_to_utf8_3=cast=(glong *),flags=critical
-OS__g_utf16_to_utf8_4=cast=(GError **),flags=critical
-
-OS__g_utf8_offset_to_pointer=
-OS__g_utf8_offset_to_pointer_0=cast=const gchar *
-OS__g_utf8_offset_to_pointer_1=
-
-OS__g_utf8_pointer_to_offset=
-OS__g_utf8_pointer_to_offset_0=cast=const gchar *
-OS__g_utf8_pointer_to_offset_1=cast=const gchar *
-
-OS__g_utf8_strlen=
-OS__g_utf8_strlen_0=cast=const gchar *
-OS__g_utf8_strlen_1=
-
-OS__1g_1utf8_1to_1utf16__II_3I_3I_3I=
-OS__1g_1utf8_1to_1utf16__II_3I_3I_3I_0=cast=(const gchar *)
-OS__1g_1utf8_1to_1utf16__II_3I_3I_3I_1=cast=(glong)
-OS__1g_1utf8_1to_1utf16__II_3I_3I_3I_2=cast=(glong *),flags=critical
-OS__1g_1utf8_1to_1utf16__II_3I_3I_3I_3=cast=(glong *),flags=critical
-OS__1g_1utf8_1to_1utf16__II_3I_3I_3I_4=cast=(GError **),flags=critical
-
-OS__1g_1utf8_1to_1utf16___3BI_3I_3I_3I=
-OS__1g_1utf8_1to_1utf16___3BI_3I_3I_3I_0=cast=(const gchar *),flags=no_out critical
-OS__1g_1utf8_1to_1utf16___3BI_3I_3I_3I_1=cast=(glong)
-OS__1g_1utf8_1to_1utf16___3BI_3I_3I_3I_2=cast=(glong *),flags=critical
-OS__1g_1utf8_1to_1utf16___3BI_3I_3I_3I_3=cast=(glong *),flags=critical
-OS__1g_1utf8_1to_1utf16___3BI_3I_3I_3I_4=cast=(GError **),flags=critical
-
-OS__g_value_peek_pointer=
-OS__g_value_peek_pointer_0=cast=const GValue *
-
-OS__gdk_atom_intern=
-OS__gdk_atom_intern_0=cast=(const gchar *),flags=no_out critical
-OS__gdk_atom_intern_1=
-
-OS__gdk_atom_name=
-OS__gdk_atom_name_0=cast=(GdkAtom)
-
-OS__gdk_beep=
-
-OS__gdk_bitmap_create_from_data=
-OS__gdk_bitmap_create_from_data_0=cast=(GdkWindow *)
-OS__gdk_bitmap_create_from_data_1=cast=(const gchar *),flags=no_out critical
-OS__gdk_bitmap_create_from_data_2=cast=(gint)
-OS__gdk_bitmap_create_from_data_3=cast=(gint)
-
-OS__gdk_cairo_region=flags=dynamic
-OS__gdk_cairo_region_0=
-OS__gdk_cairo_region_1=
-
-OS__gdk_cairo_set_source_color=flags=dynamic
-OS__gdk_cairo_set_source_color_0=
-OS__gdk_cairo_set_source_color_1=
-
-OS__gdk_color_white=
-OS__gdk_color_white_0=cast=(GdkColormap *)
-OS__gdk_color_white_1=cast=(GdkColor *),flags=no_in
-
-OS__gdk_colormap_alloc_color=
-OS__gdk_colormap_alloc_color_0=cast=(GdkColormap *)
-OS__gdk_colormap_alloc_color_1=cast=(GdkColor *)
-OS__gdk_colormap_alloc_color_2=cast=(gboolean)
-OS__gdk_colormap_alloc_color_3=cast=(gboolean)
-
-OS__gdk_colormap_free_colors=
-OS__gdk_colormap_free_colors_0=cast=(GdkColormap *)
-OS__gdk_colormap_free_colors_1=cast=(GdkColor *),flags=no_out
-OS__gdk_colormap_free_colors_2=cast=(gint)
-
-OS__gdk_colormap_get_system=
-
-OS__gdk_colormap_query_color=
-OS__gdk_colormap_query_color_0=cast=(GdkColormap *)
-OS__gdk_colormap_query_color_1=cast=(gulong)
-OS__gdk_colormap_query_color_2=cast=(GdkColor *)
-
-OS__gdk_cursor_destroy=
-OS__gdk_cursor_destroy_0=cast=(GdkCursor *)
-
-OS__gdk_cursor_new=
-OS__gdk_cursor_new_0=cast=(GdkCursorType)
-
-OS__gdk_cursor_new_from_pixbuf=flags=dynamic
-OS__gdk_cursor_new_from_pixbuf_0=
-OS__gdk_cursor_new_from_pixbuf_1=
-OS__gdk_cursor_new_from_pixbuf_2=
-OS__gdk_cursor_new_from_pixbuf_3=
-
-OS__gdk_cursor_new_from_pixmap=
-OS__gdk_cursor_new_from_pixmap_0=cast=(GdkPixmap *)
-OS__gdk_cursor_new_from_pixmap_1=cast=(GdkPixmap *)
-OS__gdk_cursor_new_from_pixmap_2=cast=(GdkColor *),flags=no_out
-OS__gdk_cursor_new_from_pixmap_3=cast=(GdkColor *),flags=no_out
-OS__gdk_cursor_new_from_pixmap_4=cast=(gint)
-OS__gdk_cursor_new_from_pixmap_5=cast=(gint)
-
-OS__gdk_display_get_default=flags=dynamic
-
-OS__gdk_display_supports_cursor_color=flags=dynamic
-OS__gdk_display_supports_cursor_color_0=
-
-OS__gdk_drag_status=
-OS__gdk_drag_status_0=cast=(GdkDragContext *)
-OS__gdk_drag_status_1=cast=(GdkDragAction)
-OS__gdk_drag_status_2=cast=(guint32)
-
-OS__gdk_draw_arc=
-OS__gdk_draw_arc_0=cast=(GdkDrawable *)
-OS__gdk_draw_arc_1=cast=(GdkGC *)
-OS__gdk_draw_arc_2=cast=(gint)
-OS__gdk_draw_arc_3=cast=(gint)
-OS__gdk_draw_arc_4=cast=(gint)
-OS__gdk_draw_arc_5=cast=(gint)
-OS__gdk_draw_arc_6=cast=(gint)
-OS__gdk_draw_arc_7=cast=(gint)
-OS__gdk_draw_arc_8=cast=(gint)
-
-OS__gdk_draw_drawable=
-OS__gdk_draw_drawable_0=cast=(GdkDrawable *)
-OS__gdk_draw_drawable_1=cast=(GdkGC *)
-OS__gdk_draw_drawable_2=cast=(GdkDrawable *)
-OS__gdk_draw_drawable_3=cast=(gint)
-OS__gdk_draw_drawable_4=cast=(gint)
-OS__gdk_draw_drawable_5=cast=(gint)
-OS__gdk_draw_drawable_6=cast=(gint)
-OS__gdk_draw_drawable_7=cast=(gint)
-OS__gdk_draw_drawable_8=cast=(gint)
-
-OS__gdk_draw_image=
-OS__gdk_draw_image_0=cast=(GdkDrawable *)
-OS__gdk_draw_image_1=cast=(GdkGC *)
-OS__gdk_draw_image_2=cast=GdkImage *
-OS__gdk_draw_image_3=
-OS__gdk_draw_image_4=
-OS__gdk_draw_image_5=
-OS__gdk_draw_image_6=
-OS__gdk_draw_image_7=
-OS__gdk_draw_image_8=
-
-OS__gdk_draw_layout=
-OS__gdk_draw_layout_0=cast=(GdkDrawable *)
-OS__gdk_draw_layout_1=cast=(GdkGC *)
-OS__gdk_draw_layout_2=cast=(gint)
-OS__gdk_draw_layout_3=cast=(gint)
-OS__gdk_draw_layout_4=cast=(PangoLayout *)
-
-OS__gdk_draw_layout_with_colors=
-OS__gdk_draw_layout_with_colors_0=cast=GdkDrawable *
-OS__gdk_draw_layout_with_colors_1=cast=(GdkGC *)
-OS__gdk_draw_layout_with_colors_2=cast=(gint)
-OS__gdk_draw_layout_with_colors_3=cast=(gint)
-OS__gdk_draw_layout_with_colors_4=cast=(PangoLayout *)
-OS__gdk_draw_layout_with_colors_5=flags=no_out
-OS__gdk_draw_layout_with_colors_6=flags=no_out
-
-OS__gdk_draw_line=
-OS__gdk_draw_line_0=cast=(GdkDrawable *)
-OS__gdk_draw_line_1=cast=(GdkGC *)
-OS__gdk_draw_line_2=cast=(gint)
-OS__gdk_draw_line_3=cast=(gint)
-OS__gdk_draw_line_4=cast=(gint)
-OS__gdk_draw_line_5=cast=(gint)
-
-OS__gdk_draw_lines=
-OS__gdk_draw_lines_0=cast=(GdkDrawable *)
-OS__gdk_draw_lines_1=cast=(GdkGC *)
-OS__gdk_draw_lines_2=cast=(GdkPoint *),flags=no_out critical
-OS__gdk_draw_lines_3=cast=(gint)
-
-OS__gdk_draw_pixbuf=flags=dynamic
-OS__gdk_draw_pixbuf_0=cast=(GdkDrawable *)
-OS__gdk_draw_pixbuf_1=cast=(GdkGC *)
-OS__gdk_draw_pixbuf_2=cast=(GdkPixbuf *)
-OS__gdk_draw_pixbuf_3=cast=(gint)
-OS__gdk_draw_pixbuf_4=cast=(gint)
-OS__gdk_draw_pixbuf_5=cast=(gint)
-OS__gdk_draw_pixbuf_6=cast=(gint)
-OS__gdk_draw_pixbuf_7=cast=(gint)
-OS__gdk_draw_pixbuf_8=cast=(gint)
-OS__gdk_draw_pixbuf_9=cast=(GdkRgbDither)
-OS__gdk_draw_pixbuf_10=cast=(gint)
-OS__gdk_draw_pixbuf_11=cast=(gint)
-
-OS__gdk_draw_point=
-OS__gdk_draw_point_0=cast=(GdkDrawable *)
-OS__gdk_draw_point_1=cast=GdkGC *
-OS__gdk_draw_point_2=
-OS__gdk_draw_point_3=
-
-OS__gdk_draw_polygon=
-OS__gdk_draw_polygon_0=cast=(GdkDrawable *)
-OS__gdk_draw_polygon_1=cast=(GdkGC *)
-OS__gdk_draw_polygon_2=cast=(gint)
-OS__gdk_draw_polygon_3=cast=(GdkPoint *),flags=no_out critical
-OS__gdk_draw_polygon_4=cast=(gint)
-
-OS__gdk_draw_rectangle=
-OS__gdk_draw_rectangle_0=cast=(GdkDrawable *)
-OS__gdk_draw_rectangle_1=cast=(GdkGC *)
-OS__gdk_draw_rectangle_2=cast=(gint)
-OS__gdk_draw_rectangle_3=cast=(gint)
-OS__gdk_draw_rectangle_4=cast=(gint)
-OS__gdk_draw_rectangle_5=cast=(gint)
-OS__gdk_draw_rectangle_6=cast=(gint)
-
-OS__gdk_drawable_get_depth=
-OS__gdk_drawable_get_depth_0=cast=(GdkDrawable *)
-
-OS__gdk_drawable_get_image=
-OS__gdk_drawable_get_image_0=cast=(GdkDrawable *)
-OS__gdk_drawable_get_image_1=cast=(gint)
-OS__gdk_drawable_get_image_2=cast=(gint)
-OS__gdk_drawable_get_image_3=cast=(gint)
-OS__gdk_drawable_get_image_4=cast=(gint)
-
-OS__gdk_drawable_get_size=
-OS__gdk_drawable_get_size_0=cast=(GdkDrawable *)
-OS__gdk_drawable_get_size_1=cast=(gint *),flags=no_in critical
-OS__gdk_drawable_get_size_2=cast=(gint *),flags=no_in critical
-
-OS__gdk_drawable_get_visible_region=
-OS__gdk_drawable_get_visible_region_0=cast=(GdkDrawable *)
-
-OS__gdk_error_trap_pop=
-
-OS__gdk_error_trap_push=
-
-OS__gdk_event_copy=
-OS__gdk_event_copy_0=cast=(GdkEvent *)
-
-OS__gdk_event_free=
-OS__gdk_event_free_0=cast=(GdkEvent *)
-
-OS__gdk_event_get=
-
-OS__gdk_event_get_coords=
-OS__gdk_event_get_coords_0=cast=(GdkEvent *)
-OS__gdk_event_get_coords_1=cast=(gdouble *)
-OS__gdk_event_get_coords_2=cast=(gdouble *)
-
-OS__gdk_event_get_graphics_expose=
-OS__gdk_event_get_graphics_expose_0=cast=(GdkWindow *)
-
-OS__gdk_event_get_root_coords=
-OS__gdk_event_get_root_coords_0=cast=(GdkEvent *)
-OS__gdk_event_get_root_coords_1=cast=(gdouble *)
-OS__gdk_event_get_root_coords_2=cast=(gdouble *)
-
-OS__gdk_event_get_state=
-OS__gdk_event_get_state_0=cast=(GdkEvent *)
-OS__gdk_event_get_state_1=cast=(GdkModifierType *)
-
-OS__gdk_event_get_time=
-OS__gdk_event_get_time_0=cast=(GdkEvent *)
-
-OS__gdk_event_handler_set=
-OS__gdk_event_handler_set_0=cast=(GdkEventFunc)
-OS__gdk_event_handler_set_1=cast=(gpointer)
-OS__gdk_event_handler_set_2=cast=(GDestroyNotify)
-
-OS__gdk_event_new=
-OS__gdk_event_new_0=
-
-OS__gdk_event_peek=
-
-OS__gdk_event_put=
-OS__gdk_event_put_0=cast=(GdkEvent *)
-
-OS__gdk_flush=
-
-OS__gdk_free_text_list=
-OS__gdk_free_text_list_0=cast=(gchar **)
-
-OS__gdk_gc_get_values=
-OS__gdk_gc_get_values_0=cast=(GdkGC *)
-OS__gdk_gc_get_values_1=cast=(GdkGCValues *),flags=no_in
-
-OS__gdk_gc_new=
-OS__gdk_gc_new_0=cast=(GdkDrawable *)
-
-OS__gdk_gc_set_background=
-OS__gdk_gc_set_background_0=cast=(GdkGC *)
-OS__gdk_gc_set_background_1=cast=(GdkColor *),flags=no_out
-
-OS__gdk_gc_set_clip_mask=
-OS__gdk_gc_set_clip_mask_0=cast=(GdkGC *)
-OS__gdk_gc_set_clip_mask_1=cast=(GdkBitmap *)
-
-OS__gdk_gc_set_clip_origin=
-OS__gdk_gc_set_clip_origin_0=cast=(GdkGC *)
-OS__gdk_gc_set_clip_origin_1=cast=(gint)
-OS__gdk_gc_set_clip_origin_2=cast=(gint)
-
-OS__gdk_gc_set_clip_rectangle=
-OS__gdk_gc_set_clip_rectangle_0=cast=(GdkGC *)
-OS__gdk_gc_set_clip_rectangle_1=cast=(GdkRectangle *),flags=no_out
-
-OS__gdk_gc_set_clip_region=
-OS__gdk_gc_set_clip_region_0=cast=(GdkGC *)
-OS__gdk_gc_set_clip_region_1=cast=(GdkRegion *)
-
-OS__gdk_gc_set_dashes=
-OS__gdk_gc_set_dashes_0=cast=(GdkGC *)
-OS__gdk_gc_set_dashes_1=cast=(gint)
-OS__gdk_gc_set_dashes_2=cast=(gint8 *),flags=no_out critical
-OS__gdk_gc_set_dashes_3=cast=(gint)
-
-OS__gdk_gc_set_exposures=
-OS__gdk_gc_set_exposures_0=cast=(GdkGC *)
-OS__gdk_gc_set_exposures_1=cast=(gboolean)
-
-OS__gdk_gc_set_fill=
-OS__gdk_gc_set_fill_0=cast=(GdkGC *)
-OS__gdk_gc_set_fill_1=cast=(GdkFill)
-
-OS__gdk_gc_set_foreground=
-OS__gdk_gc_set_foreground_0=cast=(GdkGC *)
-OS__gdk_gc_set_foreground_1=cast=(GdkColor *),flags=no_out
-
-OS__gdk_gc_set_function=
-OS__gdk_gc_set_function_0=cast=(GdkGC *)
-OS__gdk_gc_set_function_1=cast=(GdkFunction)
-
-OS__gdk_gc_set_line_attributes=
-OS__gdk_gc_set_line_attributes_0=cast=(GdkGC *)
-OS__gdk_gc_set_line_attributes_1=cast=(gint)
-OS__gdk_gc_set_line_attributes_2=cast=(GdkLineStyle)
-OS__gdk_gc_set_line_attributes_3=cast=(GdkCapStyle)
-OS__gdk_gc_set_line_attributes_4=cast=(GdkJoinStyle)
-
-OS__gdk_gc_set_stipple=
-OS__gdk_gc_set_stipple_0=cast=(GdkGC *)
-OS__gdk_gc_set_stipple_1=cast=(GdkPixmap *)
-
-OS__gdk_gc_set_subwindow=
-OS__gdk_gc_set_subwindow_0=cast=(GdkGC *)
-OS__gdk_gc_set_subwindow_1=cast=(GdkSubwindowMode)
-
-OS__gdk_gc_set_tile=
-OS__gdk_gc_set_tile_0=cast=(GdkGC *)
-OS__gdk_gc_set_tile_1=cast=(GdkPixmap *)
-
-OS__gdk_gc_set_ts_origin=
-OS__gdk_gc_set_ts_origin_0=cast=(GdkGC *)
-OS__gdk_gc_set_ts_origin_1=
-OS__gdk_gc_set_ts_origin_2=
-
-OS__gdk_gc_set_values=
-OS__gdk_gc_set_values_0=cast=(GdkGC *)
-OS__gdk_gc_set_values_1=cast=(GdkGCValues *),flags=no_out
-OS__gdk_gc_set_values_2=cast=(GdkGCValuesMask)
-
-OS__gdk_keyboard_ungrab=
-OS__gdk_keyboard_ungrab_0=
-
-OS__gdk_keymap_get_default=
-
-OS__gdk_keymap_translate_keyboard_state=
-OS__gdk_keymap_translate_keyboard_state_0=cast=GdkKeymap*
-OS__gdk_keymap_translate_keyboard_state_1=
-OS__gdk_keymap_translate_keyboard_state_2=cast=GdkModifierType
-OS__gdk_keymap_translate_keyboard_state_3=
-OS__gdk_keymap_translate_keyboard_state_4=cast=guint*
-OS__gdk_keymap_translate_keyboard_state_5=cast=gint*
-OS__gdk_keymap_translate_keyboard_state_6=cast=gint*
-OS__gdk_keymap_translate_keyboard_state_7=cast=GdkModifierType *
-
-OS__gdk_keyval_to_lower=
-OS__gdk_keyval_to_lower_0=
-
-OS__gdk_keyval_to_unicode=
-OS__gdk_keyval_to_unicode_0=
-
-OS__gdk_pango_context_get=
-
-OS__gdk_pango_context_set_colormap=
-OS__gdk_pango_context_set_colormap_0=cast=PangoContext *
-OS__gdk_pango_context_set_colormap_1=cast=(GdkColormap *)
-
-OS__gdk_pango_layout_get_clip_region=
-OS__gdk_pango_layout_get_clip_region_0=cast=(PangoLayout *)
-OS__gdk_pango_layout_get_clip_region_1=
-OS__gdk_pango_layout_get_clip_region_2=
-OS__gdk_pango_layout_get_clip_region_3=
-OS__gdk_pango_layout_get_clip_region_4=
-
-OS__gdk_pixbuf_copy_area=
-OS__gdk_pixbuf_copy_area_0=cast=(GdkPixbuf *)
-OS__gdk_pixbuf_copy_area_1=
-OS__gdk_pixbuf_copy_area_2=
-OS__gdk_pixbuf_copy_area_3=
-OS__gdk_pixbuf_copy_area_4=
-OS__gdk_pixbuf_copy_area_5=cast=(GdkPixbuf *)
-OS__gdk_pixbuf_copy_area_6=
-OS__gdk_pixbuf_copy_area_7=
-
-OS__gdk_pixbuf_get_from_drawable=
-OS__gdk_pixbuf_get_from_drawable_0=cast=(GdkPixbuf *)
-OS__gdk_pixbuf_get_from_drawable_1=cast=(GdkDrawable *)
-OS__gdk_pixbuf_get_from_drawable_2=cast=(GdkColormap *)
-OS__gdk_pixbuf_get_from_drawable_3=
-OS__gdk_pixbuf_get_from_drawable_4=
-OS__gdk_pixbuf_get_from_drawable_5=
-OS__gdk_pixbuf_get_from_drawable_6=
-OS__gdk_pixbuf_get_from_drawable_7=
-OS__gdk_pixbuf_get_from_drawable_8=
-
-OS__gdk_pixbuf_get_has_alpha=
-OS__gdk_pixbuf_get_has_alpha_0=cast=(const GdkPixbuf *)
-
-OS__gdk_pixbuf_get_height=
-OS__gdk_pixbuf_get_height_0=cast=(const GdkPixbuf *)
-
-OS__gdk_pixbuf_get_pixels=
-OS__gdk_pixbuf_get_pixels_0=cast=(const GdkPixbuf *)
-
-OS__gdk_pixbuf_get_rowstride=
-OS__gdk_pixbuf_get_rowstride_0=cast=(const GdkPixbuf *)
-
-OS__gdk_pixbuf_get_width=
-OS__gdk_pixbuf_get_width_0=cast=(const GdkPixbuf *)
-
-OS__gdk_pixbuf_loader_close=
-OS__gdk_pixbuf_loader_close_0=cast=(GdkPixbufLoader *)
-OS__gdk_pixbuf_loader_close_1=cast=(GError **)
-
-OS__gdk_pixbuf_loader_get_pixbuf=
-OS__gdk_pixbuf_loader_get_pixbuf_0=cast=(GdkPixbufLoader *)
-
-OS__gdk_pixbuf_loader_new=
-
-OS__gdk_pixbuf_loader_write=
-OS__gdk_pixbuf_loader_write_0=cast=(GdkPixbufLoader *)
-OS__gdk_pixbuf_loader_write_1=cast=(const guchar *)
-OS__gdk_pixbuf_loader_write_2=cast=(gsize)
-OS__gdk_pixbuf_loader_write_3=cast=(GError **)
-
-OS__gdk_pixbuf_new=
-OS__gdk_pixbuf_new_0=cast=(GdkColorspace)
-OS__gdk_pixbuf_new_1=cast=(gboolean)
-OS__gdk_pixbuf_new_2=
-OS__gdk_pixbuf_new_3=
-OS__gdk_pixbuf_new_4=
-
-OS__gdk_pixbuf_new_from_file=
-OS__gdk_pixbuf_new_from_file_0=cast=const char *
-OS__gdk_pixbuf_new_from_file_1=cast=GError**
-
-OS__gdk_pixbuf_render_pixmap_and_mask=
-OS__gdk_pixbuf_render_pixmap_and_mask_0=cast=(GdkPixbuf *)
-OS__gdk_pixbuf_render_pixmap_and_mask_1=cast=(GdkDrawable **)
-OS__gdk_pixbuf_render_pixmap_and_mask_2=cast=(GdkBitmap **)
-OS__gdk_pixbuf_render_pixmap_and_mask_3=
-
-OS__gdk_pixbuf_render_to_drawable=
-OS__gdk_pixbuf_render_to_drawable_0=cast=(GdkPixbuf *)
-OS__gdk_pixbuf_render_to_drawable_1=cast=(GdkDrawable *)
-OS__gdk_pixbuf_render_to_drawable_2=cast=(GdkGC *)
-OS__gdk_pixbuf_render_to_drawable_3=
-OS__gdk_pixbuf_render_to_drawable_4=
-OS__gdk_pixbuf_render_to_drawable_5=
-OS__gdk_pixbuf_render_to_drawable_6=
-OS__gdk_pixbuf_render_to_drawable_7=
-OS__gdk_pixbuf_render_to_drawable_8=
-OS__gdk_pixbuf_render_to_drawable_9=cast=(GdkRgbDither)
-OS__gdk_pixbuf_render_to_drawable_10=
-OS__gdk_pixbuf_render_to_drawable_11=
-
-OS__gdk_pixbuf_render_to_drawable_alpha=
-OS__gdk_pixbuf_render_to_drawable_alpha_0=cast=(GdkPixbuf *)
-OS__gdk_pixbuf_render_to_drawable_alpha_1=cast=(GdkDrawable *)
-OS__gdk_pixbuf_render_to_drawable_alpha_2=
-OS__gdk_pixbuf_render_to_drawable_alpha_3=
-OS__gdk_pixbuf_render_to_drawable_alpha_4=
-OS__gdk_pixbuf_render_to_drawable_alpha_5=
-OS__gdk_pixbuf_render_to_drawable_alpha_6=
-OS__gdk_pixbuf_render_to_drawable_alpha_7=
-OS__gdk_pixbuf_render_to_drawable_alpha_8=cast=(GdkPixbufAlphaMode)
-OS__gdk_pixbuf_render_to_drawable_alpha_9=
-OS__gdk_pixbuf_render_to_drawable_alpha_10=cast=(GdkRgbDither)
-OS__gdk_pixbuf_render_to_drawable_alpha_11=
-OS__gdk_pixbuf_render_to_drawable_alpha_12=
-
-OS__gdk_pixbuf_save_to_buffer=flags=dynamic
-OS__gdk_pixbuf_save_to_buffer_0=cast=(GdkPixbuf *)
-OS__gdk_pixbuf_save_to_buffer_1=cast=(gchar **)
-OS__gdk_pixbuf_save_to_buffer_2=cast=(gsize *)
-OS__gdk_pixbuf_save_to_buffer_3=cast=(const char *)
-OS__gdk_pixbuf_save_to_buffer_4=cast=(GError **)
-OS__gdk_pixbuf_save_to_buffer_5=cast=(char *)
-
-OS__gdk_pixbuf_scale=
-OS__gdk_pixbuf_scale_0=cast=(const GdkPixbuf *)
-OS__gdk_pixbuf_scale_1=cast=(GdkPixbuf *)
-OS__gdk_pixbuf_scale_2=
-OS__gdk_pixbuf_scale_3=
-OS__gdk_pixbuf_scale_4=
-OS__gdk_pixbuf_scale_5=
-OS__gdk_pixbuf_scale_6=cast=(double)
-OS__gdk_pixbuf_scale_7=cast=(double)
-OS__gdk_pixbuf_scale_8=cast=(double)
-OS__gdk_pixbuf_scale_9=cast=(double)
-OS__gdk_pixbuf_scale_10=
-
-OS__gdk_pixbuf_scale_simple=
-OS__gdk_pixbuf_scale_simple_0=cast=(const GdkPixbuf *)
-OS__gdk_pixbuf_scale_simple_1=
-OS__gdk_pixbuf_scale_simple_2=
-OS__gdk_pixbuf_scale_simple_3=cast=(GdkInterpType)
-
-OS__gdk_pixmap_foreign_new=
-OS__gdk_pixmap_foreign_new_0=
-
-OS__gdk_pixmap_new=
-OS__gdk_pixmap_new_0=cast=(GdkWindow *)
-OS__gdk_pixmap_new_1=cast=(gint)
-OS__gdk_pixmap_new_2=cast=(gint)
-OS__gdk_pixmap_new_3=cast=(gint)
-
-OS__gdk_pointer_grab=
-OS__gdk_pointer_grab_0=cast=(GdkWindow *)
-OS__gdk_pointer_grab_1=cast=(gboolean)
-OS__gdk_pointer_grab_2=cast=(GdkEventMask)
-OS__gdk_pointer_grab_3=cast=(GdkWindow *)
-OS__gdk_pointer_grab_4=cast=(GdkCursor *)
-OS__gdk_pointer_grab_5=cast=(guint32)
-
-OS__gdk_pointer_is_grabbed=
-
-OS__gdk_pointer_ungrab=
-OS__gdk_pointer_ungrab_0=cast=(guint32)
-
-OS__gdk_property_get=
-OS__gdk_property_get_0=cast=(GdkWindow *)
-OS__gdk_property_get_1=cast=(GdkAtom)
-OS__gdk_property_get_2=cast=(GdkAtom)
-OS__gdk_property_get_3=
-OS__gdk_property_get_4=
-OS__gdk_property_get_5=
-OS__gdk_property_get_6=cast=(GdkAtom *)
-OS__gdk_property_get_7=cast=(gint *)
-OS__gdk_property_get_8=cast=(gint *)
-OS__gdk_property_get_9=cast=(guchar **)
-
-OS__gdk_region_destroy=
-OS__gdk_region_destroy_0=cast=(GdkRegion *)
-
-OS__gdk_region_empty=
-OS__gdk_region_empty_0=cast=(GdkRegion *)
-
-OS__gdk_region_get_clipbox=
-OS__gdk_region_get_clipbox_0=cast=(GdkRegion *)
-OS__gdk_region_get_clipbox_1=cast=(GdkRectangle *),flags=no_in
-
-OS__gdk_region_get_rectangles=
-OS__gdk_region_get_rectangles_0=cast=(GdkRegion *)
-OS__gdk_region_get_rectangles_1=cast=(GdkRectangle **)
-OS__gdk_region_get_rectangles_2=cast=(gint *)
-
-OS__gdk_region_intersect=
-OS__gdk_region_intersect_0=cast=(GdkRegion *)
-OS__gdk_region_intersect_1=cast=(GdkRegion *)
-
-OS__gdk_region_new=
-
-OS__gdk_region_offset=
-OS__gdk_region_offset_0=cast=(GdkRegion *)
-OS__gdk_region_offset_1=cast=(gint)
-OS__gdk_region_offset_2=cast=(gint)
-
-OS__gdk_region_point_in=
-OS__gdk_region_point_in_0=cast=(GdkRegion *)
-OS__gdk_region_point_in_1=cast=(gint)
-OS__gdk_region_point_in_2=cast=(gint)
-
-OS__gdk_region_polygon=
-OS__gdk_region_polygon_0=cast=(GdkPoint *)
-OS__gdk_region_polygon_1=
-OS__gdk_region_polygon_2=cast=(GdkFillRule)
-
-OS__gdk_region_rect_in=
-OS__gdk_region_rect_in_0=cast=(GdkRegion *)
-OS__gdk_region_rect_in_1=cast=(GdkRectangle *),flags=no_out
-
-OS__gdk_region_rectangle=
-OS__gdk_region_rectangle_0=flags=no_out
-
-OS__gdk_region_subtract=
-OS__gdk_region_subtract_0=cast=(GdkRegion *)
-OS__gdk_region_subtract_1=cast=(GdkRegion *)
-
-OS__gdk_region_union=
-OS__gdk_region_union_0=cast=(GdkRegion *)
-OS__gdk_region_union_1=cast=(GdkRegion *)
-
-OS__gdk_region_union_with_rect=
-OS__gdk_region_union_with_rect_0=cast=(GdkRegion *)
-OS__gdk_region_union_with_rect_1=cast=(GdkRectangle *),flags=no_out
-
-OS__gdk_rgb_init=
-
-OS__gdk_screen_get_default=flags=dynamic
-
-OS__gdk_screen_get_monitor_at_point=flags=dynamic
-OS__gdk_screen_get_monitor_at_point_0=cast=(GdkScreen *)
-OS__gdk_screen_get_monitor_at_point_1=cast=(gint)
-OS__gdk_screen_get_monitor_at_point_2=cast=(gint)
-
-OS__gdk_screen_get_monitor_at_window=flags=dynamic
-OS__gdk_screen_get_monitor_at_window_0=cast=(GdkScreen *)
-OS__gdk_screen_get_monitor_at_window_1=cast=(GdkWindow *)
-
-OS__gdk_screen_get_monitor_geometry=flags=dynamic
-OS__gdk_screen_get_monitor_geometry_0=cast=(GdkScreen *)
-OS__gdk_screen_get_monitor_geometry_1=
-OS__gdk_screen_get_monitor_geometry_2=flags=no_in
-
-OS__gdk_screen_get_n_monitors=flags=dynamic
-OS__gdk_screen_get_n_monitors_0=cast=(GdkScreen *)
-
-OS__gdk_screen_get_number=flags=dynamic
-OS__gdk_screen_get_number_0=cast=(GdkScreen *)
-
-OS__gdk_screen_height=
-
-OS__gdk_screen_width=
-
-OS__gdk_screen_width_mm=
-
-OS__gdk_set_program_class=
-OS__gdk_set_program_class_0=cast=(const char *)
-
-OS__gdk_text_property_to_utf8_list=
-OS__gdk_text_property_to_utf8_list_0=cast=(GdkAtom)
-OS__gdk_text_property_to_utf8_list_1=
-OS__gdk_text_property_to_utf8_list_2=cast=(guchar *)
-OS__gdk_text_property_to_utf8_list_3=
-OS__gdk_text_property_to_utf8_list_4=cast=(gchar ***)
-
-OS__gdk_unicode_to_keyval=
-OS__gdk_unicode_to_keyval_0=
-
-OS__gdk_utf8_to_compound_text=
-OS__gdk_utf8_to_compound_text_0=cast=(const gchar *)
-OS__gdk_utf8_to_compound_text_1=cast=(GdkAtom *)
-OS__gdk_utf8_to_compound_text_2=cast=(gint *)
-OS__gdk_utf8_to_compound_text_3=cast=(guchar **)
-OS__gdk_utf8_to_compound_text_4=cast=(gint *)
-
-OS__gdk_utf8_to_string_target=
-OS__gdk_utf8_to_string_target_0=cast=(const gchar *)
-
-OS__gdk_visual_get_system=
-
-OS__gdk_window_add_filter=
-OS__gdk_window_add_filter_0=cast=GdkWindow *
-OS__gdk_window_add_filter_1=cast=GdkFilterFunc
-OS__gdk_window_add_filter_2=cast=gpointer
-
-OS__gdk_window_at_pointer=
-OS__gdk_window_at_pointer_0=cast=(gint *)
-OS__gdk_window_at_pointer_1=cast=(gint *)
-
-OS__gdk_window_begin_paint_rect=
-OS__gdk_window_begin_paint_rect_0=cast=GdkWindow *
-OS__gdk_window_begin_paint_rect_1=cast=GdkRectangle *,flags=no_out
-
-OS__gdk_window_clear_area=
-OS__gdk_window_clear_area_0=cast=GdkWindow *
-OS__gdk_window_clear_area_1=
-OS__gdk_window_clear_area_2=
-OS__gdk_window_clear_area_3=
-OS__gdk_window_clear_area_4=
-
-OS__gdk_window_destroy=
-OS__gdk_window_destroy_0=cast=GdkWindow *
-
-OS__gdk_window_end_paint=
-OS__gdk_window_end_paint_0=cast=GdkWindow *
-
-OS__gdk_window_focus=
-OS__gdk_window_focus_0=cast=GdkWindow *
-OS__gdk_window_focus_1=
-
-OS__gdk_window_freeze_updates=
-OS__gdk_window_freeze_updates_0=cast=GdkWindow *
-
-OS__gdk_window_get_children=
-OS__gdk_window_get_children_0=cast=GdkWindow *
-
-OS__gdk_window_get_events=
-OS__gdk_window_get_events_0=cast=GdkWindow *
-
-OS__gdk_window_get_frame_extents=
-OS__gdk_window_get_frame_extents_0=cast=(GdkWindow *)
-OS__gdk_window_get_frame_extents_1=cast=(GdkRectangle *),flags=no_in
-
-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 *)
-OS__gdk_window_get_origin_2=cast=(gint *)
-
-OS__gdk_window_get_parent=
-OS__gdk_window_get_parent_0=cast=(GdkWindow *)
-
-OS__gdk_window_get_pointer=
-OS__gdk_window_get_pointer_0=cast=(GdkWindow *)
-OS__gdk_window_get_pointer_1=cast=(gint *)
-OS__gdk_window_get_pointer_2=cast=(gint *)
-OS__gdk_window_get_pointer_3=cast=(GdkModifierType *)
-
-OS__gdk_window_get_position=
-OS__gdk_window_get_position_0=cast=GdkWindow *
-OS__gdk_window_get_position_1=cast=gint *
-OS__gdk_window_get_position_2=cast=gint *
-
-OS__gdk_window_get_user_data=
-OS__gdk_window_get_user_data_0=cast=(GdkWindow *)
-OS__gdk_window_get_user_data_1=cast=(gpointer *)
-
-OS__gdk_window_hide=
-OS__gdk_window_hide_0=cast=(GdkWindow *)
-
-OS__gdk_window_invalidate_rect=
-OS__gdk_window_invalidate_rect_0=cast=(GdkWindow *)
-OS__gdk_window_invalidate_rect_1=cast=(GdkRectangle *),flags=no_out
-OS__gdk_window_invalidate_rect_2=cast=(gboolean)
-
-OS__gdk_window_invalidate_region=
-OS__gdk_window_invalidate_region_0=cast=(GdkWindow *)
-OS__gdk_window_invalidate_region_1=cast=(GdkRegion *)
-OS__gdk_window_invalidate_region_2=cast=(gboolean)
-
-OS__gdk_window_is_visible=
-OS__gdk_window_is_visible_0=cast=(GdkWindow *)
-
-OS__gdk_window_lookup=
-OS__gdk_window_lookup_0=
-
-OS__gdk_window_lower=
-OS__gdk_window_lower_0=cast=(GdkWindow *)
-
-OS__gdk_window_move=
-OS__gdk_window_move_0=cast=GdkWindow *
-OS__gdk_window_move_1=
-OS__gdk_window_move_2=
-
-OS__gdk_window_new=
-OS__gdk_window_new_0=cast=(GdkWindow *)
-OS__gdk_window_new_1=flags=no_out
-OS__gdk_window_new_2=
-
-OS__gdk_window_process_all_updates=
-
-OS__gdk_window_process_updates=
-OS__gdk_window_process_updates_0=cast=(GdkWindow *)
-OS__gdk_window_process_updates_1=cast=(gboolean)
-
-OS__gdk_window_raise=
-OS__gdk_window_raise_0=cast=(GdkWindow *)
-
-OS__gdk_window_remove_filter=
-OS__gdk_window_remove_filter_0=cast=(GdkWindow *)
-OS__gdk_window_remove_filter_1=cast=(GdkFilterFunc)
-OS__gdk_window_remove_filter_2=cast=(gpointer)
-
-OS__gdk_window_resize=
-OS__gdk_window_resize_0=cast=GdkWindow *
-OS__gdk_window_resize_1=
-OS__gdk_window_resize_2=
-
-OS__gdk_window_scroll=
-OS__gdk_window_scroll_0=cast=(GdkWindow *)
-OS__gdk_window_scroll_1=
-OS__gdk_window_scroll_2=
-
-OS__gdk_window_set_accept_focus=flags=dynamic
-OS__gdk_window_set_accept_focus_0=cast=GdkWindow *
-OS__gdk_window_set_accept_focus_1=cast=gboolean
-
-OS__gdk_window_set_back_pixmap=
-OS__gdk_window_set_back_pixmap_0=cast=(GdkWindow *)
-OS__gdk_window_set_back_pixmap_1=cast=(GdkPixmap *)
-OS__gdk_window_set_back_pixmap_2=cast=gboolean
-
-OS__gdk_window_set_cursor=
-OS__gdk_window_set_cursor_0=cast=(GdkWindow *)
-OS__gdk_window_set_cursor_1=cast=(GdkCursor *)
-
-OS__gdk_window_set_debug_updates=
-OS__gdk_window_set_debug_updates_0=cast=(gboolean)
-
-OS__gdk_window_set_decorations=
-OS__gdk_window_set_decorations_0=cast=(GdkWindow *)
-OS__gdk_window_set_decorations_1=cast=(GdkWMDecoration)
-
-OS__gdk_window_set_events=
-OS__gdk_window_set_events_0=cast=GdkWindow *
-OS__gdk_window_set_events_1=
-
-OS__gdk_window_set_icon=
-OS__gdk_window_set_icon_0=cast=(GdkWindow *)
-OS__gdk_window_set_icon_1=cast=(GdkWindow *)
-OS__gdk_window_set_icon_2=cast=(GdkPixmap *)
-OS__gdk_window_set_icon_3=cast=(GdkBitmap *)
-
-OS__gdk_window_set_icon_list=
-OS__gdk_window_set_icon_list_0=cast=GdkWindow *
-OS__gdk_window_set_icon_list_1=cast=GList *
-
-OS__gdk_window_set_keep_above=flags=dynamic
-OS__gdk_window_set_keep_above_0=cast=(GdkWindow *)
-OS__gdk_window_set_keep_above_1=cast=gboolean
-
-OS__gdk_window_set_override_redirect=
-OS__gdk_window_set_override_redirect_0=cast=(GdkWindow *)
-OS__gdk_window_set_override_redirect_1=cast=(gboolean)
-
-OS__gdk_window_set_user_data=
-OS__gdk_window_set_user_data_0=cast=(GdkWindow *)
-OS__gdk_window_set_user_data_1=cast=gpointer
-
-OS__gdk_window_shape_combine_region=
-OS__gdk_window_shape_combine_region_0=cast=GdkWindow *
-OS__gdk_window_shape_combine_region_1=cast=(GdkRegion *)
-OS__gdk_window_shape_combine_region_2=
-OS__gdk_window_shape_combine_region_3=
-
-OS__gdk_window_show=
-OS__gdk_window_show_0=cast=(GdkWindow *)
-
-OS__gdk_window_show_unraised=
-OS__gdk_window_show_unraised_0=cast=(GdkWindow *)
-
-OS__gdk_window_thaw_updates=
-OS__gdk_window_thaw_updates_0=cast=GdkWindow *
-
-OS__gdk_x11_atom_to_xatom=
-OS__gdk_x11_atom_to_xatom_0=cast=(GdkAtom)
-
-OS__gdk_x11_colormap_get_xcolormap=
-OS__gdk_x11_colormap_get_xcolormap_0=cast=GdkColormap *
-
-OS__gdk_x11_drawable_get_xdisplay=
-OS__gdk_x11_drawable_get_xdisplay_0=cast=GdkDrawable *
-
-OS__gdk_x11_drawable_get_xid=
-OS__gdk_x11_drawable_get_xid_0=cast=GdkDrawable *
-
-OS__gdk_x11_screen_get_window_manager_name=flags=dynamic
-OS__gdk_x11_screen_get_window_manager_name_0=cast=(GdkScreen *)
-
-OS__gdk_x11_screen_lookup_visual=flags=dynamic
-OS__gdk_x11_screen_lookup_visual_0=cast=(GdkScreen *)
-OS__gdk_x11_screen_lookup_visual_1=cast=(VisualID)
-
-OS__gdk_x11_visual_get_xvisual=
-OS__gdk_x11_visual_get_xvisual_0=cast=GdkVisual *
-
-OS__gtk_accel_group_new=
-
-OS__gtk_accel_groups_activate=
-OS__gtk_accel_groups_activate_0=cast=(GObject *)
-OS__gtk_accel_groups_activate_1=cast=(guint)
-OS__gtk_accel_groups_activate_2=cast=(GdkModifierType)
-
-OS__gtk_accel_label_set_accel_widget=
-OS__gtk_accel_label_set_accel_widget_0=cast=(GtkAccelLabel *)
-OS__gtk_accel_label_set_accel_widget_1=cast=(GtkWidget *)
-
-OS__gtk_adjustment_changed=
-OS__gtk_adjustment_changed_0=cast=(GtkAdjustment *)
-
-OS__gtk_adjustment_new=
-OS__gtk_adjustment_new_0=cast=(gdouble)
-OS__gtk_adjustment_new_1=cast=(gdouble)
-OS__gtk_adjustment_new_2=cast=(gdouble)
-OS__gtk_adjustment_new_3=cast=(gdouble)
-OS__gtk_adjustment_new_4=cast=(gdouble)
-OS__gtk_adjustment_new_5=
-
-OS__gtk_adjustment_set_value=
-OS__gtk_adjustment_set_value_0=cast=(GtkAdjustment *)
-OS__gtk_adjustment_set_value_1=cast=(gdouble)
-
-OS__gtk_adjustment_value_changed=
-OS__gtk_adjustment_value_changed_0=cast=(GtkAdjustment *)
-
-OS__gtk_arrow_new=
-OS__gtk_arrow_new_0=cast=(GtkArrowType)
-OS__gtk_arrow_new_1=cast=(GtkShadowType)
-
-OS__gtk_arrow_set=
-OS__gtk_arrow_set_0=cast=(GtkArrow *)
-OS__gtk_arrow_set_1=cast=(GtkArrowType)
-OS__gtk_arrow_set_2=cast=(GtkShadowType)
-
-OS__gtk_bin_get_child=
-OS__gtk_bin_get_child_0=cast=(GtkBin *)
-
-OS__gtk_box_set_child_packing=
-OS__gtk_box_set_child_packing_0=cast=(GtkBox *)
-OS__gtk_box_set_child_packing_1=cast=(GtkWidget *)
-OS__gtk_box_set_child_packing_2=
-OS__gtk_box_set_child_packing_3=
-OS__gtk_box_set_child_packing_4=
-OS__gtk_box_set_child_packing_5=
-
-OS__gtk_box_set_spacing=
-OS__gtk_box_set_spacing_0=cast=(GtkBox *)
-OS__gtk_box_set_spacing_1=
-
-OS__gtk_button_clicked=
-OS__gtk_button_clicked_0=cast=(GtkButton *)
-
-OS__gtk_button_get_relief=
-OS__gtk_button_get_relief_0=cast=GtkButton *
-
-OS__gtk_button_new=
-
-OS__gtk_button_set_relief=
-OS__gtk_button_set_relief_0=cast=(GtkButton *)
-OS__gtk_button_set_relief_1=cast=(GtkReliefStyle)
-
-OS__gtk_calendar_display_options=flags=dynamic
-OS__gtk_calendar_display_options_0=cast=(GtkCalendar *)
-OS__gtk_calendar_display_options_1=cast=(GtkCalendarDisplayOptions)
-
-OS__gtk_calendar_get_date=flags=dynamic
-OS__gtk_calendar_get_date_0=cast=(GtkCalendar *)
-OS__gtk_calendar_get_date_1=cast=(guint *)
-OS__gtk_calendar_get_date_2=cast=(guint *)
-OS__gtk_calendar_get_date_3=cast=(guint *)
-
-OS__gtk_calendar_new=flags=dynamic
-
-OS__gtk_calendar_select_day=flags=dynamic
-OS__gtk_calendar_select_day_0=cast=(GtkCalendar *)
-OS__gtk_calendar_select_day_1=cast=(guint)
-
-OS__gtk_calendar_select_month=flags=dynamic
-OS__gtk_calendar_select_month_0=cast=(GtkCalendar *)
-OS__gtk_calendar_select_month_1=cast=(guint)
-OS__gtk_calendar_select_month_2=cast=(guint)
-
-OS__gtk_calendar_set_display_options=flags=dynamic
-OS__gtk_calendar_set_display_options_0=cast=(GtkCalendar *)
-OS__gtk_calendar_set_display_options_1=cast=(GtkCalendarDisplayOptions)
-
-OS__gtk_cell_layout_clear=flags=dynamic
-OS__gtk_cell_layout_clear_0=
-
-OS__gtk_cell_layout_pack_start=flags=dynamic
-OS__gtk_cell_layout_pack_start_0=
-OS__gtk_cell_layout_pack_start_1=
-OS__gtk_cell_layout_pack_start_2=
-
-OS__gtk_cell_layout_set_attributes=flags=no_gen
-OS__gtk_cell_layout_set_attributes_0=
-OS__gtk_cell_layout_set_attributes_1=
-OS__gtk_cell_layout_set_attributes_2=
-OS__gtk_cell_layout_set_attributes_3=
-OS__gtk_cell_layout_set_attributes_4=
-
-OS__gtk_cell_renderer_get_size=
-OS__gtk_cell_renderer_get_size_0=cast=(GtkCellRenderer *)
-OS__gtk_cell_renderer_get_size_1=cast=(GtkWidget *)
-OS__gtk_cell_renderer_get_size_2=cast=(GdkRectangle *),flags=no_in
-OS__gtk_cell_renderer_get_size_3=cast=(gint *)
-OS__gtk_cell_renderer_get_size_4=cast=(gint *)
-OS__gtk_cell_renderer_get_size_5=cast=(gint *)
-OS__gtk_cell_renderer_get_size_6=cast=(gint *)
-
-OS__gtk_cell_renderer_pixbuf_new=
-
-OS__gtk_cell_renderer_text_new=
-
-OS__gtk_cell_renderer_toggle_new=
-
-OS__gtk_check_button_new=
-
-OS__gtk_check_menu_item_get_active=
-OS__gtk_check_menu_item_get_active_0=cast=(GtkCheckMenuItem *)
-
-OS__gtk_check_menu_item_new_with_label=
-OS__gtk_check_menu_item_new_with_label_0=cast=(const gchar *)
-
-OS__gtk_check_menu_item_set_active=
-OS__gtk_check_menu_item_set_active_0=cast=(GtkCheckMenuItem *)
-OS__gtk_check_menu_item_set_active_1=cast=(gboolean)
-
-OS__gtk_check_version=
-OS__gtk_check_version_0=
-OS__gtk_check_version_1=
-OS__gtk_check_version_2=
-
-OS__gtk_clipboard_clear=
-OS__gtk_clipboard_clear_0=cast=(GtkClipboard *)
-
-OS__gtk_clipboard_get=
-OS__gtk_clipboard_get_0=cast=(GdkAtom)
-
-OS__gtk_clipboard_set_with_data=
-OS__gtk_clipboard_set_with_data_0=cast=(GtkClipboard *)
-OS__gtk_clipboard_set_with_data_1=cast=(const GtkTargetEntry *)
-OS__gtk_clipboard_set_with_data_2=cast=(guint)
-OS__gtk_clipboard_set_with_data_3=cast=(GtkClipboardGetFunc)
-OS__gtk_clipboard_set_with_data_4=cast=(GtkClipboardClearFunc)
-OS__gtk_clipboard_set_with_data_5=cast=(GObject *)
-
-OS__gtk_clipboard_wait_for_contents=
-OS__gtk_clipboard_wait_for_contents_0=cast=(GtkClipboard *)
-OS__gtk_clipboard_wait_for_contents_1=cast=(GdkAtom)
-
-OS__gtk_color_selection_dialog_new=
-OS__gtk_color_selection_dialog_new_0=cast=(const gchar *)
-
-OS__gtk_color_selection_get_current_color=
-OS__gtk_color_selection_get_current_color_0=cast=(GtkColorSelection *)
-OS__gtk_color_selection_get_current_color_1=cast=(GdkColor *),flags=no_in
-
-OS__gtk_color_selection_set_current_color=
-OS__gtk_color_selection_set_current_color_0=cast=(GtkColorSelection *)
-OS__gtk_color_selection_set_current_color_1=cast=(GdkColor *),flags=no_out
-
-OS__gtk_color_selection_set_has_palette=
-OS__gtk_color_selection_set_has_palette_0=cast=(GtkColorSelection *)
-OS__gtk_color_selection_set_has_palette_1=
-
-OS__gtk_combo_box_entry_new_text=flags=dynamic
-
-OS__gtk_combo_box_get_active=flags=dynamic
-OS__gtk_combo_box_get_active_0=
-
-OS__gtk_combo_box_get_model=flags=dynamic
-OS__gtk_combo_box_get_model_0=
-
-OS__gtk_combo_box_insert_text=flags=dynamic
-OS__gtk_combo_box_insert_text_0=
-OS__gtk_combo_box_insert_text_1=
-OS__gtk_combo_box_insert_text_2=
-
-OS__gtk_combo_box_new_text=flags=dynamic
-
-OS__gtk_combo_box_popdown=flags=dynamic
-OS__gtk_combo_box_popdown_0=
-
-OS__gtk_combo_box_popup=flags=dynamic
-OS__gtk_combo_box_popup_0=
-
-OS__gtk_combo_box_remove_text=flags=dynamic
-OS__gtk_combo_box_remove_text_0=
-OS__gtk_combo_box_remove_text_1=
-
-OS__gtk_combo_box_set_active=flags=dynamic
-OS__gtk_combo_box_set_active_0=
-OS__gtk_combo_box_set_active_1=
-
-OS__gtk_combo_box_set_focus_on_click=flags=dynamic
-OS__gtk_combo_box_set_focus_on_click_0=
-OS__gtk_combo_box_set_focus_on_click_1=
-
-OS__gtk_combo_disable_activate=
-OS__gtk_combo_disable_activate_0=cast=(GtkCombo *)
-
-OS__gtk_combo_new=
-
-OS__gtk_combo_set_case_sensitive=
-OS__gtk_combo_set_case_sensitive_0=cast=(GtkCombo *)
-OS__gtk_combo_set_case_sensitive_1=cast=(gboolean)
-
-OS__gtk_combo_set_popdown_strings=
-OS__gtk_combo_set_popdown_strings_0=cast=(GtkCombo *)
-OS__gtk_combo_set_popdown_strings_1=cast=(GList *)
-
-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 *)
-
-OS__gtk_container_get_children=
-OS__gtk_container_get_children_0=cast=(GtkContainer *)
-
-OS__gtk_container_remove=
-OS__gtk_container_remove_0=cast=(GtkContainer *)
-OS__gtk_container_remove_1=cast=(GtkWidget *)
-
-OS__gtk_container_resize_children=
-OS__gtk_container_resize_children_0=cast=(GtkContainer *)
-
-OS__gtk_container_set_border_width=
-OS__gtk_container_set_border_width_0=cast=(GtkContainer *)
-OS__gtk_container_set_border_width_1=cast=(guint)
-
-OS__gtk_dialog_add_button=
-OS__gtk_dialog_add_button_0=cast=(GtkDialog *)
-OS__gtk_dialog_add_button_1=cast=(const gchar *)
-OS__gtk_dialog_add_button_2=cast=(gint)
-
-OS__gtk_dialog_run=
-OS__gtk_dialog_run_0=cast=(GtkDialog *)
-
-OS__gtk_drag_begin=
-OS__gtk_drag_begin_0=cast=(GtkWidget *)
-OS__gtk_drag_begin_1=cast=(GtkTargetList *)
-OS__gtk_drag_begin_2=cast=(GdkDragAction)
-OS__gtk_drag_begin_3=cast=(gint)
-OS__gtk_drag_begin_4=cast=(GdkEvent *)
-
-OS__gtk_drag_check_threshold=
-OS__gtk_drag_check_threshold_0=cast=(GtkWidget *)
-OS__gtk_drag_check_threshold_1=cast=(gint)
-OS__gtk_drag_check_threshold_2=cast=(gint)
-OS__gtk_drag_check_threshold_3=cast=(gint)
-OS__gtk_drag_check_threshold_4=cast=(gint)
-
-OS__gtk_drag_dest_find_target=
-OS__gtk_drag_dest_find_target_0=cast=(GtkWidget *)
-OS__gtk_drag_dest_find_target_1=cast=(GdkDragContext *)
-OS__gtk_drag_dest_find_target_2=cast=(GtkTargetList *)
-
-OS__gtk_drag_dest_set=
-OS__gtk_drag_dest_set_0=cast=(GtkWidget *)
-OS__gtk_drag_dest_set_1=cast=(GtkDestDefaults)
-OS__gtk_drag_dest_set_2=cast=(const GtkTargetEntry *)
-OS__gtk_drag_dest_set_3=cast=(gint)
-OS__gtk_drag_dest_set_4=cast=(GdkDragAction)
-
-OS__gtk_drag_dest_unset=
-OS__gtk_drag_dest_unset_0=cast=(GtkWidget *)
-
-OS__gtk_drag_finish=
-OS__gtk_drag_finish_0=cast=(GdkDragContext *)
-OS__gtk_drag_finish_1=cast=(gboolean)
-OS__gtk_drag_finish_2=cast=(gboolean)
-OS__gtk_drag_finish_3=cast=(guint32)
-
-OS__gtk_drag_get_data=
-OS__gtk_drag_get_data_0=cast=(GtkWidget *)
-OS__gtk_drag_get_data_1=cast=(GdkDragContext *)
-OS__gtk_drag_get_data_2=cast=(GdkAtom)
-OS__gtk_drag_get_data_3=cast=(guint32)
-
-OS__gtk_drag_set_icon_pixbuf=
-OS__gtk_drag_set_icon_pixbuf_0=cast=(GdkDragContext *)
-OS__gtk_drag_set_icon_pixbuf_1=cast=(GdkPixbuf *)
-OS__gtk_drag_set_icon_pixbuf_2=
-OS__gtk_drag_set_icon_pixbuf_3=
-
-OS__gtk_drawing_area_new=
-
-OS__gtk_editable_copy_clipboard=
-OS__gtk_editable_copy_clipboard_0=cast=(GtkEditable *)
-
-OS__gtk_editable_cut_clipboard=
-OS__gtk_editable_cut_clipboard_0=cast=(GtkEditable *)
-
-OS__gtk_editable_delete_selection=
-OS__gtk_editable_delete_selection_0=cast=(GtkEditable *)
-
-OS__gtk_editable_delete_text=
-OS__gtk_editable_delete_text_0=cast=(GtkEditable *)
-OS__gtk_editable_delete_text_1=cast=(gint)
-OS__gtk_editable_delete_text_2=cast=(gint)
-
-OS__gtk_editable_get_chars=
-OS__gtk_editable_get_chars_0=cast=(GtkEditable *)
-OS__gtk_editable_get_chars_1=cast=(gint)
-OS__gtk_editable_get_chars_2=cast=(gint)
-
-OS__gtk_editable_get_editable=
-OS__gtk_editable_get_editable_0=cast=(GtkEditable *)
-
-OS__gtk_editable_get_position=
-OS__gtk_editable_get_position_0=cast=(GtkEditable *)
-
-OS__gtk_editable_get_selection_bounds=
-OS__gtk_editable_get_selection_bounds_0=cast=(GtkEditable *)
-OS__gtk_editable_get_selection_bounds_1=cast=(gint *)
-OS__gtk_editable_get_selection_bounds_2=cast=(gint *)
-
-OS__gtk_editable_insert_text=
-OS__gtk_editable_insert_text_0=cast=(GtkEditable *)
-OS__gtk_editable_insert_text_1=cast=(gchar *)
-OS__gtk_editable_insert_text_2=cast=(gint)
-OS__gtk_editable_insert_text_3=cast=(gint *)
-
-OS__gtk_editable_paste_clipboard=
-OS__gtk_editable_paste_clipboard_0=cast=(GtkEditable *)
-
-OS__gtk_editable_select_region=
-OS__gtk_editable_select_region_0=cast=(GtkEditable *)
-OS__gtk_editable_select_region_1=cast=(gint)
-OS__gtk_editable_select_region_2=cast=(gint)
-
-OS__gtk_editable_set_editable=
-OS__gtk_editable_set_editable_0=cast=(GtkEditable *)
-OS__gtk_editable_set_editable_1=cast=(gboolean)
-
-OS__gtk_editable_set_position=
-OS__gtk_editable_set_position_0=cast=(GtkEditable *)
-OS__gtk_editable_set_position_1=cast=(gint)
-
-OS__gtk_entry_get_invisible_char=
-OS__gtk_entry_get_invisible_char_0=cast=(GtkEntry *)
-
-OS__gtk_entry_get_layout=
-OS__gtk_entry_get_layout_0=cast=(GtkEntry *)
-
-OS__gtk_entry_get_layout_offsets=
-OS__gtk_entry_get_layout_offsets_0=cast=(GtkEntry *)
-OS__gtk_entry_get_layout_offsets_1=
-OS__gtk_entry_get_layout_offsets_2=
-
-OS__gtk_entry_get_max_length=
-OS__gtk_entry_get_max_length_0=cast=(GtkEntry *)
-
-OS__gtk_entry_get_text=
-OS__gtk_entry_get_text_0=cast=(GtkEntry *)
-
-OS__gtk_entry_get_visibility=
-OS__gtk_entry_get_visibility_0=cast=(GtkEntry *)
-
-OS__gtk_entry_new=
-
-OS__gtk_entry_set_activates_default=
-OS__gtk_entry_set_activates_default_0=cast=(GtkEntry *)
-OS__gtk_entry_set_activates_default_1=cast=(gboolean)
-
-OS__gtk_entry_set_alignment=flags=dynamic
-OS__gtk_entry_set_alignment_0=cast=(GtkEntry *)
-OS__gtk_entry_set_alignment_1=cast=(gfloat)
-
-OS__gtk_entry_set_has_frame=
-OS__gtk_entry_set_has_frame_0=cast=(GtkEntry *)
-OS__gtk_entry_set_has_frame_1=cast=(gboolean)
-
-OS__gtk_entry_set_invisible_char=
-OS__gtk_entry_set_invisible_char_0=cast=(GtkEntry *)
-OS__gtk_entry_set_invisible_char_1=cast=(gint)
-
-OS__gtk_entry_set_max_length=
-OS__gtk_entry_set_max_length_0=cast=(GtkEntry *)
-OS__gtk_entry_set_max_length_1=cast=(gint)
-
-OS__gtk_entry_set_text=
-OS__gtk_entry_set_text_0=cast=(GtkEntry *)
-OS__gtk_entry_set_text_1=cast=(const gchar *)
-
-OS__gtk_entry_set_visibility=
-OS__gtk_entry_set_visibility_0=cast=(GtkEntry *)
-OS__gtk_entry_set_visibility_1=cast=(gboolean)
-
-OS__gtk_entry_text_index_to_layout_index=flags=dynamic
-OS__gtk_entry_text_index_to_layout_index_0=
-OS__gtk_entry_text_index_to_layout_index_1=
-
-OS__gtk_enumerate_printers=flags=dynamic
-OS__gtk_enumerate_printers_0=
-OS__gtk_enumerate_printers_1=cast=(gpointer)
-OS__gtk_enumerate_printers_2=cast=(GDestroyNotify)
-OS__gtk_enumerate_printers_3=cast=(gboolean)
-
-OS__gtk_events_pending=
-
-OS__gtk_expander_get_expanded=flags=dynamic
-OS__gtk_expander_get_expanded_0=
-
-OS__gtk_expander_get_label_widget=flags=dynamic
-OS__gtk_expander_get_label_widget_0=
-
-OS__gtk_expander_new=flags=dynamic
-OS__gtk_expander_new_0=cast=const gchar *
-
-OS__gtk_expander_set_expanded=flags=dynamic
-OS__gtk_expander_set_expanded_0=
-OS__gtk_expander_set_expanded_1=
-
-OS__gtk_expander_set_label=flags=dynamic
-OS__gtk_expander_set_label_0=
-OS__gtk_expander_set_label_1=cast=const gchar *
-
-OS__gtk_expander_set_label_widget=flags=dynamic
-OS__gtk_expander_set_label_widget_0=
-OS__gtk_expander_set_label_widget_1=
-
-OS__gtk_file_chooser_add_filter=flags=dynamic
-OS__gtk_file_chooser_add_filter_0=
-OS__gtk_file_chooser_add_filter_1=
-
-OS__gtk_file_chooser_dialog_new=flags=no_gen
-OS__gtk_file_chooser_dialog_new_0=
-OS__gtk_file_chooser_dialog_new_1=
-OS__gtk_file_chooser_dialog_new_2=
-OS__gtk_file_chooser_dialog_new_3=
-OS__gtk_file_chooser_dialog_new_4=
-OS__gtk_file_chooser_dialog_new_5=
-OS__gtk_file_chooser_dialog_new_6=
-OS__gtk_file_chooser_dialog_new_7=
-
-OS__gtk_file_chooser_get_current_folder=flags=dynamic
-OS__gtk_file_chooser_get_current_folder_0=
-
-OS__gtk_file_chooser_get_filename=flags=dynamic
-OS__gtk_file_chooser_get_filename_0=
-
-OS__gtk_file_chooser_get_filenames=flags=dynamic
-OS__gtk_file_chooser_get_filenames_0=
-
-OS__gtk_file_chooser_get_filter=flags=dynamic
-OS__gtk_file_chooser_get_filter_0=
-
-OS__gtk_file_chooser_set_current_folder=flags=dynamic
-OS__gtk_file_chooser_set_current_folder_0=
-OS__gtk_file_chooser_set_current_folder_1=
-
-OS__gtk_file_chooser_set_current_name=flags=dynamic
-OS__gtk_file_chooser_set_current_name_0=
-OS__gtk_file_chooser_set_current_name_1=
-
-OS__gtk_file_chooser_set_do_overwrite_confirmation=flags=dynamic
-OS__gtk_file_chooser_set_do_overwrite_confirmation_0=
-OS__gtk_file_chooser_set_do_overwrite_confirmation_1=
-
-OS__gtk_file_chooser_set_extra_widget=flags=dynamic
-OS__gtk_file_chooser_set_extra_widget_0=
-OS__gtk_file_chooser_set_extra_widget_1=
-
-OS__gtk_file_chooser_set_filename=flags=dynamic
-OS__gtk_file_chooser_set_filename_0=
-OS__gtk_file_chooser_set_filename_1=
-
-OS__gtk_file_chooser_set_filter=flags=dynamic
-OS__gtk_file_chooser_set_filter_0=
-OS__gtk_file_chooser_set_filter_1=
-
-OS__gtk_file_chooser_set_select_multiple=flags=dynamic
-OS__gtk_file_chooser_set_select_multiple_0=
-OS__gtk_file_chooser_set_select_multiple_1=
-
-OS__gtk_file_filter_add_pattern=flags=dynamic
-OS__gtk_file_filter_add_pattern_0=
-OS__gtk_file_filter_add_pattern_1=
-
-OS__gtk_file_filter_get_name=flags=dynamic
-OS__gtk_file_filter_get_name_0=
-
-OS__gtk_file_filter_new=flags=dynamic
-
-OS__gtk_file_filter_set_name=flags=dynamic
-OS__gtk_file_filter_set_name_0=
-OS__gtk_file_filter_set_name_1=
-
-OS__gtk_file_selection_get_filename=
-OS__gtk_file_selection_get_filename_0=cast=(GtkFileSelection *)
-
-OS__gtk_file_selection_get_selections=
-OS__gtk_file_selection_get_selections_0=cast=(GtkFileSelection *)
-
-OS__gtk_file_selection_hide_fileop_buttons=
-OS__gtk_file_selection_hide_fileop_buttons_0=cast=(GtkFileSelection *)
-
-OS__gtk_file_selection_new=
-OS__gtk_file_selection_new_0=cast=(const gchar *)
-
-OS__gtk_file_selection_set_filename=
-OS__gtk_file_selection_set_filename_0=cast=(GtkFileSelection *)
-OS__gtk_file_selection_set_filename_1=cast=(const gchar *)
-
-OS__gtk_file_selection_set_select_multiple=
-OS__gtk_file_selection_set_select_multiple_0=cast=(GtkFileSelection *)
-OS__gtk_file_selection_set_select_multiple_1=cast=(gboolean)
-
-OS__gtk_fixed_move=
-OS__gtk_fixed_move_0=cast=(GtkFixed *)
-OS__gtk_fixed_move_1=cast=(GtkWidget *)
-OS__gtk_fixed_move_2=cast=(gint)
-OS__gtk_fixed_move_3=cast=(gint)
-
-OS__gtk_fixed_new=
-
-OS__gtk_fixed_set_has_window=
-OS__gtk_fixed_set_has_window_0=cast=(GtkFixed *)
-OS__gtk_fixed_set_has_window_1=cast=(gboolean)
-
-OS__gtk_font_selection_dialog_get_font_name=
-OS__gtk_font_selection_dialog_get_font_name_0=cast=(GtkFontSelectionDialog *)
-
-OS__gtk_font_selection_dialog_new=
-OS__gtk_font_selection_dialog_new_0=cast=(const gchar *)
-
-OS__gtk_font_selection_dialog_set_font_name=
-OS__gtk_font_selection_dialog_set_font_name_0=cast=(GtkFontSelectionDialog *)
-OS__gtk_font_selection_dialog_set_font_name_1=cast=(const gchar *)
-
-OS__gtk_frame_get_label_widget=
-OS__gtk_frame_get_label_widget_0=cast=(GtkFrame *)
-
-OS__gtk_frame_new=
-OS__gtk_frame_new_0=cast=(const gchar *)
-
-OS__gtk_frame_set_label=
-OS__gtk_frame_set_label_0=cast=(GtkFrame *)
-OS__gtk_frame_set_label_1=cast=(const gchar *)
-
-OS__gtk_frame_set_label_widget=
-OS__gtk_frame_set_label_widget_0=cast=(GtkFrame *)
-OS__gtk_frame_set_label_widget_1=cast=(GtkWidget *)
-
-OS__gtk_frame_set_shadow_type=
-OS__gtk_frame_set_shadow_type_0=cast=(GtkFrame *)
-OS__gtk_frame_set_shadow_type_1=cast=(GtkShadowType)
-
-OS__gtk_get_current_event=
-
-OS__gtk_get_current_event_state=
-OS__gtk_get_current_event_state_0=cast=GdkModifierType*
-
-OS__gtk_get_current_event_time=
-
-OS__gtk_get_default_language=
-
-OS__gtk_get_event_widget=
-OS__gtk_get_event_widget_0=cast=GdkEvent *
-
-OS__gtk_grab_add=
-OS__gtk_grab_add_0=cast=GtkWidget *
-
-OS__gtk_grab_get_current=
-
-OS__gtk_grab_remove=
-OS__gtk_grab_remove_0=cast=(GtkWidget *)
-
-OS__gtk_hbox_new=
-OS__gtk_hbox_new_0=cast=(gboolean)
-OS__gtk_hbox_new_1=cast=(gint)
-
-OS__gtk_hscale_new=
-OS__gtk_hscale_new_0=cast=(GtkAdjustment *)
-
-OS__gtk_hscrollbar_new=
-OS__gtk_hscrollbar_new_0=cast=(GtkAdjustment *)
-
-OS__gtk_hseparator_new=
-
-OS__gtk_icon_factory_lookup_default=
-OS__gtk_icon_factory_lookup_default_0=cast=(const gchar *)
-
-OS__gtk_icon_set_render_icon=
-OS__gtk_icon_set_render_icon_0=cast=(GtkIconSet *)
-OS__gtk_icon_set_render_icon_1=cast=(GtkStyle *)
-OS__gtk_icon_set_render_icon_2=cast=GtkTextDirection)
-OS__gtk_icon_set_render_icon_3=cast=(GtkStateType)
-OS__gtk_icon_set_render_icon_4=cast=(GtkIconSize)
-OS__gtk_icon_set_render_icon_5=cast=(GtkWidget *)
-OS__gtk_icon_set_render_icon_6=cast=(const char *)
-
-OS__gtk_icon_source_free=
-OS__gtk_icon_source_free_0=cast=GtkIconSource *
-
-OS__gtk_icon_source_new=
-
-OS__gtk_icon_source_set_pixbuf=
-OS__gtk_icon_source_set_pixbuf_0=cast=GtkIconSource *
-OS__gtk_icon_source_set_pixbuf_1=cast=GdkPixbuf *
-
-OS__gtk_im_context_filter_keypress=
-OS__gtk_im_context_filter_keypress_0=cast=(GtkIMContext *)
-OS__gtk_im_context_filter_keypress_1=cast=(GdkEventKey *)
-
-OS__gtk_im_context_focus_in=
-OS__gtk_im_context_focus_in_0=cast=(GtkIMContext *)
-
-OS__gtk_im_context_focus_out=
-OS__gtk_im_context_focus_out_0=cast=(GtkIMContext *)
-
-OS__gtk_im_context_get_preedit_string=
-OS__gtk_im_context_get_preedit_string_0=cast=(GtkIMContext *)
-OS__gtk_im_context_get_preedit_string_1=cast=(gchar **)
-OS__gtk_im_context_get_preedit_string_2=cast=(PangoAttrList **)
-OS__gtk_im_context_get_preedit_string_3=cast=(gint *)
-
-OS__gtk_im_context_get_type=
-
-OS__gtk_im_context_reset=
-OS__gtk_im_context_reset_0=cast=(GtkIMContext *)
-
-OS__gtk_im_context_set_client_window=
-OS__gtk_im_context_set_client_window_0=cast=(GtkIMContext *)
-OS__gtk_im_context_set_client_window_1=cast=(GdkWindow *)
-
-OS__gtk_im_context_set_cursor_location=
-OS__gtk_im_context_set_cursor_location_0=cast=(GtkIMContext *)
-OS__gtk_im_context_set_cursor_location_1=cast=(GdkRectangle *),flags=no_out
-
-OS__gtk_im_multicontext_append_menuitems=
-OS__gtk_im_multicontext_append_menuitems_0=cast=(GtkIMMulticontext *)
-OS__gtk_im_multicontext_append_menuitems_1=cast=(GtkMenuShell *)
-
-OS__gtk_im_multicontext_new=
-
-OS__gtk_image_menu_item_new_with_label=
-OS__gtk_image_menu_item_new_with_label_0=cast=(const gchar *)
-
-OS__gtk_image_menu_item_set_image=
-OS__gtk_image_menu_item_set_image_0=cast=(GtkImageMenuItem *)
-OS__gtk_image_menu_item_set_image_1=cast=(GtkWidget *)
-
-OS__gtk_image_new=
-
-OS__gtk_image_new_from_pixbuf=
-OS__gtk_image_new_from_pixbuf_0=cast=GdkPixbuf *
-
-OS__gtk_image_new_from_pixmap=
-OS__gtk_image_new_from_pixmap_0=cast=(GdkPixmap *)
-OS__gtk_image_new_from_pixmap_1=cast=(GdkBitmap *)
-
-OS__gtk_image_set_from_pixbuf=
-OS__gtk_image_set_from_pixbuf_0=cast=(GtkImage *)
-OS__gtk_image_set_from_pixbuf_1=cast=(GdkPixbuf *)
-
-OS__gtk_image_set_from_pixmap=
-OS__gtk_image_set_from_pixmap_0=cast=(GtkImage *)
-OS__gtk_image_set_from_pixmap_1=cast=(GdkBitmap *)
-OS__gtk_image_set_from_pixmap_2=cast=(GdkBitmap *)
-
-OS__gtk_init_check=
-OS__gtk_init_check_0=cast=(int *)
-OS__gtk_init_check_1=cast=(char ***)
-
-OS__gtk_label_get_layout=
-OS__gtk_label_get_layout_0=cast=(GtkLabel *)
-
-OS__gtk_label_get_mnemonic_keyval=
-OS__gtk_label_get_mnemonic_keyval_0=cast=GtkLabel *
-
-OS__gtk_label_new=
-OS__gtk_label_new_0=cast=(const gchar *)
-
-OS__gtk_label_new_with_mnemonic=
-OS__gtk_label_new_with_mnemonic_0=cast=(const gchar *)
-
-OS__gtk_label_set_attributes=
-OS__gtk_label_set_attributes_0=cast=(GtkLabel *)
-OS__gtk_label_set_attributes_1=cast=(PangoAttrList *)
-
-OS__gtk_label_set_justify=
-OS__gtk_label_set_justify_0=cast=(GtkLabel *)
-OS__gtk_label_set_justify_1=cast=(GtkJustification)
-
-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_line_wrap_mode=flags=dynamic
-OS__gtk_label_set_line_wrap_mode_0=
-OS__gtk_label_set_line_wrap_mode_1=
-
-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_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=cast=(const gchar *)
-
-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 *)
-
-OS__gtk_list_store_clear=
-OS__gtk_list_store_clear_0=cast=(GtkListStore *)
-
-OS__gtk_list_store_insert=
-OS__gtk_list_store_insert_0=cast=(GtkListStore *)
-OS__gtk_list_store_insert_1=cast=(GtkTreeIter *)
-OS__gtk_list_store_insert_2=cast=(gint)
-
-OS__gtk_list_store_newv=
-OS__gtk_list_store_newv_0=cast=(gint)
-OS__gtk_list_store_newv_1=cast=(GType *)
-
-OS__gtk_list_store_remove=
-OS__gtk_list_store_remove_0=cast=(GtkListStore *)
-OS__gtk_list_store_remove_1=cast=(GtkTreeIter *)
-
-OS__1gtk_1list_1store_1set__IIIII=
-OS__1gtk_1list_1store_1set__IIIII_0=cast=(GtkListStore *)
-OS__1gtk_1list_1store_1set__IIIII_1=cast=(GtkTreeIter *)
-OS__1gtk_1list_1store_1set__IIIII_2=
-OS__1gtk_1list_1store_1set__IIIII_3=
-OS__1gtk_1list_1store_1set__IIIII_4=
-
-OS__1gtk_1list_1store_1set__IIIJI=
-OS__1gtk_1list_1store_1set__IIIJI_0=cast=(GtkListStore *)
-OS__1gtk_1list_1store_1set__IIIJI_1=cast=(GtkTreeIter *)
-OS__1gtk_1list_1store_1set__IIIJI_2=
-OS__1gtk_1list_1store_1set__IIIJI_3=
-OS__1gtk_1list_1store_1set__IIIJI_4=
-
-OS__1gtk_1list_1store_1set__IIILorg_eclipse_swt_internal_gtk_GdkColor_2I=
-OS__1gtk_1list_1store_1set__IIILorg_eclipse_swt_internal_gtk_GdkColor_2I_0=cast=(GtkListStore *)
-OS__1gtk_1list_1store_1set__IIILorg_eclipse_swt_internal_gtk_GdkColor_2I_1=cast=(GtkTreeIter *)
-OS__1gtk_1list_1store_1set__IIILorg_eclipse_swt_internal_gtk_GdkColor_2I_2=
-OS__1gtk_1list_1store_1set__IIILorg_eclipse_swt_internal_gtk_GdkColor_2I_3=flags=no_out
-OS__1gtk_1list_1store_1set__IIILorg_eclipse_swt_internal_gtk_GdkColor_2I_4=
-
-OS__1gtk_1list_1store_1set__IIIZI=
-OS__1gtk_1list_1store_1set__IIIZI_0=cast=(GtkListStore *)
-OS__1gtk_1list_1store_1set__IIIZI_1=cast=(GtkTreeIter *)
-OS__1gtk_1list_1store_1set__IIIZI_2=
-OS__1gtk_1list_1store_1set__IIIZI_3=
-OS__1gtk_1list_1store_1set__IIIZI_4=
-
-OS__1gtk_1list_1store_1set__III_3BI=
-OS__1gtk_1list_1store_1set__III_3BI_0=cast=(GtkListStore *)
-OS__1gtk_1list_1store_1set__III_3BI_1=cast=(GtkTreeIter *)
-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=
-OS__gtk_main_do_event_0=cast=(GdkEvent *)
-
-OS__gtk_main_iteration=
-
-OS__gtk_major_version=flags=const
-
-OS__gtk_menu_bar_new=
-
-OS__gtk_menu_item_get_submenu=
-OS__gtk_menu_item_get_submenu_0=cast=(GtkMenuItem *)
-
-OS__gtk_menu_item_remove_submenu=
-OS__gtk_menu_item_remove_submenu_0=cast=(GtkMenuItem *)
-
-OS__gtk_menu_item_set_submenu=
-OS__gtk_menu_item_set_submenu_0=cast=(GtkMenuItem *)
-OS__gtk_menu_item_set_submenu_1=cast=(GtkWidget *)
-
-OS__gtk_menu_new=
-
-OS__gtk_menu_popdown=
-OS__gtk_menu_popdown_0=cast=(GtkMenu *)
-
-OS__gtk_menu_popup=
-OS__gtk_menu_popup_0=cast=(GtkMenu *)
-OS__gtk_menu_popup_1=cast=(GtkWidget *)
-OS__gtk_menu_popup_2=cast=(GtkWidget *)
-OS__gtk_menu_popup_3=cast=(GtkMenuPositionFunc)
-OS__gtk_menu_popup_4=cast=(gpointer)
-OS__gtk_menu_popup_5=cast=(guint)
-OS__gtk_menu_popup_6=cast=(guint32)
-
-OS__gtk_menu_shell_deactivate=
-OS__gtk_menu_shell_deactivate_0=cast=(GtkMenuShell *)
-
-OS__gtk_menu_shell_insert=
-OS__gtk_menu_shell_insert_0=cast=(GtkMenuShell *)
-OS__gtk_menu_shell_insert_1=cast=(GtkWidget *)
-OS__gtk_menu_shell_insert_2=cast=(gint)
-
-OS__gtk_menu_shell_select_item=
-OS__gtk_menu_shell_select_item_0=cast=(GtkMenuShell *)
-OS__gtk_menu_shell_select_item_1=cast=(GtkWidget *)
-
-OS__gtk_menu_shell_set_take_focus=flags=dynamic
-OS__gtk_menu_shell_set_take_focus_0=cast=(GtkMenuShell *)
-OS__gtk_menu_shell_set_take_focus_1=cast=(gboolean)
-
-OS__gtk_message_dialog_new=
-OS__gtk_message_dialog_new_0=cast=(GtkWindow *)
-OS__gtk_message_dialog_new_1=cast=(GtkDialogFlags)
-OS__gtk_message_dialog_new_2=cast=(GtkMessageType)
-OS__gtk_message_dialog_new_3=cast=(GtkButtonsType)
-OS__gtk_message_dialog_new_4=cast=(const gchar *)
-
-OS__gtk_micro_version=flags=const
-
-OS__gtk_minor_version=flags=const
-
-OS__gtk_misc_set_alignment=
-OS__gtk_misc_set_alignment_0=cast=(GtkMisc *)
-OS__gtk_misc_set_alignment_1=cast=(gfloat)
-OS__gtk_misc_set_alignment_2=cast=(gfloat)
-
-OS__gtk_notebook_get_current_page=
-OS__gtk_notebook_get_current_page_0=cast=(GtkNotebook *)
-
-OS__gtk_notebook_get_scrollable=
-OS__gtk_notebook_get_scrollable_0=cast=(GtkNotebook *)
-
-OS__gtk_notebook_insert_page=
-OS__gtk_notebook_insert_page_0=cast=(GtkNotebook *)
-OS__gtk_notebook_insert_page_1=cast=(GtkWidget *)
-OS__gtk_notebook_insert_page_2=cast=(GtkWidget *)
-OS__gtk_notebook_insert_page_3=cast=(gint)
-
-OS__gtk_notebook_new=
-
-OS__gtk_notebook_next_page=
-OS__gtk_notebook_next_page_0=cast=(GtkNotebook *)
-
-OS__gtk_notebook_prev_page=
-OS__gtk_notebook_prev_page_0=cast=(GtkNotebook *)
-
-OS__gtk_notebook_remove_page=
-OS__gtk_notebook_remove_page_0=cast=(GtkNotebook *)
-OS__gtk_notebook_remove_page_1=cast=(gint)
-
-OS__gtk_notebook_set_current_page=
-OS__gtk_notebook_set_current_page_0=cast=(GtkNotebook *)
-OS__gtk_notebook_set_current_page_1=cast=(gint)
-
-OS__gtk_notebook_set_scrollable=
-OS__gtk_notebook_set_scrollable_0=cast=(GtkNotebook *)
-OS__gtk_notebook_set_scrollable_1=cast=(gboolean)
-
-OS__gtk_notebook_set_show_tabs=
-OS__gtk_notebook_set_show_tabs_0=cast=(GtkNotebook *)
-OS__gtk_notebook_set_show_tabs_1=cast=(gboolean)
-
-OS__gtk_notebook_set_tab_pos=
-OS__gtk_notebook_set_tab_pos_0=cast=(GtkNotebook *)
-OS__gtk_notebook_set_tab_pos_1=cast=(GtkPositionType)
-
-OS__gtk_object_sink=
-OS__gtk_object_sink_0=cast=(GtkObject *)
-
-OS__gtk_page_setup_get_bottom_margin=flags=dynamic
-OS__gtk_page_setup_get_bottom_margin_0=
-OS__gtk_page_setup_get_bottom_margin_1=
-
-OS__gtk_page_setup_get_left_margin=flags=dynamic
-OS__gtk_page_setup_get_left_margin_0=
-OS__gtk_page_setup_get_left_margin_1=
-
-OS__gtk_page_setup_get_orientation=flags=dynamic
-OS__gtk_page_setup_get_orientation_0=
-
-OS__gtk_page_setup_get_page_height=flags=dynamic
-OS__gtk_page_setup_get_page_height_0=
-OS__gtk_page_setup_get_page_height_1=
-
-OS__gtk_page_setup_get_page_width=flags=dynamic
-OS__gtk_page_setup_get_page_width_0=
-OS__gtk_page_setup_get_page_width_1=
-
-OS__gtk_page_setup_get_paper_height=flags=dynamic
-OS__gtk_page_setup_get_paper_height_0=
-OS__gtk_page_setup_get_paper_height_1=
-
-OS__gtk_page_setup_get_paper_size=flags=dynamic
-OS__gtk_page_setup_get_paper_size_0=
-
-OS__gtk_page_setup_get_paper_width=flags=dynamic
-OS__gtk_page_setup_get_paper_width_0=
-OS__gtk_page_setup_get_paper_width_1=
-
-OS__gtk_page_setup_get_right_margin=flags=dynamic
-OS__gtk_page_setup_get_right_margin_0=
-OS__gtk_page_setup_get_right_margin_1=
-
-OS__gtk_page_setup_get_top_margin=flags=dynamic
-OS__gtk_page_setup_get_top_margin_0=
-OS__gtk_page_setup_get_top_margin_1=
-
-OS__gtk_page_setup_new=flags=dynamic
-
-OS__gtk_page_setup_set_bottom_margin=flags=dynamic
-OS__gtk_page_setup_set_bottom_margin_0=
-OS__gtk_page_setup_set_bottom_margin_1=
-OS__gtk_page_setup_set_bottom_margin_2=
-
-OS__gtk_page_setup_set_left_margin=flags=dynamic
-OS__gtk_page_setup_set_left_margin_0=
-OS__gtk_page_setup_set_left_margin_1=
-OS__gtk_page_setup_set_left_margin_2=
-
-OS__gtk_page_setup_set_orientation=flags=dynamic
-OS__gtk_page_setup_set_orientation_0=
-OS__gtk_page_setup_set_orientation_1=
-
-OS__gtk_page_setup_set_paper_size=flags=dynamic
-OS__gtk_page_setup_set_paper_size_0=
-OS__gtk_page_setup_set_paper_size_1=
-
-OS__gtk_page_setup_set_right_margin=flags=dynamic
-OS__gtk_page_setup_set_right_margin_0=
-OS__gtk_page_setup_set_right_margin_1=
-OS__gtk_page_setup_set_right_margin_2=
-
-OS__gtk_page_setup_set_top_margin=flags=dynamic
-OS__gtk_page_setup_set_top_margin_0=
-OS__gtk_page_setup_set_top_margin_1=
-OS__gtk_page_setup_set_top_margin_2=
-
-OS__gtk_paint_arrow=
-OS__gtk_paint_arrow_0=cast=(GtkStyle *)
-OS__gtk_paint_arrow_1=cast=(GdkWindow *)
-OS__gtk_paint_arrow_2=
-OS__gtk_paint_arrow_3=
-OS__gtk_paint_arrow_4=
-OS__gtk_paint_arrow_5=cast=(GtkWidget *)
-OS__gtk_paint_arrow_6=cast=(const gchar *)
-OS__gtk_paint_arrow_7=
-OS__gtk_paint_arrow_8=
-OS__gtk_paint_arrow_9=
-OS__gtk_paint_arrow_10=
-OS__gtk_paint_arrow_11=
-OS__gtk_paint_arrow_12=
-
-OS__gtk_paint_box=
-OS__gtk_paint_box_0=cast=(GtkStyle *)
-OS__gtk_paint_box_1=cast=(GdkWindow *)
-OS__gtk_paint_box_2=
-OS__gtk_paint_box_3=
-OS__gtk_paint_box_4=
-OS__gtk_paint_box_5=cast=(GtkWidget *)
-OS__gtk_paint_box_6=cast=(const gchar *)
-OS__gtk_paint_box_7=
-OS__gtk_paint_box_8=
-OS__gtk_paint_box_9=
-OS__gtk_paint_box_10=
-
-OS__gtk_paint_box_gap=
-OS__gtk_paint_box_gap_0=cast=(GtkStyle *)
-OS__gtk_paint_box_gap_1=cast=(GdkWindow *)
-OS__gtk_paint_box_gap_2=
-OS__gtk_paint_box_gap_3=
-OS__gtk_paint_box_gap_4=
-OS__gtk_paint_box_gap_5=cast=(GtkWidget *)
-OS__gtk_paint_box_gap_6=cast=(gchar *)
-OS__gtk_paint_box_gap_7=
-OS__gtk_paint_box_gap_8=
-OS__gtk_paint_box_gap_9=
-OS__gtk_paint_box_gap_10=
-OS__gtk_paint_box_gap_11=
-OS__gtk_paint_box_gap_12=
-OS__gtk_paint_box_gap_13=
-
-OS__gtk_paint_check=
-OS__gtk_paint_check_0=cast=(GtkStyle *)
-OS__gtk_paint_check_1=cast=(GdkWindow *)
-OS__gtk_paint_check_2=
-OS__gtk_paint_check_3=
-OS__gtk_paint_check_4=
-OS__gtk_paint_check_5=cast=(GtkWidget *)
-OS__gtk_paint_check_6=cast=(const gchar *)
-OS__gtk_paint_check_7=
-OS__gtk_paint_check_8=
-OS__gtk_paint_check_9=
-OS__gtk_paint_check_10=
-
-OS__gtk_paint_expander=
-OS__gtk_paint_expander_0=cast=(GtkStyle *)
-OS__gtk_paint_expander_1=cast=(GdkWindow *)
-OS__gtk_paint_expander_2=
-OS__gtk_paint_expander_3=
-OS__gtk_paint_expander_4=cast=(GtkWidget *)
-OS__gtk_paint_expander_5=cast=(const gchar *)
-OS__gtk_paint_expander_6=
-OS__gtk_paint_expander_7=
-OS__gtk_paint_expander_8=
-
-OS__gtk_paint_extension=
-OS__gtk_paint_extension_0=cast=(GtkStyle *)
-OS__gtk_paint_extension_1=cast=(GdkWindow *)
-OS__gtk_paint_extension_2=
-OS__gtk_paint_extension_3=
-OS__gtk_paint_extension_4=
-OS__gtk_paint_extension_5=cast=(GtkWidget *)
-OS__gtk_paint_extension_6=cast=(gchar *)
-OS__gtk_paint_extension_7=
-OS__gtk_paint_extension_8=
-OS__gtk_paint_extension_9=
-OS__gtk_paint_extension_10=
-OS__gtk_paint_extension_11=
-
-OS__gtk_paint_flat_box=
-OS__gtk_paint_flat_box_0=cast=(GtkStyle *)
-OS__gtk_paint_flat_box_1=cast=(GdkWindow *)
-OS__gtk_paint_flat_box_2=
-OS__gtk_paint_flat_box_3=
-OS__gtk_paint_flat_box_4=
-OS__gtk_paint_flat_box_5=cast=(GtkWidget *)
-OS__gtk_paint_flat_box_6=cast=(const gchar *)
-OS__gtk_paint_flat_box_7=
-OS__gtk_paint_flat_box_8=
-OS__gtk_paint_flat_box_9=
-OS__gtk_paint_flat_box_10=
-
-OS__gtk_paint_focus=
-OS__gtk_paint_focus_0=cast=(GtkStyle *)
-OS__gtk_paint_focus_1=cast=(GdkWindow *)
-OS__gtk_paint_focus_2=
-OS__gtk_paint_focus_3=flags=no_out
-OS__gtk_paint_focus_4=cast=(GtkWidget *)
-OS__gtk_paint_focus_5=cast=(const gchar *)
-OS__gtk_paint_focus_6=
-OS__gtk_paint_focus_7=
-OS__gtk_paint_focus_8=
-OS__gtk_paint_focus_9=
-
-OS__gtk_paint_handle=
-OS__gtk_paint_handle_0=cast=GtkStyle *
-OS__gtk_paint_handle_1=cast=GdkWindow *
-OS__gtk_paint_handle_2=
-OS__gtk_paint_handle_3=
-OS__gtk_paint_handle_4=flags=no_out
-OS__gtk_paint_handle_5=cast=(GtkWidget *)
-OS__gtk_paint_handle_6=cast=(const gchar *)
-OS__gtk_paint_handle_7=
-OS__gtk_paint_handle_8=
-OS__gtk_paint_handle_9=
-OS__gtk_paint_handle_10=
-OS__gtk_paint_handle_11=
-
-OS__gtk_paint_hline=
-OS__gtk_paint_hline_0=cast=(GtkStyle *)
-OS__gtk_paint_hline_1=cast=(GdkWindow *)
-OS__gtk_paint_hline_2=
-OS__gtk_paint_hline_3=
-OS__gtk_paint_hline_4=cast=(GtkWidget *)
-OS__gtk_paint_hline_5=cast=(const gchar *)
-OS__gtk_paint_hline_6=
-OS__gtk_paint_hline_7=
-OS__gtk_paint_hline_8=
-
-OS__gtk_paint_layout=
-OS__gtk_paint_layout_0=cast=(GtkStyle *)
-OS__gtk_paint_layout_1=cast=(GdkWindow *)
-OS__gtk_paint_layout_2=
-OS__gtk_paint_layout_3=
-OS__gtk_paint_layout_4=
-OS__gtk_paint_layout_5=cast=(GtkWidget *)
-OS__gtk_paint_layout_6=cast=(const gchar *)
-OS__gtk_paint_layout_7=
-OS__gtk_paint_layout_8=
-OS__gtk_paint_layout_9=cast=PangoLayout *
-
-OS__gtk_paint_option=
-OS__gtk_paint_option_0=cast=(GtkStyle *)
-OS__gtk_paint_option_1=cast=(GdkWindow *)
-OS__gtk_paint_option_2=
-OS__gtk_paint_option_3=
-OS__gtk_paint_option_4=
-OS__gtk_paint_option_5=cast=GtkWidget *
-OS__gtk_paint_option_6=cast=(const gchar *)
-OS__gtk_paint_option_7=
-OS__gtk_paint_option_8=
-OS__gtk_paint_option_9=
-OS__gtk_paint_option_10=
-
-OS__gtk_paint_shadow=
-OS__gtk_paint_shadow_0=cast=(GtkStyle *)
-OS__gtk_paint_shadow_1=cast=(GdkWindow *)
-OS__gtk_paint_shadow_2=
-OS__gtk_paint_shadow_3=
-OS__gtk_paint_shadow_4=
-OS__gtk_paint_shadow_5=cast=(GtkWidget *)
-OS__gtk_paint_shadow_6=cast=(gchar *)
-OS__gtk_paint_shadow_7=
-OS__gtk_paint_shadow_8=
-OS__gtk_paint_shadow_9=
-OS__gtk_paint_shadow_10=
-
-OS__gtk_paint_shadow_gap=
-OS__gtk_paint_shadow_gap_0=cast=(GtkStyle *)
-OS__gtk_paint_shadow_gap_1=cast=(GdkWindow *)
-OS__gtk_paint_shadow_gap_2=
-OS__gtk_paint_shadow_gap_3=
-OS__gtk_paint_shadow_gap_4=
-OS__gtk_paint_shadow_gap_5=cast=(GtkWidget *)
-OS__gtk_paint_shadow_gap_6=cast=(gchar *)
-OS__gtk_paint_shadow_gap_7=
-OS__gtk_paint_shadow_gap_8=
-OS__gtk_paint_shadow_gap_9=
-OS__gtk_paint_shadow_gap_10=
-OS__gtk_paint_shadow_gap_11=
-OS__gtk_paint_shadow_gap_12=
-OS__gtk_paint_shadow_gap_13=
-
-OS__gtk_paint_slider=
-OS__gtk_paint_slider_0=cast=(GtkStyle *)
-OS__gtk_paint_slider_1=cast=(GdkWindow *)
-OS__gtk_paint_slider_2=
-OS__gtk_paint_slider_3=
-OS__gtk_paint_slider_4=
-OS__gtk_paint_slider_5=cast=(GtkWidget *)
-OS__gtk_paint_slider_6=cast=(const gchar *)
-OS__gtk_paint_slider_7=
-OS__gtk_paint_slider_8=
-OS__gtk_paint_slider_9=
-OS__gtk_paint_slider_10=
-OS__gtk_paint_slider_11=
-
-OS__gtk_paint_tab=
-OS__gtk_paint_tab_0=cast=(GtkStyle *)
-OS__gtk_paint_tab_1=cast=(GdkWindow *)
-OS__gtk_paint_tab_2=
-OS__gtk_paint_tab_3=
-OS__gtk_paint_tab_4=
-OS__gtk_paint_tab_5=cast=(GtkWidget *)
-OS__gtk_paint_tab_6=cast=(const gchar *)
-OS__gtk_paint_tab_7=
-OS__gtk_paint_tab_8=
-OS__gtk_paint_tab_9=
-OS__gtk_paint_tab_10=
-
-OS__gtk_paint_vline=
-OS__gtk_paint_vline_0=cast=(GtkStyle *)
-OS__gtk_paint_vline_1=cast=(GdkWindow *)
-OS__gtk_paint_vline_2=
-OS__gtk_paint_vline_3=
-OS__gtk_paint_vline_4=cast=(GtkWidget *)
-OS__gtk_paint_vline_5=cast=(const gchar *)
-OS__gtk_paint_vline_6=
-OS__gtk_paint_vline_7=
-OS__gtk_paint_vline_8=
-
-OS__gtk_paper_size_free=flags=dynamic
-OS__gtk_paper_size_free_0=
-
-OS__gtk_paper_size_get_display_name=flags=dynamic
-OS__gtk_paper_size_get_display_name_0=
-
-OS__gtk_paper_size_get_height=flags=dynamic
-OS__gtk_paper_size_get_height_0=
-OS__gtk_paper_size_get_height_1=
-
-OS__gtk_paper_size_get_name=flags=dynamic
-OS__gtk_paper_size_get_name_0=
-
-OS__gtk_paper_size_get_ppd_name=flags=dynamic
-OS__gtk_paper_size_get_ppd_name_0=
-
-OS__gtk_paper_size_get_width=flags=dynamic
-OS__gtk_paper_size_get_width_0=
-OS__gtk_paper_size_get_width_1=
-
-OS__gtk_paper_size_is_custom=flags=dynamic
-OS__gtk_paper_size_is_custom_0=
-
-OS__gtk_paper_size_new=flags=dynamic
-OS__gtk_paper_size_new_0=
-
-OS__gtk_paper_size_new_custom=flags=dynamic
-OS__gtk_paper_size_new_custom_0=
-OS__gtk_paper_size_new_custom_1=
-OS__gtk_paper_size_new_custom_2=
-OS__gtk_paper_size_new_custom_3=
-OS__gtk_paper_size_new_custom_4=
-
-OS__gtk_paper_size_new_from_ppd=flags=dynamic
-OS__gtk_paper_size_new_from_ppd_0=
-OS__gtk_paper_size_new_from_ppd_1=
-OS__gtk_paper_size_new_from_ppd_2=
-OS__gtk_paper_size_new_from_ppd_3=
-
-OS__gtk_plug_get_id=
-OS__gtk_plug_get_id_0=cast=(GtkPlug *)
-
-OS__gtk_plug_new=
-OS__gtk_plug_new_0=
-
-OS__gtk_print_job_get_printer=flags=dynamic
-OS__gtk_print_job_get_printer_0=
-
-OS__gtk_print_job_get_settings=flags=dynamic
-OS__gtk_print_job_get_settings_0=
-
-OS__gtk_print_job_get_status=flags=dynamic
-OS__gtk_print_job_get_status_0=
-
-OS__gtk_print_job_get_surface=flags=dynamic
-OS__gtk_print_job_get_surface_0=
-OS__gtk_print_job_get_surface_1=cast=GError **
-
-OS__gtk_print_job_get_title=flags=dynamic
-OS__gtk_print_job_get_title_0=
-
-OS__gtk_print_job_new=flags=dynamic
-OS__gtk_print_job_new_0=cast=const gchar *
-OS__gtk_print_job_new_1=
-OS__gtk_print_job_new_2=
-OS__gtk_print_job_new_3=
-
-OS__gtk_print_job_send=flags=dynamic
-OS__gtk_print_job_send_0=
-OS__gtk_print_job_send_1=
-OS__gtk_print_job_send_2=cast=gpointer
-OS__gtk_print_job_send_3=cast=GDestroyNotify
-
-OS__gtk_print_job_set_source_file=flags=dynamic
-OS__gtk_print_job_set_source_file_0=
-OS__gtk_print_job_set_source_file_1=cast=const gchar *
-OS__gtk_print_job_set_source_file_2=cast=GError **
-
-OS__gtk_print_settings_foreach=flags=dynamic
-OS__gtk_print_settings_foreach_0=
-OS__gtk_print_settings_foreach_1=
-OS__gtk_print_settings_foreach_2=cast=(gpointer)
-
-OS__gtk_print_settings_get=flags=dynamic
-OS__gtk_print_settings_get_0=
-OS__gtk_print_settings_get_1=cast=(const gchar *)
-
-OS__gtk_print_settings_get_collate=flags=dynamic
-OS__gtk_print_settings_get_collate_0=
-
-OS__gtk_print_settings_get_n_copies=flags=dynamic
-OS__gtk_print_settings_get_n_copies_0=
-
-OS__gtk_print_settings_get_orientation=flags=dynamic
-OS__gtk_print_settings_get_orientation_0=
-
-OS__gtk_print_settings_get_page_ranges=flags=dynamic
-OS__gtk_print_settings_get_page_ranges_0=
-OS__gtk_print_settings_get_page_ranges_1=cast=(gint *)
-
-OS__gtk_print_settings_get_paper_height=flags=dynamic
-OS__gtk_print_settings_get_paper_height_0=
-OS__gtk_print_settings_get_paper_height_1=
-
-OS__gtk_print_settings_get_paper_width=flags=dynamic
-OS__gtk_print_settings_get_paper_width_0=
-OS__gtk_print_settings_get_paper_width_1=
-
-OS__gtk_print_settings_get_print_pages=flags=dynamic
-OS__gtk_print_settings_get_print_pages_0=
-
-OS__gtk_print_settings_get_printer=flags=dynamic
-OS__gtk_print_settings_get_printer_0=
-
-OS__gtk_print_settings_get_resolution=flags=dynamic
-OS__gtk_print_settings_get_resolution_0=
-
-OS__gtk_print_settings_new=flags=dynamic
-
-OS__gtk_print_settings_set=flags=dynamic
-OS__gtk_print_settings_set_0=
-OS__gtk_print_settings_set_1=cast=(const gchar *)
-OS__gtk_print_settings_set_2=cast=(const gchar *)
-
-OS__gtk_print_settings_set_collate=flags=dynamic
-OS__gtk_print_settings_set_collate_0=
-OS__gtk_print_settings_set_collate_1=cast=(gboolean)
-
-OS__gtk_print_settings_set_n_copies=flags=dynamic
-OS__gtk_print_settings_set_n_copies_0=
-OS__gtk_print_settings_set_n_copies_1=cast=(gint)
-
-OS__gtk_print_settings_set_orientation=flags=dynamic
-OS__gtk_print_settings_set_orientation_0=
-OS__gtk_print_settings_set_orientation_1=
-
-OS__gtk_print_settings_set_page_ranges=flags=dynamic
-OS__gtk_print_settings_set_page_ranges_0=
-OS__gtk_print_settings_set_page_ranges_1=
-OS__gtk_print_settings_set_page_ranges_2=cast=(gint)
-
-OS__gtk_print_settings_set_print_pages=flags=dynamic
-OS__gtk_print_settings_set_print_pages_0=
-OS__gtk_print_settings_set_print_pages_1=
-
-OS__gtk_print_settings_set_printer=flags=dynamic
-OS__gtk_print_settings_set_printer_0=
-OS__gtk_print_settings_set_printer_1=
-
-OS__gtk_print_unix_dialog_get_current_page=flags=dynamic
-OS__gtk_print_unix_dialog_get_current_page_0=
-
-OS__gtk_print_unix_dialog_get_page_setup=flags=dynamic
-OS__gtk_print_unix_dialog_get_page_setup_0=
-
-OS__gtk_print_unix_dialog_get_selected_printer=flags=dynamic
-OS__gtk_print_unix_dialog_get_selected_printer_0=
-
-OS__gtk_print_unix_dialog_get_settings=flags=dynamic
-OS__gtk_print_unix_dialog_get_settings_0=
-
-OS__gtk_print_unix_dialog_new=flags=dynamic
-OS__gtk_print_unix_dialog_new_0=cast=const gchar *
-OS__gtk_print_unix_dialog_new_1=cast=GtkWindow *
-
-OS__gtk_print_unix_dialog_set_current_page=flags=dynamic
-OS__gtk_print_unix_dialog_set_current_page_0=
-OS__gtk_print_unix_dialog_set_current_page_1=cast=gint
-
-OS__gtk_print_unix_dialog_set_manual_capabilities=flags=dynamic
-OS__gtk_print_unix_dialog_set_manual_capabilities_0=
-OS__gtk_print_unix_dialog_set_manual_capabilities_1=
-
-OS__gtk_print_unix_dialog_set_page_setup=flags=dynamic
-OS__gtk_print_unix_dialog_set_page_setup_0=
-OS__gtk_print_unix_dialog_set_page_setup_1=
-
-OS__gtk_print_unix_dialog_set_settings=flags=dynamic
-OS__gtk_print_unix_dialog_set_settings_0=
-OS__gtk_print_unix_dialog_set_settings_1=
-
-OS__gtk_printer_get_backend=flags=dynamic
-OS__gtk_printer_get_backend_0=
-
-OS__gtk_printer_get_name=flags=dynamic
-OS__gtk_printer_get_name_0=
-
-OS__gtk_printer_is_default=flags=dynamic
-OS__gtk_printer_is_default_0=
-
-OS__gtk_progress_bar_new=
-
-OS__gtk_progress_bar_pulse=
-OS__gtk_progress_bar_pulse_0=cast=(GtkProgressBar *)
-
-OS__gtk_progress_bar_set_fraction=
-OS__gtk_progress_bar_set_fraction_0=cast=(GtkProgressBar *)
-OS__gtk_progress_bar_set_fraction_1=cast=(gdouble)
-
-OS__gtk_progress_bar_set_orientation=
-OS__gtk_progress_bar_set_orientation_0=cast=(GtkProgressBar *)
-OS__gtk_progress_bar_set_orientation_1=cast=(GtkProgressBarOrientation)
-
-OS__gtk_radio_button_get_group=
-OS__gtk_radio_button_get_group_0=cast=(GtkRadioButton *)
-
-OS__gtk_radio_button_new=
-OS__gtk_radio_button_new_0=cast=(GSList *)
-
-OS__gtk_radio_menu_item_get_group=
-OS__gtk_radio_menu_item_get_group_0=cast=GtkRadioMenuItem *
-
-OS__gtk_radio_menu_item_new=
-OS__gtk_radio_menu_item_new_0=cast=(GSList *)
-
-OS__gtk_radio_menu_item_new_with_label=
-OS__gtk_radio_menu_item_new_with_label_0=cast=(GSList *)
-OS__gtk_radio_menu_item_new_with_label_1=cast=(const gchar *)
-
-OS__gtk_range_get_adjustment=
-OS__gtk_range_get_adjustment_0=cast=(GtkRange *)
-
-OS__gtk_range_set_increments=
-OS__gtk_range_set_increments_0=cast=(GtkRange *)
-OS__gtk_range_set_increments_1=
-OS__gtk_range_set_increments_2=
-
-OS__gtk_range_set_inverted=
-OS__gtk_range_set_inverted_0=cast=(GtkRange *)
-OS__gtk_range_set_inverted_1=
-
-OS__gtk_range_set_range=
-OS__gtk_range_set_range_0=cast=(GtkRange *)
-OS__gtk_range_set_range_1=
-OS__gtk_range_set_range_2=
-
-OS__gtk_range_set_value=
-OS__gtk_range_set_value_0=cast=(GtkRange *)
-OS__gtk_range_set_value_1=
-
-OS__gtk_rc_parse_string=
-OS__gtk_rc_parse_string_0=cast=(const gchar *)
-
-OS__gtk_rc_style_get_bg_pixmap_name=
-OS__gtk_rc_style_get_bg_pixmap_name_0=cast=(GtkRcStyle *)
-OS__gtk_rc_style_get_bg_pixmap_name_1=
-
-OS__gtk_rc_style_get_color_flags=
-OS__gtk_rc_style_get_color_flags_0=cast=(GtkRcStyle *)
-OS__gtk_rc_style_get_color_flags_1=
-
-OS__gtk_rc_style_set_bg=
-OS__gtk_rc_style_set_bg_0=cast=(GtkRcStyle *)
-OS__gtk_rc_style_set_bg_1=
-OS__gtk_rc_style_set_bg_2=flags=no_out
-
-OS__gtk_rc_style_set_bg_pixmap_name=
-OS__gtk_rc_style_set_bg_pixmap_name_0=cast=(GtkRcStyle *)
-OS__gtk_rc_style_set_bg_pixmap_name_1=
-OS__gtk_rc_style_set_bg_pixmap_name_2=cast=(char *)
-
-OS__gtk_rc_style_set_color_flags=
-OS__gtk_rc_style_set_color_flags_0=cast=(GtkRcStyle *)
-OS__gtk_rc_style_set_color_flags_1=
-OS__gtk_rc_style_set_color_flags_2=
-
-OS__gtk_rc_style_set_fg=
-OS__gtk_rc_style_set_fg_0=cast=(GtkRcStyle *)
-OS__gtk_rc_style_set_fg_1=
-OS__gtk_rc_style_set_fg_2=flags=no_out
-
-OS__gtk_rc_style_set_text=
-OS__gtk_rc_style_set_text_0=cast=(GtkRcStyle *)
-OS__gtk_rc_style_set_text_1=
-OS__gtk_rc_style_set_text_2=flags=no_out
-
-OS__gtk_scale_set_digits=
-OS__gtk_scale_set_digits_0=cast=(GtkScale *)
-OS__gtk_scale_set_digits_1=cast=(gint)
-
-OS__gtk_scale_set_draw_value=
-OS__gtk_scale_set_draw_value_0=cast=(GtkScale *)
-OS__gtk_scale_set_draw_value_1=cast=(gboolean)
-
-OS__gtk_scrolled_window_add_with_viewport=
-OS__gtk_scrolled_window_add_with_viewport_0=cast=GtkScrolledWindow *
-OS__gtk_scrolled_window_add_with_viewport_1=cast=GtkWidget *
-
-OS__gtk_scrolled_window_get_hadjustment=
-OS__gtk_scrolled_window_get_hadjustment_0=cast=(GtkScrolledWindow *)
-
-OS__gtk_scrolled_window_get_policy=
-OS__gtk_scrolled_window_get_policy_0=cast=(GtkScrolledWindow *)
-OS__gtk_scrolled_window_get_policy_1=cast=(GtkPolicyType *)
-OS__gtk_scrolled_window_get_policy_2=cast=(GtkPolicyType *)
-
-OS__gtk_scrolled_window_get_shadow_type=
-OS__gtk_scrolled_window_get_shadow_type_0=cast=(GtkScrolledWindow *)
-
-OS__gtk_scrolled_window_get_vadjustment=
-OS__gtk_scrolled_window_get_vadjustment_0=cast=(GtkScrolledWindow *)
-
-OS__gtk_scrolled_window_new=
-OS__gtk_scrolled_window_new_0=cast=(GtkAdjustment *)
-OS__gtk_scrolled_window_new_1=cast=(GtkAdjustment *)
-
-OS__gtk_scrolled_window_set_placement=
-OS__gtk_scrolled_window_set_placement_0=cast=(GtkScrolledWindow *)
-OS__gtk_scrolled_window_set_placement_1=cast=(GtkCornerType)
-
-OS__gtk_scrolled_window_set_policy=
-OS__gtk_scrolled_window_set_policy_0=cast=(GtkScrolledWindow *)
-OS__gtk_scrolled_window_set_policy_1=cast=(GtkPolicyType)
-OS__gtk_scrolled_window_set_policy_2=cast=(GtkPolicyType)
-
-OS__gtk_scrolled_window_set_shadow_type=
-OS__gtk_scrolled_window_set_shadow_type_0=cast=(GtkScrolledWindow *)
-OS__gtk_scrolled_window_set_shadow_type_1=cast=(GtkShadowType)
-
-OS__gtk_selection_data_free=
-OS__gtk_selection_data_free_0=cast=(GtkSelectionData *)
-
-OS__gtk_selection_data_set=
-OS__gtk_selection_data_set_0=cast=(GtkSelectionData *)
-OS__gtk_selection_data_set_1=cast=(GdkAtom)
-OS__gtk_selection_data_set_2=cast=(gint)
-OS__gtk_selection_data_set_3=cast=(const guchar *)
-OS__gtk_selection_data_set_4=cast=(gint)
-
-OS__gtk_separator_menu_item_new=
-
-OS__gtk_set_locale=
-
-OS__gtk_settings_get_default=
-
-OS__gtk_socket_get_id=
-OS__gtk_socket_get_id_0=cast=GtkSocket *
-
-OS__gtk_socket_new=
-
-OS__gtk_spin_button_get_adjustment=
-OS__gtk_spin_button_get_adjustment_0=cast=GtkSpinButton*
-
-OS__gtk_spin_button_get_digits=
-OS__gtk_spin_button_get_digits_0=cast=GtkSpinButton*
-
-OS__gtk_spin_button_new=
-OS__gtk_spin_button_new_0=cast=GtkAdjustment *
-OS__gtk_spin_button_new_1=
-OS__gtk_spin_button_new_2=
-
-OS__gtk_spin_button_set_digits=
-OS__gtk_spin_button_set_digits_0=cast=GtkSpinButton*
-OS__gtk_spin_button_set_digits_1=
-
-OS__gtk_spin_button_set_increments=
-OS__gtk_spin_button_set_increments_0=cast=GtkSpinButton*
-OS__gtk_spin_button_set_increments_1=
-OS__gtk_spin_button_set_increments_2=
-
-OS__gtk_spin_button_set_range=
-OS__gtk_spin_button_set_range_0=cast=GtkSpinButton*
-OS__gtk_spin_button_set_range_1=
-OS__gtk_spin_button_set_range_2=
-
-OS__gtk_spin_button_set_value=
-OS__gtk_spin_button_set_value_0=cast=(GtkSpinButton*)
-OS__gtk_spin_button_set_value_1=
-
-OS__gtk_spin_button_set_wrap=
-OS__gtk_spin_button_set_wrap_0=cast=(GtkSpinButton*)
-OS__gtk_spin_button_set_wrap_1=
-
-OS__gtk_spin_button_update=
-OS__gtk_spin_button_update_0=cast=(GtkSpinButton*)
-
-OS__gtk_style_get_base=
-OS__gtk_style_get_base_0=cast=(GtkStyle *)
-OS__gtk_style_get_base_1=
-OS__gtk_style_get_base_2=flags=no_in
-
-OS__gtk_style_get_bg=
-OS__gtk_style_get_bg_0=cast=(GtkStyle *)
-OS__gtk_style_get_bg_1=
-OS__gtk_style_get_bg_2=flags=no_in
-
-OS__gtk_style_get_bg_gc=
-OS__gtk_style_get_bg_gc_0=cast=(GtkStyle *)
-OS__gtk_style_get_bg_gc_1=
-OS__gtk_style_get_bg_gc_2=cast=(GdkGC **),flags=no_in
-
-OS__gtk_style_get_black=
-OS__gtk_style_get_black_0=cast=(GtkStyle *)
-OS__gtk_style_get_black_1=flags=no_in
-
-OS__gtk_style_get_black_gc=
-OS__gtk_style_get_black_gc_0=cast=(GtkStyle *)
-OS__gtk_style_get_black_gc_1=cast=(GdkGC **),flags=no_in
-
-OS__gtk_style_get_dark=
-OS__gtk_style_get_dark_0=cast=(GtkStyle *)
-OS__gtk_style_get_dark_1=
-OS__gtk_style_get_dark_2=flags=no_in
-
-OS__gtk_style_get_dark_gc=
-OS__gtk_style_get_dark_gc_0=cast=(GtkStyle *)
-OS__gtk_style_get_dark_gc_1=
-OS__gtk_style_get_dark_gc_2=cast=(GdkGC **),flags=no_in
-
-OS__gtk_style_get_fg=
-OS__gtk_style_get_fg_0=cast=(GtkStyle *)
-OS__gtk_style_get_fg_1=
-OS__gtk_style_get_fg_2=flags=no_in
-
-OS__gtk_style_get_fg_gc=
-OS__gtk_style_get_fg_gc_0=cast=(GtkStyle *)
-OS__gtk_style_get_fg_gc_1=
-OS__gtk_style_get_fg_gc_2=cast=(GdkGC **),flags=no_in
-
-OS__gtk_style_get_font_desc=
-OS__gtk_style_get_font_desc_0=cast=(GtkStyle *)
-
-OS__gtk_style_get_light=
-OS__gtk_style_get_light_0=cast=(GtkStyle *)
-OS__gtk_style_get_light_1=
-OS__gtk_style_get_light_2=flags=no_in
-
-OS__gtk_style_get_light_gc=
-OS__gtk_style_get_light_gc_0=cast=(GtkStyle *)
-OS__gtk_style_get_light_gc_1=
-OS__gtk_style_get_light_gc_2=cast=(GdkGC **)
-
-OS__gtk_style_get_mid_gc=
-OS__gtk_style_get_mid_gc_0=cast=(GtkStyle *)
-OS__gtk_style_get_mid_gc_1=
-OS__gtk_style_get_mid_gc_2=cast=(GdkGC **)
-
-OS__gtk_style_get_text=
-OS__gtk_style_get_text_0=cast=(GtkStyle *)
-OS__gtk_style_get_text_1=
-OS__gtk_style_get_text_2=flags=no_in
-
-OS__gtk_style_get_text_aa_gc=
-OS__gtk_style_get_text_aa_gc_0=cast=(GtkStyle *)
-OS__gtk_style_get_text_aa_gc_1=
-OS__gtk_style_get_text_aa_gc_2=cast=(GdkGC **)
-
-OS__gtk_style_get_text_gc=
-OS__gtk_style_get_text_gc_0=cast=(GtkStyle *)
-OS__gtk_style_get_text_gc_1=
-OS__gtk_style_get_text_gc_2=cast=(GdkGC **)
-
-OS__gtk_style_get_white_gc=
-OS__gtk_style_get_white_gc_0=cast=(GtkStyle *)
-OS__gtk_style_get_white_gc_1=cast=(GdkGC **)
-
-OS__gtk_style_get_xthickness=
-OS__gtk_style_get_xthickness_0=cast=(GtkStyle *)
-
-OS__gtk_style_get_ythickness=
-OS__gtk_style_get_ythickness_0=cast=(GtkStyle *)
-
-OS__gtk_style_render_icon=
-OS__gtk_style_render_icon_0=cast=GtkStyle *
-OS__gtk_style_render_icon_1=cast=GtkIconSource *
-OS__gtk_style_render_icon_2=
-OS__gtk_style_render_icon_3=
-OS__gtk_style_render_icon_4=
-OS__gtk_style_render_icon_5=cast=GtkWidget *
-OS__gtk_style_render_icon_6=cast=const gchar *
-
-OS__gtk_target_list_new=
-OS__gtk_target_list_new_0=cast=(const GtkTargetEntry *)
-OS__gtk_target_list_new_1=cast=(guint)
-
-OS__gtk_target_list_unref=
-OS__gtk_target_list_unref_0=cast=(GtkTargetList *)
-
-OS__gtk_text_buffer_copy_clipboard=
-OS__gtk_text_buffer_copy_clipboard_0=cast=(GtkTextBuffer *)
-OS__gtk_text_buffer_copy_clipboard_1=cast=(GtkClipboard *)
-
-OS__gtk_text_buffer_cut_clipboard=
-OS__gtk_text_buffer_cut_clipboard_0=cast=(GtkTextBuffer *)
-OS__gtk_text_buffer_cut_clipboard_1=cast=(GtkClipboard *)
-OS__gtk_text_buffer_cut_clipboard_2=cast=(gboolean)
-
-OS__gtk_text_buffer_delete=
-OS__gtk_text_buffer_delete_0=cast=(GtkTextBuffer *)
-OS__gtk_text_buffer_delete_1=cast=(GtkTextIter *)
-OS__gtk_text_buffer_delete_2=cast=(GtkTextIter *)
-
-OS__gtk_text_buffer_get_bounds=
-OS__gtk_text_buffer_get_bounds_0=cast=(GtkTextBuffer *)
-OS__gtk_text_buffer_get_bounds_1=cast=(GtkTextIter *)
-OS__gtk_text_buffer_get_bounds_2=cast=(GtkTextIter *)
-
-OS__gtk_text_buffer_get_char_count=
-OS__gtk_text_buffer_get_char_count_0=cast=(GtkTextBuffer *)
-
-OS__gtk_text_buffer_get_end_iter=
-OS__gtk_text_buffer_get_end_iter_0=cast=(GtkTextBuffer *)
-OS__gtk_text_buffer_get_end_iter_1=cast=(GtkTextIter *)
-
-OS__gtk_text_buffer_get_insert=
-OS__gtk_text_buffer_get_insert_0=cast=(GtkTextBuffer *)
-
-OS__gtk_text_buffer_get_iter_at_line=
-OS__gtk_text_buffer_get_iter_at_line_0=cast=(GtkTextBuffer *)
-OS__gtk_text_buffer_get_iter_at_line_1=cast=(GtkTextIter *)
-OS__gtk_text_buffer_get_iter_at_line_2=cast=(gint)
-
-OS__gtk_text_buffer_get_iter_at_mark=
-OS__gtk_text_buffer_get_iter_at_mark_0=cast=(GtkTextBuffer *)
-OS__gtk_text_buffer_get_iter_at_mark_1=cast=(GtkTextIter *)
-OS__gtk_text_buffer_get_iter_at_mark_2=cast=(GtkTextMark *)
-
-OS__gtk_text_buffer_get_iter_at_offset=
-OS__gtk_text_buffer_get_iter_at_offset_0=cast=(GtkTextBuffer *)
-OS__gtk_text_buffer_get_iter_at_offset_1=cast=(GtkTextIter *)
-OS__gtk_text_buffer_get_iter_at_offset_2=cast=(gint)
-
-OS__gtk_text_buffer_get_line_count=
-OS__gtk_text_buffer_get_line_count_0=cast=(GtkTextBuffer *)
-
-OS__gtk_text_buffer_get_selection_bound=
-OS__gtk_text_buffer_get_selection_bound_0=cast=(GtkTextBuffer *)
-
-OS__gtk_text_buffer_get_selection_bounds=
-OS__gtk_text_buffer_get_selection_bounds_0=cast=(GtkTextBuffer *)
-OS__gtk_text_buffer_get_selection_bounds_1=cast=(GtkTextIter *)
-OS__gtk_text_buffer_get_selection_bounds_2=cast=(GtkTextIter *)
-
-OS__gtk_text_buffer_get_text=
-OS__gtk_text_buffer_get_text_0=cast=(GtkTextBuffer *)
-OS__gtk_text_buffer_get_text_1=cast=(GtkTextIter *)
-OS__gtk_text_buffer_get_text_2=cast=(GtkTextIter *)
-OS__gtk_text_buffer_get_text_3=cast=(gboolean)
-
-OS__1gtk_1text_1buffer_1insert__II_3BI=
-OS__1gtk_1text_1buffer_1insert__II_3BI_0=cast=(GtkTextBuffer *)
-OS__1gtk_1text_1buffer_1insert__II_3BI_1=cast=(GtkTextIter *)
-OS__1gtk_1text_1buffer_1insert__II_3BI_2=cast=(const gchar *)
-OS__1gtk_1text_1buffer_1insert__II_3BI_3=cast=(gint)
-
-OS__1gtk_1text_1buffer_1insert__I_3B_3BI=
-OS__1gtk_1text_1buffer_1insert__I_3B_3BI_0=cast=(GtkTextBuffer *)
-OS__1gtk_1text_1buffer_1insert__I_3B_3BI_1=cast=(GtkTextIter *)
-OS__1gtk_1text_1buffer_1insert__I_3B_3BI_2=cast=(const gchar *)
-OS__1gtk_1text_1buffer_1insert__I_3B_3BI_3=cast=(gint)
-
-OS__gtk_text_buffer_move_mark=
-OS__gtk_text_buffer_move_mark_0=cast=(GtkTextBuffer *)
-OS__gtk_text_buffer_move_mark_1=cast=(GtkTextMark *)
-OS__gtk_text_buffer_move_mark_2=cast=(const GtkTextIter *)
-
-OS__gtk_text_buffer_paste_clipboard=
-OS__gtk_text_buffer_paste_clipboard_0=cast=(GtkTextBuffer *)
-OS__gtk_text_buffer_paste_clipboard_1=cast=(GtkClipboard *)
-OS__gtk_text_buffer_paste_clipboard_2=cast=(GtkTextIter *)
-OS__gtk_text_buffer_paste_clipboard_3=cast=(gboolean)
-
-OS__gtk_text_buffer_place_cursor=
-OS__gtk_text_buffer_place_cursor_0=cast=(GtkTextBuffer *)
-OS__gtk_text_buffer_place_cursor_1=cast=(const GtkTextIter *)
-
-OS__gtk_text_buffer_set_text=
-OS__gtk_text_buffer_set_text_0=cast=(GtkTextBuffer *)
-OS__gtk_text_buffer_set_text_1=cast=(const gchar *)
-OS__gtk_text_buffer_set_text_2=cast=(gint)
-
-OS__gtk_text_iter_get_line=
-OS__gtk_text_iter_get_line_0=cast=(const GtkTextIter *)
-
-OS__gtk_text_iter_get_offset=
-OS__gtk_text_iter_get_offset_0=cast=(const GtkTextIter *)
-
-OS__gtk_text_view_buffer_to_window_coords=
-OS__gtk_text_view_buffer_to_window_coords_0=cast=(GtkTextView *)
-OS__gtk_text_view_buffer_to_window_coords_1=cast=(GtkTextWindowType)
-OS__gtk_text_view_buffer_to_window_coords_2=cast=(gint)
-OS__gtk_text_view_buffer_to_window_coords_3=cast=(gint)
-OS__gtk_text_view_buffer_to_window_coords_4=cast=(gint *)
-OS__gtk_text_view_buffer_to_window_coords_5=cast=(gint *)
-
-OS__gtk_text_view_get_buffer=
-OS__gtk_text_view_get_buffer_0=cast=(GtkTextView *)
-
-OS__gtk_text_view_get_editable=
-OS__gtk_text_view_get_editable_0=cast=(GtkTextView *)
-
-OS__gtk_text_view_get_iter_at_location=
-OS__gtk_text_view_get_iter_at_location_0=cast=GtkTextView *
-OS__gtk_text_view_get_iter_at_location_1=cast=GtkTextIter *
-OS__gtk_text_view_get_iter_at_location_2=cast=gint
-OS__gtk_text_view_get_iter_at_location_3=cast=gint
-
-OS__gtk_text_view_get_iter_location=
-OS__gtk_text_view_get_iter_location_0=cast=(GtkTextView *)
-OS__gtk_text_view_get_iter_location_1=cast=(const GtkTextIter *)
-OS__gtk_text_view_get_iter_location_2=cast=(GdkRectangle *),flags=no_in
-
-OS__gtk_text_view_get_line_at_y=
-OS__gtk_text_view_get_line_at_y_0=cast=(GtkTextView *)
-OS__gtk_text_view_get_line_at_y_1=cast=(GtkTextIter *)
-OS__gtk_text_view_get_line_at_y_2=cast=(gint)
-OS__gtk_text_view_get_line_at_y_3=cast=(gint *)
-
-OS__gtk_text_view_get_visible_rect=
-OS__gtk_text_view_get_visible_rect_0=cast=(GtkTextView *)
-OS__gtk_text_view_get_visible_rect_1=cast=(GdkRectangle *),flags=no_in
-
-OS__gtk_text_view_get_window=
-OS__gtk_text_view_get_window_0=cast=(GtkTextView *)
-OS__gtk_text_view_get_window_1=cast=(GtkTextWindowType)
-
-OS__gtk_text_view_new=
-
-OS__gtk_text_view_scroll_mark_onscreen=
-OS__gtk_text_view_scroll_mark_onscreen_0=cast=(GtkTextView *)
-OS__gtk_text_view_scroll_mark_onscreen_1=cast=(GtkTextMark *)
-
-OS__gtk_text_view_scroll_to_iter=
-OS__gtk_text_view_scroll_to_iter_0=cast=(GtkTextView *)
-OS__gtk_text_view_scroll_to_iter_1=cast=(GtkTextIter *)
-OS__gtk_text_view_scroll_to_iter_2=cast=(gdouble)
-OS__gtk_text_view_scroll_to_iter_3=cast=(gboolean)
-OS__gtk_text_view_scroll_to_iter_4=cast=(gdouble)
-OS__gtk_text_view_scroll_to_iter_5=cast=(gdouble)
-
-OS__gtk_text_view_set_editable=
-OS__gtk_text_view_set_editable_0=cast=(GtkTextView *)
-OS__gtk_text_view_set_editable_1=cast=(gboolean)
-
-OS__gtk_text_view_set_justification=
-OS__gtk_text_view_set_justification_0=cast=(GtkTextView *)
-OS__gtk_text_view_set_justification_1=
-
-OS__gtk_text_view_set_tabs=
-OS__gtk_text_view_set_tabs_0=cast=(GtkTextView *)
-OS__gtk_text_view_set_tabs_1=cast=(PangoTabArray *)
-
-OS__gtk_text_view_set_wrap_mode=
-OS__gtk_text_view_set_wrap_mode_0=cast=(GtkTextView *)
-OS__gtk_text_view_set_wrap_mode_1=
-
-OS__gtk_text_view_window_to_buffer_coords=
-OS__gtk_text_view_window_to_buffer_coords_0=cast=(GtkTextView *)
-OS__gtk_text_view_window_to_buffer_coords_1=cast=GtkTextWindowType
-OS__gtk_text_view_window_to_buffer_coords_2=cast=gint
-OS__gtk_text_view_window_to_buffer_coords_3=cast=gint
-OS__gtk_text_view_window_to_buffer_coords_4=cast=(gint *)
-OS__gtk_text_view_window_to_buffer_coords_5=cast=(gint *)
-
-OS__gtk_timeout_add=
-OS__gtk_timeout_add_0=cast=(guint32)
-OS__gtk_timeout_add_1=cast=(GtkFunction)
-OS__gtk_timeout_add_2=cast=(gpointer)
-
-OS__gtk_timeout_remove=
-OS__gtk_timeout_remove_0=cast=(guint)
-
-OS__gtk_toggle_button_get_active=
-OS__gtk_toggle_button_get_active_0=cast=(GtkToggleButton *)
-
-OS__gtk_toggle_button_get_inconsistent=
-OS__gtk_toggle_button_get_inconsistent_0=cast=(GtkToggleButton *)
-
-OS__gtk_toggle_button_new=
-
-OS__gtk_toggle_button_set_active=
-OS__gtk_toggle_button_set_active_0=cast=(GtkToggleButton *)
-OS__gtk_toggle_button_set_active_1=cast=(gboolean)
-
-OS__gtk_toggle_button_set_inconsistent=
-OS__gtk_toggle_button_set_inconsistent_0=cast=(GtkToggleButton *)
-OS__gtk_toggle_button_set_inconsistent_1=cast=(gboolean)
-
-OS__gtk_toggle_button_set_mode=
-OS__gtk_toggle_button_set_mode_0=cast=(GtkToggleButton *)
-OS__gtk_toggle_button_set_mode_1=cast=(gboolean)
-
-OS__gtk_toolbar_insert_widget=
-OS__gtk_toolbar_insert_widget_0=cast=(GtkToolbar *)
-OS__gtk_toolbar_insert_widget_1=cast=(GtkWidget *)
-OS__gtk_toolbar_insert_widget_2=cast=(const char *)
-OS__gtk_toolbar_insert_widget_3=cast=(const char *)
-OS__gtk_toolbar_insert_widget_4=cast=(gint)
-
-OS__gtk_toolbar_new=
-
-OS__gtk_toolbar_set_orientation=
-OS__gtk_toolbar_set_orientation_0=cast=(GtkToolbar *)
-OS__gtk_toolbar_set_orientation_1=cast=(GtkOrientation)
-
-OS__gtk_tooltip_trigger_tooltip_query=flags=dynamic
-OS__gtk_tooltip_trigger_tooltip_query_0=cast=(GdkDisplay*)
-
-OS__gtk_tooltips_data_get=
-OS__gtk_tooltips_data_get_0=cast=(GtkWidget *)
-
-OS__gtk_tooltips_disable=
-OS__gtk_tooltips_disable_0=cast=(GtkTooltips *)
-
-OS__gtk_tooltips_enable=
-OS__gtk_tooltips_enable_0=cast=(GtkTooltips *)
-
-OS__gtk_tooltips_force_window=
-OS__gtk_tooltips_force_window_0=cast=(GtkTooltips *)
-
-OS__gtk_tooltips_new=
-
-OS__gtk_tooltips_set_tip=
-OS__gtk_tooltips_set_tip_0=cast=(GtkTooltips *)
-OS__gtk_tooltips_set_tip_1=cast=(GtkWidget *)
-OS__gtk_tooltips_set_tip_2=cast=(const gchar *)
-OS__gtk_tooltips_set_tip_3=cast=(const gchar *)
-
-OS__1gtk_1tree_1model_1get__III_3II=
-OS__1gtk_1tree_1model_1get__III_3II_0=cast=(GtkTreeModel *)
-OS__1gtk_1tree_1model_1get__III_3II_1=cast=(GtkTreeIter *)
-OS__1gtk_1tree_1model_1get__III_3II_2=
-OS__1gtk_1tree_1model_1get__III_3II_3=
-OS__1gtk_1tree_1model_1get__III_3II_4=
-
-OS__1gtk_1tree_1model_1get__III_3JI=
-OS__1gtk_1tree_1model_1get__III_3JI_0=cast=(GtkTreeModel *)
-OS__1gtk_1tree_1model_1get__III_3JI_1=cast=(GtkTreeIter *)
-OS__1gtk_1tree_1model_1get__III_3JI_2=
-OS__1gtk_1tree_1model_1get__III_3JI_3=
-OS__1gtk_1tree_1model_1get__III_3JI_4=
-
-OS__gtk_tree_model_get_iter=
-OS__gtk_tree_model_get_iter_0=cast=(GtkTreeModel *)
-OS__gtk_tree_model_get_iter_1=cast=(GtkTreeIter *)
-OS__gtk_tree_model_get_iter_2=cast=(GtkTreePath *)
-
-OS__gtk_tree_model_get_iter_first=
-OS__gtk_tree_model_get_iter_first_0=cast=(GtkTreeModel *)
-OS__gtk_tree_model_get_iter_first_1=cast=(GtkTreeIter *)
-
-OS__gtk_tree_model_get_n_columns=
-OS__gtk_tree_model_get_n_columns_0=cast=(GtkTreeModel *)
-
-OS__gtk_tree_model_get_path=
-OS__gtk_tree_model_get_path_0=cast=(GtkTreeModel *)
-OS__gtk_tree_model_get_path_1=cast=(GtkTreeIter *)
-
-OS__gtk_tree_model_get_type=
-
-OS__gtk_tree_model_iter_children=
-OS__gtk_tree_model_iter_children_0=cast=(GtkTreeModel *)
-OS__gtk_tree_model_iter_children_1=cast=(GtkTreeIter *)
-OS__gtk_tree_model_iter_children_2=cast=(GtkTreeIter *)
-
-OS__gtk_tree_model_iter_n_children=
-OS__gtk_tree_model_iter_n_children_0=cast=(GtkTreeModel *)
-OS__gtk_tree_model_iter_n_children_1=cast=(GtkTreeIter *)
-
-OS__gtk_tree_model_iter_next=
-OS__gtk_tree_model_iter_next_0=cast=(GtkTreeModel *)
-OS__gtk_tree_model_iter_next_1=cast=(GtkTreeIter *)
-
-OS__gtk_tree_model_iter_nth_child=
-OS__gtk_tree_model_iter_nth_child_0=cast=(GtkTreeModel *)
-OS__gtk_tree_model_iter_nth_child_1=cast=(GtkTreeIter *)
-OS__gtk_tree_model_iter_nth_child_2=cast=(GtkTreeIter *)
-OS__gtk_tree_model_iter_nth_child_3=
-
-OS__gtk_tree_path_append_index=
-OS__gtk_tree_path_append_index_0=cast=(GtkTreePath *)
-OS__gtk_tree_path_append_index_1=
-
-OS__gtk_tree_path_compare=
-OS__gtk_tree_path_compare_0=cast=(const GtkTreePath *)
-OS__gtk_tree_path_compare_1=cast=(const GtkTreePath *)
-
-OS__gtk_tree_path_down=
-OS__gtk_tree_path_down_0=cast=(GtkTreePath *)
-
-OS__gtk_tree_path_free=
-OS__gtk_tree_path_free_0=cast=(GtkTreePath *)
-
-OS__gtk_tree_path_get_depth=
-OS__gtk_tree_path_get_depth_0=cast=(GtkTreePath *)
-
-OS__gtk_tree_path_get_indices=
-OS__gtk_tree_path_get_indices_0=cast=(GtkTreePath *)
-
-OS__gtk_tree_path_new=
-
-OS__gtk_tree_path_new_first=
-
-OS__1gtk_1tree_1path_1new_1from_1string__I=
-OS__1gtk_1tree_1path_1new_1from_1string__I_0=cast=(const gchar *)
-
-OS__1gtk_1tree_1path_1new_1from_1string___3B=
-OS__1gtk_1tree_1path_1new_1from_1string___3B_0=cast=(const gchar *)
-
-OS__gtk_tree_path_next=
-OS__gtk_tree_path_next_0=cast=(GtkTreePath *)
-
-OS__gtk_tree_path_prev=
-OS__gtk_tree_path_prev_0=cast=(GtkTreePath *)
-
-OS__gtk_tree_path_up=
-OS__gtk_tree_path_up_0=cast=(GtkTreePath *)
-
-OS__gtk_tree_selection_count_selected_rows=flags=dynamic
-OS__gtk_tree_selection_count_selected_rows_0=cast=(GtkTreeSelection *)
-
-OS__gtk_tree_selection_get_selected=
-OS__gtk_tree_selection_get_selected_0=cast=(GtkTreeSelection *)
-OS__gtk_tree_selection_get_selected_1=cast=(GtkTreeModel **)
-OS__gtk_tree_selection_get_selected_2=cast=(GtkTreeIter *)
-
-OS__gtk_tree_selection_get_selected_rows=flags=dynamic
-OS__gtk_tree_selection_get_selected_rows_0=cast=(GtkTreeSelection *)
-OS__gtk_tree_selection_get_selected_rows_1=cast=(GtkTreeModel **)
-
-OS__gtk_tree_selection_path_is_selected=
-OS__gtk_tree_selection_path_is_selected_0=cast=(GtkTreeSelection *)
-OS__gtk_tree_selection_path_is_selected_1=cast=(GtkTreePath *)
-
-OS__gtk_tree_selection_select_all=
-OS__gtk_tree_selection_select_all_0=cast=(GtkTreeSelection *)
-
-OS__gtk_tree_selection_select_iter=
-OS__gtk_tree_selection_select_iter_0=cast=(GtkTreeSelection *)
-OS__gtk_tree_selection_select_iter_1=cast=(GtkTreeIter *)
-
-OS__gtk_tree_selection_selected_foreach=
-OS__gtk_tree_selection_selected_foreach_0=cast=(GtkTreeSelection *)
-OS__gtk_tree_selection_selected_foreach_1=cast=(GtkTreeSelectionForeachFunc)
-OS__gtk_tree_selection_selected_foreach_2=cast=(gpointer)
-
-OS__gtk_tree_selection_set_mode=
-OS__gtk_tree_selection_set_mode_0=cast=(GtkTreeSelection *)
-OS__gtk_tree_selection_set_mode_1=cast=(GtkSelectionMode)
-
-OS__gtk_tree_selection_unselect_all=
-OS__gtk_tree_selection_unselect_all_0=cast=(GtkTreeSelection *)
-
-OS__gtk_tree_selection_unselect_iter=
-OS__gtk_tree_selection_unselect_iter_0=cast=(GtkTreeSelection *)
-OS__gtk_tree_selection_unselect_iter_1=cast=(GtkTreeIter *)
-
-OS__gtk_tree_store_append=
-OS__gtk_tree_store_append_0=cast=(GtkTreeStore *)
-OS__gtk_tree_store_append_1=cast=(GtkTreeIter *)
-OS__gtk_tree_store_append_2=cast=(GtkTreeIter *)
-
-OS__gtk_tree_store_clear=
-OS__gtk_tree_store_clear_0=cast=(GtkTreeStore *)
-
-OS__gtk_tree_store_insert=
-OS__gtk_tree_store_insert_0=cast=(GtkTreeStore *)
-OS__gtk_tree_store_insert_1=cast=(GtkTreeIter *)
-OS__gtk_tree_store_insert_2=cast=(GtkTreeIter *)
-OS__gtk_tree_store_insert_3=cast=(gint)
-
-OS__gtk_tree_store_newv=
-OS__gtk_tree_store_newv_0=
-OS__gtk_tree_store_newv_1=cast=(GType *)
-
-OS__gtk_tree_store_remove=
-OS__gtk_tree_store_remove_0=cast=(GtkTreeStore *)
-OS__gtk_tree_store_remove_1=cast=(GtkTreeIter *)
-
-OS__1gtk_1tree_1store_1set__IIIII=
-OS__1gtk_1tree_1store_1set__IIIII_0=cast=(GtkTreeStore *)
-OS__1gtk_1tree_1store_1set__IIIII_1=cast=(GtkTreeIter *)
-OS__1gtk_1tree_1store_1set__IIIII_2=
-OS__1gtk_1tree_1store_1set__IIIII_3=
-OS__1gtk_1tree_1store_1set__IIIII_4=
-
-OS__1gtk_1tree_1store_1set__IIIJI=
-OS__1gtk_1tree_1store_1set__IIIJI_0=cast=(GtkTreeStore *)
-OS__1gtk_1tree_1store_1set__IIIJI_1=cast=(GtkTreeIter *)
-OS__1gtk_1tree_1store_1set__IIIJI_2=
-OS__1gtk_1tree_1store_1set__IIIJI_3=
-OS__1gtk_1tree_1store_1set__IIIJI_4=
-
-OS__1gtk_1tree_1store_1set__IIILorg_eclipse_swt_internal_gtk_GdkColor_2I=
-OS__1gtk_1tree_1store_1set__IIILorg_eclipse_swt_internal_gtk_GdkColor_2I_0=cast=(GtkTreeStore *)
-OS__1gtk_1tree_1store_1set__IIILorg_eclipse_swt_internal_gtk_GdkColor_2I_1=cast=(GtkTreeIter *)
-OS__1gtk_1tree_1store_1set__IIILorg_eclipse_swt_internal_gtk_GdkColor_2I_2=
-OS__1gtk_1tree_1store_1set__IIILorg_eclipse_swt_internal_gtk_GdkColor_2I_3=flags=no_out
-OS__1gtk_1tree_1store_1set__IIILorg_eclipse_swt_internal_gtk_GdkColor_2I_4=
-
-OS__1gtk_1tree_1store_1set__IIIZI=
-OS__1gtk_1tree_1store_1set__IIIZI_0=cast=(GtkTreeStore *)
-OS__1gtk_1tree_1store_1set__IIIZI_1=cast=(GtkTreeIter *)
-OS__1gtk_1tree_1store_1set__IIIZI_2=
-OS__1gtk_1tree_1store_1set__IIIZI_3=
-OS__1gtk_1tree_1store_1set__IIIZI_4=
-
-OS__1gtk_1tree_1store_1set__III_3BI=
-OS__1gtk_1tree_1store_1set__III_3BI_0=cast=(GtkTreeStore *)
-OS__1gtk_1tree_1store_1set__III_3BI_1=cast=(GtkTreeIter *)
-OS__1gtk_1tree_1store_1set__III_3BI_2=
-OS__1gtk_1tree_1store_1set__III_3BI_3=
-OS__1gtk_1tree_1store_1set__III_3BI_4=
-
-OS__gtk_tree_view_collapse_row=
-OS__gtk_tree_view_collapse_row_0=cast=(GtkTreeView *)
-OS__gtk_tree_view_collapse_row_1=cast=(GtkTreePath *)
-
-OS__gtk_tree_view_column_add_attribute=
-OS__gtk_tree_view_column_add_attribute_0=cast=(GtkTreeViewColumn *)
-OS__gtk_tree_view_column_add_attribute_1=cast=(GtkCellRenderer *)
-OS__gtk_tree_view_column_add_attribute_2=cast=(const gchar *)
-OS__gtk_tree_view_column_add_attribute_3=cast=(gint)
-
-OS__gtk_tree_view_column_cell_get_position=flags=dynamic
-OS__gtk_tree_view_column_cell_get_position_0=cast=(GtkTreeViewColumn *)
-OS__gtk_tree_view_column_cell_get_position_1=cast=(GtkCellRenderer *)
-OS__gtk_tree_view_column_cell_get_position_2=cast=(gint *)
-OS__gtk_tree_view_column_cell_get_position_3=cast=(gint *)
-
-OS__gtk_tree_view_column_cell_get_size=
-OS__gtk_tree_view_column_cell_get_size_0=cast=(GtkTreeViewColumn *)
-OS__gtk_tree_view_column_cell_get_size_1=cast=(GdkRectangle *),flags=no_in
-OS__gtk_tree_view_column_cell_get_size_2=cast=(gint *)
-OS__gtk_tree_view_column_cell_get_size_3=cast=(gint *)
-OS__gtk_tree_view_column_cell_get_size_4=cast=(gint *)
-OS__gtk_tree_view_column_cell_get_size_5=cast=(gint *)
-
-OS__gtk_tree_view_column_cell_set_cell_data=
-OS__gtk_tree_view_column_cell_set_cell_data_0=cast=GtkTreeViewColumn *
-OS__gtk_tree_view_column_cell_set_cell_data_1=cast=GtkTreeModel *
-OS__gtk_tree_view_column_cell_set_cell_data_2=cast=GtkTreeIter *
-OS__gtk_tree_view_column_cell_set_cell_data_3=
-OS__gtk_tree_view_column_cell_set_cell_data_4=
-
-OS__gtk_tree_view_column_clear=
-OS__gtk_tree_view_column_clear_0=cast=(GtkTreeViewColumn *)
-
-OS__gtk_tree_view_column_get_cell_renderers=
-OS__gtk_tree_view_column_get_cell_renderers_0=cast=(GtkTreeViewColumn *)
-
-OS__gtk_tree_view_column_get_fixed_width=
-OS__gtk_tree_view_column_get_fixed_width_0=cast=(GtkTreeViewColumn *)
-
-OS__gtk_tree_view_column_get_reorderable=
-OS__gtk_tree_view_column_get_reorderable_0=cast=GtkTreeViewColumn *
-
-OS__gtk_tree_view_column_get_resizable=
-OS__gtk_tree_view_column_get_resizable_0=cast=(GtkTreeViewColumn *)
-
-OS__gtk_tree_view_column_get_sizing=
-OS__gtk_tree_view_column_get_sizing_0=cast=(GtkTreeViewColumn *)
-
-OS__gtk_tree_view_column_get_sort_indicator=
-OS__gtk_tree_view_column_get_sort_indicator_0=cast=GtkTreeViewColumn *
-
-OS__gtk_tree_view_column_get_sort_order=
-OS__gtk_tree_view_column_get_sort_order_0=cast=GtkTreeViewColumn *
-
-OS__gtk_tree_view_column_get_spacing=
-OS__gtk_tree_view_column_get_spacing_0=cast=(GtkTreeViewColumn *)
-
-OS__gtk_tree_view_column_get_visible=
-OS__gtk_tree_view_column_get_visible_0=cast=(GtkTreeViewColumn *)
-
-OS__gtk_tree_view_column_get_width=
-OS__gtk_tree_view_column_get_width_0=cast=(GtkTreeViewColumn *)
-
-OS__gtk_tree_view_column_new=
-
-OS__gtk_tree_view_column_pack_end=
-OS__gtk_tree_view_column_pack_end_0=cast=(GtkTreeViewColumn *)
-OS__gtk_tree_view_column_pack_end_1=cast=(GtkCellRenderer *)
-OS__gtk_tree_view_column_pack_end_2=cast=(gboolean)
-
-OS__gtk_tree_view_column_pack_start=
-OS__gtk_tree_view_column_pack_start_0=cast=(GtkTreeViewColumn *)
-OS__gtk_tree_view_column_pack_start_1=cast=(GtkCellRenderer *)
-OS__gtk_tree_view_column_pack_start_2=cast=(gboolean)
-
-OS__gtk_tree_view_column_set_alignment=
-OS__gtk_tree_view_column_set_alignment_0=cast=(GtkTreeViewColumn *)
-OS__gtk_tree_view_column_set_alignment_1=
-
-OS__gtk_tree_view_column_set_cell_data_func=
-OS__gtk_tree_view_column_set_cell_data_func_0=cast=GtkTreeViewColumn *
-OS__gtk_tree_view_column_set_cell_data_func_1=cast=GtkCellRenderer *
-OS__gtk_tree_view_column_set_cell_data_func_2=cast=(GtkTreeCellDataFunc)
-OS__gtk_tree_view_column_set_cell_data_func_3=cast=(gpointer)
-OS__gtk_tree_view_column_set_cell_data_func_4=cast=GtkDestroyNotify
-
-OS__gtk_tree_view_column_set_clickable=
-OS__gtk_tree_view_column_set_clickable_0=cast=(GtkTreeViewColumn *)
-OS__gtk_tree_view_column_set_clickable_1=cast=(gboolean)
-
-OS__gtk_tree_view_column_set_fixed_width=
-OS__gtk_tree_view_column_set_fixed_width_0=cast=(GtkTreeViewColumn *)
-OS__gtk_tree_view_column_set_fixed_width_1=cast=(gint)
-
-OS__gtk_tree_view_column_set_min_width=
-OS__gtk_tree_view_column_set_min_width_0=cast=(GtkTreeViewColumn *)
-OS__gtk_tree_view_column_set_min_width_1=cast=gint
-
-OS__gtk_tree_view_column_set_reorderable=
-OS__gtk_tree_view_column_set_reorderable_0=cast=GtkTreeViewColumn *
-OS__gtk_tree_view_column_set_reorderable_1=cast=gboolean
-
-OS__gtk_tree_view_column_set_resizable=
-OS__gtk_tree_view_column_set_resizable_0=cast=(GtkTreeViewColumn *)
-OS__gtk_tree_view_column_set_resizable_1=cast=(gboolean)
-
-OS__gtk_tree_view_column_set_sizing=
-OS__gtk_tree_view_column_set_sizing_0=cast=(GtkTreeViewColumn *)
-OS__gtk_tree_view_column_set_sizing_1=cast=(GtkTreeViewColumnSizing)
-
-OS__gtk_tree_view_column_set_sort_indicator=
-OS__gtk_tree_view_column_set_sort_indicator_0=cast=(GtkTreeViewColumn *)
-OS__gtk_tree_view_column_set_sort_indicator_1=cast=gboolean
-
-OS__gtk_tree_view_column_set_sort_order=
-OS__gtk_tree_view_column_set_sort_order_0=cast=GtkTreeViewColumn *
-OS__gtk_tree_view_column_set_sort_order_1=cast=GtkSortType
-
-OS__gtk_tree_view_column_set_title=
-OS__gtk_tree_view_column_set_title_0=cast=(GtkTreeViewColumn *)
-OS__gtk_tree_view_column_set_title_1=cast=(const gchar *)
-
-OS__gtk_tree_view_column_set_visible=
-OS__gtk_tree_view_column_set_visible_0=cast=(GtkTreeViewColumn *)
-OS__gtk_tree_view_column_set_visible_1=
-
-OS__gtk_tree_view_column_set_widget=
-OS__gtk_tree_view_column_set_widget_0=cast=(GtkTreeViewColumn *)
-OS__gtk_tree_view_column_set_widget_1=cast=(GtkWidget *)
-
-OS__gtk_tree_view_create_row_drag_icon=
-OS__gtk_tree_view_create_row_drag_icon_0=cast=(GtkTreeView *)
-OS__gtk_tree_view_create_row_drag_icon_1=cast=(GtkTreePath *)
-
-OS__gtk_tree_view_expand_row=
-OS__gtk_tree_view_expand_row_0=cast=(GtkTreeView *)
-OS__gtk_tree_view_expand_row_1=cast=(GtkTreePath *)
-OS__gtk_tree_view_expand_row_2=cast=(gboolean)
-
-OS__gtk_tree_view_get_background_area=
-OS__gtk_tree_view_get_background_area_0=cast=(GtkTreeView *)
-OS__gtk_tree_view_get_background_area_1=cast=(GtkTreePath *)
-OS__gtk_tree_view_get_background_area_2=cast=(GtkTreeViewColumn *)
-OS__gtk_tree_view_get_background_area_3=cast=(GdkRectangle *)
-
-OS__gtk_tree_view_get_bin_window=
-OS__gtk_tree_view_get_bin_window_0=cast=(GtkTreeView *)
-
-OS__gtk_tree_view_get_cell_area=
-OS__gtk_tree_view_get_cell_area_0=cast=(GtkTreeView *)
-OS__gtk_tree_view_get_cell_area_1=cast=(GtkTreePath *)
-OS__gtk_tree_view_get_cell_area_2=cast=(GtkTreeViewColumn *)
-OS__gtk_tree_view_get_cell_area_3=cast=(GdkRectangle *),flags=no_in
-
-OS__gtk_tree_view_get_column=
-OS__gtk_tree_view_get_column_0=cast=(GtkTreeView *)
-OS__gtk_tree_view_get_column_1=cast=(gint)
-
-OS__gtk_tree_view_get_columns=
-OS__gtk_tree_view_get_columns_0=cast=GtkTreeView *
-
-OS__gtk_tree_view_get_cursor=
-OS__gtk_tree_view_get_cursor_0=cast=(GtkTreeView *)
-OS__gtk_tree_view_get_cursor_1=cast=(GtkTreePath **)
-OS__gtk_tree_view_get_cursor_2=cast=(GtkTreeViewColumn **)
-
-OS__gtk_tree_view_get_expander_column=
-OS__gtk_tree_view_get_expander_column_0=cast=(GtkTreeView *)
-
-OS__gtk_tree_view_get_headers_visible=
-OS__gtk_tree_view_get_headers_visible_0=cast=(GtkTreeView *)
-
-OS__gtk_tree_view_get_path_at_pos=
-OS__gtk_tree_view_get_path_at_pos_0=cast=(GtkTreeView *)
-OS__gtk_tree_view_get_path_at_pos_1=cast=(gint)
-OS__gtk_tree_view_get_path_at_pos_2=cast=(gint)
-OS__gtk_tree_view_get_path_at_pos_3=cast=(GtkTreePath **)
-OS__gtk_tree_view_get_path_at_pos_4=cast=(GtkTreeViewColumn **)
-OS__gtk_tree_view_get_path_at_pos_5=cast=(gint *)
-OS__gtk_tree_view_get_path_at_pos_6=cast=(gint *)
-
-OS__gtk_tree_view_get_rules_hint=
-OS__gtk_tree_view_get_rules_hint_0=cast=(GtkTreeView *)
-
-OS__gtk_tree_view_get_selection=
-OS__gtk_tree_view_get_selection_0=cast=(GtkTreeView *)
-
-OS__gtk_tree_view_get_visible_rect=
-OS__gtk_tree_view_get_visible_rect_0=cast=(GtkTreeView *)
-OS__gtk_tree_view_get_visible_rect_1=flags=no_in
-
-OS__gtk_tree_view_insert_column=
-OS__gtk_tree_view_insert_column_0=cast=(GtkTreeView *)
-OS__gtk_tree_view_insert_column_1=cast=(GtkTreeViewColumn *)
-OS__gtk_tree_view_insert_column_2=cast=(gint)
-
-OS__gtk_tree_view_move_column_after=
-OS__gtk_tree_view_move_column_after_0=cast=GtkTreeView *
-OS__gtk_tree_view_move_column_after_1=cast=GtkTreeViewColumn *
-OS__gtk_tree_view_move_column_after_2=cast=GtkTreeViewColumn *
-
-OS__gtk_tree_view_new_with_model=
-OS__gtk_tree_view_new_with_model_0=cast=(GtkTreeModel *)
-
-OS__gtk_tree_view_remove_column=
-OS__gtk_tree_view_remove_column_0=cast=(GtkTreeView *)
-OS__gtk_tree_view_remove_column_1=cast=(GtkTreeViewColumn *)
-
-OS__gtk_tree_view_row_expanded=
-OS__gtk_tree_view_row_expanded_0=cast=(GtkTreeView *)
-OS__gtk_tree_view_row_expanded_1=cast=(GtkTreePath *)
-
-OS__gtk_tree_view_scroll_to_cell=
-OS__gtk_tree_view_scroll_to_cell_0=cast=(GtkTreeView *)
-OS__gtk_tree_view_scroll_to_cell_1=cast=(GtkTreePath *)
-OS__gtk_tree_view_scroll_to_cell_2=cast=(GtkTreeViewColumn *)
-OS__gtk_tree_view_scroll_to_cell_3=cast=(gboolean)
-OS__gtk_tree_view_scroll_to_cell_4=cast=(gfloat)
-OS__gtk_tree_view_scroll_to_cell_5=cast=(gfloat)
-
-OS__gtk_tree_view_scroll_to_point=
-OS__gtk_tree_view_scroll_to_point_0=cast=GtkTreeView *
-OS__gtk_tree_view_scroll_to_point_1=cast=(gint)
-OS__gtk_tree_view_scroll_to_point_2=cast=(gint)
-
-OS__gtk_tree_view_set_cursor=
-OS__gtk_tree_view_set_cursor_0=cast=(GtkTreeView *)
-OS__gtk_tree_view_set_cursor_1=cast=(GtkTreePath *)
-OS__gtk_tree_view_set_cursor_2=cast=(GtkTreeViewColumn *)
-OS__gtk_tree_view_set_cursor_3=
-
-OS__gtk_tree_view_set_drag_dest_row=
-OS__gtk_tree_view_set_drag_dest_row_0=cast=(GtkTreeView *)
-OS__gtk_tree_view_set_drag_dest_row_1=cast=(GtkTreePath *)
-OS__gtk_tree_view_set_drag_dest_row_2=
-
-OS__gtk_tree_view_set_enable_search=
-OS__gtk_tree_view_set_enable_search_0=cast=(GtkTreeView *)
-OS__gtk_tree_view_set_enable_search_1=
-
-OS__gtk_tree_view_set_grid_lines=flags=dynamic
-OS__gtk_tree_view_set_grid_lines_0=cast=(GtkTreeView*)
-OS__gtk_tree_view_set_grid_lines_1=
-
-OS__gtk_tree_view_set_headers_visible=
-OS__gtk_tree_view_set_headers_visible_0=cast=(GtkTreeView *)
-OS__gtk_tree_view_set_headers_visible_1=cast=(gboolean)
-
-OS__gtk_tree_view_set_model=
-OS__gtk_tree_view_set_model_0=cast=(GtkTreeView *)
-OS__gtk_tree_view_set_model_1=cast=(GtkTreeModel *)
-
-OS__gtk_tree_view_set_rules_hint=
-OS__gtk_tree_view_set_rules_hint_0=cast=(GtkTreeView *)
-OS__gtk_tree_view_set_rules_hint_1=
-
-OS__gtk_tree_view_set_search_column=
-OS__gtk_tree_view_set_search_column_0=cast=(GtkTreeView *)
-OS__gtk_tree_view_set_search_column_1=cast=(gint)
-
-OS__gtk_tree_view_tree_to_widget_coords=
-OS__gtk_tree_view_tree_to_widget_coords_0=cast=(GtkTreeView *)
-OS__gtk_tree_view_tree_to_widget_coords_1=cast=(gint)
-OS__gtk_tree_view_tree_to_widget_coords_2=cast=gint
-OS__gtk_tree_view_tree_to_widget_coords_3=cast=gint *
-OS__gtk_tree_view_tree_to_widget_coords_4=cast=gint *
-
-OS__gtk_tree_view_unset_rows_drag_dest=
-OS__gtk_tree_view_unset_rows_drag_dest_0=cast=(GtkTreeView *)
-
-OS__gtk_tree_view_widget_to_tree_coords=
-OS__gtk_tree_view_widget_to_tree_coords_0=cast=(GtkTreeView *)
-OS__gtk_tree_view_widget_to_tree_coords_1=
-OS__gtk_tree_view_widget_to_tree_coords_2=
-OS__gtk_tree_view_widget_to_tree_coords_3=
-OS__gtk_tree_view_widget_to_tree_coords_4=
-
-OS__gtk_vbox_new=
-OS__gtk_vbox_new_0=cast=(gboolean)
-OS__gtk_vbox_new_1=cast=(gint)
-
-OS__gtk_viewport_get_shadow_type=
-OS__gtk_viewport_get_shadow_type_0=cast=GtkViewport *
-
-OS__gtk_viewport_set_shadow_type=
-OS__gtk_viewport_set_shadow_type_0=cast=GtkViewport *
-OS__gtk_viewport_set_shadow_type_1=cast=GtkShadowType
-
-OS__gtk_vscale_new=
-OS__gtk_vscale_new_0=cast=(GtkAdjustment *)
-
-OS__gtk_vscrollbar_new=
-OS__gtk_vscrollbar_new_0=cast=(GtkAdjustment *)
-
-OS__gtk_vseparator_new=
-
-OS__gtk_widget_add_accelerator=
-OS__gtk_widget_add_accelerator_0=cast=(GtkWidget *)
-OS__gtk_widget_add_accelerator_1=cast=(const gchar *)
-OS__gtk_widget_add_accelerator_2=cast=(GtkAccelGroup *)
-OS__gtk_widget_add_accelerator_3=cast=(guint)
-OS__gtk_widget_add_accelerator_4=cast=(GdkModifierType)
-OS__gtk_widget_add_accelerator_5=
-
-OS__gtk_widget_add_events=
-OS__gtk_widget_add_events_0=cast=(GtkWidget *)
-OS__gtk_widget_add_events_1=cast=(gint)
-
-OS__gtk_widget_child_focus=
-OS__gtk_widget_child_focus_0=cast=(GtkWidget *)
-OS__gtk_widget_child_focus_1=
-
-OS__1gtk_1widget_1create_1pango_1layout__II=
-OS__1gtk_1widget_1create_1pango_1layout__II_0=cast=(GtkWidget *)
-OS__1gtk_1widget_1create_1pango_1layout__II_1=cast=(const gchar *)
-
-OS__1gtk_1widget_1create_1pango_1layout__I_3B=
-OS__1gtk_1widget_1create_1pango_1layout__I_3B_0=cast=(GtkWidget *)
-OS__1gtk_1widget_1create_1pango_1layout__I_3B_1=cast=(const gchar *)
-
-OS__gtk_widget_destroy=
-OS__gtk_widget_destroy_0=cast=(GtkWidget *)
-
-OS__gtk_widget_event=
-OS__gtk_widget_event_0=cast=GtkWidget *
-OS__gtk_widget_event_1=cast=GdkEvent *
-
-OS__gtk_widget_get_accessible=
-OS__gtk_widget_get_accessible_0=cast=(GtkWidget *)
-
-OS__gtk_widget_get_child_visible=
-OS__gtk_widget_get_child_visible_0=cast=(GtkWidget *)
-
-OS__gtk_widget_get_default_direction=
-
-OS__gtk_widget_get_default_style=
-
-OS__gtk_widget_get_direction=
-OS__gtk_widget_get_direction_0=cast=(GtkWidget *)
-
-OS__gtk_widget_get_events=
-OS__gtk_widget_get_events_0=cast=GtkWidget *
-
-OS__gtk_widget_get_modifier_style=
-OS__gtk_widget_get_modifier_style_0=cast=(GtkWidget *)
-
-OS__gtk_widget_get_pango_context=
-OS__gtk_widget_get_pango_context_0=cast=(GtkWidget *)
-
-OS__gtk_widget_get_parent=
-OS__gtk_widget_get_parent_0=cast=(GtkWidget *)
-
-OS__gtk_widget_get_size_request=
-OS__gtk_widget_get_size_request_0=cast=(GtkWidget *)
-OS__gtk_widget_get_size_request_1=cast=(gint *)
-OS__gtk_widget_get_size_request_2=cast=(gint *)
-
-OS__gtk_widget_get_style=
-OS__gtk_widget_get_style_0=cast=(GtkWidget *)
-
-OS__gtk_widget_get_toplevel=
-OS__gtk_widget_get_toplevel_0=cast=(GtkWidget *)
-
-OS__gtk_widget_grab_focus=
-OS__gtk_widget_grab_focus_0=cast=(GtkWidget *)
-
-OS__gtk_widget_hide=
-OS__gtk_widget_hide_0=cast=(GtkWidget *)
-
-OS__gtk_widget_is_composited=flags=dynamic
-OS__gtk_widget_is_composited_0=cast=(GtkWidget *)
-
-OS__gtk_widget_is_focus=
-OS__gtk_widget_is_focus_0=cast=(GtkWidget *)
-
-OS__gtk_widget_map=
-OS__gtk_widget_map_0=cast=(GtkWidget *)
-
-OS__gtk_widget_mnemonic_activate=
-OS__gtk_widget_mnemonic_activate_0=cast=(GtkWidget *)
-OS__gtk_widget_mnemonic_activate_1=cast=gboolean
-
-OS__gtk_widget_modify_base=
-OS__gtk_widget_modify_base_0=cast=(GtkWidget *)
-OS__gtk_widget_modify_base_1=cast=(GtkStateType)
-OS__gtk_widget_modify_base_2=cast=(GdkColor *),flags=no_out
-
-OS__gtk_widget_modify_bg=
-OS__gtk_widget_modify_bg_0=cast=(GtkWidget *)
-OS__gtk_widget_modify_bg_1=cast=(GtkStateType)
-OS__gtk_widget_modify_bg_2=cast=(GdkColor *),flags=no_out
-
-OS__gtk_widget_modify_fg=
-OS__gtk_widget_modify_fg_0=cast=(GtkWidget *)
-OS__gtk_widget_modify_fg_1=cast=(GtkStateType)
-OS__gtk_widget_modify_fg_2=cast=(GdkColor *),flags=no_out
-
-OS__gtk_widget_modify_font=
-OS__gtk_widget_modify_font_0=cast=(GtkWidget *)
-OS__gtk_widget_modify_font_1=cast=(PangoFontDescription *)
-
-OS__gtk_widget_modify_style=
-OS__gtk_widget_modify_style_0=cast=(GtkWidget *)
-OS__gtk_widget_modify_style_1=cast=(GtkRcStyle *)
-
-OS__gtk_widget_modify_text=
-OS__gtk_widget_modify_text_0=cast=(GtkWidget *)
-OS__gtk_widget_modify_text_1=cast=(GtkStateType)
-OS__gtk_widget_modify_text_2=cast=(GdkColor *),flags=no_out
-
-OS__gtk_widget_queue_resize=
-OS__gtk_widget_queue_resize_0=cast=GtkWidget *
-
-OS__gtk_widget_realize=
-OS__gtk_widget_realize_0=cast=(GtkWidget *)
-
-OS__gtk_widget_remove_accelerator=
-OS__gtk_widget_remove_accelerator_0=cast=(GtkWidget *)
-OS__gtk_widget_remove_accelerator_1=cast=(GtkAccelGroup *)
-OS__gtk_widget_remove_accelerator_2=cast=(guint)
-OS__gtk_widget_remove_accelerator_3=cast=(GdkModifierType)
-
-OS__gtk_widget_reparent=
-OS__gtk_widget_reparent_0=cast=(GtkWidget *)
-OS__gtk_widget_reparent_1=cast=(GtkWidget *)
-
-OS__gtk_widget_send_expose=
-OS__gtk_widget_send_expose_0=cast=GtkWidget *
-OS__gtk_widget_send_expose_1=cast=GdkEvent *
-
-OS__gtk_widget_set_app_paintable=
-OS__gtk_widget_set_app_paintable_0=cast=(GtkWidget *)
-OS__gtk_widget_set_app_paintable_1=
-
-OS__gtk_widget_set_default_direction=
-OS__gtk_widget_set_default_direction_0=cast=(GtkTextDirection)
-
-OS__gtk_widget_set_direction=
-OS__gtk_widget_set_direction_0=cast=(GtkWidget *)
-OS__gtk_widget_set_direction_1=cast=(GtkTextDirection)
-
-OS__gtk_widget_set_double_buffered=
-OS__gtk_widget_set_double_buffered_0=cast=(GtkWidget *)
-OS__gtk_widget_set_double_buffered_1=cast=(gboolean)
-
-OS__gtk_widget_set_name=
-OS__gtk_widget_set_name_0=cast=(GtkWidget *)
-OS__gtk_widget_set_name_1=cast=(const char *)
-
-OS__gtk_widget_set_parent_window=
-OS__gtk_widget_set_parent_window_0=cast=(GtkWidget *)
-OS__gtk_widget_set_parent_window_1=cast=(GdkWindow *)
-
-OS__gtk_widget_set_redraw_on_allocate=
-OS__gtk_widget_set_redraw_on_allocate_0=cast=(GtkWidget *)
-OS__gtk_widget_set_redraw_on_allocate_1=cast=(gboolean)
-
-OS__gtk_widget_set_sensitive=
-OS__gtk_widget_set_sensitive_0=cast=(GtkWidget *)
-OS__gtk_widget_set_sensitive_1=cast=(gboolean)
-
-OS__gtk_widget_set_size_request=
-OS__gtk_widget_set_size_request_0=cast=(GtkWidget *)
-OS__gtk_widget_set_size_request_1=cast=(gint)
-OS__gtk_widget_set_size_request_2=cast=(gint)
-
-OS__gtk_widget_set_state=
-OS__gtk_widget_set_state_0=cast=(GtkWidget *)
-OS__gtk_widget_set_state_1=cast=(GtkStateType)
-
-OS__gtk_widget_set_style=
-OS__gtk_widget_set_style_0=cast=(GtkWidget *)
-OS__gtk_widget_set_style_1=cast=(GtkStyle *)
-
-OS__gtk_widget_set_tooltip_text=flags=dynamic
-OS__gtk_widget_set_tooltip_text_0=cast=(GtkWidget *)
-OS__gtk_widget_set_tooltip_text_1=cast=(const gchar *)
-
-OS__gtk_widget_shape_combine_mask=
-OS__gtk_widget_shape_combine_mask_0=cast=(GtkWidget *)
-OS__gtk_widget_shape_combine_mask_1=cast=(GdkBitmap *)
-OS__gtk_widget_shape_combine_mask_2=cast=gint
-OS__gtk_widget_shape_combine_mask_3=cast=gint
-
-OS__gtk_widget_show=
-OS__gtk_widget_show_0=cast=(GtkWidget *)
-
-OS__gtk_widget_show_now=
-OS__gtk_widget_show_now_0=cast=(GtkWidget *)
-
-OS__gtk_widget_size_allocate=
-OS__gtk_widget_size_allocate_0=cast=(GtkWidget *)
-OS__gtk_widget_size_allocate_1=cast=(GtkAllocation *),flags=no_out
-
-OS__gtk_widget_size_request=
-OS__gtk_widget_size_request_0=cast=(GtkWidget *)
-OS__gtk_widget_size_request_1=cast=(GtkRequisition *),flags=no_in
-
-OS__1gtk_1widget_1style_1get__I_3B_3II=
-OS__1gtk_1widget_1style_1get__I_3B_3II_0=cast=(GtkWidget *)
-OS__1gtk_1widget_1style_1get__I_3B_3II_1=cast=(const gchar *)
-OS__1gtk_1widget_1style_1get__I_3B_3II_2=
-OS__1gtk_1widget_1style_1get__I_3B_3II_3=cast=(const gchar *),flags=sentinel
-
-OS__1gtk_1widget_1style_1get__I_3B_3JI=
-OS__1gtk_1widget_1style_1get__I_3B_3JI_0=cast=(GtkWidget *)
-OS__1gtk_1widget_1style_1get__I_3B_3JI_1=cast=(const gchar *)
-OS__1gtk_1widget_1style_1get__I_3B_3JI_2=
-OS__1gtk_1widget_1style_1get__I_3B_3JI_3=cast=(const gchar *),flags=sentinel
-
-OS__gtk_widget_translate_coordinates=
-OS__gtk_widget_translate_coordinates_0=cast=(GtkWidget *)
-OS__gtk_widget_translate_coordinates_1=cast=(GtkWidget *)
-OS__gtk_widget_translate_coordinates_2=
-OS__gtk_widget_translate_coordinates_3=
-OS__gtk_widget_translate_coordinates_4=
-OS__gtk_widget_translate_coordinates_5=
-
-OS__gtk_widget_unrealize=
-OS__gtk_widget_unrealize_0=cast=(GtkWidget *)
-
-OS__gtk_window_activate_default=
-OS__gtk_window_activate_default_0=cast=(GtkWindow *)
-
-OS__gtk_window_add_accel_group=
-OS__gtk_window_add_accel_group_0=cast=(GtkWindow *)
-OS__gtk_window_add_accel_group_1=cast=(GtkAccelGroup *)
-
-OS__gtk_window_deiconify=
-OS__gtk_window_deiconify_0=cast=(GtkWindow *)
-
-OS__gtk_window_fullscreen=
-OS__gtk_window_fullscreen_0=cast=GtkWindow *
-
-OS__gtk_window_get_focus=
-OS__gtk_window_get_focus_0=cast=(GtkWindow *)
-
-OS__gtk_window_get_group=flags=dynamic
-OS__gtk_window_get_group_0=cast=(GtkWindow *)
-
-OS__gtk_window_get_icon_list=
-OS__gtk_window_get_icon_list_0=cast=(GtkWindow *)
-
-OS__gtk_window_get_mnemonic_modifier=
-OS__gtk_window_get_mnemonic_modifier_0=cast=(GtkWindow *)
-
-OS__gtk_window_get_modal=
-OS__gtk_window_get_modal_0=cast=(GtkWindow *)
-
-OS__gtk_window_get_opacity=flags=dynamic
-OS__gtk_window_get_opacity_0=cast=(GtkWindow *)
-
-OS__gtk_window_get_position=
-OS__gtk_window_get_position_0=cast=(GtkWindow *)
-OS__gtk_window_get_position_1=cast=(gint *)
-OS__gtk_window_get_position_2=cast=(gint *)
-
-OS__gtk_window_get_size=
-OS__gtk_window_get_size_0=cast=(GtkWindow *)
-OS__gtk_window_get_size_1=cast=(gint *)
-OS__gtk_window_get_size_2=cast=(gint *)
-
-OS__gtk_window_group_add_window=
-OS__gtk_window_group_add_window_0=cast=(GtkWindowGroup*)
-OS__gtk_window_group_add_window_1=cast=(GtkWindow*)
-
-OS__gtk_window_group_new=
-
-OS__gtk_window_group_remove_window=
-OS__gtk_window_group_remove_window_0=cast=(GtkWindowGroup*)
-OS__gtk_window_group_remove_window_1=cast=(GtkWindow*)
-
-OS__gtk_window_iconify=
-OS__gtk_window_iconify_0=cast=(GtkWindow *)
-
-OS__gtk_window_list_toplevels=
-
-OS__gtk_window_maximize=
-OS__gtk_window_maximize_0=cast=(GtkWindow *)
-
-OS__gtk_window_move=
-OS__gtk_window_move_0=cast=(GtkWindow *)
-OS__gtk_window_move_1=cast=(gint)
-OS__gtk_window_move_2=cast=(gint)
-
-OS__gtk_window_new=
-OS__gtk_window_new_0=cast=(GtkWindowType)
-
-OS__gtk_window_present=
-OS__gtk_window_present_0=cast=(GtkWindow *)
-
-OS__gtk_window_remove_accel_group=
-OS__gtk_window_remove_accel_group_0=cast=(GtkWindow *)
-OS__gtk_window_remove_accel_group_1=cast=(GtkAccelGroup *)
-
-OS__gtk_window_resize=
-OS__gtk_window_resize_0=cast=(GtkWindow *)
-OS__gtk_window_resize_1=cast=(gint)
-OS__gtk_window_resize_2=cast=(gint)
-
-OS__gtk_window_set_default=
-OS__gtk_window_set_default_0=cast=(GtkWindow *)
-OS__gtk_window_set_default_1=cast=(GtkWidget *)
-
-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=flags=no_out
-OS__gtk_window_set_geometry_hints_3=
-
-OS__gtk_window_set_icon_list=
-OS__gtk_window_set_icon_list_0=cast=(GtkWindow *)
-OS__gtk_window_set_icon_list_1=cast=(GList *)
-
-OS__gtk_window_set_keep_below=flags=dynamic
-OS__gtk_window_set_keep_below_0=cast=(GtkWindow *)
-OS__gtk_window_set_keep_below_1=cast=(gboolean)
-
-OS__gtk_window_set_modal=
-OS__gtk_window_set_modal_0=cast=(GtkWindow *)
-OS__gtk_window_set_modal_1=cast=(gboolean)
-
-OS__gtk_window_set_opacity=flags=dynamic
-OS__gtk_window_set_opacity_0=cast=(GtkWindow *)
-OS__gtk_window_set_opacity_1=
-
-OS__gtk_window_set_resizable=
-OS__gtk_window_set_resizable_0=cast=(GtkWindow *)
-OS__gtk_window_set_resizable_1=cast=(gboolean)
-
-OS__gtk_window_set_skip_taskbar_hint=flags=dynamic
-OS__gtk_window_set_skip_taskbar_hint_0=cast=(GtkWindow *)
-OS__gtk_window_set_skip_taskbar_hint_1=cast=(gboolean)
-
-OS__gtk_window_set_title=
-OS__gtk_window_set_title_0=cast=(GtkWindow *)
-OS__gtk_window_set_title_1=cast=(const gchar *)
-
-OS__gtk_window_set_transient_for=
-OS__gtk_window_set_transient_for_0=cast=(GtkWindow *)
-OS__gtk_window_set_transient_for_1=cast=(GtkWindow *)
-
-OS__gtk_window_set_type_hint=
-OS__gtk_window_set_type_hint_0=cast=(GtkWindow *)
-OS__gtk_window_set_type_hint_1=
-
-OS__gtk_window_unfullscreen=
-OS__gtk_window_unfullscreen_0=cast=GtkWindow *
-
-OS__gtk_window_unmaximize=
-OS__gtk_window_unmaximize_0=cast=(GtkWindow *)
-
-OS__pango_attr_background_new=
-OS__pango_attr_background_new_0=
-OS__pango_attr_background_new_1=
-OS__pango_attr_background_new_2=
-
-OS__pango_attr_font_desc_new=
-OS__pango_attr_font_desc_new_0=cast=const PangoFontDescription *
-
-OS__pango_attr_foreground_new=
-OS__pango_attr_foreground_new_0=
-OS__pango_attr_foreground_new_1=
-OS__pango_attr_foreground_new_2=
-
-OS__pango_attr_iterator_destroy=
-OS__pango_attr_iterator_destroy_0=cast=PangoAttrIterator *
-
-OS__pango_attr_iterator_get=
-OS__pango_attr_iterator_get_0=cast=(PangoAttrIterator *)
-OS__pango_attr_iterator_get_1=cast=PangoAttrType
-
-OS__pango_attr_iterator_get_attrs=
-OS__pango_attr_iterator_get_attrs_0=cast=(PangoAttrIterator *)
-
-OS__pango_attr_iterator_next=
-OS__pango_attr_iterator_next_0=cast=(PangoAttrIterator *)
-
-OS__pango_attr_iterator_range=
-OS__pango_attr_iterator_range_0=cast=(PangoAttrIterator *)
-OS__pango_attr_iterator_range_1=
-OS__pango_attr_iterator_range_2=
-
-OS__pango_attr_list_change=
-OS__pango_attr_list_change_0=cast=(PangoAttrList *)
-OS__pango_attr_list_change_1=cast=PangoAttribute *
-
-OS__pango_attr_list_get_iterator=
-OS__pango_attr_list_get_iterator_0=cast=(PangoAttrList *)
-
-OS__pango_attr_list_insert=
-OS__pango_attr_list_insert_0=cast=PangoAttrList *
-OS__pango_attr_list_insert_1=cast=PangoAttribute *
-
-OS__pango_attr_list_new=
-
-OS__pango_attr_list_unref=
-OS__pango_attr_list_unref_0=cast=(PangoAttrList *)
-
-OS__pango_attr_rise_new=
-OS__pango_attr_rise_new_0=
-
-OS__pango_attr_shape_new=
-OS__pango_attr_shape_new_0=flags=no_out
-OS__pango_attr_shape_new_1=flags=no_out
-
-OS__pango_attr_strikethrough_color_new=flags=dynamic
-OS__pango_attr_strikethrough_color_new_0=
-OS__pango_attr_strikethrough_color_new_1=
-OS__pango_attr_strikethrough_color_new_2=
-
-OS__pango_attr_strikethrough_new=
-OS__pango_attr_strikethrough_new_0=
-
-OS__pango_attr_underline_color_new=flags=dynamic
-OS__pango_attr_underline_color_new_0=
-OS__pango_attr_underline_color_new_1=
-OS__pango_attr_underline_color_new_2=
-
-OS__pango_attr_underline_new=
-OS__pango_attr_underline_new_0=
-
-OS__pango_attr_weight_new=
-OS__pango_attr_weight_new_0=
-
-OS__pango_cairo_context_get_font_options=flags=dynamic
-OS__pango_cairo_context_get_font_options_0=cast=(PangoContext *)
-
-OS__pango_cairo_context_set_font_options=flags=dynamic
-OS__pango_cairo_context_set_font_options_0=cast=(PangoContext *)
-OS__pango_cairo_context_set_font_options_1=
-
-OS__pango_cairo_create_layout=flags=dynamic
-OS__pango_cairo_create_layout_0=
-
-OS__pango_cairo_font_map_create_context=flags=dynamic
-OS__pango_cairo_font_map_create_context_0=
-
-OS__pango_cairo_font_map_get_default=flags=dynamic
-
-OS__pango_cairo_font_map_new=flags=dynamic
-
-OS__pango_cairo_font_map_set_resolution=flags=dynamic
-OS__pango_cairo_font_map_set_resolution_0=
-OS__pango_cairo_font_map_set_resolution_1=
-
-OS__pango_cairo_layout_path=flags=dynamic
-OS__pango_cairo_layout_path_0=
-OS__pango_cairo_layout_path_1=
-
-OS__pango_cairo_show_layout=flags=dynamic
-OS__pango_cairo_show_layout_0=
-OS__pango_cairo_show_layout_1=
-
-OS__pango_context_get_base_dir=
-OS__pango_context_get_base_dir_0=cast=(PangoContext *)
-
-OS__pango_context_get_language=
-OS__pango_context_get_language_0=cast=(PangoContext *)
-
-OS__pango_context_get_metrics=
-OS__pango_context_get_metrics_0=cast=(PangoContext *)
-OS__pango_context_get_metrics_1=cast=(const PangoFontDescription *)
-OS__pango_context_get_metrics_2=cast=(PangoLanguage *)
-
-OS__pango_context_list_families=
-OS__pango_context_list_families_0=cast=(PangoContext *)
-OS__pango_context_list_families_1=cast=(PangoFontFamily ***)
-OS__pango_context_list_families_2=cast=(int *)
-
-OS__pango_context_set_base_dir=
-OS__pango_context_set_base_dir_0=cast=(PangoContext *)
-OS__pango_context_set_base_dir_1=
-
-OS__pango_context_set_language=
-OS__pango_context_set_language_0=cast=(PangoContext *)
-OS__pango_context_set_language_1=cast=(PangoLanguage *)
-
-OS__pango_font_description_copy=
-OS__pango_font_description_copy_0=cast=(PangoFontDescription *)
-
-OS__pango_font_description_free=
-OS__pango_font_description_free_0=cast=(PangoFontDescription *)
-
-OS__pango_font_description_from_string=
-OS__pango_font_description_from_string_0=cast=(const char *),flags=no_out critical
-
-OS__pango_font_description_get_family=
-OS__pango_font_description_get_family_0=cast=(PangoFontDescription *)
-
-OS__pango_font_description_get_size=
-OS__pango_font_description_get_size_0=cast=(PangoFontDescription *)
-
-OS__pango_font_description_get_style=
-OS__pango_font_description_get_style_0=cast=(PangoFontDescription *)
-
-OS__pango_font_description_get_weight=
-OS__pango_font_description_get_weight_0=cast=(PangoFontDescription *)
-
-OS__pango_font_description_new=
-
-OS__pango_font_description_set_family=
-OS__pango_font_description_set_family_0=cast=(PangoFontDescription *)
-OS__pango_font_description_set_family_1=cast=(const char *),flags=no_out critical
-
-OS__pango_font_description_set_size=
-OS__pango_font_description_set_size_0=cast=(PangoFontDescription *)
-OS__pango_font_description_set_size_1=cast=(gint)
-
-OS__pango_font_description_set_stretch=
-OS__pango_font_description_set_stretch_0=cast=(PangoFontDescription *)
-OS__pango_font_description_set_stretch_1=cast=(PangoStretch)
-
-OS__pango_font_description_set_style=
-OS__pango_font_description_set_style_0=cast=(PangoFontDescription *)
-OS__pango_font_description_set_style_1=cast=(PangoStyle)
-
-OS__pango_font_description_set_weight=
-OS__pango_font_description_set_weight_0=cast=(PangoFontDescription *)
-OS__pango_font_description_set_weight_1=cast=(PangoWeight)
-
-OS__pango_font_description_to_string=
-OS__pango_font_description_to_string_0=cast=(PangoFontDescription *)
-
-OS__pango_font_face_describe=
-OS__pango_font_face_describe_0=cast=(PangoFontFace *)
-
-OS__pango_font_family_get_name=
-OS__pango_font_family_get_name_0=cast=(PangoFontFamily *)
-
-OS__pango_font_family_list_faces=
-OS__pango_font_family_list_faces_0=cast=(PangoFontFamily *)
-OS__pango_font_family_list_faces_1=cast=(PangoFontFace ***)
-OS__pango_font_family_list_faces_2=cast=(int *)
-
-OS__pango_font_get_metrics=
-OS__pango_font_get_metrics_0=cast=PangoFont *
-OS__pango_font_get_metrics_1=cast=PangoLanguage *
-
-OS__pango_font_metrics_get_approximate_char_width=
-OS__pango_font_metrics_get_approximate_char_width_0=cast=(PangoFontMetrics *)
-
-OS__pango_font_metrics_get_ascent=
-OS__pango_font_metrics_get_ascent_0=cast=(PangoFontMetrics *)
-
-OS__pango_font_metrics_get_descent=
-OS__pango_font_metrics_get_descent_0=cast=(PangoFontMetrics *)
-
-OS__pango_font_metrics_get_strikethrough_position=flags=dynamic
-OS__pango_font_metrics_get_strikethrough_position_0=
-
-OS__pango_font_metrics_get_strikethrough_thickness=flags=dynamic
-OS__pango_font_metrics_get_strikethrough_thickness_0=
-
-OS__pango_font_metrics_get_underline_position=flags=dynamic
-OS__pango_font_metrics_get_underline_position_0=
-
-OS__pango_font_metrics_get_underline_thickness=flags=dynamic
-OS__pango_font_metrics_get_underline_thickness_0=
-
-OS__pango_font_metrics_unref=
-OS__pango_font_metrics_unref_0=cast=(PangoFontMetrics *)
-
-OS__pango_language_from_string=
-OS__pango_language_from_string_0=cast=(const char *),flags=no_out
-
-OS__pango_layout_context_changed=
-OS__pango_layout_context_changed_0=cast=PangoLayout *
-
-OS__pango_layout_get_alignment=
-OS__pango_layout_get_alignment_0=cast=PangoLayout*
-
-OS__pango_layout_get_attributes=
-OS__pango_layout_get_attributes_0=cast=(PangoLayout *)
-
-OS__pango_layout_get_context=
-OS__pango_layout_get_context_0=cast=(PangoLayout *)
-
-OS__pango_layout_get_indent=
-OS__pango_layout_get_indent_0=cast=(PangoLayout*)
-
-OS__pango_layout_get_iter=
-OS__pango_layout_get_iter_0=cast=(PangoLayout*)
-
-OS__pango_layout_get_justify=
-OS__pango_layout_get_justify_0=cast=(PangoLayout*)
-
-OS__pango_layout_get_line=
-OS__pango_layout_get_line_0=cast=PangoLayout *
-OS__pango_layout_get_line_1=
-
-OS__pango_layout_get_line_count=
-OS__pango_layout_get_line_count_0=cast=PangoLayout*
-
-OS__pango_layout_get_log_attrs=
-OS__pango_layout_get_log_attrs_0=cast=PangoLayout*
-OS__pango_layout_get_log_attrs_1=cast=PangoLogAttr **
-OS__pango_layout_get_log_attrs_2=cast=(int *)
-
-OS__pango_layout_get_size=
-OS__pango_layout_get_size_0=cast=(PangoLayout *)
-OS__pango_layout_get_size_1=cast=(int *)
-OS__pango_layout_get_size_2=cast=(int *)
-
-OS__pango_layout_get_spacing=
-OS__pango_layout_get_spacing_0=cast=PangoLayout*
-
-OS__pango_layout_get_tabs=
-OS__pango_layout_get_tabs_0=cast=PangoLayout*
-
-OS__pango_layout_get_text=
-OS__pango_layout_get_text_0=cast=PangoLayout *
-
-OS__pango_layout_get_width=
-OS__pango_layout_get_width_0=cast=(PangoLayout *)
-
-OS__pango_layout_index_to_pos=
-OS__pango_layout_index_to_pos_0=cast=(PangoLayout*)
-OS__pango_layout_index_to_pos_1=
-OS__pango_layout_index_to_pos_2=flags=no_in
-
-OS__pango_layout_iter_free=
-OS__pango_layout_iter_free_0=cast=PangoLayoutIter*
-
-OS__pango_layout_iter_get_index=
-OS__pango_layout_iter_get_index_0=cast=(PangoLayoutIter*)
-
-OS__pango_layout_iter_get_line_extents=
-OS__pango_layout_iter_get_line_extents_0=cast=(PangoLayoutIter*)
-OS__pango_layout_iter_get_line_extents_1=flags=no_in
-OS__pango_layout_iter_get_line_extents_2=flags=no_in
-
-OS__pango_layout_iter_get_run=
-OS__pango_layout_iter_get_run_0=cast=PangoLayoutIter*
-
-OS__pango_layout_iter_next_line=
-OS__pango_layout_iter_next_line_0=cast=PangoLayoutIter*
-
-OS__pango_layout_iter_next_run=
-OS__pango_layout_iter_next_run_0=cast=PangoLayoutIter*
-
-OS__pango_layout_line_get_extents=
-OS__pango_layout_line_get_extents_0=cast=PangoLayoutLine*
-OS__pango_layout_line_get_extents_1=cast=PangoRectangle *,flags=no_in
-OS__pango_layout_line_get_extents_2=cast=PangoRectangle *,flags=no_in
-
-OS__pango_layout_line_get_resolved_dir=flags=no_gen
-OS__pango_layout_line_get_resolved_dir_0=
-
-OS__pango_layout_line_x_to_index=
-OS__pango_layout_line_x_to_index_0=cast=PangoLayoutLine*
-OS__pango_layout_line_x_to_index_1=
-OS__pango_layout_line_x_to_index_2=cast=int *
-OS__pango_layout_line_x_to_index_3=cast=int *
-
-OS__pango_layout_new=
-OS__pango_layout_new_0=cast=(PangoContext *)
-
-OS__pango_layout_set_alignment=
-OS__pango_layout_set_alignment_0=cast=(PangoLayout *)
-OS__pango_layout_set_alignment_1=
-
-OS__pango_layout_set_attributes=
-OS__pango_layout_set_attributes_0=cast=(PangoLayout *)
-OS__pango_layout_set_attributes_1=cast=PangoAttrList *
-
-OS__pango_layout_set_auto_dir=flags=dynamic
-OS__pango_layout_set_auto_dir_0=
-OS__pango_layout_set_auto_dir_1=
-
-OS__pango_layout_set_font_description=
-OS__pango_layout_set_font_description_0=cast=(PangoLayout *)
-OS__pango_layout_set_font_description_1=cast=(PangoFontDescription *)
-
-OS__pango_layout_set_indent=
-OS__pango_layout_set_indent_0=cast=(PangoLayout*)
-OS__pango_layout_set_indent_1=
-
-OS__pango_layout_set_justify=
-OS__pango_layout_set_justify_0=cast=(PangoLayout*)
-OS__pango_layout_set_justify_1=
-
-OS__pango_layout_set_single_paragraph_mode=
-OS__pango_layout_set_single_paragraph_mode_0=cast=PangoLayout *
-OS__pango_layout_set_single_paragraph_mode_1=cast=gboolean
-
-OS__pango_layout_set_spacing=
-OS__pango_layout_set_spacing_0=cast=(PangoLayout *)
-OS__pango_layout_set_spacing_1=
-
-OS__pango_layout_set_tabs=
-OS__pango_layout_set_tabs_0=cast=PangoLayout *
-OS__pango_layout_set_tabs_1=cast=(PangoTabArray *)
-
-OS__pango_layout_set_text=
-OS__pango_layout_set_text_0=cast=(PangoLayout *)
-OS__pango_layout_set_text_1=cast=(const char *),flags=no_out critical
-OS__pango_layout_set_text_2=cast=(int)
-
-OS__pango_layout_set_width=
-OS__pango_layout_set_width_0=cast=(PangoLayout *)
-OS__pango_layout_set_width_1=
-
-OS__pango_layout_set_wrap=
-OS__pango_layout_set_wrap_0=cast=PangoLayout *
-OS__pango_layout_set_wrap_1=
-
-OS__pango_layout_xy_to_index=
-OS__pango_layout_xy_to_index_0=cast=PangoLayout *
-OS__pango_layout_xy_to_index_1=
-OS__pango_layout_xy_to_index_2=
-OS__pango_layout_xy_to_index_3=cast=int *
-OS__pango_layout_xy_to_index_4=cast=int *
-
-OS__pango_tab_array_free=
-OS__pango_tab_array_free_0=cast=(PangoTabArray *)
-
-OS__pango_tab_array_get_size=
-OS__pango_tab_array_get_size_0=cast=(PangoTabArray *)
-
-OS__pango_tab_array_get_tabs=
-OS__pango_tab_array_get_tabs_0=cast=(PangoTabArray *)
-OS__pango_tab_array_get_tabs_1=cast=(PangoTabAlign **)
-OS__pango_tab_array_get_tabs_2=cast=(int **)
-
-OS__pango_tab_array_new=
-OS__pango_tab_array_new_0=cast=(gint)
-OS__pango_tab_array_new_1=cast=(gboolean)
-
-OS__pango_tab_array_set_tab=
-OS__pango_tab_array_set_tab_0=cast=(PangoTabArray *)
-OS__pango_tab_array_set_tab_1=cast=(gint)
-OS__pango_tab_array_set_tab_2=cast=(PangoTabAlign)
-OS__pango_tab_array_set_tab_3=cast=(gint)
-
-OS_g_main_context_wakeup=
-OS_g_main_context_wakeup_0=cast=GMainContext *
-
-OS_localeconv_decimal_point=
-
-OS_memmove__ILorg_eclipse_swt_internal_gtk_GInterfaceInfo_2I=
-OS_memmove__ILorg_eclipse_swt_internal_gtk_GInterfaceInfo_2I_0=cast=(void *)
-OS_memmove__ILorg_eclipse_swt_internal_gtk_GInterfaceInfo_2I_1=cast=(const void *),flags=no_out
-OS_memmove__ILorg_eclipse_swt_internal_gtk_GInterfaceInfo_2I_2=cast=(size_t)
-
-OS_memmove__ILorg_eclipse_swt_internal_gtk_GObjectClass_2=
-OS_memmove__ILorg_eclipse_swt_internal_gtk_GObjectClass_2_0=cast=(void *),flags=no_in
-OS_memmove__ILorg_eclipse_swt_internal_gtk_GObjectClass_2_1=cast=(const void *),flags=no_out
-
-OS_memmove__ILorg_eclipse_swt_internal_gtk_GTypeInfo_2I=
-OS_memmove__ILorg_eclipse_swt_internal_gtk_GTypeInfo_2I_0=cast=(void *)
-OS_memmove__ILorg_eclipse_swt_internal_gtk_GTypeInfo_2I_1=cast=(const void *),flags=no_out
-OS_memmove__ILorg_eclipse_swt_internal_gtk_GTypeInfo_2I_2=cast=(size_t)
-
-OS_memmove__ILorg_eclipse_swt_internal_gtk_GdkEventButton_2I=
-OS_memmove__ILorg_eclipse_swt_internal_gtk_GdkEventButton_2I_0=cast=(void *)
-OS_memmove__ILorg_eclipse_swt_internal_gtk_GdkEventButton_2I_1=cast=(const void *),flags=no_out
-OS_memmove__ILorg_eclipse_swt_internal_gtk_GdkEventButton_2I_2=cast=(size_t)
-
-OS_memmove__ILorg_eclipse_swt_internal_gtk_GdkEventExpose_2I=
-OS_memmove__ILorg_eclipse_swt_internal_gtk_GdkEventExpose_2I_0=cast=(void *)
-OS_memmove__ILorg_eclipse_swt_internal_gtk_GdkEventExpose_2I_1=cast=(const void *),flags=no_out
-OS_memmove__ILorg_eclipse_swt_internal_gtk_GdkEventExpose_2I_2=cast=(size_t)
-
-OS_memmove__ILorg_eclipse_swt_internal_gtk_GdkEventMotion_2I=
-OS_memmove__ILorg_eclipse_swt_internal_gtk_GdkEventMotion_2I_0=cast=(void *)
-OS_memmove__ILorg_eclipse_swt_internal_gtk_GdkEventMotion_2I_1=cast=(const void *),flags=no_out
-OS_memmove__ILorg_eclipse_swt_internal_gtk_GdkEventMotion_2I_2=cast=(size_t)
-
-OS_memmove__ILorg_eclipse_swt_internal_gtk_GtkAdjustment_2=
-OS_memmove__ILorg_eclipse_swt_internal_gtk_GtkAdjustment_2_0=cast=(void *)
-OS_memmove__ILorg_eclipse_swt_internal_gtk_GtkAdjustment_2_1=cast=(const void *),flags=no_out
-
-OS_memmove__ILorg_eclipse_swt_internal_gtk_GtkCellRendererClass_2=
-OS_memmove__ILorg_eclipse_swt_internal_gtk_GtkCellRendererClass_2_0=
-OS_memmove__ILorg_eclipse_swt_internal_gtk_GtkCellRendererClass_2_1=
-
-OS_memmove__ILorg_eclipse_swt_internal_gtk_GtkFixed_2=
-OS_memmove__ILorg_eclipse_swt_internal_gtk_GtkFixed_2_0=cast=(void *),flags=no_in
-OS_memmove__ILorg_eclipse_swt_internal_gtk_GtkFixed_2_1=cast=(const void *),flags=no_out
-
-OS_memmove__ILorg_eclipse_swt_internal_gtk_GtkTargetEntry_2I=
-OS_memmove__ILorg_eclipse_swt_internal_gtk_GtkTargetEntry_2I_0=cast=(void *)
-OS_memmove__ILorg_eclipse_swt_internal_gtk_GtkTargetEntry_2I_1=cast=(const void *),flags=no_out
-OS_memmove__ILorg_eclipse_swt_internal_gtk_GtkTargetEntry_2I_2=cast=(size_t)
-
-OS_memmove__ILorg_eclipse_swt_internal_gtk_GtkWidgetClass_2=
-OS_memmove__ILorg_eclipse_swt_internal_gtk_GtkWidgetClass_2_0=
-OS_memmove__ILorg_eclipse_swt_internal_gtk_GtkWidgetClass_2_1=flags=no_out
-
-OS_memmove__ILorg_eclipse_swt_internal_gtk_PangoAttribute_2I=
-OS_memmove__ILorg_eclipse_swt_internal_gtk_PangoAttribute_2I_0=cast=(void *)
-OS_memmove__ILorg_eclipse_swt_internal_gtk_PangoAttribute_2I_1=cast=(const void *),flags=no_out
-OS_memmove__ILorg_eclipse_swt_internal_gtk_PangoAttribute_2I_2=cast=(size_t)
-
-OS_memmove__ILorg_eclipse_swt_internal_gtk_XButtonEvent_2I=
-OS_memmove__ILorg_eclipse_swt_internal_gtk_XButtonEvent_2I_0=cast=(void *)
-OS_memmove__ILorg_eclipse_swt_internal_gtk_XButtonEvent_2I_1=cast=(const void *),flags=no_out
-OS_memmove__ILorg_eclipse_swt_internal_gtk_XButtonEvent_2I_2=cast=(size_t)
-
-OS_memmove__ILorg_eclipse_swt_internal_gtk_XClientMessageEvent_2I=
-OS_memmove__ILorg_eclipse_swt_internal_gtk_XClientMessageEvent_2I_0=cast=(void *)
-OS_memmove__ILorg_eclipse_swt_internal_gtk_XClientMessageEvent_2I_1=cast=(const void *),flags=no_out
-OS_memmove__ILorg_eclipse_swt_internal_gtk_XClientMessageEvent_2I_2=cast=(size_t)
-
-OS_memmove__ILorg_eclipse_swt_internal_gtk_XCrossingEvent_2I=
-OS_memmove__ILorg_eclipse_swt_internal_gtk_XCrossingEvent_2I_0=cast=(void *)
-OS_memmove__ILorg_eclipse_swt_internal_gtk_XCrossingEvent_2I_1=cast=(const void *),flags=no_out
-OS_memmove__ILorg_eclipse_swt_internal_gtk_XCrossingEvent_2I_2=cast=(size_t)
-
-OS_memmove__ILorg_eclipse_swt_internal_gtk_XExposeEvent_2I=
-OS_memmove__ILorg_eclipse_swt_internal_gtk_XExposeEvent_2I_0=cast=(void *)
-OS_memmove__ILorg_eclipse_swt_internal_gtk_XExposeEvent_2I_1=cast=(const void *),flags=no_out
-OS_memmove__ILorg_eclipse_swt_internal_gtk_XExposeEvent_2I_2=cast=(size_t)
-
-OS_memmove__ILorg_eclipse_swt_internal_gtk_XFocusChangeEvent_2I=
-OS_memmove__ILorg_eclipse_swt_internal_gtk_XFocusChangeEvent_2I_0=cast=(void *)
-OS_memmove__ILorg_eclipse_swt_internal_gtk_XFocusChangeEvent_2I_1=cast=(const void *),flags=no_out
-OS_memmove__ILorg_eclipse_swt_internal_gtk_XFocusChangeEvent_2I_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GObjectClass_2I=
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GObjectClass_2I_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GObjectClass_2I_1=cast=(const void *)
-
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GTypeQuery_2II=
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GTypeQuery_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GTypeQuery_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GTypeQuery_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkColor_2II=
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkColor_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkColor_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkColor_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkDragContext_2II=
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkDragContext_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkDragContext_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkDragContext_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventAny_2II=
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventAny_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventAny_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventAny_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventButton_2II=
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventButton_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventButton_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventButton_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventCrossing_2II=
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventCrossing_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventCrossing_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventCrossing_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventExpose_2II=
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventExpose_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventExpose_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventExpose_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventFocus_2II=
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventFocus_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventFocus_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventFocus_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventKey_2II=
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventKey_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventKey_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventKey_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventMotion_2II=
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventMotion_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventMotion_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventMotion_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventScroll_2II=
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventScroll_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventScroll_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventScroll_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventVisibility_2II=
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventVisibility_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventVisibility_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventVisibility_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventWindowState_2II=
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventWindowState_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventWindowState_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventWindowState_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkEvent_2II=
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkEvent_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkEvent_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkEvent_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkImage_2I=
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkImage_2I_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkImage_2I_1=cast=(const void *)
-
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkRectangle_2II=
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkRectangle_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkRectangle_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkRectangle_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkVisual_2I=
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkVisual_2I_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GdkVisual_2I_1=cast=(const void *)
-
-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_GtkCellRendererClass_2I=
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GtkCellRendererClass_2I_0=
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GtkCellRendererClass_2I_1=
-
-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 *)
-
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GtkCombo_2I=
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GtkCombo_2I_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GtkCombo_2I_1=cast=(const void *)
-
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GtkFileSelection_2I=
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GtkFileSelection_2I_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GtkFileSelection_2I_1=cast=(const void *)
-
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GtkFixed_2I=
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GtkFixed_2I_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GtkFixed_2I_1=cast=(const void *)
-
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GtkSelectionData_2II=
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GtkSelectionData_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GtkSelectionData_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GtkSelectionData_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GtkTargetPair_2II=
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GtkTargetPair_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GtkTargetPair_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GtkTargetPair_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GtkWidgetClass_2I=
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GtkWidgetClass_2I_0=flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_gtk_GtkWidgetClass_2I_1=
-
-OS_memmove__Lorg_eclipse_swt_internal_gtk_PangoAttrColor_2II=
-OS_memmove__Lorg_eclipse_swt_internal_gtk_PangoAttrColor_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_gtk_PangoAttrColor_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_gtk_PangoAttrColor_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_gtk_PangoAttrInt_2II=
-OS_memmove__Lorg_eclipse_swt_internal_gtk_PangoAttrInt_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_gtk_PangoAttrInt_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_gtk_PangoAttrInt_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_gtk_PangoAttribute_2II=
-OS_memmove__Lorg_eclipse_swt_internal_gtk_PangoAttribute_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_gtk_PangoAttribute_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_gtk_PangoAttribute_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_gtk_PangoItem_2II=
-OS_memmove__Lorg_eclipse_swt_internal_gtk_PangoItem_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_gtk_PangoItem_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_gtk_PangoItem_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_gtk_PangoLayoutLine_2II=
-OS_memmove__Lorg_eclipse_swt_internal_gtk_PangoLayoutLine_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_gtk_PangoLayoutLine_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_gtk_PangoLayoutLine_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_gtk_PangoLayoutRun_2II=
-OS_memmove__Lorg_eclipse_swt_internal_gtk_PangoLayoutRun_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_gtk_PangoLayoutRun_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_gtk_PangoLayoutRun_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_gtk_PangoLogAttr_2II=
-OS_memmove__Lorg_eclipse_swt_internal_gtk_PangoLogAttr_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_gtk_PangoLogAttr_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_gtk_PangoLogAttr_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_gtk_XButtonEvent_2II=
-OS_memmove__Lorg_eclipse_swt_internal_gtk_XButtonEvent_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_gtk_XButtonEvent_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_gtk_XButtonEvent_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_gtk_XCrossingEvent_2II=
-OS_memmove__Lorg_eclipse_swt_internal_gtk_XCrossingEvent_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_gtk_XCrossingEvent_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_gtk_XCrossingEvent_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_gtk_XExposeEvent_2II=
-OS_memmove__Lorg_eclipse_swt_internal_gtk_XExposeEvent_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_gtk_XExposeEvent_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_gtk_XExposeEvent_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_gtk_XFocusChangeEvent_2II=
-OS_memmove__Lorg_eclipse_swt_internal_gtk_XFocusChangeEvent_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_gtk_XFocusChangeEvent_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_gtk_XFocusChangeEvent_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_gtk_XVisibilityEvent_2II=
-OS_memmove__Lorg_eclipse_swt_internal_gtk_XVisibilityEvent_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_gtk_XVisibilityEvent_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_gtk_XVisibilityEvent_2II_2=cast=(size_t)
-
-OS_realpath=
-OS_realpath_0=cast=(const char *)
-OS_realpath_1=cast=(char *)
-
-
-org_eclipse_swt_internal_gtk_PangoAttrColor=
-PangoAttrColor_color_red=accessor=color.red
-PangoAttrColor_color_green=accessor=color.green
-PangoAttrColor_color_blue=accessor=color.blue
-
-org_eclipse_swt_internal_gtk_PangoAttrInt=
-PangoAttrInt_value=
-
-org_eclipse_swt_internal_gtk_PangoAttribute=
-PangoAttribute_klass=cast=const PangoAttrClass *
-PangoAttribute_start_index=
-PangoAttribute_end_index=
-
-org_eclipse_swt_internal_gtk_PangoItem=
-PangoItem_offset=
-PangoItem_length=
-PangoItem_num_chars=
-PangoItem_analysis_shape_engine=accessor=analysis.shape_engine,cast=(PangoEngineShape *)
-PangoItem_analysis_lang_engine=accessor=analysis.lang_engine,cast=PangoEngineLang *
-PangoItem_analysis_font=accessor=analysis.font,cast=PangoFont *
-PangoItem_analysis_level=accessor=analysis.level
-PangoItem_analysis_language=accessor=analysis.language,cast=(PangoLanguage *)
-PangoItem_analysis_extra_attrs=accessor=analysis.extra_attrs,cast=GSList *
-
-org_eclipse_swt_internal_gtk_PangoLayoutLine=
-PangoLayoutLine_layout=cast=PangoLayout *
-PangoLayoutLine_start_index=
-PangoLayoutLine_length=
-PangoLayoutLine_runs=cast=GSList *
-
-org_eclipse_swt_internal_gtk_PangoLayoutRun=
-PangoLayoutRun_item=cast=PangoItem *
-PangoLayoutRun_glyphs=cast=PangoGlyphString *
-
-org_eclipse_swt_internal_gtk_PangoLogAttr=
-PangoLogAttr_is_line_break=
-PangoLogAttr_is_mandatory_break=
-PangoLogAttr_is_char_break=
-PangoLogAttr_is_white=
-PangoLogAttr_is_cursor_position=
-PangoLogAttr_is_word_start=
-PangoLogAttr_is_word_end=
-PangoLogAttr_is_sentence_boundary=
-PangoLogAttr_is_sentence_start=
-PangoLogAttr_is_sentence_end=
-
-org_eclipse_swt_internal_gtk_PangoRectangle=
-PangoRectangle_x=
-PangoRectangle_y=
-PangoRectangle_width=
-PangoRectangle_height=
-
-org_eclipse_swt_internal_gtk_XAnyEvent=
-XAnyEvent_serial=
-XAnyEvent_send_event=
-XAnyEvent_display=cast=Display *
-XAnyEvent_window=cast=Window
-
-org_eclipse_swt_internal_gtk_XButtonEvent=
-XButtonEvent_root=
-XButtonEvent_subwindow=
-XButtonEvent_time=
-XButtonEvent_x=
-XButtonEvent_y=
-XButtonEvent_x_root=
-XButtonEvent_y_root=
-XButtonEvent_state=
-XButtonEvent_button=
-XButtonEvent_same_screen=
-
-org_eclipse_swt_internal_gtk_XClientMessageEvent=
-XClientMessageEvent_type=
-XClientMessageEvent_serial=
-XClientMessageEvent_send_event=
-XClientMessageEvent_display=cast=(Display *)
-XClientMessageEvent_window=cast=(Window)
-XClientMessageEvent_message_type=cast=(Atom)
-XClientMessageEvent_format=
-XClientMessageEvent_data=accessor=data.l,cast=(long *)
-
-org_eclipse_swt_internal_gtk_XCrossingEvent=
-XCrossingEvent_root=cast=(Window)
-XCrossingEvent_subwindow=cast=(Window)
-XCrossingEvent_time=cast=Time
-XCrossingEvent_x=
-XCrossingEvent_y=
-XCrossingEvent_x_root=
-XCrossingEvent_y_root=
-XCrossingEvent_mode=
-XCrossingEvent_detail=
-XCrossingEvent_same_screen=cast=Bool
-XCrossingEvent_focus=cast=Bool
-XCrossingEvent_state=cast=unsigned int
-
-org_eclipse_swt_internal_gtk_XEvent=
-XEvent_type=
-
-org_eclipse_swt_internal_gtk_XExposeEvent=
-XExposeEvent_x=
-XExposeEvent_y=
-XExposeEvent_width=
-XExposeEvent_height=
-XExposeEvent_count=
-
-org_eclipse_swt_internal_gtk_XFocusChangeEvent=
-XFocusChangeEvent_mode=
-XFocusChangeEvent_detail=
-
-org_eclipse_swt_internal_gtk_XRenderPictureAttributes=
-XRenderPictureAttributes_repeat=
-XRenderPictureAttributes_alpha_map=
-XRenderPictureAttributes_alpha_x_origin=
-XRenderPictureAttributes_alpha_y_origin=
-XRenderPictureAttributes_clip_x_origin=
-XRenderPictureAttributes_clip_y_origin=
-XRenderPictureAttributes_clip_mask=
-XRenderPictureAttributes_graphics_exposures=
-XRenderPictureAttributes_subwindow_mode=
-XRenderPictureAttributes_poly_edge=
-XRenderPictureAttributes_poly_mode=
-XRenderPictureAttributes_dither=
-XRenderPictureAttributes_component_alpha=
-
-org_eclipse_swt_internal_gtk_XVisibilityEvent=
-XVisibilityEvent_state=
-
-org_eclipse_swt_internal_gtk_XWindowChanges=
-XWindowChanges_x=
-XWindowChanges_y=
-XWindowChanges_width=
-XWindowChanges_height=
-XWindowChanges_border_width=
-XWindowChanges_sibling=
-XWindowChanges_stack_mode=
-
diff --git a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.motif.OS.properties b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.motif.OS.properties
deleted file mode 100644
index a46cfb3d86..0000000000
--- a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.motif.OS.properties
+++ /dev/null
@@ -1,2761 +0,0 @@
-###############################################################################
-# Copyright (c) 2000, 2008 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-org_eclipse_swt_internal_motif_OS=
-OS_CODESET=flags=const
-
-OS_FD_ISSET=
-OS_FD_ISSET_0=
-OS_FD_ISSET_1=cast=(fd_set *)
-
-OS_FD_SET=
-OS_FD_SET_0=
-OS_FD_SET_1=cast=(fd_set *)
-
-OS_FD_ZERO=
-OS_FD_ZERO_0=cast=(fd_set *)
-
-OS_LC_CTYPE=flags=const
-
-OS_MB_CUR_MAX=flags=const
-
-OS_MonitorEnter=flags=no_gen
-OS_MonitorEnter_0=
-
-OS_MonitorExit=flags=no_gen
-OS_MonitorExit_0=
-
-OS_XRenderPictureAttributes_sizeof=
-
-OS__Call=
-OS__Call_0=
-OS__Call_1=
-OS__Call_2=
-
-OS__ConnectionNumber=
-OS__ConnectionNumber_0=
-
-OS__XAllocColor=
-OS__XAllocColor_0=cast=(Display *)
-OS__XAllocColor_1=
-OS__XAllocColor_2=
-
-OS__XBell=
-OS__XBell_0=cast=(Display *)
-OS__XBell_1=
-
-OS__XBlackPixel=
-OS__XBlackPixel_0=cast=(Display *)
-OS__XBlackPixel_1=
-
-OS__XChangeActivePointerGrab=
-OS__XChangeActivePointerGrab_0=cast=(Display *)
-OS__XChangeActivePointerGrab_1=
-OS__XChangeActivePointerGrab_2=cast=(Cursor)
-OS__XChangeActivePointerGrab_3=cast=(Time)
-
-OS__XChangeProperty=
-OS__XChangeProperty_0=cast=Display *
-OS__XChangeProperty_1=cast=Window
-OS__XChangeProperty_2=cast=Atom
-OS__XChangeProperty_3=cast=Atom
-OS__XChangeProperty_4=
-OS__XChangeProperty_5=
-OS__XChangeProperty_6=cast=unsigned char *
-OS__XChangeProperty_7=
-
-OS__XChangeWindowAttributes=
-OS__XChangeWindowAttributes_0=cast=(Display *)
-OS__XChangeWindowAttributes_1=
-OS__XChangeWindowAttributes_2=
-OS__XChangeWindowAttributes_3=
-
-OS__XCheckIfEvent=
-OS__XCheckIfEvent_0=cast=(Display *)
-OS__XCheckIfEvent_1=cast=(XEvent *)
-OS__XCheckIfEvent_2=cast=(Bool (*)())
-OS__XCheckIfEvent_3=cast=(XPointer)
-
-OS__XCheckMaskEvent=
-OS__XCheckMaskEvent_0=cast=(Display *)
-OS__XCheckMaskEvent_1=
-OS__XCheckMaskEvent_2=cast=(XEvent *)
-
-OS__XCheckWindowEvent=
-OS__XCheckWindowEvent_0=cast=(Display *)
-OS__XCheckWindowEvent_1=cast=(Window)
-OS__XCheckWindowEvent_2=
-OS__XCheckWindowEvent_3=cast=(XEvent *)
-
-OS__XClearArea=
-OS__XClearArea_0=cast=(Display *)
-OS__XClearArea_1=
-OS__XClearArea_2=
-OS__XClearArea_3=
-OS__XClearArea_4=
-OS__XClearArea_5=
-OS__XClearArea_6=
-
-OS__XClipBox=
-OS__XClipBox_0=cast=(Region)
-OS__XClipBox_1=cast=(XRectangle *)
-
-OS__XCloseDisplay=
-OS__XCloseDisplay_0=cast=(Display *)
-
-OS__XCopyArea=
-OS__XCopyArea_0=cast=(Display *)
-OS__XCopyArea_1=
-OS__XCopyArea_2=
-OS__XCopyArea_3=cast=(GC)
-OS__XCopyArea_4=
-OS__XCopyArea_5=
-OS__XCopyArea_6=
-OS__XCopyArea_7=
-OS__XCopyArea_8=
-OS__XCopyArea_9=
-
-OS__XCopyPlane=
-OS__XCopyPlane_0=cast=(Display *)
-OS__XCopyPlane_1=
-OS__XCopyPlane_2=
-OS__XCopyPlane_3=cast=(GC)
-OS__XCopyPlane_4=
-OS__XCopyPlane_5=
-OS__XCopyPlane_6=
-OS__XCopyPlane_7=
-OS__XCopyPlane_8=
-OS__XCopyPlane_9=
-OS__XCopyPlane_10=
-
-OS__XCreateBitmapFromData=
-OS__XCreateBitmapFromData_0=cast=(Display *)
-OS__XCreateBitmapFromData_1=
-OS__XCreateBitmapFromData_2=cast=(char *)
-OS__XCreateBitmapFromData_3=
-OS__XCreateBitmapFromData_4=
-
-OS__XCreateColormap=
-OS__XCreateColormap_0=cast=(Display *)
-OS__XCreateColormap_1=cast=(Window)
-OS__XCreateColormap_2=cast=(Visual *)
-OS__XCreateColormap_3=
-
-OS__XCreateFontCursor=
-OS__XCreateFontCursor_0=cast=(Display *)
-OS__XCreateFontCursor_1=
-
-OS__XCreateGC=
-OS__XCreateGC_0=cast=(Display *)
-OS__XCreateGC_1=
-OS__XCreateGC_2=
-OS__XCreateGC_3=
-
-OS__XCreateImage=
-OS__XCreateImage_0=cast=(Display *)
-OS__XCreateImage_1=cast=(Visual *)
-OS__XCreateImage_2=
-OS__XCreateImage_3=
-OS__XCreateImage_4=
-OS__XCreateImage_5=cast=(char *)
-OS__XCreateImage_6=
-OS__XCreateImage_7=
-OS__XCreateImage_8=
-OS__XCreateImage_9=
-
-OS__XCreatePixmap=
-OS__XCreatePixmap_0=cast=(Display *)
-OS__XCreatePixmap_1=
-OS__XCreatePixmap_2=
-OS__XCreatePixmap_3=
-OS__XCreatePixmap_4=
-
-OS__XCreatePixmapCursor=
-OS__XCreatePixmapCursor_0=cast=(Display *)
-OS__XCreatePixmapCursor_1=cast=(Pixmap)
-OS__XCreatePixmapCursor_2=cast=(Pixmap)
-OS__XCreatePixmapCursor_3=
-OS__XCreatePixmapCursor_4=
-OS__XCreatePixmapCursor_5=
-OS__XCreatePixmapCursor_6=
-
-OS__XCreateRegion=
-
-OS__XCreateWindow=
-OS__XCreateWindow_0=cast=(Display *)
-OS__XCreateWindow_1=cast=(Window)
-OS__XCreateWindow_2=
-OS__XCreateWindow_3=
-OS__XCreateWindow_4=
-OS__XCreateWindow_5=
-OS__XCreateWindow_6=
-OS__XCreateWindow_7=
-OS__XCreateWindow_8=
-OS__XCreateWindow_9=cast=(Visual *)
-OS__XCreateWindow_10=
-OS__XCreateWindow_11=cast=(XSetWindowAttributes *)
-
-OS__XDefaultColormap=
-OS__XDefaultColormap_0=cast=(Display *)
-OS__XDefaultColormap_1=
-
-OS__XDefaultColormapOfScreen=
-OS__XDefaultColormapOfScreen_0=cast=(Screen *)
-
-OS__XDefaultDepthOfScreen=
-OS__XDefaultDepthOfScreen_0=cast=(Screen *)
-
-OS__XDefaultGCOfScreen=
-OS__XDefaultGCOfScreen_0=cast=(Screen *)
-
-OS__XDefaultRootWindow=
-OS__XDefaultRootWindow_0=cast=(Display *)
-
-OS__XDefaultScreen=
-OS__XDefaultScreen_0=cast=(Display *)
-
-OS__XDefaultScreenOfDisplay=
-OS__XDefaultScreenOfDisplay_0=cast=(Display *)
-
-OS__XDefaultVisual=
-OS__XDefaultVisual_0=cast=(Display *)
-OS__XDefaultVisual_1=
-
-OS__XDefineCursor=
-OS__XDefineCursor_0=cast=(Display *)
-OS__XDefineCursor_1=
-OS__XDefineCursor_2=
-
-OS__XDestroyImage=
-OS__XDestroyImage_0=cast=(XImage *)
-
-OS__XDestroyRegion=
-OS__XDestroyRegion_0=cast=(Region)
-
-OS__XDestroyWindow=
-OS__XDestroyWindow_0=cast=(Display *)
-OS__XDestroyWindow_1=cast=(Window)
-
-OS__XDisplayHeight=
-OS__XDisplayHeight_0=cast=(Display *)
-OS__XDisplayHeight_1=
-
-OS__XDisplayHeightMM=
-OS__XDisplayHeightMM_0=cast=(Display *)
-OS__XDisplayHeightMM_1=
-
-OS__XDisplayWidth=
-OS__XDisplayWidth_0=cast=(Display *)
-OS__XDisplayWidth_1=
-
-OS__XDisplayWidthMM=
-OS__XDisplayWidthMM_0=cast=(Display *)
-OS__XDisplayWidthMM_1=
-
-OS__XDrawArc=
-OS__XDrawArc_0=cast=(Display *)
-OS__XDrawArc_1=cast=(Drawable)
-OS__XDrawArc_2=cast=(GC)
-OS__XDrawArc_3=
-OS__XDrawArc_4=
-OS__XDrawArc_5=
-OS__XDrawArc_6=
-OS__XDrawArc_7=
-OS__XDrawArc_8=
-
-OS__XDrawLine=
-OS__XDrawLine_0=cast=(Display *)
-OS__XDrawLine_1=cast=(Drawable)
-OS__XDrawLine_2=cast=(GC)
-OS__XDrawLine_3=
-OS__XDrawLine_4=
-OS__XDrawLine_5=
-OS__XDrawLine_6=
-
-OS__XDrawLines=
-OS__XDrawLines_0=cast=(Display *)
-OS__XDrawLines_1=cast=(Drawable)
-OS__XDrawLines_2=cast=(GC)
-OS__XDrawLines_3=cast=(XPoint *)
-OS__XDrawLines_4=
-OS__XDrawLines_5=
-
-OS__XDrawPoint=
-OS__XDrawPoint_0=cast=(Display *)
-OS__XDrawPoint_1=cast=Drawable
-OS__XDrawPoint_2=cast=GC
-OS__XDrawPoint_3=
-OS__XDrawPoint_4=
-
-OS__XDrawRectangle=
-OS__XDrawRectangle_0=cast=(Display *)
-OS__XDrawRectangle_1=cast=(Drawable)
-OS__XDrawRectangle_2=cast=(GC)
-OS__XDrawRectangle_3=
-OS__XDrawRectangle_4=
-OS__XDrawRectangle_5=
-OS__XDrawRectangle_6=
-
-OS__XEmptyRegion=
-OS__XEmptyRegion_0=cast=(Region)
-
-OS__XEventsQueued=
-OS__XEventsQueued_0=cast=(Display *)
-OS__XEventsQueued_1=
-
-OS__XFillArc=
-OS__XFillArc_0=cast=(Display *)
-OS__XFillArc_1=cast=(Drawable)
-OS__XFillArc_2=cast=(GC)
-OS__XFillArc_3=
-OS__XFillArc_4=
-OS__XFillArc_5=
-OS__XFillArc_6=
-OS__XFillArc_7=
-OS__XFillArc_8=
-
-OS__XFillPolygon=
-OS__XFillPolygon_0=cast=(Display *)
-OS__XFillPolygon_1=cast=(Drawable)
-OS__XFillPolygon_2=cast=(GC)
-OS__XFillPolygon_3=cast=(XPoint *)
-OS__XFillPolygon_4=
-OS__XFillPolygon_5=
-OS__XFillPolygon_6=
-
-OS__XFillRectangle=
-OS__XFillRectangle_0=cast=(Display *)
-OS__XFillRectangle_1=cast=(Drawable)
-OS__XFillRectangle_2=cast=(GC)
-OS__XFillRectangle_3=
-OS__XFillRectangle_4=
-OS__XFillRectangle_5=
-OS__XFillRectangle_6=
-
-OS__XFilterEvent=
-OS__XFilterEvent_0=cast=(XEvent *)
-OS__XFilterEvent_1=cast=(Window)
-
-OS__XFlush=
-OS__XFlush_0=cast=(Display *)
-
-OS__XFontsOfFontSet=
-OS__XFontsOfFontSet_0=cast=(XFontSet)
-OS__XFontsOfFontSet_1=cast=(XFontStruct ***)
-OS__XFontsOfFontSet_2=cast=(char ***)
-
-OS__XFree=
-OS__XFree_0=cast=(char *)
-
-OS__XFreeColormap=
-OS__XFreeColormap_0=cast=(Display *)
-OS__XFreeColormap_1=cast=(Colormap)
-
-OS__XFreeColors=
-OS__XFreeColors_0=cast=(Display *)
-OS__XFreeColors_1=
-OS__XFreeColors_2=cast=(unsigned long *)
-OS__XFreeColors_3=
-OS__XFreeColors_4=
-
-OS__XFreeCursor=
-OS__XFreeCursor_0=cast=(Display *)
-OS__XFreeCursor_1=cast=(Cursor)
-
-OS__XFreeFont=
-OS__XFreeFont_0=cast=(Display *)
-OS__XFreeFont_1=cast=(XFontStruct *)
-
-OS__XFreeFontNames=
-OS__XFreeFontNames_0=cast=(char **)
-
-OS__XFreeFontPath=
-OS__XFreeFontPath_0=cast=char **
-
-OS__XFreeGC=
-OS__XFreeGC_0=cast=(Display *)
-OS__XFreeGC_1=cast=(GC)
-
-OS__XFreeModifiermap=
-OS__XFreeModifiermap_0=cast=(XModifierKeymap *)
-
-OS__XFreePixmap=
-OS__XFreePixmap_0=cast=(Display *)
-OS__XFreePixmap_1=cast=(Pixmap)
-
-OS__XFreeStringList=
-OS__XFreeStringList_0=cast=(char **)
-
-OS__XGetFontPath=
-OS__XGetFontPath_0=cast=Display *
-OS__XGetFontPath_1=
-
-OS__XGetGCValues=
-OS__XGetGCValues_0=cast=(Display *)
-OS__XGetGCValues_1=cast=(GC)
-OS__XGetGCValues_2=
-OS__XGetGCValues_3=
-
-OS__XGetGeometry=
-OS__XGetGeometry_0=cast=(Display *)
-OS__XGetGeometry_1=cast=(Drawable)
-OS__XGetGeometry_2=cast=(Window *)
-OS__XGetGeometry_3=cast=(int *)
-OS__XGetGeometry_4=cast=(int *)
-OS__XGetGeometry_5=cast=(unsigned int *)
-OS__XGetGeometry_6=cast=(unsigned int *)
-OS__XGetGeometry_7=cast=(unsigned int *)
-OS__XGetGeometry_8=cast=(unsigned int *)
-
-OS__XGetIconSizes=
-OS__XGetIconSizes_0=cast=Display *
-OS__XGetIconSizes_1=cast=Window
-OS__XGetIconSizes_2=cast=XIconSize **
-OS__XGetIconSizes_3=cast=int *
-
-OS__XGetImage=
-OS__XGetImage_0=cast=(Display *)
-OS__XGetImage_1=cast=(Drawable)
-OS__XGetImage_2=
-OS__XGetImage_3=
-OS__XGetImage_4=
-OS__XGetImage_5=
-OS__XGetImage_6=
-OS__XGetImage_7=
-
-OS__XGetInputFocus=
-OS__XGetInputFocus_0=cast=(Display *)
-OS__XGetInputFocus_1=cast=(Window *)
-OS__XGetInputFocus_2=cast=(int *)
-
-OS__XGetModifierMapping=
-OS__XGetModifierMapping_0=cast=(Display *)
-
-OS__XGetWindowAttributes=
-OS__XGetWindowAttributes_0=cast=(Display *)
-OS__XGetWindowAttributes_1=
-OS__XGetWindowAttributes_2=
-
-OS__XGetWindowProperty=
-OS__XGetWindowProperty_0=cast=Display *
-OS__XGetWindowProperty_1=cast=Window
-OS__XGetWindowProperty_2=cast=Atom
-OS__XGetWindowProperty_3=
-OS__XGetWindowProperty_4=
-OS__XGetWindowProperty_5=cast=Bool
-OS__XGetWindowProperty_6=cast=Atom
-OS__XGetWindowProperty_7=cast=Atom *
-OS__XGetWindowProperty_8=cast=int *
-OS__XGetWindowProperty_9=cast=unsigned long *
-OS__XGetWindowProperty_10=cast=unsigned long *
-OS__XGetWindowProperty_11=cast=unsigned char **
-
-OS__XGrabKeyboard=
-OS__XGrabKeyboard_0=cast=(Display *)
-OS__XGrabKeyboard_1=
-OS__XGrabKeyboard_2=
-OS__XGrabKeyboard_3=
-OS__XGrabKeyboard_4=
-OS__XGrabKeyboard_5=
-
-OS__XGrabPointer=
-OS__XGrabPointer_0=cast=(Display *)
-OS__XGrabPointer_1=
-OS__XGrabPointer_2=
-OS__XGrabPointer_3=
-OS__XGrabPointer_4=
-OS__XGrabPointer_5=
-OS__XGrabPointer_6=
-OS__XGrabPointer_7=
-OS__XGrabPointer_8=
-
-OS__XInitThreads=
-
-OS__XInternAtom=
-OS__XInternAtom_0=cast=(Display *)
-OS__XInternAtom_1=cast=(char *)
-OS__XInternAtom_2=
-
-OS__XIntersectRegion=
-OS__XIntersectRegion_0=cast=(Region)
-OS__XIntersectRegion_1=cast=(Region)
-OS__XIntersectRegion_2=cast=(Region)
-
-OS__XKeysymToKeycode=
-OS__XKeysymToKeycode_0=cast=(Display *)
-OS__XKeysymToKeycode_1=cast=(KeySym)
-
-OS__XKeysymToString=
-OS__XKeysymToString_0=
-
-OS__XListFonts=
-OS__XListFonts_0=cast=(Display *)
-OS__XListFonts_1=cast=(char *)
-OS__XListFonts_2=
-OS__XListFonts_3=cast=(int *)
-
-OS__XListProperties=
-OS__XListProperties_0=cast=(Display *)
-OS__XListProperties_1=cast=(Window)
-OS__XListProperties_2=cast=(int *)
-
-OS__XLocaleOfFontSet=
-OS__XLocaleOfFontSet_0=cast=(XFontSet)
-
-OS__XLookupString=
-OS__XLookupString_0=cast=(XKeyEvent *)
-OS__XLookupString_1=cast=(char *)
-OS__XLookupString_2=
-OS__XLookupString_3=cast=(KeySym *)
-OS__XLookupString_4=cast=(XComposeStatus *)
-
-OS__XLowerWindow=
-OS__XLowerWindow_0=cast=(Display *)
-OS__XLowerWindow_1=cast=(Window)
-
-OS__XMapWindow=
-OS__XMapWindow_0=cast=Display *
-OS__XMapWindow_1=cast=Window
-
-OS__XMoveResizeWindow=
-OS__XMoveResizeWindow_0=cast=Display *
-OS__XMoveResizeWindow_1=cast=Window
-OS__XMoveResizeWindow_2=
-OS__XMoveResizeWindow_3=
-OS__XMoveResizeWindow_4=
-OS__XMoveResizeWindow_5=
-
-OS__XOffsetRegion=
-OS__XOffsetRegion_0=cast=(Region)
-OS__XOffsetRegion_1=
-OS__XOffsetRegion_2=
-
-OS__XOpenDisplay=
-OS__XOpenDisplay_0=cast=(char *)
-
-OS__XPointInRegion=
-OS__XPointInRegion_0=cast=(Region)
-OS__XPointInRegion_1=
-OS__XPointInRegion_2=
-
-OS__XPolygonRegion=
-OS__XPolygonRegion_0=cast=(XPoint *)
-OS__XPolygonRegion_1=
-OS__XPolygonRegion_2=
-
-OS__XPutImage=
-OS__XPutImage_0=cast=(Display *)
-OS__XPutImage_1=cast=(Drawable)
-OS__XPutImage_2=cast=(GC)
-OS__XPutImage_3=cast=(XImage *)
-OS__XPutImage_4=
-OS__XPutImage_5=
-OS__XPutImage_6=
-OS__XPutImage_7=
-OS__XPutImage_8=
-OS__XPutImage_9=
-
-OS__XQueryBestCursor=
-OS__XQueryBestCursor_0=cast=Display *
-OS__XQueryBestCursor_1=
-OS__XQueryBestCursor_2=
-OS__XQueryBestCursor_3=
-OS__XQueryBestCursor_4=cast=(unsigned int *)
-OS__XQueryBestCursor_5=cast=(unsigned int *)
-
-OS__XQueryColor=
-OS__XQueryColor_0=cast=(Display *)
-OS__XQueryColor_1=
-OS__XQueryColor_2=
-
-OS__XQueryPointer=
-OS__XQueryPointer_0=cast=(Display *)
-OS__XQueryPointer_1=cast=(Window)
-OS__XQueryPointer_2=cast=(Window *)
-OS__XQueryPointer_3=cast=(Window *)
-OS__XQueryPointer_4=cast=(int *)
-OS__XQueryPointer_5=cast=(int *)
-OS__XQueryPointer_6=cast=(int *)
-OS__XQueryPointer_7=cast=(int *)
-OS__XQueryPointer_8=cast=(unsigned int *)
-
-OS__XQueryTree=
-OS__XQueryTree_0=cast=(Display *)
-OS__XQueryTree_1=cast=(Window)
-OS__XQueryTree_2=cast=(Window *)
-OS__XQueryTree_3=cast=(Window *)
-OS__XQueryTree_4=cast=(Window **)
-OS__XQueryTree_5=cast=(unsigned int *)
-
-OS__XRaiseWindow=
-OS__XRaiseWindow_0=cast=(Display *)
-OS__XRaiseWindow_1=cast=(Window)
-
-OS__XReconfigureWMWindow=
-OS__XReconfigureWMWindow_0=cast=(Display *)
-OS__XReconfigureWMWindow_1=cast=(Window)
-OS__XReconfigureWMWindow_2=
-OS__XReconfigureWMWindow_3=
-OS__XReconfigureWMWindow_4=
-
-OS__XRectInRegion=
-OS__XRectInRegion_0=cast=(Region)
-OS__XRectInRegion_1=
-OS__XRectInRegion_2=
-OS__XRectInRegion_3=
-OS__XRectInRegion_4=
-
-OS__XRenderComposite=flags=dynamic
-OS__XRenderComposite_0=
-OS__XRenderComposite_1=
-OS__XRenderComposite_2=
-OS__XRenderComposite_3=
-OS__XRenderComposite_4=
-OS__XRenderComposite_5=
-OS__XRenderComposite_6=
-OS__XRenderComposite_7=
-OS__XRenderComposite_8=
-OS__XRenderComposite_9=
-OS__XRenderComposite_10=
-OS__XRenderComposite_11=
-OS__XRenderComposite_12=
-
-OS__XRenderCreatePicture=flags=dynamic
-OS__XRenderCreatePicture_0=
-OS__XRenderCreatePicture_1=
-OS__XRenderCreatePicture_2=
-OS__XRenderCreatePicture_3=
-OS__XRenderCreatePicture_4=
-
-OS__XRenderFindStandardFormat=flags=dynamic
-OS__XRenderFindStandardFormat_0=
-OS__XRenderFindStandardFormat_1=
-
-OS__XRenderFindVisualFormat=flags=dynamic
-OS__XRenderFindVisualFormat_0=
-OS__XRenderFindVisualFormat_1=
-
-OS__XRenderFreePicture=flags=dynamic
-OS__XRenderFreePicture_0=
-OS__XRenderFreePicture_1=
-
-OS__XRenderQueryExtension=flags=dynamic
-OS__XRenderQueryExtension_0=
-OS__XRenderQueryExtension_1=
-OS__XRenderQueryExtension_2=
-
-OS__XRenderQueryVersion=flags=dynamic
-OS__XRenderQueryVersion_0=
-OS__XRenderQueryVersion_1=
-OS__XRenderQueryVersion_2=
-
-OS__XRenderSetPictureClipRectangles=flags=dynamic
-OS__XRenderSetPictureClipRectangles_0=
-OS__XRenderSetPictureClipRectangles_1=
-OS__XRenderSetPictureClipRectangles_2=
-OS__XRenderSetPictureClipRectangles_3=
-OS__XRenderSetPictureClipRectangles_4=
-OS__XRenderSetPictureClipRectangles_5=
-
-OS__XRenderSetPictureClipRegion=flags=dynamic
-OS__XRenderSetPictureClipRegion_0=
-OS__XRenderSetPictureClipRegion_1=
-OS__XRenderSetPictureClipRegion_2=
-
-OS__XRenderSetPictureTransform=flags=dynamic
-OS__XRenderSetPictureTransform_0=
-OS__XRenderSetPictureTransform_1=
-OS__XRenderSetPictureTransform_2=
-
-OS__XReparentWindow=
-OS__XReparentWindow_0=cast=(Display *)
-OS__XReparentWindow_1=cast=(Window)
-OS__XReparentWindow_2=cast=(Window)
-OS__XReparentWindow_3=
-OS__XReparentWindow_4=
-
-OS__XResizeWindow=
-OS__XResizeWindow_0=cast=Display *
-OS__XResizeWindow_1=cast=Window
-OS__XResizeWindow_2=
-OS__XResizeWindow_3=
-
-OS__XRootWindowOfScreen=
-OS__XRootWindowOfScreen_0=cast=(Screen *)
-
-OS__XSelectInput=
-OS__XSelectInput_0=cast=Display *
-OS__XSelectInput_1=cast=Window
-OS__XSelectInput_2=
-
-OS__XSendEvent=
-OS__XSendEvent_0=cast=Display *
-OS__XSendEvent_1=cast=Window
-OS__XSendEvent_2=cast=Bool
-OS__XSendEvent_3=cast=long
-OS__XSendEvent_4=cast=XEvent *
-
-OS__XSetBackground=
-OS__XSetBackground_0=cast=(Display *)
-OS__XSetBackground_1=cast=(GC)
-OS__XSetBackground_2=
-
-OS__XSetClipMask=
-OS__XSetClipMask_0=cast=(Display *)
-OS__XSetClipMask_1=cast=(GC)
-OS__XSetClipMask_2=cast=(Pixmap)
-
-OS__XSetClipRectangles=
-OS__XSetClipRectangles_0=cast=(Display *)
-OS__XSetClipRectangles_1=cast=(GC)
-OS__XSetClipRectangles_2=
-OS__XSetClipRectangles_3=
-OS__XSetClipRectangles_4=cast=(XRectangle *)
-OS__XSetClipRectangles_5=
-OS__XSetClipRectangles_6=
-
-OS__XSetDashes=
-OS__XSetDashes_0=cast=(Display *)
-OS__XSetDashes_1=cast=(GC)
-OS__XSetDashes_2=
-OS__XSetDashes_3=cast=(char *)
-OS__XSetDashes_4=
-
-OS__XSetErrorHandler=
-OS__XSetErrorHandler_0=cast=(XErrorHandler)
-
-OS__XSetFillRule=
-OS__XSetFillRule_0=cast=(Display *)
-OS__XSetFillRule_1=cast=(GC)
-OS__XSetFillRule_2=
-
-OS__XSetFillStyle=
-OS__XSetFillStyle_0=cast=(Display *)
-OS__XSetFillStyle_1=cast=(GC)
-OS__XSetFillStyle_2=
-
-OS__XSetFontPath=
-OS__XSetFontPath_0=cast=Display *
-OS__XSetFontPath_1=cast=char **
-OS__XSetFontPath_2=
-
-OS__XSetForeground=
-OS__XSetForeground_0=cast=(Display *)
-OS__XSetForeground_1=cast=(GC)
-OS__XSetForeground_2=
-
-OS__XSetFunction=
-OS__XSetFunction_0=cast=(Display *)
-OS__XSetFunction_1=cast=(GC)
-OS__XSetFunction_2=
-
-OS__XSetGraphicsExposures=
-OS__XSetGraphicsExposures_0=cast=(Display *)
-OS__XSetGraphicsExposures_1=cast=(GC)
-OS__XSetGraphicsExposures_2=cast=(Bool)
-
-OS__XSetIOErrorHandler=
-OS__XSetIOErrorHandler_0=cast=(XIOErrorHandler)
-
-OS__XSetInputFocus=
-OS__XSetInputFocus_0=cast=(Display *)
-OS__XSetInputFocus_1=cast=(Window)
-OS__XSetInputFocus_2=
-OS__XSetInputFocus_3=
-
-OS__XSetLineAttributes=
-OS__XSetLineAttributes_0=cast=(Display *)
-OS__XSetLineAttributes_1=cast=(GC)
-OS__XSetLineAttributes_2=
-OS__XSetLineAttributes_3=
-OS__XSetLineAttributes_4=
-OS__XSetLineAttributes_5=
-
-OS__XSetRegion=
-OS__XSetRegion_0=cast=(Display *)
-OS__XSetRegion_1=cast=(GC)
-OS__XSetRegion_2=cast=(Region)
-
-OS__XSetStipple=
-OS__XSetStipple_0=cast=(Display *)
-OS__XSetStipple_1=cast=(GC)
-OS__XSetStipple_2=cast=(Pixmap)
-
-OS__XSetSubwindowMode=
-OS__XSetSubwindowMode_0=cast=(Display *)
-OS__XSetSubwindowMode_1=cast=(GC)
-OS__XSetSubwindowMode_2=
-
-OS__XSetTSOrigin=
-OS__XSetTSOrigin_0=cast=Display *
-OS__XSetTSOrigin_1=cast=GC
-OS__XSetTSOrigin_2=
-OS__XSetTSOrigin_3=
-
-OS__XSetTile=
-OS__XSetTile_0=cast=(Display *)
-OS__XSetTile_1=cast=GC
-OS__XSetTile_2=cast=Pixmap
-
-OS__XSetTransientForHint=
-OS__XSetTransientForHint_0=cast=(Display *)
-OS__XSetTransientForHint_1=cast=(Window)
-OS__XSetTransientForHint_2=cast=(Window)
-
-OS__XSetWMNormalHints=
-OS__XSetWMNormalHints_0=cast=Display *
-OS__XSetWMNormalHints_1=cast=(Window)
-OS__XSetWMNormalHints_2=
-
-OS__XSetWindowBackgroundPixmap=
-OS__XSetWindowBackgroundPixmap_0=cast=(Display *)
-OS__XSetWindowBackgroundPixmap_1=cast=(Window)
-OS__XSetWindowBackgroundPixmap_2=cast=Pixmap
-
-OS__XShapeCombineMask=
-OS__XShapeCombineMask_0=cast=(Display *)
-OS__XShapeCombineMask_1=cast=(Window)
-OS__XShapeCombineMask_2=
-OS__XShapeCombineMask_3=
-OS__XShapeCombineMask_4=
-OS__XShapeCombineMask_5=cast=Pixmap
-OS__XShapeCombineMask_6=
-
-OS__XShapeCombineRegion=
-OS__XShapeCombineRegion_0=cast=(Display *)
-OS__XShapeCombineRegion_1=cast=(Window)
-OS__XShapeCombineRegion_2=
-OS__XShapeCombineRegion_3=
-OS__XShapeCombineRegion_4=
-OS__XShapeCombineRegion_5=cast=(Region)
-OS__XShapeCombineRegion_6=
-
-OS__XSubtractRegion=
-OS__XSubtractRegion_0=cast=(Region)
-OS__XSubtractRegion_1=cast=(Region)
-OS__XSubtractRegion_2=cast=(Region)
-
-OS__XSync=
-OS__XSync_0=cast=(Display *)
-OS__XSync_1=cast=(Bool)
-
-OS__XSynchronize=
-OS__XSynchronize_0=cast=(Display *)
-OS__XSynchronize_1=cast=(Bool)
-
-OS__XTestFakeButtonEvent=
-OS__XTestFakeButtonEvent_0=cast=Display *
-OS__XTestFakeButtonEvent_1=
-OS__XTestFakeButtonEvent_2=cast=Bool
-OS__XTestFakeButtonEvent_3=cast=unsigned long
-
-OS__XTestFakeKeyEvent=
-OS__XTestFakeKeyEvent_0=cast=Display *
-OS__XTestFakeKeyEvent_1=
-OS__XTestFakeKeyEvent_2=cast=Bool
-OS__XTestFakeKeyEvent_3=cast=unsigned long
-
-OS__XTestFakeMotionEvent=
-OS__XTestFakeMotionEvent_0=cast=Display *
-OS__XTestFakeMotionEvent_1=
-OS__XTestFakeMotionEvent_2=
-OS__XTestFakeMotionEvent_3=
-OS__XTestFakeMotionEvent_4=cast=unsigned long
-
-OS__XTranslateCoordinates=
-OS__XTranslateCoordinates_0=cast=Display *
-OS__XTranslateCoordinates_1=cast=Window
-OS__XTranslateCoordinates_2=cast=Window
-OS__XTranslateCoordinates_3=
-OS__XTranslateCoordinates_4=
-OS__XTranslateCoordinates_5=
-OS__XTranslateCoordinates_6=
-OS__XTranslateCoordinates_7=cast=Window *
-
-OS__XUndefineCursor=
-OS__XUndefineCursor_0=cast=(Display *)
-OS__XUndefineCursor_1=cast=(Window)
-
-OS__XUngrabKeyboard=
-OS__XUngrabKeyboard_0=cast=(Display *)
-OS__XUngrabKeyboard_1=
-
-OS__XUngrabPointer=
-OS__XUngrabPointer_0=cast=(Display *)
-OS__XUngrabPointer_1=
-
-OS__XUnionRectWithRegion=
-OS__XUnionRectWithRegion_0=cast=(XRectangle *)
-OS__XUnionRectWithRegion_1=cast=(Region)
-OS__XUnionRectWithRegion_2=cast=(Region)
-
-OS__XUnionRegion=
-OS__XUnionRegion_0=cast=(Region)
-OS__XUnionRegion_1=cast=(Region)
-OS__XUnionRegion_2=cast=(Region)
-
-OS__XUnmapWindow=
-OS__XUnmapWindow_0=cast=Display *
-OS__XUnmapWindow_1=cast=Window
-
-OS__XWarpPointer=
-OS__XWarpPointer_0=cast=(Display *)
-OS__XWarpPointer_1=
-OS__XWarpPointer_2=
-OS__XWarpPointer_3=
-OS__XWarpPointer_4=
-OS__XWarpPointer_5=
-OS__XWarpPointer_6=
-OS__XWarpPointer_7=
-OS__XWarpPointer_8=
-
-OS__XWhitePixel=
-OS__XWhitePixel_0=cast=(Display *)
-OS__XWhitePixel_1=
-
-OS__XWithdrawWindow=
-OS__XWithdrawWindow_0=cast=(Display *)
-OS__XWithdrawWindow_1=cast=(Window)
-OS__XWithdrawWindow_2=
-
-OS__XineramaIsActive=
-OS__XineramaIsActive_0=cast=(Display *)
-
-OS__XineramaQueryScreens=
-OS__XineramaQueryScreens_0=cast=(Display *)
-OS__XineramaQueryScreens_1=
-
-OS__XmAddWMProtocolCallback=
-OS__XmAddWMProtocolCallback_0=cast=(Widget)
-OS__XmAddWMProtocolCallback_1=cast=(Atom)
-OS__XmAddWMProtocolCallback_2=cast=(XtCallbackProc)
-OS__XmAddWMProtocolCallback_3=cast=(XtPointer)
-
-OS__XmChangeColor=
-OS__XmChangeColor_0=cast=(Widget)
-OS__XmChangeColor_1=
-
-OS__XmClipboardCopy=
-OS__XmClipboardCopy_0=cast=(Display *)
-OS__XmClipboardCopy_1=cast=(Window)
-OS__XmClipboardCopy_2=
-OS__XmClipboardCopy_3=cast=(char *)
-OS__XmClipboardCopy_4=cast=(char *)
-OS__XmClipboardCopy_5=
-OS__XmClipboardCopy_6=
-OS__XmClipboardCopy_7=cast=(void *)
-
-OS__XmClipboardEndCopy=
-OS__XmClipboardEndCopy_0=cast=(Display *)
-OS__XmClipboardEndCopy_1=cast=(Window)
-OS__XmClipboardEndCopy_2=
-
-OS__XmClipboardEndRetrieve=
-OS__XmClipboardEndRetrieve_0=cast=(Display *)
-OS__XmClipboardEndRetrieve_1=cast=(Window)
-
-OS__XmClipboardInquireCount=
-OS__XmClipboardInquireCount_0=cast=(Display *)
-OS__XmClipboardInquireCount_1=cast=(Window)
-OS__XmClipboardInquireCount_2=cast=(int *)
-OS__XmClipboardInquireCount_3=cast=(unsigned long *)
-
-OS__XmClipboardInquireFormat=
-OS__XmClipboardInquireFormat_0=cast=(Display *)
-OS__XmClipboardInquireFormat_1=cast=(Window)
-OS__XmClipboardInquireFormat_2=
-OS__XmClipboardInquireFormat_3=cast=(char *)
-OS__XmClipboardInquireFormat_4=
-OS__XmClipboardInquireFormat_5=cast=(unsigned long *)
-
-OS__XmClipboardInquireLength=
-OS__XmClipboardInquireLength_0=cast=(Display *)
-OS__XmClipboardInquireLength_1=cast=(Window)
-OS__XmClipboardInquireLength_2=cast=(char *)
-OS__XmClipboardInquireLength_3=cast=(unsigned long *)
-
-OS__XmClipboardRetrieve=
-OS__XmClipboardRetrieve_0=cast=(Display *)
-OS__XmClipboardRetrieve_1=cast=(Window)
-OS__XmClipboardRetrieve_2=cast=(char *)
-OS__XmClipboardRetrieve_3=cast=(char *)
-OS__XmClipboardRetrieve_4=
-OS__XmClipboardRetrieve_5=cast=(unsigned long *)
-OS__XmClipboardRetrieve_6=cast=(long *)
-
-OS__XmClipboardStartCopy=
-OS__XmClipboardStartCopy_0=cast=(Display *)
-OS__XmClipboardStartCopy_1=cast=(Window)
-OS__XmClipboardStartCopy_2=cast=(XmString)
-OS__XmClipboardStartCopy_3=
-OS__XmClipboardStartCopy_4=cast=(Widget)
-OS__XmClipboardStartCopy_5=cast=(XmCutPasteProc)
-OS__XmClipboardStartCopy_6=cast=(long *)
-
-OS__XmClipboardStartRetrieve=
-OS__XmClipboardStartRetrieve_0=cast=(Display *)
-OS__XmClipboardStartRetrieve_1=cast=(Window)
-OS__XmClipboardStartRetrieve_2=
-
-OS__XmComboBoxAddItem=
-OS__XmComboBoxAddItem_0=cast=(Widget)
-OS__XmComboBoxAddItem_1=cast=(XmString)
-OS__XmComboBoxAddItem_2=
-OS__XmComboBoxAddItem_3=
-
-OS__XmComboBoxDeletePos=
-OS__XmComboBoxDeletePos_0=cast=(Widget)
-OS__XmComboBoxDeletePos_1=
-
-OS__XmComboBoxSelectItem=
-OS__XmComboBoxSelectItem_0=cast=(Widget)
-OS__XmComboBoxSelectItem_1=cast=(XmString)
-
-OS__XmCreateArrowButton=
-OS__XmCreateArrowButton_0=cast=(Widget)
-OS__XmCreateArrowButton_1=cast=(String)
-OS__XmCreateArrowButton_2=cast=(ArgList)
-OS__XmCreateArrowButton_3=
-
-OS__XmCreateCascadeButtonGadget=
-OS__XmCreateCascadeButtonGadget_0=cast=(Widget)
-OS__XmCreateCascadeButtonGadget_1=cast=(String)
-OS__XmCreateCascadeButtonGadget_2=cast=(ArgList)
-OS__XmCreateCascadeButtonGadget_3=
-
-OS__XmCreateComboBox=
-OS__XmCreateComboBox_0=cast=(Widget)
-OS__XmCreateComboBox_1=cast=(String)
-OS__XmCreateComboBox_2=cast=(ArgList)
-OS__XmCreateComboBox_3=
-
-OS__XmCreateDialogShell=
-OS__XmCreateDialogShell_0=cast=(Widget)
-OS__XmCreateDialogShell_1=cast=(String)
-OS__XmCreateDialogShell_2=cast=(ArgList)
-OS__XmCreateDialogShell_3=
-
-OS__XmCreateDrawingArea=
-OS__XmCreateDrawingArea_0=cast=(Widget)
-OS__XmCreateDrawingArea_1=cast=(String)
-OS__XmCreateDrawingArea_2=cast=(ArgList)
-OS__XmCreateDrawingArea_3=
-
-OS__XmCreateDrawnButton=
-OS__XmCreateDrawnButton_0=cast=(Widget)
-OS__XmCreateDrawnButton_1=cast=(String)
-OS__XmCreateDrawnButton_2=cast=(ArgList)
-OS__XmCreateDrawnButton_3=
-
-OS__XmCreateErrorDialog=
-OS__XmCreateErrorDialog_0=cast=(Widget)
-OS__XmCreateErrorDialog_1=cast=(String)
-OS__XmCreateErrorDialog_2=cast=(ArgList)
-OS__XmCreateErrorDialog_3=
-
-OS__XmCreateFileSelectionDialog=
-OS__XmCreateFileSelectionDialog_0=cast=(Widget)
-OS__XmCreateFileSelectionDialog_1=cast=(String)
-OS__XmCreateFileSelectionDialog_2=cast=(ArgList)
-OS__XmCreateFileSelectionDialog_3=
-
-OS__XmCreateForm=
-OS__XmCreateForm_0=cast=(Widget)
-OS__XmCreateForm_1=cast=(String)
-OS__XmCreateForm_2=cast=(ArgList)
-OS__XmCreateForm_3=
-
-OS__XmCreateFrame=
-OS__XmCreateFrame_0=cast=(Widget)
-OS__XmCreateFrame_1=cast=(String)
-OS__XmCreateFrame_2=cast=(ArgList)
-OS__XmCreateFrame_3=
-
-OS__XmCreateInformationDialog=
-OS__XmCreateInformationDialog_0=cast=(Widget)
-OS__XmCreateInformationDialog_1=cast=(String)
-OS__XmCreateInformationDialog_2=cast=(ArgList)
-OS__XmCreateInformationDialog_3=
-
-OS__XmCreateLabel=
-OS__XmCreateLabel_0=cast=(Widget)
-OS__XmCreateLabel_1=cast=(String)
-OS__XmCreateLabel_2=cast=(ArgList)
-OS__XmCreateLabel_3=
-
-OS__XmCreateList=
-OS__XmCreateList_0=cast=(Widget)
-OS__XmCreateList_1=cast=(String)
-OS__XmCreateList_2=cast=(ArgList)
-OS__XmCreateList_3=
-
-OS__XmCreateMainWindow=
-OS__XmCreateMainWindow_0=cast=(Widget)
-OS__XmCreateMainWindow_1=cast=(String)
-OS__XmCreateMainWindow_2=cast=(ArgList)
-OS__XmCreateMainWindow_3=
-
-OS__XmCreateMenuBar=
-OS__XmCreateMenuBar_0=cast=(Widget)
-OS__XmCreateMenuBar_1=cast=(String)
-OS__XmCreateMenuBar_2=cast=(ArgList)
-OS__XmCreateMenuBar_3=
-
-OS__XmCreateMessageDialog=
-OS__XmCreateMessageDialog_0=cast=(Widget)
-OS__XmCreateMessageDialog_1=cast=(String)
-OS__XmCreateMessageDialog_2=cast=(ArgList)
-OS__XmCreateMessageDialog_3=
-
-OS__XmCreatePopupMenu=
-OS__XmCreatePopupMenu_0=cast=(Widget)
-OS__XmCreatePopupMenu_1=cast=(String)
-OS__XmCreatePopupMenu_2=cast=(ArgList)
-OS__XmCreatePopupMenu_3=
-
-OS__XmCreatePulldownMenu=
-OS__XmCreatePulldownMenu_0=cast=(Widget)
-OS__XmCreatePulldownMenu_1=cast=(String)
-OS__XmCreatePulldownMenu_2=cast=(ArgList)
-OS__XmCreatePulldownMenu_3=
-
-OS__XmCreatePushButton=
-OS__XmCreatePushButton_0=cast=(Widget)
-OS__XmCreatePushButton_1=cast=(String)
-OS__XmCreatePushButton_2=cast=(ArgList)
-OS__XmCreatePushButton_3=
-
-OS__XmCreatePushButtonGadget=
-OS__XmCreatePushButtonGadget_0=cast=(Widget)
-OS__XmCreatePushButtonGadget_1=cast=(String)
-OS__XmCreatePushButtonGadget_2=cast=(ArgList)
-OS__XmCreatePushButtonGadget_3=
-
-OS__XmCreateQuestionDialog=
-OS__XmCreateQuestionDialog_0=cast=(Widget)
-OS__XmCreateQuestionDialog_1=cast=(String)
-OS__XmCreateQuestionDialog_2=cast=(ArgList)
-OS__XmCreateQuestionDialog_3=
-
-OS__XmCreateScale=
-OS__XmCreateScale_0=cast=(Widget)
-OS__XmCreateScale_1=cast=(String)
-OS__XmCreateScale_2=cast=(ArgList)
-OS__XmCreateScale_3=
-
-OS__XmCreateScrollBar=
-OS__XmCreateScrollBar_0=cast=(Widget)
-OS__XmCreateScrollBar_1=cast=(String)
-OS__XmCreateScrollBar_2=cast=(ArgList)
-OS__XmCreateScrollBar_3=
-
-OS__XmCreateScrolledList=
-OS__XmCreateScrolledList_0=cast=(Widget)
-OS__XmCreateScrolledList_1=cast=(String)
-OS__XmCreateScrolledList_2=cast=(ArgList)
-OS__XmCreateScrolledList_3=
-
-OS__XmCreateScrolledText=
-OS__XmCreateScrolledText_0=cast=(Widget)
-OS__XmCreateScrolledText_1=cast=(String)
-OS__XmCreateScrolledText_2=cast=(ArgList)
-OS__XmCreateScrolledText_3=
-
-OS__XmCreateSeparator=
-OS__XmCreateSeparator_0=cast=(Widget)
-OS__XmCreateSeparator_1=cast=(String)
-OS__XmCreateSeparator_2=cast=(ArgList)
-OS__XmCreateSeparator_3=
-
-OS__XmCreateSeparatorGadget=
-OS__XmCreateSeparatorGadget_0=cast=(Widget)
-OS__XmCreateSeparatorGadget_1=cast=(String)
-OS__XmCreateSeparatorGadget_2=cast=(ArgList)
-OS__XmCreateSeparatorGadget_3=
-
-OS__XmCreateSimpleSpinBox=
-OS__XmCreateSimpleSpinBox_0=cast=Widget
-OS__XmCreateSimpleSpinBox_1=cast=String
-OS__XmCreateSimpleSpinBox_2=cast=ArgList
-OS__XmCreateSimpleSpinBox_3=
-
-OS__XmCreateTextField=
-OS__XmCreateTextField_0=cast=(Widget)
-OS__XmCreateTextField_1=cast=(String)
-OS__XmCreateTextField_2=cast=(ArgList)
-OS__XmCreateTextField_3=
-
-OS__XmCreateToggleButton=
-OS__XmCreateToggleButton_0=cast=(Widget)
-OS__XmCreateToggleButton_1=cast=(String)
-OS__XmCreateToggleButton_2=cast=(ArgList)
-OS__XmCreateToggleButton_3=
-
-OS__XmCreateToggleButtonGadget=
-OS__XmCreateToggleButtonGadget_0=cast=(Widget)
-OS__XmCreateToggleButtonGadget_1=cast=(String)
-OS__XmCreateToggleButtonGadget_2=cast=(ArgList)
-OS__XmCreateToggleButtonGadget_3=
-
-OS__XmCreateWarningDialog=
-OS__XmCreateWarningDialog_0=cast=(Widget)
-OS__XmCreateWarningDialog_1=cast=(String)
-OS__XmCreateWarningDialog_2=cast=(ArgList)
-OS__XmCreateWarningDialog_3=
-
-OS__XmCreateWorkingDialog=
-OS__XmCreateWorkingDialog_0=cast=(Widget)
-OS__XmCreateWorkingDialog_1=cast=(String)
-OS__XmCreateWorkingDialog_2=cast=(ArgList)
-OS__XmCreateWorkingDialog_3=
-
-OS__XmDestroyPixmap=
-OS__XmDestroyPixmap_0=cast=(Screen *)
-OS__XmDestroyPixmap_1=cast=(Pixmap)
-
-OS__XmDragCancel=
-OS__XmDragCancel_0=cast=(Widget)
-
-OS__XmDragStart=
-OS__XmDragStart_0=cast=(Widget)
-OS__XmDragStart_1=cast=(XEvent *)
-OS__XmDragStart_2=cast=(ArgList)
-OS__XmDragStart_3=cast=(Cardinal)
-
-OS__XmDropSiteRegister=
-OS__XmDropSiteRegister_0=cast=(Widget)
-OS__XmDropSiteRegister_1=cast=(ArgList)
-OS__XmDropSiteRegister_2=cast=(Cardinal)
-
-OS__XmDropSiteUnregister=
-OS__XmDropSiteUnregister_0=cast=(Widget)
-
-OS__XmDropSiteUpdate=
-OS__XmDropSiteUpdate_0=cast=(Widget)
-OS__XmDropSiteUpdate_1=cast=(ArgList)
-OS__XmDropSiteUpdate_2=cast=(Cardinal)
-
-OS__XmDropTransferAdd=
-OS__XmDropTransferAdd_0=cast=(Widget)
-OS__XmDropTransferAdd_1=cast=(XmDropTransferEntryRec *)
-OS__XmDropTransferAdd_2=cast=(Cardinal)
-
-OS__XmDropTransferStart=
-OS__XmDropTransferStart_0=cast=(Widget)
-OS__XmDropTransferStart_1=cast=(ArgList)
-OS__XmDropTransferStart_2=cast=(Cardinal)
-
-OS__XmFileSelectionBoxGetChild=
-OS__XmFileSelectionBoxGetChild_0=cast=(Widget)
-OS__XmFileSelectionBoxGetChild_1=
-
-OS__XmFontListAppendEntry=
-OS__XmFontListAppendEntry_0=cast=(XmFontList)
-OS__XmFontListAppendEntry_1=cast=(XmFontListEntry)
-
-OS__XmFontListCopy=
-OS__XmFontListCopy_0=cast=(XmFontList)
-
-OS__XmFontListEntryFree=
-OS__XmFontListEntryFree_0=cast=(XmFontListEntry *)
-
-OS__XmFontListEntryGetFont=
-OS__XmFontListEntryGetFont_0=cast=(XmFontListEntry)
-OS__XmFontListEntryGetFont_1=cast=(XmFontType *)
-
-OS__XmFontListEntryLoad=
-OS__XmFontListEntryLoad_0=cast=(Display *)
-OS__XmFontListEntryLoad_1=cast=(char *)
-OS__XmFontListEntryLoad_2=
-OS__XmFontListEntryLoad_3=cast=(char *)
-
-OS__XmFontListFree=
-OS__XmFontListFree_0=cast=(XmFontList)
-
-OS__XmFontListFreeFontContext=
-OS__XmFontListFreeFontContext_0=cast=(XmFontContext)
-
-OS__XmFontListInitFontContext=
-OS__XmFontListInitFontContext_0=cast=(XmFontContext *)
-OS__XmFontListInitFontContext_1=cast=(XmFontList)
-
-OS__XmFontListNextEntry=
-OS__XmFontListNextEntry_0=cast=(XmFontContext)
-
-OS__XmGetAtomName=
-OS__XmGetAtomName_0=cast=(Display *)
-OS__XmGetAtomName_1=cast=(Atom)
-
-OS__XmGetDragContext=
-OS__XmGetDragContext_0=cast=(Widget)
-OS__XmGetDragContext_1=cast=(Time)
-
-OS__XmGetFocusWidget=
-OS__XmGetFocusWidget_0=cast=(Widget)
-
-OS__XmGetPixmap=
-OS__XmGetPixmap_0=cast=(Screen *)
-OS__XmGetPixmap_1=cast=(char *)
-OS__XmGetPixmap_2=cast=(Pixel)
-OS__XmGetPixmap_3=cast=(Pixel)
-
-OS__XmGetPixmapByDepth=
-OS__XmGetPixmapByDepth_0=cast=(Screen *)
-OS__XmGetPixmapByDepth_1=cast=(char *)
-OS__XmGetPixmapByDepth_2=
-OS__XmGetPixmapByDepth_3=
-OS__XmGetPixmapByDepth_4=
-
-OS__XmGetXmDisplay=
-OS__XmGetXmDisplay_0=cast=(Display *)
-
-OS__XmImMbLookupString=
-OS__XmImMbLookupString_0=cast=(Widget)
-OS__XmImMbLookupString_1=cast=(XKeyPressedEvent *)
-OS__XmImMbLookupString_2=cast=(char *)
-OS__XmImMbLookupString_3=
-OS__XmImMbLookupString_4=cast=(KeySym *)
-OS__XmImMbLookupString_5=cast=(int *)
-
-OS__XmImRegister=
-OS__XmImRegister_0=cast=(Widget)
-OS__XmImRegister_1=
-
-OS__XmImSetFocusValues=
-OS__XmImSetFocusValues_0=cast=(Widget)
-OS__XmImSetFocusValues_1=cast=(ArgList)
-OS__XmImSetFocusValues_2=
-
-OS__XmImSetValues=
-OS__XmImSetValues_0=cast=(Widget)
-OS__XmImSetValues_1=cast=(ArgList)
-OS__XmImSetValues_2=
-
-OS__XmImUnregister=
-OS__XmImUnregister_0=cast=(Widget)
-
-OS__XmImUnsetFocus=
-OS__XmImUnsetFocus_0=cast=(Widget)
-
-OS__XmInternAtom=
-OS__XmInternAtom_0=cast=(Display *)
-OS__XmInternAtom_1=cast=(String)
-OS__XmInternAtom_2=
-
-OS__XmListAddItemUnselected=
-OS__XmListAddItemUnselected_0=cast=(Widget)
-OS__XmListAddItemUnselected_1=cast=(XmString)
-OS__XmListAddItemUnselected_2=
-
-OS__XmListDeleteAllItems=
-OS__XmListDeleteAllItems_0=cast=(Widget)
-
-OS__XmListDeleteItemsPos=
-OS__XmListDeleteItemsPos_0=cast=(Widget)
-OS__XmListDeleteItemsPos_1=
-OS__XmListDeleteItemsPos_2=
-
-OS__XmListDeletePos=
-OS__XmListDeletePos_0=cast=(Widget)
-OS__XmListDeletePos_1=
-
-OS__XmListDeletePositions=
-OS__XmListDeletePositions_0=cast=(Widget)
-OS__XmListDeletePositions_1=cast=(int *)
-OS__XmListDeletePositions_2=
-
-OS__XmListDeselectAllItems=
-OS__XmListDeselectAllItems_0=cast=(Widget)
-
-OS__XmListDeselectPos=
-OS__XmListDeselectPos_0=cast=(Widget)
-OS__XmListDeselectPos_1=
-
-OS__XmListGetKbdItemPos=
-OS__XmListGetKbdItemPos_0=cast=(Widget)
-
-OS__XmListGetSelectedPos=
-OS__XmListGetSelectedPos_0=cast=(Widget)
-OS__XmListGetSelectedPos_1=cast=(int **)
-OS__XmListGetSelectedPos_2=cast=(int *)
-
-OS__XmListItemPos=
-OS__XmListItemPos_0=cast=(Widget)
-OS__XmListItemPos_1=cast=(XmString)
-
-OS__XmListPosSelected=
-OS__XmListPosSelected_0=cast=(Widget)
-OS__XmListPosSelected_1=
-
-OS__XmListReplaceItemsPosUnselected=
-OS__XmListReplaceItemsPosUnselected_0=cast=(Widget)
-OS__XmListReplaceItemsPosUnselected_1=cast=(XmString *)
-OS__XmListReplaceItemsPosUnselected_2=
-OS__XmListReplaceItemsPosUnselected_3=
-
-OS__XmListSelectPos=
-OS__XmListSelectPos_0=cast=(Widget)
-OS__XmListSelectPos_1=
-OS__XmListSelectPos_2=
-
-OS__XmListSetKbdItemPos=
-OS__XmListSetKbdItemPos_0=cast=(Widget)
-OS__XmListSetKbdItemPos_1=
-
-OS__XmListSetPos=
-OS__XmListSetPos_0=cast=(Widget)
-OS__XmListSetPos_1=
-
-OS__XmListUpdateSelectedList=
-OS__XmListUpdateSelectedList_0=cast=(Widget)
-
-OS__XmMainWindowSetAreas=
-OS__XmMainWindowSetAreas_0=cast=(Widget)
-OS__XmMainWindowSetAreas_1=cast=(Widget)
-OS__XmMainWindowSetAreas_2=cast=(Widget)
-OS__XmMainWindowSetAreas_3=cast=(Widget)
-OS__XmMainWindowSetAreas_4=cast=(Widget)
-OS__XmMainWindowSetAreas_5=cast=(Widget)
-
-OS__XmMessageBoxGetChild=
-OS__XmMessageBoxGetChild_0=cast=(Widget)
-OS__XmMessageBoxGetChild_1=
-
-OS__XmParseMappingCreate=
-OS__XmParseMappingCreate_0=cast=(ArgList)
-OS__XmParseMappingCreate_1=
-
-OS__XmParseMappingFree=
-OS__XmParseMappingFree_0=cast=(XmParseMapping)
-
-OS__XmProcessTraversal=
-OS__XmProcessTraversal_0=cast=(Widget)
-OS__XmProcessTraversal_1=
-
-OS__XmRenderTableAddRenditions=
-OS__XmRenderTableAddRenditions_0=cast=(XmRenderTable)
-OS__XmRenderTableAddRenditions_1=cast=(XmRendition *)
-OS__XmRenderTableAddRenditions_2=
-OS__XmRenderTableAddRenditions_3=
-
-OS__XmRenderTableFree=
-OS__XmRenderTableFree_0=cast=(XmRenderTable)
-
-OS__XmRenditionCreate=
-OS__XmRenditionCreate_0=cast=(Widget)
-OS__XmRenditionCreate_1=cast=(XmStringTag)
-OS__XmRenditionCreate_2=cast=(ArgList)
-OS__XmRenditionCreate_3=
-
-OS__XmRenditionFree=
-OS__XmRenditionFree_0=cast=(XmRendition)
-
-OS__XmStringBaseline=
-OS__XmStringBaseline_0=cast=XmRenderTable
-OS__XmStringBaseline_1=cast=XmString
-
-OS__XmStringCompare=
-OS__XmStringCompare_0=cast=(XmString)
-OS__XmStringCompare_1=cast=(XmString)
-
-OS__XmStringComponentCreate=
-OS__XmStringComponentCreate_0=
-OS__XmStringComponentCreate_1=
-OS__XmStringComponentCreate_2=cast=(XtPointer)
-
-OS__XmStringConcat=
-OS__XmStringConcat_0=cast=(XmString)
-OS__XmStringConcat_1=cast=(XmString)
-
-OS__XmStringCreate=
-OS__XmStringCreate_0=cast=(char *)
-OS__XmStringCreate_1=cast=(char *)
-
-OS__XmStringCreateLocalized=
-OS__XmStringCreateLocalized_0=cast=(char *)
-
-OS__XmStringDraw=
-OS__XmStringDraw_0=cast=(Display *)
-OS__XmStringDraw_1=cast=(Window)
-OS__XmStringDraw_2=cast=(XmFontList)
-OS__XmStringDraw_3=cast=(XmString)
-OS__XmStringDraw_4=cast=(GC)
-OS__XmStringDraw_5=
-OS__XmStringDraw_6=
-OS__XmStringDraw_7=
-OS__XmStringDraw_8=
-OS__XmStringDraw_9=
-OS__XmStringDraw_10=
-
-OS__XmStringDrawImage=
-OS__XmStringDrawImage_0=cast=(Display *)
-OS__XmStringDrawImage_1=cast=(Window)
-OS__XmStringDrawImage_2=cast=(XmFontList)
-OS__XmStringDrawImage_3=cast=(XmString)
-OS__XmStringDrawImage_4=cast=(GC)
-OS__XmStringDrawImage_5=
-OS__XmStringDrawImage_6=
-OS__XmStringDrawImage_7=
-OS__XmStringDrawImage_8=
-OS__XmStringDrawImage_9=
-OS__XmStringDrawImage_10=
-
-OS__XmStringDrawUnderline=
-OS__XmStringDrawUnderline_0=cast=(Display *)
-OS__XmStringDrawUnderline_1=cast=(Window)
-OS__XmStringDrawUnderline_2=cast=(XmFontList)
-OS__XmStringDrawUnderline_3=cast=(XmString)
-OS__XmStringDrawUnderline_4=cast=(GC)
-OS__XmStringDrawUnderline_5=
-OS__XmStringDrawUnderline_6=
-OS__XmStringDrawUnderline_7=
-OS__XmStringDrawUnderline_8=
-OS__XmStringDrawUnderline_9=
-OS__XmStringDrawUnderline_10=
-OS__XmStringDrawUnderline_11=cast=(XmString)
-
-OS__XmStringEmpty=
-OS__XmStringEmpty_0=cast=(XmString)
-
-OS__XmStringExtent=
-OS__XmStringExtent_0=cast=XmRenderTable
-OS__XmStringExtent_1=cast=XmString
-OS__XmStringExtent_2=cast=Dimension *
-OS__XmStringExtent_3=cast=Dimension *
-
-OS__XmStringFree=
-OS__XmStringFree_0=cast=(XmString)
-
-OS__XmStringGenerate=
-OS__XmStringGenerate_0=cast=(XtPointer)
-OS__XmStringGenerate_1=cast=(XmStringTag)
-OS__XmStringGenerate_2=
-OS__XmStringGenerate_3=cast=(XmStringTag)
-
-OS__XmStringHeight=
-OS__XmStringHeight_0=cast=(XmFontList)
-OS__XmStringHeight_1=cast=(XmString)
-
-OS__XmStringParseText=
-OS__XmStringParseText_0=cast=(XtPointer)
-OS__XmStringParseText_1=cast=(XtPointer *)
-OS__XmStringParseText_2=cast=(XmStringTag)
-OS__XmStringParseText_3=
-OS__XmStringParseText_4=cast=(XmParseTable)
-OS__XmStringParseText_5=
-OS__XmStringParseText_6=cast=(XtPointer)
-
-OS__XmStringUnparse=
-OS__XmStringUnparse_0=cast=(XmString)
-OS__XmStringUnparse_1=cast=(XmStringTag)
-OS__XmStringUnparse_2=
-OS__XmStringUnparse_3=
-OS__XmStringUnparse_4=cast=(XmParseTable)
-OS__XmStringUnparse_5=
-OS__XmStringUnparse_6=
-
-OS__XmStringWidth=
-OS__XmStringWidth_0=cast=(XmFontList)
-OS__XmStringWidth_1=cast=(XmString)
-
-OS__XmTabCreate=
-OS__XmTabCreate_0=
-OS__XmTabCreate_1=
-OS__XmTabCreate_2=
-OS__XmTabCreate_3=
-OS__XmTabCreate_4=cast=(char *)
-
-OS__XmTabFree=
-OS__XmTabFree_0=cast=(XmTab)
-
-OS__XmTabListFree=
-OS__XmTabListFree_0=cast=(XmTabList)
-
-OS__XmTabListInsertTabs=
-OS__XmTabListInsertTabs_0=cast=(XmTabList)
-OS__XmTabListInsertTabs_1=cast=(XmTab *)
-OS__XmTabListInsertTabs_2=
-OS__XmTabListInsertTabs_3=
-
-OS__XmTextClearSelection=
-OS__XmTextClearSelection_0=cast=(Widget)
-OS__XmTextClearSelection_1=
-
-OS__XmTextCopy=
-OS__XmTextCopy_0=cast=(Widget)
-OS__XmTextCopy_1=
-
-OS__XmTextCut=
-OS__XmTextCut_0=cast=(Widget)
-OS__XmTextCut_1=
-
-OS__XmTextDisableRedisplay=
-OS__XmTextDisableRedisplay_0=cast=(Widget)
-
-OS__XmTextEnableRedisplay=
-OS__XmTextEnableRedisplay_0=cast=(Widget)
-
-OS__XmTextFieldPaste=
-OS__XmTextFieldPaste_0=cast=(Widget)
-
-OS__XmTextGetInsertionPosition=
-OS__XmTextGetInsertionPosition_0=cast=(Widget)
-
-OS__XmTextGetLastPosition=
-OS__XmTextGetLastPosition_0=cast=(Widget)
-
-OS__XmTextGetMaxLength=
-OS__XmTextGetMaxLength_0=cast=(Widget)
-
-OS__XmTextGetSelection=
-OS__XmTextGetSelection_0=cast=(Widget)
-
-OS__XmTextGetSelectionPosition=
-OS__XmTextGetSelectionPosition_0=cast=(Widget)
-OS__XmTextGetSelectionPosition_1=cast=(XmTextPosition *)
-OS__XmTextGetSelectionPosition_2=cast=(XmTextPosition *)
-
-OS__XmTextGetString=
-OS__XmTextGetString_0=cast=(Widget)
-
-OS__XmTextGetSubstring=
-OS__XmTextGetSubstring_0=cast=(Widget)
-OS__XmTextGetSubstring_1=
-OS__XmTextGetSubstring_2=
-OS__XmTextGetSubstring_3=
-OS__XmTextGetSubstring_4=cast=(char *)
-
-OS__XmTextGetSubstringWcs=
-OS__XmTextGetSubstringWcs_0=cast=(Widget)
-OS__XmTextGetSubstringWcs_1=cast=(XmTextPosition)
-OS__XmTextGetSubstringWcs_2=
-OS__XmTextGetSubstringWcs_3=
-OS__XmTextGetSubstringWcs_4=cast=(wchar_t *)
-
-OS__XmTextInsert=
-OS__XmTextInsert_0=cast=(Widget)
-OS__XmTextInsert_1=
-OS__XmTextInsert_2=cast=(char *)
-
-OS__XmTextPaste=
-OS__XmTextPaste_0=cast=(Widget)
-
-OS__XmTextPosToXY=
-OS__XmTextPosToXY_0=cast=(Widget)
-OS__XmTextPosToXY_1=cast=(XmTextPosition)
-OS__XmTextPosToXY_2=cast=(Position *)
-OS__XmTextPosToXY_3=cast=(Position *)
-
-OS__XmTextReplace=
-OS__XmTextReplace_0=cast=(Widget)
-OS__XmTextReplace_1=
-OS__XmTextReplace_2=
-OS__XmTextReplace_3=cast=(char *)
-
-OS__XmTextScroll=
-OS__XmTextScroll_0=cast=(Widget)
-OS__XmTextScroll_1=
-
-OS__XmTextSetEditable=
-OS__XmTextSetEditable_0=cast=(Widget)
-OS__XmTextSetEditable_1=
-
-OS__XmTextSetHighlight=
-OS__XmTextSetHighlight_0=cast=(Widget)
-OS__XmTextSetHighlight_1=
-OS__XmTextSetHighlight_2=
-OS__XmTextSetHighlight_3=
-
-OS__XmTextSetInsertionPosition=
-OS__XmTextSetInsertionPosition_0=cast=(Widget)
-OS__XmTextSetInsertionPosition_1=
-
-OS__XmTextSetMaxLength=
-OS__XmTextSetMaxLength_0=cast=(Widget)
-OS__XmTextSetMaxLength_1=
-
-OS__XmTextSetSelection=
-OS__XmTextSetSelection_0=cast=(Widget)
-OS__XmTextSetSelection_1=
-OS__XmTextSetSelection_2=
-OS__XmTextSetSelection_3=
-
-OS__XmTextSetString=
-OS__XmTextSetString_0=cast=(Widget)
-OS__XmTextSetString_1=cast=(char *)
-
-OS__XmTextShowPosition=
-OS__XmTextShowPosition_0=cast=(Widget)
-OS__XmTextShowPosition_1=
-
-OS__XmTextXYToPos=
-OS__XmTextXYToPos_0=cast=Widget
-OS__XmTextXYToPos_1=cast=Position
-OS__XmTextXYToPos_2=cast=Position
-
-OS__XmUpdateDisplay=
-OS__XmUpdateDisplay_0=cast=(Widget)
-
-OS__XmWidgetGetDisplayRect=
-OS__XmWidgetGetDisplayRect_0=cast=(Widget)
-OS__XmWidgetGetDisplayRect_1=cast=(XRectangle *)
-
-OS__XmbTextListToTextProperty=
-OS__XmbTextListToTextProperty_0=cast=(Display *)
-OS__XmbTextListToTextProperty_1=cast=(char **)
-OS__XmbTextListToTextProperty_2=
-OS__XmbTextListToTextProperty_3=cast=(XICCEncodingStyle)
-OS__XmbTextListToTextProperty_4=
-
-OS__XmbTextPropertyToTextList=
-OS__XmbTextPropertyToTextList_0=cast=(Display *)
-OS__XmbTextPropertyToTextList_1=
-OS__XmbTextPropertyToTextList_2=cast=(char ***)
-OS__XmbTextPropertyToTextList_3=cast=(int *)
-
-OS__XpCancelJob=
-OS__XpCancelJob_0=cast=(Display *)
-OS__XpCancelJob_1=
-
-OS__XpCreateContext=
-OS__XpCreateContext_0=cast=(Display *)
-OS__XpCreateContext_1=cast=(char *)
-
-OS__XpDestroyContext=
-OS__XpDestroyContext_0=cast=(Display *)
-OS__XpDestroyContext_1=cast=(XPContext)
-
-OS__XpEndJob=
-OS__XpEndJob_0=cast=(Display *)
-
-OS__XpEndPage=
-OS__XpEndPage_0=cast=(Display *)
-
-OS__XpFreePrinterList=
-OS__XpFreePrinterList_0=cast=(XPPrinterList)
-
-OS__XpGetOneAttribute=
-OS__XpGetOneAttribute_0=cast=(Display *)
-OS__XpGetOneAttribute_1=cast=(XPContext)
-OS__XpGetOneAttribute_2=cast=(XPAttributes)
-OS__XpGetOneAttribute_3=cast=(char *)
-
-OS__XpGetPageDimensions=
-OS__XpGetPageDimensions_0=cast=(Display *)
-OS__XpGetPageDimensions_1=cast=(XPContext)
-OS__XpGetPageDimensions_2=cast=(unsigned short *)
-OS__XpGetPageDimensions_3=cast=(unsigned short *)
-OS__XpGetPageDimensions_4=cast=(XRectangle *)
-
-OS__XpGetPrinterList=
-OS__XpGetPrinterList_0=cast=(Display *)
-OS__XpGetPrinterList_1=cast=(char *)
-OS__XpGetPrinterList_2=cast=(int *)
-
-OS__XpGetScreenOfContext=
-OS__XpGetScreenOfContext_0=cast=(Display *)
-OS__XpGetScreenOfContext_1=cast=(XPContext)
-
-OS__XpSetAttributes=
-OS__XpSetAttributes_0=cast=(Display *)
-OS__XpSetAttributes_1=cast=(XPContext)
-OS__XpSetAttributes_2=cast=(XPAttributes)
-OS__XpSetAttributes_3=cast=(char *)
-OS__XpSetAttributes_4=cast=(XPAttrReplacement)
-
-OS__XpSetContext=
-OS__XpSetContext_0=cast=(Display *)
-OS__XpSetContext_1=cast=(XPContext)
-
-OS__XpStartJob=
-OS__XpStartJob_0=cast=(Display *)
-OS__XpStartJob_1=cast=(XPSaveData)
-
-OS__XpStartPage=
-OS__XpStartPage_0=cast=(Display *)
-OS__XpStartPage_1=cast=(Window)
-
-OS__XtAddCallback=
-OS__XtAddCallback_0=cast=(Widget)
-OS__XtAddCallback_1=cast=(String)
-OS__XtAddCallback_2=cast=(XtCallbackProc)
-OS__XtAddCallback_3=cast=(XtPointer)
-
-OS__XtAddEventHandler=
-OS__XtAddEventHandler_0=cast=(Widget)
-OS__XtAddEventHandler_1=
-OS__XtAddEventHandler_2=
-OS__XtAddEventHandler_3=cast=(XtEventHandler)
-OS__XtAddEventHandler_4=cast=(XtPointer)
-
-OS__XtAddExposureToRegion=
-OS__XtAddExposureToRegion_0=cast=(XEvent *)
-OS__XtAddExposureToRegion_1=cast=(Region)
-
-OS__XtAppAddInput=
-OS__XtAppAddInput_0=cast=(XtAppContext)
-OS__XtAppAddInput_1=
-OS__XtAppAddInput_2=cast=(XtPointer)
-OS__XtAppAddInput_3=cast=(XtInputCallbackProc)
-OS__XtAppAddInput_4=cast=(XtPointer)
-
-OS__XtAppAddTimeOut=
-OS__XtAppAddTimeOut_0=cast=(XtAppContext)
-OS__XtAppAddTimeOut_1=
-OS__XtAppAddTimeOut_2=cast=(XtTimerCallbackProc)
-OS__XtAppAddTimeOut_3=cast=(XtPointer)
-
-OS__XtAppCreateShell=
-OS__XtAppCreateShell_0=cast=(String)
-OS__XtAppCreateShell_1=cast=(String)
-OS__XtAppCreateShell_2=cast=(WidgetClass)
-OS__XtAppCreateShell_3=cast=(Display *)
-OS__XtAppCreateShell_4=cast=(ArgList)
-OS__XtAppCreateShell_5=
-
-OS__XtAppGetSelectionTimeout=
-OS__XtAppGetSelectionTimeout_0=cast=(XtAppContext)
-
-OS__XtAppNextEvent=
-OS__XtAppNextEvent_0=cast=(XtAppContext)
-OS__XtAppNextEvent_1=cast=(XEvent *)
-
-OS__XtAppPeekEvent=
-OS__XtAppPeekEvent_0=cast=(XtAppContext)
-OS__XtAppPeekEvent_1=cast=(XEvent *)
-
-OS__XtAppPending=
-OS__XtAppPending_0=cast=(XtAppContext)
-
-OS__XtAppProcessEvent=
-OS__XtAppProcessEvent_0=cast=(XtAppContext)
-OS__XtAppProcessEvent_1=
-
-OS__XtAppSetErrorHandler=
-OS__XtAppSetErrorHandler_0=cast=(XtAppContext)
-OS__XtAppSetErrorHandler_1=cast=(XtErrorHandler)
-
-OS__XtAppSetFallbackResources=
-OS__XtAppSetFallbackResources_0=cast=(XtAppContext)
-OS__XtAppSetFallbackResources_1=cast=(String *)
-
-OS__XtAppSetSelectionTimeout=
-OS__XtAppSetSelectionTimeout_0=cast=(XtAppContext)
-OS__XtAppSetSelectionTimeout_1=
-
-OS__XtAppSetWarningHandler=
-OS__XtAppSetWarningHandler_0=cast=(XtAppContext)
-OS__XtAppSetWarningHandler_1=cast=(XtErrorHandler)
-
-OS__XtBuildEventMask=
-OS__XtBuildEventMask_0=cast=(Widget)
-
-OS__XtCallActionProc=
-OS__XtCallActionProc_0=cast=(Widget)
-OS__XtCallActionProc_1=cast=(String)
-OS__XtCallActionProc_2=cast=(XEvent *)
-OS__XtCallActionProc_3=cast=(String *)
-OS__XtCallActionProc_4=
-
-OS__XtClass=
-OS__XtClass_0=cast=(Widget)
-
-OS__XtConfigureWidget=
-OS__XtConfigureWidget_0=cast=(Widget)
-OS__XtConfigureWidget_1=
-OS__XtConfigureWidget_2=
-OS__XtConfigureWidget_3=
-OS__XtConfigureWidget_4=
-OS__XtConfigureWidget_5=
-
-OS__XtCreateApplicationContext=
-
-OS__XtCreatePopupShell=
-OS__XtCreatePopupShell_0=cast=(String)
-OS__XtCreatePopupShell_1=cast=(WidgetClass)
-OS__XtCreatePopupShell_2=cast=(Widget)
-OS__XtCreatePopupShell_3=cast=(ArgList)
-OS__XtCreatePopupShell_4=
-
-OS__XtDestroyApplicationContext=
-OS__XtDestroyApplicationContext_0=cast=(XtAppContext)
-
-OS__XtDestroyWidget=
-OS__XtDestroyWidget_0=cast=(Widget)
-
-OS__XtDisownSelection=
-OS__XtDisownSelection_0=cast=Widget
-OS__XtDisownSelection_1=cast=Atom
-OS__XtDisownSelection_2=cast=Time
-
-OS__XtDispatchEvent=
-OS__XtDispatchEvent_0=cast=(XEvent *)
-
-OS__XtDisplay=
-OS__XtDisplay_0=cast=(Widget)
-
-OS__XtDisplayToApplicationContext=
-OS__XtDisplayToApplicationContext_0=cast=(Display *)
-
-OS__XtFree=
-OS__XtFree_0=cast=(char *)
-
-OS__XtGetDisplays=
-OS__XtGetDisplays_0=cast=(XtAppContext)
-OS__XtGetDisplays_1=cast=Display ***
-OS__XtGetDisplays_2=cast=Cardinal *
-
-OS__XtGetMultiClickTime=
-OS__XtGetMultiClickTime_0=cast=(Display *)
-
-OS__XtGetSelectionValue=
-OS__XtGetSelectionValue_0=cast=Widget
-OS__XtGetSelectionValue_1=cast=Atom
-OS__XtGetSelectionValue_2=cast=Atom
-OS__XtGetSelectionValue_3=cast=XtSelectionCallbackProc
-OS__XtGetSelectionValue_4=cast=XtPointer
-OS__XtGetSelectionValue_5=cast=Time
-
-OS__XtGetValues=flags=no_gen
-OS__XtGetValues_0=cast=(Widget)
-OS__XtGetValues_1=cast=(ArgList)
-OS__XtGetValues_2=
-
-OS__XtInsertEventHandler=
-OS__XtInsertEventHandler_0=cast=(Widget)
-OS__XtInsertEventHandler_1=cast=(EventMask)
-OS__XtInsertEventHandler_2=cast=(Boolean)
-OS__XtInsertEventHandler_3=cast=(XtEventHandler)
-OS__XtInsertEventHandler_4=cast=(XtPointer)
-OS__XtInsertEventHandler_5=cast=(XtListPosition)
-
-OS__XtIsManaged=
-OS__XtIsManaged_0=cast=(Widget)
-
-OS__XtIsRealized=
-OS__XtIsRealized_0=cast=(Widget)
-
-OS__XtIsSubclass=
-OS__XtIsSubclass_0=cast=(Widget)
-OS__XtIsSubclass_1=cast=(WidgetClass)
-
-OS__XtIsTopLevelShell=
-OS__XtIsTopLevelShell_0=cast=(Widget)
-
-OS__XtLastTimestampProcessed=
-OS__XtLastTimestampProcessed_0=cast=(Display *)
-
-OS__XtMalloc=
-OS__XtMalloc_0=
-
-OS__XtManageChild=
-OS__XtManageChild_0=cast=(Widget)
-
-OS__XtMapWidget=
-OS__XtMapWidget_0=cast=(Widget)
-
-OS__XtMoveWidget=
-OS__XtMoveWidget_0=cast=(Widget)
-OS__XtMoveWidget_1=
-OS__XtMoveWidget_2=
-
-OS__XtNameToWidget=
-OS__XtNameToWidget_0=cast=(Widget)
-OS__XtNameToWidget_1=cast=(String)
-
-OS__XtOpenDisplay=
-OS__XtOpenDisplay_0=cast=(XtAppContext)
-OS__XtOpenDisplay_1=cast=(String)
-OS__XtOpenDisplay_2=cast=(String)
-OS__XtOpenDisplay_3=cast=(String)
-OS__XtOpenDisplay_4=cast=(XrmOptionDescRec *)
-OS__XtOpenDisplay_5=
-OS__XtOpenDisplay_6=cast=(int *)
-OS__XtOpenDisplay_7=cast=(char **)
-
-OS__XtOverrideTranslations=
-OS__XtOverrideTranslations_0=cast=(Widget)
-OS__XtOverrideTranslations_1=cast=(XtTranslations)
-
-OS__XtOwnSelection=
-OS__XtOwnSelection_0=cast=(Widget)
-OS__XtOwnSelection_1=cast=(Atom)
-OS__XtOwnSelection_2=cast=Time
-OS__XtOwnSelection_3=cast=XtConvertSelectionProc
-OS__XtOwnSelection_4=cast=(XtLoseSelectionProc)
-OS__XtOwnSelection_5=cast=(XtSelectionDoneProc)
-
-OS__XtParent=
-OS__XtParent_0=cast=(Widget)
-
-OS__XtParseTranslationTable=
-OS__XtParseTranslationTable_0=cast=(String)
-
-OS__XtPopdown=
-OS__XtPopdown_0=cast=(Widget)
-
-OS__XtPopup=
-OS__XtPopup_0=cast=(Widget)
-OS__XtPopup_1=
-
-OS__XtQueryGeometry=
-OS__XtQueryGeometry_0=cast=(Widget)
-OS__XtQueryGeometry_1=cast=(XtWidgetGeometry *)
-OS__XtQueryGeometry_2=cast=(XtWidgetGeometry *)
-
-OS__XtRealizeWidget=
-OS__XtRealizeWidget_0=cast=(Widget)
-
-OS__XtRegisterDrawable=
-OS__XtRegisterDrawable_0=cast=Display *
-OS__XtRegisterDrawable_1=cast=Drawable
-OS__XtRegisterDrawable_2=cast=Widget
-
-OS__XtRemoveEventHandler=
-OS__XtRemoveEventHandler_0=cast=Widget
-OS__XtRemoveEventHandler_1=
-OS__XtRemoveEventHandler_2=
-OS__XtRemoveEventHandler_3=cast=XtEventHandler
-OS__XtRemoveEventHandler_4=cast=XtPointer
-
-OS__XtRemoveInput=
-OS__XtRemoveInput_0=cast=(XtInputId)
-
-OS__XtRemoveTimeOut=
-OS__XtRemoveTimeOut_0=
-
-OS__XtResizeWidget=
-OS__XtResizeWidget_0=cast=(Widget)
-OS__XtResizeWidget_1=
-OS__XtResizeWidget_2=
-OS__XtResizeWidget_3=
-
-OS__XtResizeWindow=
-OS__XtResizeWindow_0=cast=(Widget)
-
-OS__XtSetLanguageProc=
-OS__XtSetLanguageProc_0=cast=(XtAppContext)
-OS__XtSetLanguageProc_1=cast=(XtLanguageProc)
-OS__XtSetLanguageProc_2=cast=(XtPointer)
-
-OS__XtSetMappedWhenManaged=
-OS__XtSetMappedWhenManaged_0=cast=(Widget)
-OS__XtSetMappedWhenManaged_1=
-
-OS__XtSetValues=
-OS__XtSetValues_0=cast=(Widget)
-OS__XtSetValues_1=cast=(ArgList)
-OS__XtSetValues_2=
-
-OS__XtToolkitInitialize=
-
-OS__XtToolkitThreadInitialize=
-
-OS__XtTranslateCoords=
-OS__XtTranslateCoords_0=cast=(Widget)
-OS__XtTranslateCoords_1=
-OS__XtTranslateCoords_2=
-OS__XtTranslateCoords_3=
-OS__XtTranslateCoords_4=
-
-OS__XtUnmanageChild=
-OS__XtUnmanageChild_0=cast=(Widget)
-
-OS__XtUnmapWidget=
-OS__XtUnmapWidget_0=cast=(Widget)
-
-OS__XtUnregisterDrawable=
-OS__XtUnregisterDrawable_0=cast=Display *
-OS__XtUnregisterDrawable_1=cast=Drawable
-
-OS__XtWindow=
-OS__XtWindow_0=cast=(Widget)
-
-OS__XtWindowToWidget=
-OS__XtWindowToWidget_0=cast=(Display *)
-OS__XtWindowToWidget_1=cast=(Window)
-
-OS___XmSetMenuTraversal=
-OS___XmSetMenuTraversal_0=cast=(Widget)
-OS___XmSetMenuTraversal_1=
-
-OS___XtDefaultAppContext=
-
-OS__applicationShellWidgetClass=flags=const
-
-OS__dlclose=
-OS__dlclose_0=cast=(void *)
-
-OS__dlopen=
-OS__dlopen_0=cast=(const char *)
-OS__dlopen_1=
-
-OS__dlsym=
-OS__dlsym_0=cast=(void *)
-OS__dlsym_1=cast=(const char *)
-
-OS__overrideShellWidgetClass=flags=const
-
-OS__shellWidgetClass=flags=const
-
-OS__topLevelShellWidgetClass=flags=const
-
-OS__transientShellWidgetClass=flags=const
-
-OS__xmMenuShellWidgetClass=flags=const
-
-OS_close=
-OS_close_0=
-
-OS_fd_set_sizeof=
-
-OS_iconv=
-OS_iconv_0=cast=(iconv_t)
-OS_iconv_1=cast=(void *)
-OS_iconv_2=cast=(size_t *)
-OS_iconv_3=cast=(char **)
-OS_iconv_4=cast=(size_t *)
-
-OS_iconv_close=
-OS_iconv_close_0=cast=(iconv_t)
-
-OS_iconv_open=
-OS_iconv_open_0=cast=(const char *)
-OS_iconv_open_1=cast=(const char *)
-
-OS_localeconv_decimal_point=
-
-OS_memmove__ILorg_eclipse_swt_internal_motif_XButtonEvent_2I=
-OS_memmove__ILorg_eclipse_swt_internal_motif_XButtonEvent_2I_0=cast=(void *)
-OS_memmove__ILorg_eclipse_swt_internal_motif_XButtonEvent_2I_1=cast=(const void *),flags=no_out
-OS_memmove__ILorg_eclipse_swt_internal_motif_XButtonEvent_2I_2=cast=(size_t)
-
-OS_memmove__ILorg_eclipse_swt_internal_motif_XClientMessageEvent_2I=
-OS_memmove__ILorg_eclipse_swt_internal_motif_XClientMessageEvent_2I_0=cast=(void *)
-OS_memmove__ILorg_eclipse_swt_internal_motif_XClientMessageEvent_2I_1=cast=(const void *),flags=no_out
-OS_memmove__ILorg_eclipse_swt_internal_motif_XClientMessageEvent_2I_2=cast=(size_t)
-
-OS_memmove__ILorg_eclipse_swt_internal_motif_XConfigureEvent_2I=
-OS_memmove__ILorg_eclipse_swt_internal_motif_XConfigureEvent_2I_0=cast=void *
-OS_memmove__ILorg_eclipse_swt_internal_motif_XConfigureEvent_2I_1=cast=(const void *),flags=no_out
-OS_memmove__ILorg_eclipse_swt_internal_motif_XConfigureEvent_2I_2=cast=(size_t)
-
-OS_memmove__ILorg_eclipse_swt_internal_motif_XExposeEvent_2I=
-OS_memmove__ILorg_eclipse_swt_internal_motif_XExposeEvent_2I_0=cast=(void *)
-OS_memmove__ILorg_eclipse_swt_internal_motif_XExposeEvent_2I_1=cast=(const void *),flags=no_out
-OS_memmove__ILorg_eclipse_swt_internal_motif_XExposeEvent_2I_2=cast=(size_t)
-
-OS_memmove__ILorg_eclipse_swt_internal_motif_XImage_2I=
-OS_memmove__ILorg_eclipse_swt_internal_motif_XImage_2I_0=cast=(void *)
-OS_memmove__ILorg_eclipse_swt_internal_motif_XImage_2I_1=cast=(const void *),flags=no_out
-OS_memmove__ILorg_eclipse_swt_internal_motif_XImage_2I_2=cast=(size_t)
-
-OS_memmove__ILorg_eclipse_swt_internal_motif_XKeyEvent_2I=
-OS_memmove__ILorg_eclipse_swt_internal_motif_XKeyEvent_2I_0=cast=void *
-OS_memmove__ILorg_eclipse_swt_internal_motif_XKeyEvent_2I_1=cast=const void *,flags=no_out
-OS_memmove__ILorg_eclipse_swt_internal_motif_XKeyEvent_2I_2=cast=size_t
-
-OS_memmove__ILorg_eclipse_swt_internal_motif_XmDragProcCallbackStruct_2I=
-OS_memmove__ILorg_eclipse_swt_internal_motif_XmDragProcCallbackStruct_2I_0=cast=(void *)
-OS_memmove__ILorg_eclipse_swt_internal_motif_XmDragProcCallbackStruct_2I_1=cast=(const void *),flags=no_out
-OS_memmove__ILorg_eclipse_swt_internal_motif_XmDragProcCallbackStruct_2I_2=cast=(size_t)
-
-OS_memmove__ILorg_eclipse_swt_internal_motif_XmSpinBoxCallbackStruct_2I=
-OS_memmove__ILorg_eclipse_swt_internal_motif_XmSpinBoxCallbackStruct_2I_0=cast=(void *)
-OS_memmove__ILorg_eclipse_swt_internal_motif_XmSpinBoxCallbackStruct_2I_1=cast=(const void *),flags=no_out
-OS_memmove__ILorg_eclipse_swt_internal_motif_XmSpinBoxCallbackStruct_2I_2=cast=(size_t)
-
-OS_memmove__ILorg_eclipse_swt_internal_motif_XmTextBlockRec_2I=
-OS_memmove__ILorg_eclipse_swt_internal_motif_XmTextBlockRec_2I_0=cast=(void *)
-OS_memmove__ILorg_eclipse_swt_internal_motif_XmTextBlockRec_2I_1=cast=(const void *),flags=no_out
-OS_memmove__ILorg_eclipse_swt_internal_motif_XmTextBlockRec_2I_2=cast=(size_t)
-
-OS_memmove__ILorg_eclipse_swt_internal_motif_XmTextVerifyCallbackStruct_2I=
-OS_memmove__ILorg_eclipse_swt_internal_motif_XmTextVerifyCallbackStruct_2I_0=cast=(void *)
-OS_memmove__ILorg_eclipse_swt_internal_motif_XmTextVerifyCallbackStruct_2I_1=cast=(const void *),flags=no_out
-OS_memmove__ILorg_eclipse_swt_internal_motif_XmTextVerifyCallbackStruct_2I_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_motif_Visual_2II=
-OS_memmove__Lorg_eclipse_swt_internal_motif_Visual_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_motif_Visual_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_motif_Visual_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_motif_XAnyEvent_2II=
-OS_memmove__Lorg_eclipse_swt_internal_motif_XAnyEvent_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_motif_XAnyEvent_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_motif_XAnyEvent_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_motif_XButtonEvent_2II=
-OS_memmove__Lorg_eclipse_swt_internal_motif_XButtonEvent_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_motif_XButtonEvent_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_motif_XButtonEvent_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_motif_XCharStruct_2II=
-OS_memmove__Lorg_eclipse_swt_internal_motif_XCharStruct_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_motif_XCharStruct_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_motif_XCharStruct_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_motif_XClientMessageEvent_2II=
-OS_memmove__Lorg_eclipse_swt_internal_motif_XClientMessageEvent_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_motif_XClientMessageEvent_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_motif_XClientMessageEvent_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_motif_XConfigureEvent_2II=
-OS_memmove__Lorg_eclipse_swt_internal_motif_XConfigureEvent_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_motif_XConfigureEvent_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_motif_XConfigureEvent_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_motif_XCreateWindowEvent_2II=
-OS_memmove__Lorg_eclipse_swt_internal_motif_XCreateWindowEvent_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_motif_XCreateWindowEvent_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_motif_XCreateWindowEvent_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_motif_XCrossingEvent_2II=
-OS_memmove__Lorg_eclipse_swt_internal_motif_XCrossingEvent_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_motif_XCrossingEvent_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_motif_XCrossingEvent_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_motif_XDestroyWindowEvent_2II=
-OS_memmove__Lorg_eclipse_swt_internal_motif_XDestroyWindowEvent_2II_0=cast=void *,flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_motif_XDestroyWindowEvent_2II_1=cast=const void *
-OS_memmove__Lorg_eclipse_swt_internal_motif_XDestroyWindowEvent_2II_2=cast=size_t
-
-OS_memmove__Lorg_eclipse_swt_internal_motif_XEvent_2II=
-OS_memmove__Lorg_eclipse_swt_internal_motif_XEvent_2II_0=cast=void *
-OS_memmove__Lorg_eclipse_swt_internal_motif_XEvent_2II_1=cast=const void *
-OS_memmove__Lorg_eclipse_swt_internal_motif_XEvent_2II_2=cast=size_t
-
-OS_memmove__Lorg_eclipse_swt_internal_motif_XExposeEvent_2II=
-OS_memmove__Lorg_eclipse_swt_internal_motif_XExposeEvent_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_motif_XExposeEvent_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_motif_XExposeEvent_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_motif_XFocusChangeEvent_2II=
-OS_memmove__Lorg_eclipse_swt_internal_motif_XFocusChangeEvent_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_motif_XFocusChangeEvent_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_motif_XFocusChangeEvent_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_motif_XFontStruct_2II=
-OS_memmove__Lorg_eclipse_swt_internal_motif_XFontStruct_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_motif_XFontStruct_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_motif_XFontStruct_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_motif_XIconSize_2II=
-OS_memmove__Lorg_eclipse_swt_internal_motif_XIconSize_2II_0=cast=void *,flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_motif_XIconSize_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_motif_XIconSize_2II_2=cast=size_t
-
-OS_memmove__Lorg_eclipse_swt_internal_motif_XImage_2II=
-OS_memmove__Lorg_eclipse_swt_internal_motif_XImage_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_motif_XImage_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_motif_XImage_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_motif_XKeyEvent_2II=
-OS_memmove__Lorg_eclipse_swt_internal_motif_XKeyEvent_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_motif_XKeyEvent_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_motif_XKeyEvent_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_motif_XModifierKeymap_2II=
-OS_memmove__Lorg_eclipse_swt_internal_motif_XModifierKeymap_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_motif_XModifierKeymap_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_motif_XModifierKeymap_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_motif_XMotionEvent_2II=
-OS_memmove__Lorg_eclipse_swt_internal_motif_XMotionEvent_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_motif_XMotionEvent_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_motif_XMotionEvent_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_motif_XPropertyEvent_2II=
-OS_memmove__Lorg_eclipse_swt_internal_motif_XPropertyEvent_2II_0=cast=void *,flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_motif_XPropertyEvent_2II_1=cast=const void *
-OS_memmove__Lorg_eclipse_swt_internal_motif_XPropertyEvent_2II_2=cast=size_t
-
-OS_memmove__Lorg_eclipse_swt_internal_motif_XReparentEvent_2II=
-OS_memmove__Lorg_eclipse_swt_internal_motif_XReparentEvent_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_motif_XReparentEvent_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_motif_XReparentEvent_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_motif_XineramaScreenInfo_2II=
-OS_memmove__Lorg_eclipse_swt_internal_motif_XineramaScreenInfo_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_motif_XineramaScreenInfo_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_motif_XineramaScreenInfo_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_motif_XmAnyCallbackStruct_2II=
-OS_memmove__Lorg_eclipse_swt_internal_motif_XmAnyCallbackStruct_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_motif_XmAnyCallbackStruct_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_motif_XmAnyCallbackStruct_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_motif_XmDragProcCallbackStruct_2II=
-OS_memmove__Lorg_eclipse_swt_internal_motif_XmDragProcCallbackStruct_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_motif_XmDragProcCallbackStruct_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_motif_XmDragProcCallbackStruct_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_motif_XmDropFinishCallbackStruct_2II=
-OS_memmove__Lorg_eclipse_swt_internal_motif_XmDropFinishCallbackStruct_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_motif_XmDropFinishCallbackStruct_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_motif_XmDropFinishCallbackStruct_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_motif_XmDropProcCallbackStruct_2II=
-OS_memmove__Lorg_eclipse_swt_internal_motif_XmDropProcCallbackStruct_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_motif_XmDropProcCallbackStruct_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_motif_XmDropProcCallbackStruct_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_motif_XmSpinBoxCallbackStruct_2II=
-OS_memmove__Lorg_eclipse_swt_internal_motif_XmSpinBoxCallbackStruct_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_motif_XmSpinBoxCallbackStruct_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_motif_XmSpinBoxCallbackStruct_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_motif_XmTextBlockRec_2II=
-OS_memmove__Lorg_eclipse_swt_internal_motif_XmTextBlockRec_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_motif_XmTextBlockRec_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_motif_XmTextBlockRec_2II_2=cast=(size_t)
-
-OS_memmove__Lorg_eclipse_swt_internal_motif_XmTextVerifyCallbackStruct_2II=
-OS_memmove__Lorg_eclipse_swt_internal_motif_XmTextVerifyCallbackStruct_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_motif_XmTextVerifyCallbackStruct_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_motif_XmTextVerifyCallbackStruct_2II_2=cast=(size_t)
-
-OS_nl_langinfo=
-OS_nl_langinfo_0=
-
-OS_pipe=
-OS_pipe_0=cast=(int *)
-
-OS_read=
-OS_read_0=
-OS_read_1=cast=(char *)
-OS_read_2=
-
-OS_select=
-OS_select_0=
-OS_select_1=cast=(fd_set *)
-OS_select_2=cast=(fd_set *)
-OS_select_3=cast=(fd_set *)
-OS_select_4=cast=(struct timeval *)
-
-OS_setResourceMem=flags=no_gen
-OS_setResourceMem_0=
-OS_setResourceMem_1=
-
-OS_setlocale=
-OS_setlocale_0=
-OS_setlocale_1=cast=(char *)
-
-OS_write=
-OS_write_0=
-OS_write_1=cast=(char *)
-OS_write_2=
-
-
-org_eclipse_swt_internal_motif_Visual=
-Visual_ext_data=cast=(XExtData *)
-Visual_visualid=
-Visual_c_class=accessor=class
-Visual_red_mask=
-Visual_green_mask=
-Visual_blue_mask=
-Visual_bits_per_rgb=
-Visual_map_entries=
-
-org_eclipse_swt_internal_motif_XAnyEvent=
-XAnyEvent_serial=
-XAnyEvent_send_event=
-XAnyEvent_display=cast=(Display *)
-XAnyEvent_window=
-
-org_eclipse_swt_internal_motif_XButtonEvent=
-XButtonEvent_root=
-XButtonEvent_subwindow=
-XButtonEvent_time=
-XButtonEvent_x=
-XButtonEvent_y=
-XButtonEvent_x_root=
-XButtonEvent_y_root=
-XButtonEvent_state=
-XButtonEvent_button=
-XButtonEvent_same_screen=
-
-org_eclipse_swt_internal_motif_XCharStruct=
-XCharStruct_lbearing=
-XCharStruct_rbearing=
-XCharStruct_width=
-XCharStruct_ascent=
-XCharStruct_descent=
-XCharStruct_attributes=
-
-org_eclipse_swt_internal_motif_XClientMessageEvent=
-XClientMessageEvent_message_type=cast=Atom
-XClientMessageEvent_format=
-XClientMessageEvent_data=accessor=data.l,cast=long *
-
-org_eclipse_swt_internal_motif_XColor=
-XColor_pixel=
-XColor_red=
-XColor_green=
-XColor_blue=
-XColor_flags=
-XColor_pad=
-
-org_eclipse_swt_internal_motif_XConfigureEvent=
-XConfigureEvent_serial=
-XConfigureEvent_send_event=
-XConfigureEvent_display=cast=Display *
-XConfigureEvent_event=cast=Window
-XConfigureEvent_window=cast=Window
-XConfigureEvent_x=
-XConfigureEvent_y=
-XConfigureEvent_width=
-XConfigureEvent_height=
-XConfigureEvent_border_width=
-XConfigureEvent_above=cast=Window
-XConfigureEvent_override_redirect=
-
-org_eclipse_swt_internal_motif_XCreateWindowEvent=
-XCreateWindowEvent_serial=
-XCreateWindowEvent_send_event=
-XCreateWindowEvent_display=cast=(Display *)
-XCreateWindowEvent_parent=cast=Window
-XCreateWindowEvent_window=cast=Window
-XCreateWindowEvent_x=
-XCreateWindowEvent_y=
-XCreateWindowEvent_width=
-XCreateWindowEvent_height=
-XCreateWindowEvent_border_width=
-XCreateWindowEvent_override_redirect=
-
-org_eclipse_swt_internal_motif_XCrossingEvent=
-XCrossingEvent_root=
-XCrossingEvent_subwindow=
-XCrossingEvent_time=
-XCrossingEvent_x=
-XCrossingEvent_y=
-XCrossingEvent_x_root=
-XCrossingEvent_y_root=
-XCrossingEvent_mode=
-XCrossingEvent_detail=
-XCrossingEvent_same_screen=
-XCrossingEvent_focus=
-XCrossingEvent_state=
-
-org_eclipse_swt_internal_motif_XDestroyWindowEvent=
-XDestroyWindowEvent_serial=
-XDestroyWindowEvent_send_event=
-XDestroyWindowEvent_display=cast=Display *
-XDestroyWindowEvent_event=cast=Window
-XDestroyWindowEvent_window=cast=Window
-
-org_eclipse_swt_internal_motif_XEvent=
-XEvent_type=
-
-org_eclipse_swt_internal_motif_XExposeEvent=
-XExposeEvent_x=
-XExposeEvent_y=
-XExposeEvent_width=
-XExposeEvent_height=
-XExposeEvent_count=
-
-org_eclipse_swt_internal_motif_XFocusChangeEvent=
-XFocusChangeEvent_mode=
-XFocusChangeEvent_detail=
-
-org_eclipse_swt_internal_motif_XFontStruct=
-XFontStruct_ext_data=cast=(XExtData *)
-XFontStruct_fid=
-XFontStruct_direction=
-XFontStruct_min_char_or_byte2=
-XFontStruct_max_char_or_byte2=
-XFontStruct_min_byte1=
-XFontStruct_max_byte1=
-XFontStruct_all_chars_exist=
-XFontStruct_default_char=
-XFontStruct_n_properties=
-XFontStruct_properties=cast=(XFontProp *)
-XFontStruct_min_bounds_lbearing=accessor=min_bounds.lbearing
-XFontStruct_min_bounds_rbearing=accessor=min_bounds.rbearing
-XFontStruct_min_bounds_width=accessor=min_bounds.width
-XFontStruct_min_bounds_ascent=accessor=min_bounds.ascent
-XFontStruct_min_bounds_descent=accessor=min_bounds.descent
-XFontStruct_min_bounds_attributes=accessor=min_bounds.attributes
-XFontStruct_max_bounds_lbearing=accessor=max_bounds.lbearing
-XFontStruct_max_bounds_rbearing=accessor=max_bounds.rbearing
-XFontStruct_max_bounds_width=accessor=max_bounds.width
-XFontStruct_max_bounds_ascent=accessor=max_bounds.ascent
-XFontStruct_max_bounds_descent=accessor=max_bounds.descent
-XFontStruct_max_bounds_attributes=accessor=max_bounds.attributes
-XFontStruct_per_char=cast=(XCharStruct *)
-XFontStruct_ascent=
-XFontStruct_descent=
-
-org_eclipse_swt_internal_motif_XGCValues=
-XGCValues_function=
-XGCValues_plane_mask=
-XGCValues_foreground=
-XGCValues_background=
-XGCValues_line_width=
-XGCValues_line_style=
-XGCValues_cap_style=
-XGCValues_join_style=
-XGCValues_fill_style=
-XGCValues_fill_rule=
-XGCValues_arc_mode=
-XGCValues_tile=
-XGCValues_stipple=
-XGCValues_ts_x_origin=
-XGCValues_ts_y_origin=
-XGCValues_font=
-XGCValues_subwindow_mode=
-XGCValues_graphics_exposures=
-XGCValues_clip_x_origin=
-XGCValues_clip_y_origin=
-XGCValues_clip_mask=
-XGCValues_dash_offset=
-XGCValues_dashes=
-
-org_eclipse_swt_internal_motif_XIconSize=
-XIconSize_min_width=
-XIconSize_min_height=
-XIconSize_max_width=
-XIconSize_max_height=
-XIconSize_width_inc=
-XIconSize_height_inc=
-
-org_eclipse_swt_internal_motif_XImage=
-XImage_width=
-XImage_height=
-XImage_xoffset=
-XImage_format=
-XImage_data=cast=(char *)
-XImage_byte_order=
-XImage_bitmap_unit=
-XImage_bitmap_bit_order=
-XImage_bitmap_pad=
-XImage_depth=
-XImage_bytes_per_line=
-XImage_bits_per_pixel=
-XImage_red_mask=
-XImage_green_mask=
-XImage_blue_mask=
-XImage_obdata=cast=(XPointer)
-XImage_create_image=accessor=f.create_image,cast=(XImage *(*)())
-XImage_destroy_image=accessor=f.destroy_image,cast=(int(*)())
-XImage_get_pixel=accessor=f.get_pixel,cast=(unsigned long(*)())
-XImage_put_pixel=accessor=f.put_pixel,cast=(int(*)())
-XImage_sub_image=accessor=f.sub_image,cast=(XImage *(*)())
-XImage_add_pixel=accessor=f.add_pixel,cast=(int(*)())
-
-org_eclipse_swt_internal_motif_XKeyEvent=
-XKeyEvent_root=
-XKeyEvent_subwindow=
-XKeyEvent_time=
-XKeyEvent_x=
-XKeyEvent_y=
-XKeyEvent_x_root=
-XKeyEvent_y_root=
-XKeyEvent_state=
-XKeyEvent_keycode=
-XKeyEvent_same_screen=
-
-org_eclipse_swt_internal_motif_XModifierKeymap=
-XModifierKeymap_max_keypermod=
-XModifierKeymap_modifiermap=cast=(KeyCode *)
-
-org_eclipse_swt_internal_motif_XMotionEvent=
-XMotionEvent_root=
-XMotionEvent_subwindow=
-XMotionEvent_time=
-XMotionEvent_x=
-XMotionEvent_y=
-XMotionEvent_x_root=
-XMotionEvent_y_root=
-XMotionEvent_state=
-XMotionEvent_is_hint=
-XMotionEvent_same_screen=
-
-org_eclipse_swt_internal_motif_XPropertyEvent=
-XPropertyEvent_atom=
-XPropertyEvent_time=
-XPropertyEvent_state=
-
-org_eclipse_swt_internal_motif_XRectangle=
-XRectangle_x=
-XRectangle_y=
-XRectangle_width=
-XRectangle_height=
-
-org_eclipse_swt_internal_motif_XRenderPictureAttributes=
-XRenderPictureAttributes_repeat=
-XRenderPictureAttributes_alpha_map=
-XRenderPictureAttributes_alpha_x_origin=
-XRenderPictureAttributes_alpha_y_origin=
-XRenderPictureAttributes_clip_x_origin=
-XRenderPictureAttributes_clip_y_origin=
-XRenderPictureAttributes_clip_mask=
-XRenderPictureAttributes_graphics_exposures=
-XRenderPictureAttributes_subwindow_mode=
-XRenderPictureAttributes_poly_edge=
-XRenderPictureAttributes_poly_mode=
-XRenderPictureAttributes_dither=
-XRenderPictureAttributes_component_alpha=
-
-org_eclipse_swt_internal_motif_XReparentEvent=
-XReparentEvent_serial=
-XReparentEvent_send_event=
-XReparentEvent_display=cast=Display *
-XReparentEvent_event=cast=Window
-XReparentEvent_window=cast=Window
-XReparentEvent_parent=cast=Window
-XReparentEvent_x=
-XReparentEvent_y=
-XReparentEvent_override_redirect=
-
-org_eclipse_swt_internal_motif_XSetWindowAttributes=
-XSetWindowAttributes_background_pixmap=
-XSetWindowAttributes_background_pixel=
-XSetWindowAttributes_border_pixmap=
-XSetWindowAttributes_border_pixel=
-XSetWindowAttributes_bit_gravity=
-XSetWindowAttributes_win_gravity=
-XSetWindowAttributes_backing_store=
-XSetWindowAttributes_backing_planes=
-XSetWindowAttributes_backing_pixel=
-XSetWindowAttributes_save_under=
-XSetWindowAttributes_event_mask=
-XSetWindowAttributes_do_not_propagate_mask=
-XSetWindowAttributes_override_redirect=
-XSetWindowAttributes_colormap=
-XSetWindowAttributes_cursor=
-
-org_eclipse_swt_internal_motif_XSizeHints=
-XSizeHints_flags=
-XSizeHints_x=
-XSizeHints_y=
-XSizeHints_width=
-XSizeHints_height=
-XSizeHints_min_width=
-XSizeHints_min_height=
-XSizeHints_max_width=
-XSizeHints_max_height=
-XSizeHints_width_inc=
-XSizeHints_height_inc=
-XSizeHints_aspect_x=accessor=min_aspect.x
-XSizeHints_aspect_y=accessor=min_aspect.y
-XSizeHints_base_width=
-XSizeHints_base_height=
-XSizeHints_win_gravity=
-
-org_eclipse_swt_internal_motif_XTextProperty=
-XTextProperty_value=cast=(unsigned char *)
-XTextProperty_encoding=
-XTextProperty_format=
-XTextProperty_nitems=
-
-org_eclipse_swt_internal_motif_XWindowAttributes=
-XWindowAttributes_x=
-XWindowAttributes_y=
-XWindowAttributes_width=
-XWindowAttributes_height=
-XWindowAttributes_border_width=
-XWindowAttributes_depth=
-XWindowAttributes_visual=cast=(Visual *)
-XWindowAttributes_root=
-XWindowAttributes_c_class=accessor=class
-XWindowAttributes_bit_gravity=
-XWindowAttributes_win_gravity=
-XWindowAttributes_backing_store=
-XWindowAttributes_backing_planes=
-XWindowAttributes_backing_pixel=
-XWindowAttributes_save_under=
-XWindowAttributes_colormap=
-XWindowAttributes_map_installed=
-XWindowAttributes_map_state=
-XWindowAttributes_all_event_masks=
-XWindowAttributes_your_event_mask=
-XWindowAttributes_do_not_propagate_mask=
-XWindowAttributes_override_redirect=
-XWindowAttributes_screen=cast=(Screen *)
-
-org_eclipse_swt_internal_motif_XWindowChanges=
-XWindowChanges_x=
-XWindowChanges_y=
-XWindowChanges_width=
-XWindowChanges_height=
-XWindowChanges_border_width=
-XWindowChanges_sibling=
-XWindowChanges_stack_mode=
-
-org_eclipse_swt_internal_motif_XineramaScreenInfo=
-XineramaScreenInfo_screen_number=
-XineramaScreenInfo_x_org=
-XineramaScreenInfo_y_org=
-XineramaScreenInfo_width=
-XineramaScreenInfo_height=
-
-org_eclipse_swt_internal_motif_XmAnyCallbackStruct=
-XmAnyCallbackStruct_reason=
-XmAnyCallbackStruct_event=cast=(XEvent *)
-
-org_eclipse_swt_internal_motif_XmDragProcCallbackStruct=
-XmDragProcCallbackStruct_timeStamp=
-XmDragProcCallbackStruct_dragContext=cast=(Widget)
-XmDragProcCallbackStruct_x=
-XmDragProcCallbackStruct_y=
-XmDragProcCallbackStruct_dropSiteStatus=
-XmDragProcCallbackStruct_operation=
-XmDragProcCallbackStruct_operations=
-XmDragProcCallbackStruct_animate=
-
-org_eclipse_swt_internal_motif_XmDropFinishCallbackStruct=
-XmDropFinishCallbackStruct_timeStamp=
-XmDropFinishCallbackStruct_operation=
-XmDropFinishCallbackStruct_operations=
-XmDropFinishCallbackStruct_dropSiteStatus=
-XmDropFinishCallbackStruct_dropAction=
-XmDropFinishCallbackStruct_completionStatus=
-
-org_eclipse_swt_internal_motif_XmDropProcCallbackStruct=
-XmDropProcCallbackStruct_timeStamp=
-XmDropProcCallbackStruct_dragContext=cast=(Widget)
-XmDropProcCallbackStruct_x=
-XmDropProcCallbackStruct_y=
-XmDropProcCallbackStruct_dropSiteStatus=
-XmDropProcCallbackStruct_operation=
-XmDropProcCallbackStruct_operations=
-XmDropProcCallbackStruct_dropAction=
-
-org_eclipse_swt_internal_motif_XmSpinBoxCallbackStruct=
-XmSpinBoxCallbackStruct_widget=cast=Widget
-XmSpinBoxCallbackStruct_doit=cast=Boolean
-XmSpinBoxCallbackStruct_position=
-XmSpinBoxCallbackStruct_value=cast=XmString
-XmSpinBoxCallbackStruct_crossed_boundary=cast=Boolean
-
-org_eclipse_swt_internal_motif_XmTextBlockRec=
-XmTextBlockRec_ptr=cast=(char *)
-XmTextBlockRec_length=
-XmTextBlockRec_format=cast=(XmTextFormat)
-
-org_eclipse_swt_internal_motif_XmTextVerifyCallbackStruct=
-XmTextVerifyCallbackStruct_doit=
-XmTextVerifyCallbackStruct_currInsert=
-XmTextVerifyCallbackStruct_newInsert=
-XmTextVerifyCallbackStruct_startPos=
-XmTextVerifyCallbackStruct_endPos=
-XmTextVerifyCallbackStruct_text=cast=(XmTextBlock)
-
-org_eclipse_swt_internal_motif_XtWidgetGeometry=
-XtWidgetGeometry_request_mode=
-XtWidgetGeometry_x=
-XtWidgetGeometry_y=
-XtWidgetGeometry_width=
-XtWidgetGeometry_height=
-XtWidgetGeometry_border_width=
-XtWidgetGeometry_sibling=cast=(Widget)
-XtWidgetGeometry_stack_mode=
-
diff --git a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.mozilla.XPCOM.properties b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.mozilla.XPCOM.properties
deleted file mode 100644
index 6049927aca..0000000000
--- a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.mozilla.XPCOM.properties
+++ /dev/null
@@ -1,1478 +0,0 @@
-###############################################################################
-# Copyright (c) 2000, 2008 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-org_eclipse_swt_internal_mozilla_XPCOM=flags=cpp
-XPCOM__Call=
-XPCOM__Call_0=cast=(nsWriteSegmentFun)
-XPCOM__Call_1=cast=(nsIInputStream *)
-XPCOM__Call_2=cast=(void *)
-XPCOM__Call_3=cast=(const char *)
-XPCOM__Call_4=
-XPCOM__Call_5=
-XPCOM__Call_6=cast=(PRUint32 *)
-
-XPCOM__NS_GetComponentManager=
-XPCOM__NS_GetComponentManager_0=cast=(nsIComponentManager**)
-
-XPCOM__NS_GetServiceManager=
-XPCOM__NS_GetServiceManager_0=cast=(nsIServiceManager**)
-
-XPCOM__NS_InitXPCOM2=
-XPCOM__NS_InitXPCOM2_0=cast=(nsIServiceManager **)
-XPCOM__NS_InitXPCOM2_1=cast=(nsIFile *)
-XPCOM__NS_InitXPCOM2_2=cast=(nsIDirectoryServiceProvider *)
-
-XPCOM__NS_NewLocalFile=
-XPCOM__NS_NewLocalFile_0=cast=(nsAString *),flags=struct
-XPCOM__NS_NewLocalFile_1=
-XPCOM__NS_NewLocalFile_2=cast=(nsILocalFile**)
-
-XPCOM__1VtblCall__II=
-XPCOM__1VtblCall__II_0=
-XPCOM__1VtblCall__II_1=
-
-XPCOM__1VtblCall__IIF=
-XPCOM__1VtblCall__IIF_0=
-XPCOM__1VtblCall__IIF_1=
-XPCOM__1VtblCall__IIF_2=
-
-XPCOM__1VtblCall__III=
-XPCOM__1VtblCall__III_0=
-XPCOM__1VtblCall__III_1=
-XPCOM__1VtblCall__III_2=
-
-XPCOM__1VtblCall__IIII=
-XPCOM__1VtblCall__IIII_0=
-XPCOM__1VtblCall__IIII_1=
-XPCOM__1VtblCall__IIII_2=
-XPCOM__1VtblCall__IIII_3=
-
-XPCOM__1VtblCall__IIIII=
-XPCOM__1VtblCall__IIIII_0=
-XPCOM__1VtblCall__IIIII_1=
-XPCOM__1VtblCall__IIIII_2=
-XPCOM__1VtblCall__IIIII_3=
-XPCOM__1VtblCall__IIIII_4=
-
-XPCOM__1VtblCall__IIIIII=
-XPCOM__1VtblCall__IIIIII_0=
-XPCOM__1VtblCall__IIIIII_1=
-XPCOM__1VtblCall__IIIIII_2=
-XPCOM__1VtblCall__IIIIII_3=
-XPCOM__1VtblCall__IIIIII_4=
-XPCOM__1VtblCall__IIIIII_5=
-
-XPCOM__1VtblCall__IIIIIII=
-XPCOM__1VtblCall__IIIIIII_0=
-XPCOM__1VtblCall__IIIIIII_1=
-XPCOM__1VtblCall__IIIIIII_2=
-XPCOM__1VtblCall__IIIIIII_3=
-XPCOM__1VtblCall__IIIIIII_4=
-XPCOM__1VtblCall__IIIIIII_5=
-XPCOM__1VtblCall__IIIIIII_6=
-
-XPCOM__1VtblCall__IIIIIIII=
-XPCOM__1VtblCall__IIIIIIII_0=
-XPCOM__1VtblCall__IIIIIIII_1=
-XPCOM__1VtblCall__IIIIIIII_2=
-XPCOM__1VtblCall__IIIIIIII_3=
-XPCOM__1VtblCall__IIIIIIII_4=
-XPCOM__1VtblCall__IIIIIIII_5=
-XPCOM__1VtblCall__IIIIIIII_6=
-XPCOM__1VtblCall__IIIIIIII_7=
-
-XPCOM__1VtblCall__IIIIIIIIIIII=
-XPCOM__1VtblCall__IIIIIIIIIIII_0=
-XPCOM__1VtblCall__IIIIIIIIIIII_1=
-XPCOM__1VtblCall__IIIIIIIIIIII_2=
-XPCOM__1VtblCall__IIIIIIIIIIII_3=
-XPCOM__1VtblCall__IIIIIIIIIIII_4=
-XPCOM__1VtblCall__IIIIIIIIIIII_5=
-XPCOM__1VtblCall__IIIIIIIIIIII_6=
-XPCOM__1VtblCall__IIIIIIIIIIII_7=
-XPCOM__1VtblCall__IIIIIIIIIIII_8=
-XPCOM__1VtblCall__IIIIIIIIIIII_9=
-XPCOM__1VtblCall__IIIIIIIIIIII_10=
-XPCOM__1VtblCall__IIIIIIIIIIII_11=
-
-XPCOM__1VtblCall__IIIIIIIIIIIIIIISI=
-XPCOM__1VtblCall__IIIIIIIIIIIIIIISI_0=
-XPCOM__1VtblCall__IIIIIIIIIIIIIIISI_1=
-XPCOM__1VtblCall__IIIIIIIIIIIIIIISI_2=
-XPCOM__1VtblCall__IIIIIIIIIIIIIIISI_3=
-XPCOM__1VtblCall__IIIIIIIIIIIIIIISI_4=
-XPCOM__1VtblCall__IIIIIIIIIIIIIIISI_5=
-XPCOM__1VtblCall__IIIIIIIIIIIIIIISI_6=
-XPCOM__1VtblCall__IIIIIIIIIIIIIIISI_7=
-XPCOM__1VtblCall__IIIIIIIIIIIIIIISI_8=
-XPCOM__1VtblCall__IIIIIIIIIIIIIIISI_9=
-XPCOM__1VtblCall__IIIIIIIIIIIIIIISI_10=
-XPCOM__1VtblCall__IIIIIIIIIIIIIIISI_11=
-XPCOM__1VtblCall__IIIIIIIIIIIIIIISI_12=
-XPCOM__1VtblCall__IIIIIIIIIIIIIIISI_13=
-XPCOM__1VtblCall__IIIIIIIIIIIIIIISI_14=
-XPCOM__1VtblCall__IIIIIIIIIIIIIIISI_15=
-XPCOM__1VtblCall__IIIIIIIIIIIIIIISI_16=
-
-XPCOM__1VtblCall__IIIIIIII_3C_3I_3I=
-XPCOM__1VtblCall__IIIIIIII_3C_3I_3I_0=
-XPCOM__1VtblCall__IIIIIIII_3C_3I_3I_1=
-XPCOM__1VtblCall__IIIIIIII_3C_3I_3I_2=
-XPCOM__1VtblCall__IIIIIIII_3C_3I_3I_3=
-XPCOM__1VtblCall__IIIIIIII_3C_3I_3I_4=
-XPCOM__1VtblCall__IIIIIIII_3C_3I_3I_5=
-XPCOM__1VtblCall__IIIIIIII_3C_3I_3I_6=
-XPCOM__1VtblCall__IIIIIIII_3C_3I_3I_7=
-XPCOM__1VtblCall__IIIIIIII_3C_3I_3I_8=
-XPCOM__1VtblCall__IIIIIIII_3C_3I_3I_9=
-XPCOM__1VtblCall__IIIIIIII_3C_3I_3I_10=
-
-XPCOM__1VtblCall__IIIIIIJII=
-XPCOM__1VtblCall__IIIIIIJII_0=
-XPCOM__1VtblCall__IIIIIIJII_1=
-XPCOM__1VtblCall__IIIIIIJII_2=
-XPCOM__1VtblCall__IIIIIIJII_3=
-XPCOM__1VtblCall__IIIIIIJII_4=
-XPCOM__1VtblCall__IIIIIIJII_5=
-XPCOM__1VtblCall__IIIIIIJII_6=
-XPCOM__1VtblCall__IIIIIIJII_7=
-XPCOM__1VtblCall__IIIIIIJII_8=
-
-XPCOM__1VtblCall__IIIIII_3CIIIII_3I_3I=
-XPCOM__1VtblCall__IIIIII_3CIIIII_3I_3I_0=
-XPCOM__1VtblCall__IIIIII_3CIIIII_3I_3I_1=
-XPCOM__1VtblCall__IIIIII_3CIIIII_3I_3I_2=
-XPCOM__1VtblCall__IIIIII_3CIIIII_3I_3I_3=
-XPCOM__1VtblCall__IIIIII_3CIIIII_3I_3I_4=
-XPCOM__1VtblCall__IIIIII_3CIIIII_3I_3I_5=
-XPCOM__1VtblCall__IIIIII_3CIIIII_3I_3I_6=
-XPCOM__1VtblCall__IIIIII_3CIIIII_3I_3I_7=
-XPCOM__1VtblCall__IIIIII_3CIIIII_3I_3I_8=
-XPCOM__1VtblCall__IIIIII_3CIIIII_3I_3I_9=
-XPCOM__1VtblCall__IIIIII_3CIIIII_3I_3I_10=
-XPCOM__1VtblCall__IIIIII_3CIIIII_3I_3I_11=
-XPCOM__1VtblCall__IIIIII_3CIIIII_3I_3I_12=
-XPCOM__1VtblCall__IIIIII_3CIIIII_3I_3I_13=
-
-XPCOM__1VtblCall__IIIIII_3C_3BIIIII_3I_3I=
-XPCOM__1VtblCall__IIIIII_3C_3BIIIII_3I_3I_0=
-XPCOM__1VtblCall__IIIIII_3C_3BIIIII_3I_3I_1=
-XPCOM__1VtblCall__IIIIII_3C_3BIIIII_3I_3I_2=
-XPCOM__1VtblCall__IIIIII_3C_3BIIIII_3I_3I_3=
-XPCOM__1VtblCall__IIIIII_3C_3BIIIII_3I_3I_4=
-XPCOM__1VtblCall__IIIIII_3C_3BIIIII_3I_3I_5=
-XPCOM__1VtblCall__IIIIII_3C_3BIIIII_3I_3I_6=
-XPCOM__1VtblCall__IIIIII_3C_3BIIIII_3I_3I_7=
-XPCOM__1VtblCall__IIIIII_3C_3BIIIII_3I_3I_8=
-XPCOM__1VtblCall__IIIIII_3C_3BIIIII_3I_3I_9=
-XPCOM__1VtblCall__IIIIII_3C_3BIIIII_3I_3I_10=
-XPCOM__1VtblCall__IIIIII_3C_3BIIIII_3I_3I_11=
-XPCOM__1VtblCall__IIIIII_3C_3BIIIII_3I_3I_12=
-XPCOM__1VtblCall__IIIIII_3C_3BIIIII_3I_3I_13=
-XPCOM__1VtblCall__IIIIII_3C_3BIIIII_3I_3I_14=
-
-XPCOM__1VtblCall__IIIIII_3C_3I_3I=
-XPCOM__1VtblCall__IIIIII_3C_3I_3I_0=
-XPCOM__1VtblCall__IIIIII_3C_3I_3I_1=
-XPCOM__1VtblCall__IIIIII_3C_3I_3I_2=
-XPCOM__1VtblCall__IIIIII_3C_3I_3I_3=
-XPCOM__1VtblCall__IIIIII_3C_3I_3I_4=
-XPCOM__1VtblCall__IIIIII_3C_3I_3I_5=
-XPCOM__1VtblCall__IIIIII_3C_3I_3I_6=
-XPCOM__1VtblCall__IIIIII_3C_3I_3I_7=
-XPCOM__1VtblCall__IIIIII_3C_3I_3I_8=
-
-XPCOM__1VtblCall__IIIIII_3I_3I=
-XPCOM__1VtblCall__IIIIII_3I_3I_0=
-XPCOM__1VtblCall__IIIIII_3I_3I_1=
-XPCOM__1VtblCall__IIIIII_3I_3I_2=
-XPCOM__1VtblCall__IIIIII_3I_3I_3=
-XPCOM__1VtblCall__IIIIII_3I_3I_4=
-XPCOM__1VtblCall__IIIIII_3I_3I_5=
-XPCOM__1VtblCall__IIIIII_3I_3I_6=
-XPCOM__1VtblCall__IIIIII_3I_3I_7=
-
-XPCOM__1VtblCall__IIIII_3C=
-XPCOM__1VtblCall__IIIII_3C_0=
-XPCOM__1VtblCall__IIIII_3C_1=
-XPCOM__1VtblCall__IIIII_3C_2=
-XPCOM__1VtblCall__IIIII_3C_3=
-XPCOM__1VtblCall__IIIII_3C_4=
-XPCOM__1VtblCall__IIIII_3C_5=
-
-XPCOM__1VtblCall__IIIII_3I=
-XPCOM__1VtblCall__IIIII_3I_0=
-XPCOM__1VtblCall__IIIII_3I_1=
-XPCOM__1VtblCall__IIIII_3I_2=
-XPCOM__1VtblCall__IIIII_3I_3=
-XPCOM__1VtblCall__IIIII_3I_4=
-XPCOM__1VtblCall__IIIII_3I_5=
-
-XPCOM__1VtblCall__IIIIJJJJ=
-XPCOM__1VtblCall__IIIIJJJJ_0=
-XPCOM__1VtblCall__IIIIJJJJ_1=
-XPCOM__1VtblCall__IIIIJJJJ_2=
-XPCOM__1VtblCall__IIIIJJJJ_3=
-XPCOM__1VtblCall__IIIIJJJJ_4=
-XPCOM__1VtblCall__IIIIJJJJ_5=
-XPCOM__1VtblCall__IIIIJJJJ_6=
-XPCOM__1VtblCall__IIIIJJJJ_7=
-
-XPCOM__1VtblCall__IIII_3B=
-XPCOM__1VtblCall__IIII_3B_0=
-XPCOM__1VtblCall__IIII_3B_1=
-XPCOM__1VtblCall__IIII_3B_2=
-XPCOM__1VtblCall__IIII_3B_3=
-XPCOM__1VtblCall__IIII_3B_4=
-
-XPCOM__1VtblCall__IIII_3C=
-XPCOM__1VtblCall__IIII_3C_0=
-XPCOM__1VtblCall__IIII_3C_1=
-XPCOM__1VtblCall__IIII_3C_2=
-XPCOM__1VtblCall__IIII_3C_3=
-XPCOM__1VtblCall__IIII_3C_4=
-
-XPCOM__1VtblCall__IIII_3CIJI=
-XPCOM__1VtblCall__IIII_3CIJI_0=
-XPCOM__1VtblCall__IIII_3CIJI_1=
-XPCOM__1VtblCall__IIII_3CIJI_2=
-XPCOM__1VtblCall__IIII_3CIJI_3=
-XPCOM__1VtblCall__IIII_3CIJI_4=
-XPCOM__1VtblCall__IIII_3CIJI_5=
-XPCOM__1VtblCall__IIII_3CIJI_6=
-XPCOM__1VtblCall__IIII_3CIJI_7=
-
-XPCOM__1VtblCall__IIII_3CJJJ=
-XPCOM__1VtblCall__IIII_3CJJJ_0=
-XPCOM__1VtblCall__IIII_3CJJJ_1=
-XPCOM__1VtblCall__IIII_3CJJJ_2=
-XPCOM__1VtblCall__IIII_3CJJJ_3=
-XPCOM__1VtblCall__IIII_3CJJJ_4=
-XPCOM__1VtblCall__IIII_3CJJJ_5=
-XPCOM__1VtblCall__IIII_3CJJJ_6=
-XPCOM__1VtblCall__IIII_3CJJJ_7=
-
-XPCOM__1VtblCall__IIII_3C_3CI_3I=
-XPCOM__1VtblCall__IIII_3C_3CI_3I_0=
-XPCOM__1VtblCall__IIII_3C_3CI_3I_1=
-XPCOM__1VtblCall__IIII_3C_3CI_3I_2=
-XPCOM__1VtblCall__IIII_3C_3CI_3I_3=
-XPCOM__1VtblCall__IIII_3C_3CI_3I_4=
-XPCOM__1VtblCall__IIII_3C_3CI_3I_5=
-XPCOM__1VtblCall__IIII_3C_3CI_3I_6=
-XPCOM__1VtblCall__IIII_3C_3CI_3I_7=
-
-XPCOM__1VtblCall__IIII_3I=
-XPCOM__1VtblCall__IIII_3I_0=
-XPCOM__1VtblCall__IIII_3I_1=
-XPCOM__1VtblCall__IIII_3I_2=
-XPCOM__1VtblCall__IIII_3I_3=
-XPCOM__1VtblCall__IIII_3I_4=
-
-XPCOM__1VtblCall__IIII_3J=
-XPCOM__1VtblCall__IIII_3J_0=
-XPCOM__1VtblCall__IIII_3J_1=
-XPCOM__1VtblCall__IIII_3J_2=
-XPCOM__1VtblCall__IIII_3J_3=
-XPCOM__1VtblCall__IIII_3J_4=
-
-XPCOM__1VtblCall__IIIJJ=
-XPCOM__1VtblCall__IIIJJ_0=
-XPCOM__1VtblCall__IIIJJ_1=
-XPCOM__1VtblCall__IIIJJ_2=
-XPCOM__1VtblCall__IIIJJ_3=
-XPCOM__1VtblCall__IIIJJ_4=
-
-XPCOM__1VtblCall__IIILorg_eclipse_swt_internal_mozilla_nsID_2=
-XPCOM__1VtblCall__IIILorg_eclipse_swt_internal_mozilla_nsID_2_0=
-XPCOM__1VtblCall__IIILorg_eclipse_swt_internal_mozilla_nsID_2_1=
-XPCOM__1VtblCall__IIILorg_eclipse_swt_internal_mozilla_nsID_2_2=
-XPCOM__1VtblCall__IIILorg_eclipse_swt_internal_mozilla_nsID_2_3=
-
-XPCOM__1VtblCall__IIILorg_eclipse_swt_internal_mozilla_nsID_2_3I=
-XPCOM__1VtblCall__IIILorg_eclipse_swt_internal_mozilla_nsID_2_3I_0=
-XPCOM__1VtblCall__IIILorg_eclipse_swt_internal_mozilla_nsID_2_3I_1=
-XPCOM__1VtblCall__IIILorg_eclipse_swt_internal_mozilla_nsID_2_3I_2=
-XPCOM__1VtblCall__IIILorg_eclipse_swt_internal_mozilla_nsID_2_3I_3=
-XPCOM__1VtblCall__IIILorg_eclipse_swt_internal_mozilla_nsID_2_3I_4=
-
-XPCOM__1VtblCall__III_3B=
-XPCOM__1VtblCall__III_3B_0=
-XPCOM__1VtblCall__III_3B_1=
-XPCOM__1VtblCall__III_3B_2=
-XPCOM__1VtblCall__III_3B_3=
-
-XPCOM__1VtblCall__III_3BI=
-XPCOM__1VtblCall__III_3BI_0=
-XPCOM__1VtblCall__III_3BI_1=
-XPCOM__1VtblCall__III_3BI_2=
-XPCOM__1VtblCall__III_3BI_3=
-XPCOM__1VtblCall__III_3BI_4=
-
-XPCOM__1VtblCall__III_3BI_3I=
-XPCOM__1VtblCall__III_3BI_3I_0=
-XPCOM__1VtblCall__III_3BI_3I_1=
-XPCOM__1VtblCall__III_3BI_3I_2=
-XPCOM__1VtblCall__III_3BI_3I_3=
-XPCOM__1VtblCall__III_3BI_3I_4=
-XPCOM__1VtblCall__III_3BI_3I_5=
-
-XPCOM__1VtblCall__III_3B_3B_3BI_3I=
-XPCOM__1VtblCall__III_3B_3B_3BI_3I_0=
-XPCOM__1VtblCall__III_3B_3B_3BI_3I_1=
-XPCOM__1VtblCall__III_3B_3B_3BI_3I_2=
-XPCOM__1VtblCall__III_3B_3B_3BI_3I_3=
-XPCOM__1VtblCall__III_3B_3B_3BI_3I_4=
-XPCOM__1VtblCall__III_3B_3B_3BI_3I_5=
-XPCOM__1VtblCall__III_3B_3B_3BI_3I_6=
-XPCOM__1VtblCall__III_3B_3B_3BI_3I_7=
-
-XPCOM__1VtblCall__III_3B_3C=
-XPCOM__1VtblCall__III_3B_3C_0=
-XPCOM__1VtblCall__III_3B_3C_1=
-XPCOM__1VtblCall__III_3B_3C_2=
-XPCOM__1VtblCall__III_3B_3C_3=
-XPCOM__1VtblCall__III_3B_3C_4=
-
-XPCOM__1VtblCall__III_3B_3I=
-XPCOM__1VtblCall__III_3B_3I_0=
-XPCOM__1VtblCall__III_3B_3I_1=
-XPCOM__1VtblCall__III_3B_3I_2=
-XPCOM__1VtblCall__III_3B_3I_3=
-XPCOM__1VtblCall__III_3B_3I_4=
-
-XPCOM__1VtblCall__III_3C=
-XPCOM__1VtblCall__III_3C_0=
-XPCOM__1VtblCall__III_3C_1=
-XPCOM__1VtblCall__III_3C_2=
-XPCOM__1VtblCall__III_3C_3=
-
-XPCOM__1VtblCall__III_3CI=
-XPCOM__1VtblCall__III_3CI_0=
-XPCOM__1VtblCall__III_3CI_1=
-XPCOM__1VtblCall__III_3CI_2=
-XPCOM__1VtblCall__III_3CI_3=
-XPCOM__1VtblCall__III_3CI_4=
-
-XPCOM__1VtblCall__III_3C_3C=
-XPCOM__1VtblCall__III_3C_3C_0=
-XPCOM__1VtblCall__III_3C_3C_1=
-XPCOM__1VtblCall__III_3C_3C_2=
-XPCOM__1VtblCall__III_3C_3C_3=
-XPCOM__1VtblCall__III_3C_3C_4=
-
-XPCOM__1VtblCall__III_3C_3CI_3C_3C_3C_3C_3I_3I=
-XPCOM__1VtblCall__III_3C_3CI_3C_3C_3C_3C_3I_3I_0=
-XPCOM__1VtblCall__III_3C_3CI_3C_3C_3C_3C_3I_3I_1=
-XPCOM__1VtblCall__III_3C_3CI_3C_3C_3C_3C_3I_3I_2=
-XPCOM__1VtblCall__III_3C_3CI_3C_3C_3C_3C_3I_3I_3=
-XPCOM__1VtblCall__III_3C_3CI_3C_3C_3C_3C_3I_3I_4=
-XPCOM__1VtblCall__III_3C_3CI_3C_3C_3C_3C_3I_3I_5=
-XPCOM__1VtblCall__III_3C_3CI_3C_3C_3C_3C_3I_3I_6=
-XPCOM__1VtblCall__III_3C_3CI_3C_3C_3C_3C_3I_3I_7=
-XPCOM__1VtblCall__III_3C_3CI_3C_3C_3C_3C_3I_3I_8=
-XPCOM__1VtblCall__III_3C_3CI_3C_3C_3C_3C_3I_3I_9=
-XPCOM__1VtblCall__III_3C_3CI_3C_3C_3C_3C_3I_3I_10=
-XPCOM__1VtblCall__III_3C_3CI_3C_3C_3C_3C_3I_3I_11=
-
-XPCOM__1VtblCall__III_3C_3CI_3I_3I_3I=
-XPCOM__1VtblCall__III_3C_3CI_3I_3I_3I_0=
-XPCOM__1VtblCall__III_3C_3CI_3I_3I_3I_1=
-XPCOM__1VtblCall__III_3C_3CI_3I_3I_3I_2=
-XPCOM__1VtblCall__III_3C_3CI_3I_3I_3I_3=
-XPCOM__1VtblCall__III_3C_3CI_3I_3I_3I_4=
-XPCOM__1VtblCall__III_3C_3CI_3I_3I_3I_5=
-XPCOM__1VtblCall__III_3C_3CI_3I_3I_3I_6=
-XPCOM__1VtblCall__III_3C_3CI_3I_3I_3I_7=
-XPCOM__1VtblCall__III_3C_3CI_3I_3I_3I_8=
-
-XPCOM__1VtblCall__III_3C_3C_3C_3I=
-XPCOM__1VtblCall__III_3C_3C_3C_3I_0=
-XPCOM__1VtblCall__III_3C_3C_3C_3I_1=
-XPCOM__1VtblCall__III_3C_3C_3C_3I_2=
-XPCOM__1VtblCall__III_3C_3C_3C_3I_3=
-XPCOM__1VtblCall__III_3C_3C_3C_3I_4=
-XPCOM__1VtblCall__III_3C_3C_3C_3I_5=
-XPCOM__1VtblCall__III_3C_3C_3C_3I_6=
-
-XPCOM__1VtblCall__III_3C_3C_3C_3I_3I=
-XPCOM__1VtblCall__III_3C_3C_3C_3I_3I_0=
-XPCOM__1VtblCall__III_3C_3C_3C_3I_3I_1=
-XPCOM__1VtblCall__III_3C_3C_3C_3I_3I_2=
-XPCOM__1VtblCall__III_3C_3C_3C_3I_3I_3=
-XPCOM__1VtblCall__III_3C_3C_3C_3I_3I_4=
-XPCOM__1VtblCall__III_3C_3C_3C_3I_3I_5=
-XPCOM__1VtblCall__III_3C_3C_3C_3I_3I_6=
-XPCOM__1VtblCall__III_3C_3C_3C_3I_3I_7=
-
-XPCOM__1VtblCall__III_3C_3C_3I=
-XPCOM__1VtblCall__III_3C_3C_3I_0=
-XPCOM__1VtblCall__III_3C_3C_3I_1=
-XPCOM__1VtblCall__III_3C_3C_3I_2=
-XPCOM__1VtblCall__III_3C_3C_3I_3=
-XPCOM__1VtblCall__III_3C_3C_3I_4=
-XPCOM__1VtblCall__III_3C_3C_3I_5=
-
-XPCOM__1VtblCall__III_3C_3C_3I_3C_3I_3I=
-XPCOM__1VtblCall__III_3C_3C_3I_3C_3I_3I_0=
-XPCOM__1VtblCall__III_3C_3C_3I_3C_3I_3I_1=
-XPCOM__1VtblCall__III_3C_3C_3I_3C_3I_3I_2=
-XPCOM__1VtblCall__III_3C_3C_3I_3C_3I_3I_3=
-XPCOM__1VtblCall__III_3C_3C_3I_3C_3I_3I_4=
-XPCOM__1VtblCall__III_3C_3C_3I_3C_3I_3I_5=
-XPCOM__1VtblCall__III_3C_3C_3I_3C_3I_3I_6=
-XPCOM__1VtblCall__III_3C_3C_3I_3C_3I_3I_7=
-XPCOM__1VtblCall__III_3C_3C_3I_3C_3I_3I_8=
-
-XPCOM__1VtblCall__III_3C_3C_3I_3I_3C_3I_3I=
-XPCOM__1VtblCall__III_3C_3C_3I_3I_3C_3I_3I_0=
-XPCOM__1VtblCall__III_3C_3C_3I_3I_3C_3I_3I_1=
-XPCOM__1VtblCall__III_3C_3C_3I_3I_3C_3I_3I_2=
-XPCOM__1VtblCall__III_3C_3C_3I_3I_3C_3I_3I_3=
-XPCOM__1VtblCall__III_3C_3C_3I_3I_3C_3I_3I_4=
-XPCOM__1VtblCall__III_3C_3C_3I_3I_3C_3I_3I_5=
-XPCOM__1VtblCall__III_3C_3C_3I_3I_3C_3I_3I_6=
-XPCOM__1VtblCall__III_3C_3C_3I_3I_3C_3I_3I_7=
-XPCOM__1VtblCall__III_3C_3C_3I_3I_3C_3I_3I_8=
-XPCOM__1VtblCall__III_3C_3C_3I_3I_3C_3I_3I_9=
-
-XPCOM__1VtblCall__III_3I=
-XPCOM__1VtblCall__III_3I_0=
-XPCOM__1VtblCall__III_3I_1=
-XPCOM__1VtblCall__III_3I_2=
-XPCOM__1VtblCall__III_3I_3=
-
-XPCOM__1VtblCall__III_3I_3I_3I_3I=
-XPCOM__1VtblCall__III_3I_3I_3I_3I_0=
-XPCOM__1VtblCall__III_3I_3I_3I_3I_1=
-XPCOM__1VtblCall__III_3I_3I_3I_3I_2=
-XPCOM__1VtblCall__III_3I_3I_3I_3I_3=
-XPCOM__1VtblCall__III_3I_3I_3I_3I_4=
-XPCOM__1VtblCall__III_3I_3I_3I_3I_5=
-XPCOM__1VtblCall__III_3I_3I_3I_3I_6=
-
-XPCOM__1VtblCall__IIJ=
-XPCOM__1VtblCall__IIJ_0=
-XPCOM__1VtblCall__IIJ_1=
-XPCOM__1VtblCall__IIJ_2=
-
-XPCOM__1VtblCall__IIJI=
-XPCOM__1VtblCall__IIJI_0=
-XPCOM__1VtblCall__IIJI_1=
-XPCOM__1VtblCall__IIJI_2=
-XPCOM__1VtblCall__IIJI_3=
-
-XPCOM__1VtblCall__IIJIIJIIIIII=
-XPCOM__1VtblCall__IIJIIJIIIIII_0=
-XPCOM__1VtblCall__IIJIIJIIIIII_1=
-XPCOM__1VtblCall__IIJIIJIIIIII_2=
-XPCOM__1VtblCall__IIJIIJIIIIII_3=
-XPCOM__1VtblCall__IIJIIJIIIIII_4=
-XPCOM__1VtblCall__IIJIIJIIIIII_5=
-XPCOM__1VtblCall__IIJIIJIIIIII_6=
-XPCOM__1VtblCall__IIJIIJIIIIII_7=
-XPCOM__1VtblCall__IIJIIJIIIIII_8=
-XPCOM__1VtblCall__IIJIIJIIIIII_9=
-XPCOM__1VtblCall__IIJIIJIIIIII_10=
-XPCOM__1VtblCall__IIJIIJIIIIII_11=
-
-XPCOM__1VtblCall__IIJIIJIIIIIIIIISJ=
-XPCOM__1VtblCall__IIJIIJIIIIIIIIISJ_0=
-XPCOM__1VtblCall__IIJIIJIIIIIIIIISJ_1=
-XPCOM__1VtblCall__IIJIIJIIIIIIIIISJ_2=
-XPCOM__1VtblCall__IIJIIJIIIIIIIIISJ_3=
-XPCOM__1VtblCall__IIJIIJIIIIIIIIISJ_4=
-XPCOM__1VtblCall__IIJIIJIIIIIIIIISJ_5=
-XPCOM__1VtblCall__IIJIIJIIIIIIIIISJ_6=
-XPCOM__1VtblCall__IIJIIJIIIIIIIIISJ_7=
-XPCOM__1VtblCall__IIJIIJIIIIIIIIISJ_8=
-XPCOM__1VtblCall__IIJIIJIIIIIIIIISJ_9=
-XPCOM__1VtblCall__IIJIIJIIIIIIIIISJ_10=
-XPCOM__1VtblCall__IIJIIJIIIIIIIIISJ_11=
-XPCOM__1VtblCall__IIJIIJIIIIIIIIISJ_12=
-XPCOM__1VtblCall__IIJIIJIIIIIIIIISJ_13=
-XPCOM__1VtblCall__IIJIIJIIIIIIIIISJ_14=
-XPCOM__1VtblCall__IIJIIJIIIIIIIIISJ_15=
-XPCOM__1VtblCall__IIJIIJIIIIIIIIISJ_16=
-
-XPCOM__1VtblCall__IIJIIJ_3I_3J=
-XPCOM__1VtblCall__IIJIIJ_3I_3J_0=
-XPCOM__1VtblCall__IIJIIJ_3I_3J_1=
-XPCOM__1VtblCall__IIJIIJ_3I_3J_2=
-XPCOM__1VtblCall__IIJIIJ_3I_3J_3=
-XPCOM__1VtblCall__IIJIIJ_3I_3J_4=
-XPCOM__1VtblCall__IIJIIJ_3I_3J_5=
-XPCOM__1VtblCall__IIJIIJ_3I_3J_6=
-XPCOM__1VtblCall__IIJIIJ_3I_3J_7=
-
-XPCOM__1VtblCall__IIJI_3J=
-XPCOM__1VtblCall__IIJI_3J_0=
-XPCOM__1VtblCall__IIJI_3J_1=
-XPCOM__1VtblCall__IIJI_3J_2=
-XPCOM__1VtblCall__IIJI_3J_3=
-XPCOM__1VtblCall__IIJI_3J_4=
-
-XPCOM__1VtblCall__IIJJ=
-XPCOM__1VtblCall__IIJJ_0=
-XPCOM__1VtblCall__IIJJ_1=
-XPCOM__1VtblCall__IIJJ_2=
-XPCOM__1VtblCall__IIJJ_3=
-
-XPCOM__1VtblCall__IIJJI=
-XPCOM__1VtblCall__IIJJI_0=
-XPCOM__1VtblCall__IIJJI_1=
-XPCOM__1VtblCall__IIJJI_2=
-XPCOM__1VtblCall__IIJJI_3=
-XPCOM__1VtblCall__IIJJI_4=
-
-XPCOM__1VtblCall__IIJJII=
-XPCOM__1VtblCall__IIJJII_0=
-XPCOM__1VtblCall__IIJJII_1=
-XPCOM__1VtblCall__IIJJII_2=
-XPCOM__1VtblCall__IIJJII_3=
-XPCOM__1VtblCall__IIJJII_4=
-XPCOM__1VtblCall__IIJJII_5=
-
-XPCOM__1VtblCall__IIJJIIII=
-XPCOM__1VtblCall__IIJJIIII_0=
-XPCOM__1VtblCall__IIJJIIII_1=
-XPCOM__1VtblCall__IIJJIIII_2=
-XPCOM__1VtblCall__IIJJIIII_3=
-XPCOM__1VtblCall__IIJJIIII_4=
-XPCOM__1VtblCall__IIJJIIII_5=
-XPCOM__1VtblCall__IIJJIIII_6=
-XPCOM__1VtblCall__IIJJIIII_7=
-
-XPCOM__1VtblCall__IIJJIJ_3C_3I_3I=
-XPCOM__1VtblCall__IIJJIJ_3C_3I_3I_0=
-XPCOM__1VtblCall__IIJJIJ_3C_3I_3I_1=
-XPCOM__1VtblCall__IIJJIJ_3C_3I_3I_2=
-XPCOM__1VtblCall__IIJJIJ_3C_3I_3I_3=
-XPCOM__1VtblCall__IIJJIJ_3C_3I_3I_4=
-XPCOM__1VtblCall__IIJJIJ_3C_3I_3I_5=
-XPCOM__1VtblCall__IIJJIJ_3C_3I_3I_6=
-XPCOM__1VtblCall__IIJJIJ_3C_3I_3I_7=
-XPCOM__1VtblCall__IIJJIJ_3C_3I_3I_8=
-
-XPCOM__1VtblCall__IIJJI_3C=
-XPCOM__1VtblCall__IIJJI_3C_0=
-XPCOM__1VtblCall__IIJJI_3C_1=
-XPCOM__1VtblCall__IIJJI_3C_2=
-XPCOM__1VtblCall__IIJJI_3C_3=
-XPCOM__1VtblCall__IIJJI_3C_4=
-XPCOM__1VtblCall__IIJJI_3C_5=
-
-XPCOM__1VtblCall__IIJJI_3I=
-XPCOM__1VtblCall__IIJJI_3I_0=
-XPCOM__1VtblCall__IIJJI_3I_1=
-XPCOM__1VtblCall__IIJJI_3I_2=
-XPCOM__1VtblCall__IIJJI_3I_3=
-XPCOM__1VtblCall__IIJJI_3I_4=
-XPCOM__1VtblCall__IIJJI_3I_5=
-
-XPCOM__1VtblCall__IIJJJ=
-XPCOM__1VtblCall__IIJJJ_0=
-XPCOM__1VtblCall__IIJJJ_1=
-XPCOM__1VtblCall__IIJJJ_2=
-XPCOM__1VtblCall__IIJJJ_3=
-XPCOM__1VtblCall__IIJJJ_4=
-
-XPCOM__1VtblCall__IIJJJI=
-XPCOM__1VtblCall__IIJJJI_0=
-XPCOM__1VtblCall__IIJJJI_1=
-XPCOM__1VtblCall__IIJJJI_2=
-XPCOM__1VtblCall__IIJJJI_3=
-XPCOM__1VtblCall__IIJJJI_4=
-XPCOM__1VtblCall__IIJJJI_5=
-
-XPCOM__1VtblCall__IIJJJI_3CJJIJI_3J_3J=
-XPCOM__1VtblCall__IIJJJI_3CJJIJI_3J_3J_0=
-XPCOM__1VtblCall__IIJJJI_3CJJIJI_3J_3J_1=
-XPCOM__1VtblCall__IIJJJI_3CJJIJI_3J_3J_2=
-XPCOM__1VtblCall__IIJJJI_3CJJIJI_3J_3J_3=
-XPCOM__1VtblCall__IIJJJI_3CJJIJI_3J_3J_4=
-XPCOM__1VtblCall__IIJJJI_3CJJIJI_3J_3J_5=
-XPCOM__1VtblCall__IIJJJI_3CJJIJI_3J_3J_6=
-XPCOM__1VtblCall__IIJJJI_3CJJIJI_3J_3J_7=
-XPCOM__1VtblCall__IIJJJI_3CJJIJI_3J_3J_8=
-XPCOM__1VtblCall__IIJJJI_3CJJIJI_3J_3J_9=
-XPCOM__1VtblCall__IIJJJI_3CJJIJI_3J_3J_10=
-XPCOM__1VtblCall__IIJJJI_3CJJIJI_3J_3J_11=
-XPCOM__1VtblCall__IIJJJI_3CJJIJI_3J_3J_12=
-XPCOM__1VtblCall__IIJJJI_3CJJIJI_3J_3J_13=
-
-XPCOM__1VtblCall__IIJJJI_3C_3BJJIJI_3J_3J=
-XPCOM__1VtblCall__IIJJJI_3C_3BJJIJI_3J_3J_0=
-XPCOM__1VtblCall__IIJJJI_3C_3BJJIJI_3J_3J_1=
-XPCOM__1VtblCall__IIJJJI_3C_3BJJIJI_3J_3J_2=
-XPCOM__1VtblCall__IIJJJI_3C_3BJJIJI_3J_3J_3=
-XPCOM__1VtblCall__IIJJJI_3C_3BJJIJI_3J_3J_4=
-XPCOM__1VtblCall__IIJJJI_3C_3BJJIJI_3J_3J_5=
-XPCOM__1VtblCall__IIJJJI_3C_3BJJIJI_3J_3J_6=
-XPCOM__1VtblCall__IIJJJI_3C_3BJJIJI_3J_3J_7=
-XPCOM__1VtblCall__IIJJJI_3C_3BJJIJI_3J_3J_8=
-XPCOM__1VtblCall__IIJJJI_3C_3BJJIJI_3J_3J_9=
-XPCOM__1VtblCall__IIJJJI_3C_3BJJIJI_3J_3J_10=
-XPCOM__1VtblCall__IIJJJI_3C_3BJJIJI_3J_3J_11=
-XPCOM__1VtblCall__IIJJJI_3C_3BJJIJI_3J_3J_12=
-XPCOM__1VtblCall__IIJJJI_3C_3BJJIJI_3J_3J_13=
-XPCOM__1VtblCall__IIJJJI_3C_3BJJIJI_3J_3J_14=
-
-XPCOM__1VtblCall__IIJJJJIJ_3C_3I_3J=
-XPCOM__1VtblCall__IIJJJJIJ_3C_3I_3J_0=
-XPCOM__1VtblCall__IIJJJJIJ_3C_3I_3J_1=
-XPCOM__1VtblCall__IIJJJJIJ_3C_3I_3J_2=
-XPCOM__1VtblCall__IIJJJJIJ_3C_3I_3J_3=
-XPCOM__1VtblCall__IIJJJJIJ_3C_3I_3J_4=
-XPCOM__1VtblCall__IIJJJJIJ_3C_3I_3J_5=
-XPCOM__1VtblCall__IIJJJJIJ_3C_3I_3J_6=
-XPCOM__1VtblCall__IIJJJJIJ_3C_3I_3J_7=
-XPCOM__1VtblCall__IIJJJJIJ_3C_3I_3J_8=
-XPCOM__1VtblCall__IIJJJJIJ_3C_3I_3J_9=
-XPCOM__1VtblCall__IIJJJJIJ_3C_3I_3J_10=
-
-XPCOM__1VtblCall__IIJJJJJ=
-XPCOM__1VtblCall__IIJJJJJ_0=
-XPCOM__1VtblCall__IIJJJJJ_1=
-XPCOM__1VtblCall__IIJJJJJ_2=
-XPCOM__1VtblCall__IIJJJJJ_3=
-XPCOM__1VtblCall__IIJJJJJ_4=
-XPCOM__1VtblCall__IIJJJJJ_5=
-XPCOM__1VtblCall__IIJJJJJ_6=
-
-XPCOM__1VtblCall__IIJJJJJJ=
-XPCOM__1VtblCall__IIJJJJJJ_0=
-XPCOM__1VtblCall__IIJJJJJJ_1=
-XPCOM__1VtblCall__IIJJJJJJ_2=
-XPCOM__1VtblCall__IIJJJJJJ_3=
-XPCOM__1VtblCall__IIJJJJJJ_4=
-XPCOM__1VtblCall__IIJJJJJJ_5=
-XPCOM__1VtblCall__IIJJJJJJ_6=
-XPCOM__1VtblCall__IIJJJJJJ_7=
-
-XPCOM__1VtblCall__IIJJJJJJJ=
-XPCOM__1VtblCall__IIJJJJJJJ_0=
-XPCOM__1VtblCall__IIJJJJJJJ_1=
-XPCOM__1VtblCall__IIJJJJJJJ_2=
-XPCOM__1VtblCall__IIJJJJJJJ_3=
-XPCOM__1VtblCall__IIJJJJJJJ_4=
-XPCOM__1VtblCall__IIJJJJJJJ_5=
-XPCOM__1VtblCall__IIJJJJJJJ_6=
-XPCOM__1VtblCall__IIJJJJJJJ_7=
-XPCOM__1VtblCall__IIJJJJJJJ_8=
-
-XPCOM__1VtblCall__IIJJ_3B=
-XPCOM__1VtblCall__IIJJ_3B_0=
-XPCOM__1VtblCall__IIJJ_3B_1=
-XPCOM__1VtblCall__IIJJ_3B_2=
-XPCOM__1VtblCall__IIJJ_3B_3=
-XPCOM__1VtblCall__IIJJ_3B_4=
-
-XPCOM__1VtblCall__IIJJ_3CIJI=
-XPCOM__1VtblCall__IIJJ_3CIJI_0=
-XPCOM__1VtblCall__IIJJ_3CIJI_1=
-XPCOM__1VtblCall__IIJJ_3CIJI_2=
-XPCOM__1VtblCall__IIJJ_3CIJI_3=
-XPCOM__1VtblCall__IIJJ_3CIJI_4=
-XPCOM__1VtblCall__IIJJ_3CIJI_5=
-XPCOM__1VtblCall__IIJJ_3CIJI_6=
-XPCOM__1VtblCall__IIJJ_3CIJI_7=
-
-XPCOM__1VtblCall__IIJJ_3CJJJ=
-XPCOM__1VtblCall__IIJJ_3CJJJ_0=
-XPCOM__1VtblCall__IIJJ_3CJJJ_1=
-XPCOM__1VtblCall__IIJJ_3CJJJ_2=
-XPCOM__1VtblCall__IIJJ_3CJJJ_3=
-XPCOM__1VtblCall__IIJJ_3CJJJ_4=
-XPCOM__1VtblCall__IIJJ_3CJJJ_5=
-XPCOM__1VtblCall__IIJJ_3CJJJ_6=
-XPCOM__1VtblCall__IIJJ_3CJJJ_7=
-
-XPCOM__1VtblCall__IIJJ_3C_3CI_3J=
-XPCOM__1VtblCall__IIJJ_3C_3CI_3J_0=
-XPCOM__1VtblCall__IIJJ_3C_3CI_3J_1=
-XPCOM__1VtblCall__IIJJ_3C_3CI_3J_2=
-XPCOM__1VtblCall__IIJJ_3C_3CI_3J_3=
-XPCOM__1VtblCall__IIJJ_3C_3CI_3J_4=
-XPCOM__1VtblCall__IIJJ_3C_3CI_3J_5=
-XPCOM__1VtblCall__IIJJ_3C_3CI_3J_6=
-XPCOM__1VtblCall__IIJJ_3C_3CI_3J_7=
-
-XPCOM__1VtblCall__IIJJ_3I=
-XPCOM__1VtblCall__IIJJ_3I_0=
-XPCOM__1VtblCall__IIJJ_3I_1=
-XPCOM__1VtblCall__IIJJ_3I_2=
-XPCOM__1VtblCall__IIJJ_3I_3=
-XPCOM__1VtblCall__IIJJ_3I_4=
-
-XPCOM__1VtblCall__IIJLorg_eclipse_swt_internal_mozilla_nsID_2=
-XPCOM__1VtblCall__IIJLorg_eclipse_swt_internal_mozilla_nsID_2_0=
-XPCOM__1VtblCall__IIJLorg_eclipse_swt_internal_mozilla_nsID_2_1=
-XPCOM__1VtblCall__IIJLorg_eclipse_swt_internal_mozilla_nsID_2_2=
-XPCOM__1VtblCall__IIJLorg_eclipse_swt_internal_mozilla_nsID_2_3=
-
-XPCOM__1VtblCall__IIJLorg_eclipse_swt_internal_mozilla_nsID_2_3J=
-XPCOM__1VtblCall__IIJLorg_eclipse_swt_internal_mozilla_nsID_2_3J_0=
-XPCOM__1VtblCall__IIJLorg_eclipse_swt_internal_mozilla_nsID_2_3J_1=
-XPCOM__1VtblCall__IIJLorg_eclipse_swt_internal_mozilla_nsID_2_3J_2=
-XPCOM__1VtblCall__IIJLorg_eclipse_swt_internal_mozilla_nsID_2_3J_3=
-XPCOM__1VtblCall__IIJLorg_eclipse_swt_internal_mozilla_nsID_2_3J_4=
-
-XPCOM__1VtblCall__IIJ_3B=
-XPCOM__1VtblCall__IIJ_3B_0=
-XPCOM__1VtblCall__IIJ_3B_1=
-XPCOM__1VtblCall__IIJ_3B_2=
-XPCOM__1VtblCall__IIJ_3B_3=
-
-XPCOM__1VtblCall__IIJ_3BI=
-XPCOM__1VtblCall__IIJ_3BI_0=
-XPCOM__1VtblCall__IIJ_3BI_1=
-XPCOM__1VtblCall__IIJ_3BI_2=
-XPCOM__1VtblCall__IIJ_3BI_3=
-XPCOM__1VtblCall__IIJ_3BI_4=
-
-XPCOM__1VtblCall__IIJ_3BJ_3J=
-XPCOM__1VtblCall__IIJ_3BJ_3J_0=
-XPCOM__1VtblCall__IIJ_3BJ_3J_1=
-XPCOM__1VtblCall__IIJ_3BJ_3J_2=
-XPCOM__1VtblCall__IIJ_3BJ_3J_3=
-XPCOM__1VtblCall__IIJ_3BJ_3J_4=
-XPCOM__1VtblCall__IIJ_3BJ_3J_5=
-
-XPCOM__1VtblCall__IIJ_3B_3B_3BJ_3J=
-XPCOM__1VtblCall__IIJ_3B_3B_3BJ_3J_0=
-XPCOM__1VtblCall__IIJ_3B_3B_3BJ_3J_1=
-XPCOM__1VtblCall__IIJ_3B_3B_3BJ_3J_2=
-XPCOM__1VtblCall__IIJ_3B_3B_3BJ_3J_3=
-XPCOM__1VtblCall__IIJ_3B_3B_3BJ_3J_4=
-XPCOM__1VtblCall__IIJ_3B_3B_3BJ_3J_5=
-XPCOM__1VtblCall__IIJ_3B_3B_3BJ_3J_6=
-XPCOM__1VtblCall__IIJ_3B_3B_3BJ_3J_7=
-
-XPCOM__1VtblCall__IIJ_3B_3C=
-XPCOM__1VtblCall__IIJ_3B_3C_0=
-XPCOM__1VtblCall__IIJ_3B_3C_1=
-XPCOM__1VtblCall__IIJ_3B_3C_2=
-XPCOM__1VtblCall__IIJ_3B_3C_3=
-XPCOM__1VtblCall__IIJ_3B_3C_4=
-
-XPCOM__1VtblCall__IIJ_3CI=
-XPCOM__1VtblCall__IIJ_3CI_0=
-XPCOM__1VtblCall__IIJ_3CI_1=
-XPCOM__1VtblCall__IIJ_3CI_2=
-XPCOM__1VtblCall__IIJ_3CI_3=
-XPCOM__1VtblCall__IIJ_3CI_4=
-
-XPCOM__1VtblCall__IIJ_3C_3C=
-XPCOM__1VtblCall__IIJ_3C_3C_0=
-XPCOM__1VtblCall__IIJ_3C_3C_1=
-XPCOM__1VtblCall__IIJ_3C_3C_2=
-XPCOM__1VtblCall__IIJ_3C_3C_3=
-XPCOM__1VtblCall__IIJ_3C_3C_4=
-
-XPCOM__1VtblCall__IIJ_3C_3CI_3C_3C_3C_3C_3I_3I=
-XPCOM__1VtblCall__IIJ_3C_3CI_3C_3C_3C_3C_3I_3I_0=
-XPCOM__1VtblCall__IIJ_3C_3CI_3C_3C_3C_3C_3I_3I_1=
-XPCOM__1VtblCall__IIJ_3C_3CI_3C_3C_3C_3C_3I_3I_2=
-XPCOM__1VtblCall__IIJ_3C_3CI_3C_3C_3C_3C_3I_3I_3=
-XPCOM__1VtblCall__IIJ_3C_3CI_3C_3C_3C_3C_3I_3I_4=
-XPCOM__1VtblCall__IIJ_3C_3CI_3C_3C_3C_3C_3I_3I_5=
-XPCOM__1VtblCall__IIJ_3C_3CI_3C_3C_3C_3C_3I_3I_6=
-XPCOM__1VtblCall__IIJ_3C_3CI_3C_3C_3C_3C_3I_3I_7=
-XPCOM__1VtblCall__IIJ_3C_3CI_3C_3C_3C_3C_3I_3I_8=
-XPCOM__1VtblCall__IIJ_3C_3CI_3C_3C_3C_3C_3I_3I_9=
-XPCOM__1VtblCall__IIJ_3C_3CI_3C_3C_3C_3C_3I_3I_10=
-XPCOM__1VtblCall__IIJ_3C_3CI_3C_3C_3C_3C_3I_3I_11=
-
-XPCOM__1VtblCall__IIJ_3C_3CI_3J_3I_3I=
-XPCOM__1VtblCall__IIJ_3C_3CI_3J_3I_3I_0=
-XPCOM__1VtblCall__IIJ_3C_3CI_3J_3I_3I_1=
-XPCOM__1VtblCall__IIJ_3C_3CI_3J_3I_3I_2=
-XPCOM__1VtblCall__IIJ_3C_3CI_3J_3I_3I_3=
-XPCOM__1VtblCall__IIJ_3C_3CI_3J_3I_3I_4=
-XPCOM__1VtblCall__IIJ_3C_3CI_3J_3I_3I_5=
-XPCOM__1VtblCall__IIJ_3C_3CI_3J_3I_3I_6=
-XPCOM__1VtblCall__IIJ_3C_3CI_3J_3I_3I_7=
-XPCOM__1VtblCall__IIJ_3C_3CI_3J_3I_3I_8=
-
-XPCOM__1VtblCall__IIJ_3C_3C_3C_3I=
-XPCOM__1VtblCall__IIJ_3C_3C_3C_3I_0=
-XPCOM__1VtblCall__IIJ_3C_3C_3C_3I_1=
-XPCOM__1VtblCall__IIJ_3C_3C_3C_3I_2=
-XPCOM__1VtblCall__IIJ_3C_3C_3C_3I_3=
-XPCOM__1VtblCall__IIJ_3C_3C_3C_3I_4=
-XPCOM__1VtblCall__IIJ_3C_3C_3C_3I_5=
-XPCOM__1VtblCall__IIJ_3C_3C_3C_3I_6=
-
-XPCOM__1VtblCall__IIJ_3C_3C_3C_3I_3I=
-XPCOM__1VtblCall__IIJ_3C_3C_3C_3I_3I_0=
-XPCOM__1VtblCall__IIJ_3C_3C_3C_3I_3I_1=
-XPCOM__1VtblCall__IIJ_3C_3C_3C_3I_3I_2=
-XPCOM__1VtblCall__IIJ_3C_3C_3C_3I_3I_3=
-XPCOM__1VtblCall__IIJ_3C_3C_3C_3I_3I_4=
-XPCOM__1VtblCall__IIJ_3C_3C_3C_3I_3I_5=
-XPCOM__1VtblCall__IIJ_3C_3C_3C_3I_3I_6=
-XPCOM__1VtblCall__IIJ_3C_3C_3C_3I_3I_7=
-
-XPCOM__1VtblCall__IIJ_3C_3C_3I=
-XPCOM__1VtblCall__IIJ_3C_3C_3I_0=
-XPCOM__1VtblCall__IIJ_3C_3C_3I_1=
-XPCOM__1VtblCall__IIJ_3C_3C_3I_2=
-XPCOM__1VtblCall__IIJ_3C_3C_3I_3=
-XPCOM__1VtblCall__IIJ_3C_3C_3I_4=
-XPCOM__1VtblCall__IIJ_3C_3C_3I_5=
-
-XPCOM__1VtblCall__IIJ_3C_3C_3J=
-XPCOM__1VtblCall__IIJ_3C_3C_3J_0=
-XPCOM__1VtblCall__IIJ_3C_3C_3J_1=
-XPCOM__1VtblCall__IIJ_3C_3C_3J_2=
-XPCOM__1VtblCall__IIJ_3C_3C_3J_3=
-XPCOM__1VtblCall__IIJ_3C_3C_3J_4=
-XPCOM__1VtblCall__IIJ_3C_3C_3J_5=
-
-XPCOM__1VtblCall__IIJ_3C_3C_3J_3C_3I_3I=
-XPCOM__1VtblCall__IIJ_3C_3C_3J_3C_3I_3I_0=
-XPCOM__1VtblCall__IIJ_3C_3C_3J_3C_3I_3I_1=
-XPCOM__1VtblCall__IIJ_3C_3C_3J_3C_3I_3I_2=
-XPCOM__1VtblCall__IIJ_3C_3C_3J_3C_3I_3I_3=
-XPCOM__1VtblCall__IIJ_3C_3C_3J_3C_3I_3I_4=
-XPCOM__1VtblCall__IIJ_3C_3C_3J_3C_3I_3I_5=
-XPCOM__1VtblCall__IIJ_3C_3C_3J_3C_3I_3I_6=
-XPCOM__1VtblCall__IIJ_3C_3C_3J_3C_3I_3I_7=
-XPCOM__1VtblCall__IIJ_3C_3C_3J_3C_3I_3I_8=
-
-XPCOM__1VtblCall__IIJ_3C_3C_3J_3J_3C_3I_3I=
-XPCOM__1VtblCall__IIJ_3C_3C_3J_3J_3C_3I_3I_0=
-XPCOM__1VtblCall__IIJ_3C_3C_3J_3J_3C_3I_3I_1=
-XPCOM__1VtblCall__IIJ_3C_3C_3J_3J_3C_3I_3I_2=
-XPCOM__1VtblCall__IIJ_3C_3C_3J_3J_3C_3I_3I_3=
-XPCOM__1VtblCall__IIJ_3C_3C_3J_3J_3C_3I_3I_4=
-XPCOM__1VtblCall__IIJ_3C_3C_3J_3J_3C_3I_3I_5=
-XPCOM__1VtblCall__IIJ_3C_3C_3J_3J_3C_3I_3I_6=
-XPCOM__1VtblCall__IIJ_3C_3C_3J_3J_3C_3I_3I_7=
-XPCOM__1VtblCall__IIJ_3C_3C_3J_3J_3C_3I_3I_8=
-XPCOM__1VtblCall__IIJ_3C_3C_3J_3J_3C_3I_3I_9=
-
-XPCOM__1VtblCall__IIJ_3I=
-XPCOM__1VtblCall__IIJ_3I_0=
-XPCOM__1VtblCall__IIJ_3I_1=
-XPCOM__1VtblCall__IIJ_3I_2=
-XPCOM__1VtblCall__IIJ_3I_3=
-
-XPCOM__1VtblCall__IIJ_3J=
-XPCOM__1VtblCall__IIJ_3J_0=
-XPCOM__1VtblCall__IIJ_3J_1=
-XPCOM__1VtblCall__IIJ_3J_2=
-XPCOM__1VtblCall__IIJ_3J_3=
-
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2I=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2I_0=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2I_1=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2I_2=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2I_3=
-
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2ILorg_eclipse_swt_internal_mozilla_nsID_2_3I=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2ILorg_eclipse_swt_internal_mozilla_nsID_2_3I_0=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2ILorg_eclipse_swt_internal_mozilla_nsID_2_3I_1=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2ILorg_eclipse_swt_internal_mozilla_nsID_2_3I_2=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2ILorg_eclipse_swt_internal_mozilla_nsID_2_3I_3=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2ILorg_eclipse_swt_internal_mozilla_nsID_2_3I_4=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2ILorg_eclipse_swt_internal_mozilla_nsID_2_3I_5=
-
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2J=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2J_0=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2J_1=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2J_2=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2J_3=
-
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2JLorg_eclipse_swt_internal_mozilla_nsID_2_3J=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2JLorg_eclipse_swt_internal_mozilla_nsID_2_3J_0=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2JLorg_eclipse_swt_internal_mozilla_nsID_2_3J_1=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2JLorg_eclipse_swt_internal_mozilla_nsID_2_3J_2=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2JLorg_eclipse_swt_internal_mozilla_nsID_2_3J_3=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2JLorg_eclipse_swt_internal_mozilla_nsID_2_3J_4=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2JLorg_eclipse_swt_internal_mozilla_nsID_2_3J_5=
-
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2Lorg_eclipse_swt_internal_mozilla_nsID_2_3I=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2Lorg_eclipse_swt_internal_mozilla_nsID_2_3I_0=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2Lorg_eclipse_swt_internal_mozilla_nsID_2_3I_1=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2Lorg_eclipse_swt_internal_mozilla_nsID_2_3I_2=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2Lorg_eclipse_swt_internal_mozilla_nsID_2_3I_3=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2Lorg_eclipse_swt_internal_mozilla_nsID_2_3I_4=
-
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2Lorg_eclipse_swt_internal_mozilla_nsID_2_3J=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2Lorg_eclipse_swt_internal_mozilla_nsID_2_3J_0=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2Lorg_eclipse_swt_internal_mozilla_nsID_2_3J_1=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2Lorg_eclipse_swt_internal_mozilla_nsID_2_3J_2=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2Lorg_eclipse_swt_internal_mozilla_nsID_2_3J_3=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2Lorg_eclipse_swt_internal_mozilla_nsID_2_3J_4=
-
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2_3B_3BI=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2_3B_3BI_0=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2_3B_3BI_1=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2_3B_3BI_2=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2_3B_3BI_3=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2_3B_3BI_4=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2_3B_3BI_5=
-
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2_3B_3BI_3B_3B=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2_3B_3BI_3B_3B_0=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2_3B_3BI_3B_3B_1=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2_3B_3BI_3B_3B_2=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2_3B_3BI_3B_3B_3=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2_3B_3BI_3B_3B_4=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2_3B_3BI_3B_3B_5=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2_3B_3BI_3B_3B_6=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2_3B_3BI_3B_3B_7=
-
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2_3B_3BJ=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2_3B_3BJ_0=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2_3B_3BJ_1=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2_3B_3BJ_2=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2_3B_3BJ_3=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2_3B_3BJ_4=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2_3B_3BJ_5=
-
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2_3B_3BJ_3B_3B=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2_3B_3BJ_3B_3B_0=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2_3B_3BJ_3B_3B_1=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2_3B_3BJ_3B_3B_2=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2_3B_3BJ_3B_3B_3=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2_3B_3BJ_3B_3B_4=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2_3B_3BJ_3B_3B_5=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2_3B_3BJ_3B_3B_6=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2_3B_3BJ_3B_3B_7=
-
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2_3I=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2_3I_0=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2_3I_1=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2_3I_2=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2_3I_3=
-
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2_3J=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2_3J_0=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2_3J_1=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2_3J_2=
-XPCOM__1VtblCall__IILorg_eclipse_swt_internal_mozilla_nsID_2_3J_3=
-
-XPCOM__1VtblCall__II_3B=
-XPCOM__1VtblCall__II_3B_0=
-XPCOM__1VtblCall__II_3B_1=
-XPCOM__1VtblCall__II_3B_2=
-
-XPCOM__1VtblCall__II_3BI=
-XPCOM__1VtblCall__II_3BI_0=
-XPCOM__1VtblCall__II_3BI_1=
-XPCOM__1VtblCall__II_3BI_2=
-XPCOM__1VtblCall__II_3BI_3=
-
-XPCOM__1VtblCall__II_3BII_3I_3I=
-XPCOM__1VtblCall__II_3BII_3I_3I_0=
-XPCOM__1VtblCall__II_3BII_3I_3I_1=
-XPCOM__1VtblCall__II_3BII_3I_3I_2=
-XPCOM__1VtblCall__II_3BII_3I_3I_3=
-XPCOM__1VtblCall__II_3BII_3I_3I_4=
-XPCOM__1VtblCall__II_3BII_3I_3I_5=
-XPCOM__1VtblCall__II_3BII_3I_3I_6=
-
-XPCOM__1VtblCall__II_3BIJ_3J_3I=
-XPCOM__1VtblCall__II_3BIJ_3J_3I_0=
-XPCOM__1VtblCall__II_3BIJ_3J_3I_1=
-XPCOM__1VtblCall__II_3BIJ_3J_3I_2=
-XPCOM__1VtblCall__II_3BIJ_3J_3I_3=
-XPCOM__1VtblCall__II_3BIJ_3J_3I_4=
-XPCOM__1VtblCall__II_3BIJ_3J_3I_5=
-XPCOM__1VtblCall__II_3BIJ_3J_3I_6=
-
-XPCOM__1VtblCall__II_3BILorg_eclipse_swt_internal_mozilla_nsID_2_3I=
-XPCOM__1VtblCall__II_3BILorg_eclipse_swt_internal_mozilla_nsID_2_3I_0=
-XPCOM__1VtblCall__II_3BILorg_eclipse_swt_internal_mozilla_nsID_2_3I_1=
-XPCOM__1VtblCall__II_3BILorg_eclipse_swt_internal_mozilla_nsID_2_3I_2=
-XPCOM__1VtblCall__II_3BILorg_eclipse_swt_internal_mozilla_nsID_2_3I_3=
-XPCOM__1VtblCall__II_3BILorg_eclipse_swt_internal_mozilla_nsID_2_3I_4=
-XPCOM__1VtblCall__II_3BILorg_eclipse_swt_internal_mozilla_nsID_2_3I_5=
-
-XPCOM__1VtblCall__II_3BI_3I=
-XPCOM__1VtblCall__II_3BI_3I_0=
-XPCOM__1VtblCall__II_3BI_3I_1=
-XPCOM__1VtblCall__II_3BI_3I_2=
-XPCOM__1VtblCall__II_3BI_3I_3=
-XPCOM__1VtblCall__II_3BI_3I_4=
-
-XPCOM__1VtblCall__II_3BI_3I_3I=
-XPCOM__1VtblCall__II_3BI_3I_3I_0=
-XPCOM__1VtblCall__II_3BI_3I_3I_1=
-XPCOM__1VtblCall__II_3BI_3I_3I_2=
-XPCOM__1VtblCall__II_3BI_3I_3I_3=
-XPCOM__1VtblCall__II_3BI_3I_3I_4=
-XPCOM__1VtblCall__II_3BI_3I_3I_5=
-
-XPCOM__1VtblCall__II_3BI_3J_3I=
-XPCOM__1VtblCall__II_3BI_3J_3I_0=
-XPCOM__1VtblCall__II_3BI_3J_3I_1=
-XPCOM__1VtblCall__II_3BI_3J_3I_2=
-XPCOM__1VtblCall__II_3BI_3J_3I_3=
-XPCOM__1VtblCall__II_3BI_3J_3I_4=
-XPCOM__1VtblCall__II_3BI_3J_3I_5=
-
-XPCOM__1VtblCall__II_3BJ=
-XPCOM__1VtblCall__II_3BJ_0=
-XPCOM__1VtblCall__II_3BJ_1=
-XPCOM__1VtblCall__II_3BJ_2=
-XPCOM__1VtblCall__II_3BJ_3=
-
-XPCOM__1VtblCall__II_3BJLorg_eclipse_swt_internal_mozilla_nsID_2_3J=
-XPCOM__1VtblCall__II_3BJLorg_eclipse_swt_internal_mozilla_nsID_2_3J_0=
-XPCOM__1VtblCall__II_3BJLorg_eclipse_swt_internal_mozilla_nsID_2_3J_1=
-XPCOM__1VtblCall__II_3BJLorg_eclipse_swt_internal_mozilla_nsID_2_3J_2=
-XPCOM__1VtblCall__II_3BJLorg_eclipse_swt_internal_mozilla_nsID_2_3J_3=
-XPCOM__1VtblCall__II_3BJLorg_eclipse_swt_internal_mozilla_nsID_2_3J_4=
-XPCOM__1VtblCall__II_3BJLorg_eclipse_swt_internal_mozilla_nsID_2_3J_5=
-
-XPCOM__1VtblCall__II_3BLorg_eclipse_swt_internal_mozilla_nsID_2I=
-XPCOM__1VtblCall__II_3BLorg_eclipse_swt_internal_mozilla_nsID_2I_0=
-XPCOM__1VtblCall__II_3BLorg_eclipse_swt_internal_mozilla_nsID_2I_1=
-XPCOM__1VtblCall__II_3BLorg_eclipse_swt_internal_mozilla_nsID_2I_2=
-XPCOM__1VtblCall__II_3BLorg_eclipse_swt_internal_mozilla_nsID_2I_3=
-XPCOM__1VtblCall__II_3BLorg_eclipse_swt_internal_mozilla_nsID_2I_4=
-
-XPCOM__1VtblCall__II_3BLorg_eclipse_swt_internal_mozilla_nsID_2J=
-XPCOM__1VtblCall__II_3BLorg_eclipse_swt_internal_mozilla_nsID_2J_0=
-XPCOM__1VtblCall__II_3BLorg_eclipse_swt_internal_mozilla_nsID_2J_1=
-XPCOM__1VtblCall__II_3BLorg_eclipse_swt_internal_mozilla_nsID_2J_2=
-XPCOM__1VtblCall__II_3BLorg_eclipse_swt_internal_mozilla_nsID_2J_3=
-XPCOM__1VtblCall__II_3BLorg_eclipse_swt_internal_mozilla_nsID_2J_4=
-
-XPCOM__1VtblCall__II_3BLorg_eclipse_swt_internal_mozilla_nsID_2_3I=
-XPCOM__1VtblCall__II_3BLorg_eclipse_swt_internal_mozilla_nsID_2_3I_0=
-XPCOM__1VtblCall__II_3BLorg_eclipse_swt_internal_mozilla_nsID_2_3I_1=
-XPCOM__1VtblCall__II_3BLorg_eclipse_swt_internal_mozilla_nsID_2_3I_2=
-XPCOM__1VtblCall__II_3BLorg_eclipse_swt_internal_mozilla_nsID_2_3I_3=
-XPCOM__1VtblCall__II_3BLorg_eclipse_swt_internal_mozilla_nsID_2_3I_4=
-
-XPCOM__1VtblCall__II_3BLorg_eclipse_swt_internal_mozilla_nsID_2_3J=
-XPCOM__1VtblCall__II_3BLorg_eclipse_swt_internal_mozilla_nsID_2_3J_0=
-XPCOM__1VtblCall__II_3BLorg_eclipse_swt_internal_mozilla_nsID_2_3J_1=
-XPCOM__1VtblCall__II_3BLorg_eclipse_swt_internal_mozilla_nsID_2_3J_2=
-XPCOM__1VtblCall__II_3BLorg_eclipse_swt_internal_mozilla_nsID_2_3J_3=
-XPCOM__1VtblCall__II_3BLorg_eclipse_swt_internal_mozilla_nsID_2_3J_4=
-
-XPCOM__1VtblCall__II_3B_3B=
-XPCOM__1VtblCall__II_3B_3B_0=
-XPCOM__1VtblCall__II_3B_3B_1=
-XPCOM__1VtblCall__II_3B_3B_2=
-XPCOM__1VtblCall__II_3B_3B_3=
-
-XPCOM__1VtblCall__II_3B_3BI=
-XPCOM__1VtblCall__II_3B_3BI_0=
-XPCOM__1VtblCall__II_3B_3BI_1=
-XPCOM__1VtblCall__II_3B_3BI_2=
-XPCOM__1VtblCall__II_3B_3BI_3=
-XPCOM__1VtblCall__II_3B_3BI_4=
-
-XPCOM__1VtblCall__II_3B_3B_3BII_3I=
-XPCOM__1VtblCall__II_3B_3B_3BII_3I_0=
-XPCOM__1VtblCall__II_3B_3B_3BII_3I_1=
-XPCOM__1VtblCall__II_3B_3B_3BII_3I_2=
-XPCOM__1VtblCall__II_3B_3B_3BII_3I_3=
-XPCOM__1VtblCall__II_3B_3B_3BII_3I_4=
-XPCOM__1VtblCall__II_3B_3B_3BII_3I_5=
-XPCOM__1VtblCall__II_3B_3B_3BII_3I_6=
-XPCOM__1VtblCall__II_3B_3B_3BII_3I_7=
-
-XPCOM__1VtblCall__II_3B_3B_3BII_3J=
-XPCOM__1VtblCall__II_3B_3B_3BII_3J_0=
-XPCOM__1VtblCall__II_3B_3B_3BII_3J_1=
-XPCOM__1VtblCall__II_3B_3B_3BII_3J_2=
-XPCOM__1VtblCall__II_3B_3B_3BII_3J_3=
-XPCOM__1VtblCall__II_3B_3B_3BII_3J_4=
-XPCOM__1VtblCall__II_3B_3B_3BII_3J_5=
-XPCOM__1VtblCall__II_3B_3B_3BII_3J_6=
-XPCOM__1VtblCall__II_3B_3B_3BII_3J_7=
-
-XPCOM__1VtblCall__II_3B_3B_3I=
-XPCOM__1VtblCall__II_3B_3B_3I_0=
-XPCOM__1VtblCall__II_3B_3B_3I_1=
-XPCOM__1VtblCall__II_3B_3B_3I_2=
-XPCOM__1VtblCall__II_3B_3B_3I_3=
-XPCOM__1VtblCall__II_3B_3B_3I_4=
-
-XPCOM__1VtblCall__II_3B_3B_3J=
-XPCOM__1VtblCall__II_3B_3B_3J_0=
-XPCOM__1VtblCall__II_3B_3B_3J_1=
-XPCOM__1VtblCall__II_3B_3B_3J_2=
-XPCOM__1VtblCall__II_3B_3B_3J_3=
-XPCOM__1VtblCall__II_3B_3B_3J_4=
-
-XPCOM__1VtblCall__II_3B_3I=
-XPCOM__1VtblCall__II_3B_3I_0=
-XPCOM__1VtblCall__II_3B_3I_1=
-XPCOM__1VtblCall__II_3B_3I_2=
-XPCOM__1VtblCall__II_3B_3I_3=
-
-XPCOM__1VtblCall__II_3B_3I_3I=
-XPCOM__1VtblCall__II_3B_3I_3I_0=
-XPCOM__1VtblCall__II_3B_3I_3I_1=
-XPCOM__1VtblCall__II_3B_3I_3I_2=
-XPCOM__1VtblCall__II_3B_3I_3I_3=
-XPCOM__1VtblCall__II_3B_3I_3I_4=
-
-XPCOM__1VtblCall__II_3B_3I_3J=
-XPCOM__1VtblCall__II_3B_3I_3J_0=
-XPCOM__1VtblCall__II_3B_3I_3J_1=
-XPCOM__1VtblCall__II_3B_3I_3J_2=
-XPCOM__1VtblCall__II_3B_3I_3J_3=
-XPCOM__1VtblCall__II_3B_3I_3J_4=
-
-XPCOM__1VtblCall__II_3B_3J=
-XPCOM__1VtblCall__II_3B_3J_0=
-XPCOM__1VtblCall__II_3B_3J_1=
-XPCOM__1VtblCall__II_3B_3J_2=
-XPCOM__1VtblCall__II_3B_3J_3=
-
-XPCOM__1VtblCall__II_3B_3J_3I=
-XPCOM__1VtblCall__II_3B_3J_3I_0=
-XPCOM__1VtblCall__II_3B_3J_3I_1=
-XPCOM__1VtblCall__II_3B_3J_3I_2=
-XPCOM__1VtblCall__II_3B_3J_3I_3=
-XPCOM__1VtblCall__II_3B_3J_3I_4=
-
-XPCOM__1VtblCall__II_3C=
-XPCOM__1VtblCall__II_3C_0=
-XPCOM__1VtblCall__II_3C_1=
-XPCOM__1VtblCall__II_3C_2=
-
-XPCOM__1VtblCall__II_3CIIII=
-XPCOM__1VtblCall__II_3CIIII_0=
-XPCOM__1VtblCall__II_3CIIII_1=
-XPCOM__1VtblCall__II_3CIIII_2=
-XPCOM__1VtblCall__II_3CIIII_3=
-XPCOM__1VtblCall__II_3CIIII_4=
-XPCOM__1VtblCall__II_3CIIII_5=
-XPCOM__1VtblCall__II_3CIIII_6=
-
-XPCOM__1VtblCall__II_3CIJJJ=
-XPCOM__1VtblCall__II_3CIJJJ_0=
-XPCOM__1VtblCall__II_3CIJJJ_1=
-XPCOM__1VtblCall__II_3CIJJJ_2=
-XPCOM__1VtblCall__II_3CIJJJ_3=
-XPCOM__1VtblCall__II_3CIJJJ_4=
-XPCOM__1VtblCall__II_3CIJJJ_5=
-XPCOM__1VtblCall__II_3CIJJJ_6=
-
-XPCOM__1VtblCall__II_3CI_3I=
-XPCOM__1VtblCall__II_3CI_3I_0=
-XPCOM__1VtblCall__II_3CI_3I_1=
-XPCOM__1VtblCall__II_3CI_3I_2=
-XPCOM__1VtblCall__II_3CI_3I_3=
-XPCOM__1VtblCall__II_3CI_3I_4=
-
-XPCOM__1VtblCall__II_3CJ_3J=
-XPCOM__1VtblCall__II_3CJ_3J_0=
-XPCOM__1VtblCall__II_3CJ_3J_1=
-XPCOM__1VtblCall__II_3CJ_3J_2=
-XPCOM__1VtblCall__II_3CJ_3J_3=
-XPCOM__1VtblCall__II_3CJ_3J_4=
-
-XPCOM__1VtblCall__II_3C_3C=
-XPCOM__1VtblCall__II_3C_3C_0=
-XPCOM__1VtblCall__II_3C_3C_1=
-XPCOM__1VtblCall__II_3C_3C_2=
-XPCOM__1VtblCall__II_3C_3C_3=
-
-XPCOM__1VtblCall__II_3F=
-XPCOM__1VtblCall__II_3F_0=
-XPCOM__1VtblCall__II_3F_1=
-XPCOM__1VtblCall__II_3F_2=
-
-XPCOM__1VtblCall__II_3I=
-XPCOM__1VtblCall__II_3I_0=
-XPCOM__1VtblCall__II_3I_1=
-XPCOM__1VtblCall__II_3I_2=
-
-XPCOM__1VtblCall__II_3I_3I=
-XPCOM__1VtblCall__II_3I_3I_0=
-XPCOM__1VtblCall__II_3I_3I_1=
-XPCOM__1VtblCall__II_3I_3I_2=
-XPCOM__1VtblCall__II_3I_3I_3=
-
-XPCOM__1VtblCall__II_3I_3I_3I=
-XPCOM__1VtblCall__II_3I_3I_3I_0=
-XPCOM__1VtblCall__II_3I_3I_3I_1=
-XPCOM__1VtblCall__II_3I_3I_3I_2=
-XPCOM__1VtblCall__II_3I_3I_3I_3=
-XPCOM__1VtblCall__II_3I_3I_3I_4=
-
-XPCOM__1VtblCall__II_3I_3I_3I_3I=
-XPCOM__1VtblCall__II_3I_3I_3I_3I_0=
-XPCOM__1VtblCall__II_3I_3I_3I_3I_1=
-XPCOM__1VtblCall__II_3I_3I_3I_3I_2=
-XPCOM__1VtblCall__II_3I_3I_3I_3I_3=
-XPCOM__1VtblCall__II_3I_3I_3I_3I_4=
-XPCOM__1VtblCall__II_3I_3I_3I_3I_5=
-
-XPCOM__1VtblCall__II_3I_3J=
-XPCOM__1VtblCall__II_3I_3J_0=
-XPCOM__1VtblCall__II_3I_3J_1=
-XPCOM__1VtblCall__II_3I_3J_2=
-XPCOM__1VtblCall__II_3I_3J_3=
-
-XPCOM__1VtblCall__II_3I_3J_3I=
-XPCOM__1VtblCall__II_3I_3J_3I_0=
-XPCOM__1VtblCall__II_3I_3J_3I_1=
-XPCOM__1VtblCall__II_3I_3J_3I_2=
-XPCOM__1VtblCall__II_3I_3J_3I_3=
-XPCOM__1VtblCall__II_3I_3J_3I_4=
-
-XPCOM__1VtblCall__II_3I_3J_3J=
-XPCOM__1VtblCall__II_3I_3J_3J_0=
-XPCOM__1VtblCall__II_3I_3J_3J_1=
-XPCOM__1VtblCall__II_3I_3J_3J_2=
-XPCOM__1VtblCall__II_3I_3J_3J_3=
-XPCOM__1VtblCall__II_3I_3J_3J_4=
-
-XPCOM__1VtblCall__II_3J=
-XPCOM__1VtblCall__II_3J_0=
-XPCOM__1VtblCall__II_3J_1=
-XPCOM__1VtblCall__II_3J_2=
-
-XPCOM__1VtblCall__II_3J_3J_3J=
-XPCOM__1VtblCall__II_3J_3J_3J_0=
-XPCOM__1VtblCall__II_3J_3J_3J_1=
-XPCOM__1VtblCall__II_3J_3J_3J_2=
-XPCOM__1VtblCall__II_3J_3J_3J_3=
-XPCOM__1VtblCall__II_3J_3J_3J_4=
-
-XPCOM__1VtblCall__II_3S=
-XPCOM__1VtblCall__II_3S_0=
-XPCOM__1VtblCall__II_3S_1=
-XPCOM__1VtblCall__II_3S_2=
-
-XPCOM__XPCOMGlueShutdown=
-
-XPCOM__XPCOMGlueStartup=
-XPCOM__XPCOMGlueStartup_0=cast=(const char *)
-
-XPCOM__nsEmbedCString_Length=flags=cpp
-XPCOM__nsEmbedCString_Length_0=cast=(nsEmbedCString *)
-
-XPCOM__nsEmbedCString_delete=flags=delete
-XPCOM__nsEmbedCString_delete_0=cast=(nsEmbedCString *)
-
-XPCOM__nsEmbedCString_get=flags=cpp
-XPCOM__nsEmbedCString_get_0=cast=(nsEmbedCString *)
-
-XPCOM__1nsEmbedCString_1new__=flags=new
-
-XPCOM__1nsEmbedCString_1new__II=flags=new
-XPCOM__1nsEmbedCString_1new__II_0=cast=(const char *)
-XPCOM__1nsEmbedCString_1new__II_1=
-
-XPCOM__1nsEmbedCString_1new___3BI=flags=new
-XPCOM__1nsEmbedCString_1new___3BI_0=cast=(const char *)
-XPCOM__1nsEmbedCString_1new___3BI_1=
-
-XPCOM__nsEmbedString_Length=flags=cpp
-XPCOM__nsEmbedString_Length_0=cast=(nsEmbedString *)
-
-XPCOM__nsEmbedString_delete=flags=delete
-XPCOM__nsEmbedString_delete_0=cast=(nsEmbedString *)
-
-XPCOM__nsEmbedString_get=flags=cpp
-XPCOM__nsEmbedString_get_0=cast=(nsEmbedString *)
-
-XPCOM__1nsEmbedString_1new__=flags=new
-
-XPCOM__1nsEmbedString_1new___3C=flags=new
-XPCOM__1nsEmbedString_1new___3C_0=cast=(PRUnichar *)
-
-XPCOM__nsID_Equals=flags=cpp
-XPCOM__nsID_Equals_0=cast=(nsID *)
-XPCOM__nsID_Equals_1=cast=(nsID *),flags=struct
-
-XPCOM__nsID_delete=flags=delete
-XPCOM__nsID_delete_0=cast=(nsID *)
-
-XPCOM__nsID_new=flags=new
-
-XPCOM_memmove__ILorg_eclipse_swt_internal_mozilla_nsID_2I=
-XPCOM_memmove__ILorg_eclipse_swt_internal_mozilla_nsID_2I_0=cast=(void *)
-XPCOM_memmove__ILorg_eclipse_swt_internal_mozilla_nsID_2I_1=cast=(const void *)
-XPCOM_memmove__ILorg_eclipse_swt_internal_mozilla_nsID_2I_2=cast=(size_t)
-
-XPCOM_memmove__Lorg_eclipse_swt_internal_mozilla_nsID_2II=
-XPCOM_memmove__Lorg_eclipse_swt_internal_mozilla_nsID_2II_0=cast=(void *)
-XPCOM_memmove__Lorg_eclipse_swt_internal_mozilla_nsID_2II_1=cast=(const void *)
-XPCOM_memmove__Lorg_eclipse_swt_internal_mozilla_nsID_2II_2=cast=(size_t)
-
-XPCOM_strlen_PRUnichar==flags=no_gen
-XPCOM_strlen_PRUnichar_0=
-
-
-org_eclipse_swt_internal_mozilla_XPCOMObject=
-
-org_eclipse_swt_internal_mozilla_nsEmbedString=
-
-org_eclipse_swt_internal_mozilla_nsIAppShell=
-
-org_eclipse_swt_internal_mozilla_nsIAuthInformation=
-
-org_eclipse_swt_internal_mozilla_nsIBaseWindow=
-
-org_eclipse_swt_internal_mozilla_nsICancelable=
-
-org_eclipse_swt_internal_mozilla_nsICategoryManager=
-
-org_eclipse_swt_internal_mozilla_nsIChannel=
-
-org_eclipse_swt_internal_mozilla_nsIComponentManager=
-
-org_eclipse_swt_internal_mozilla_nsIComponentRegistrar=
-
-org_eclipse_swt_internal_mozilla_nsIContextMenuListener=
-
-org_eclipse_swt_internal_mozilla_nsICookie=
-
-org_eclipse_swt_internal_mozilla_nsICookieManager=
-
-org_eclipse_swt_internal_mozilla_nsID=flags=cpp
-nsID_m0=
-nsID_m1=
-nsID_m2=
-nsID_m3=
-
-org_eclipse_swt_internal_mozilla_nsIDOMEvent=
-
-org_eclipse_swt_internal_mozilla_nsIDOMEventTarget=
-
-org_eclipse_swt_internal_mozilla_nsIDOMKeyEvent=
-
-org_eclipse_swt_internal_mozilla_nsIDOMMouseEvent=
-
-org_eclipse_swt_internal_mozilla_nsIDOMSerializer=
-
-org_eclipse_swt_internal_mozilla_nsIDOMSerializer_11_17=
-
-org_eclipse_swt_internal_mozilla_nsIDOMUIEvent=
-
-org_eclipse_swt_internal_mozilla_nsIDOMWindow=
-
-org_eclipse_swt_internal_mozilla_nsIDOMWindowCollection=
-
-org_eclipse_swt_internal_mozilla_nsIDirectoryService=
-
-org_eclipse_swt_internal_mozilla_nsIDirectoryServiceProvider=
-
-org_eclipse_swt_internal_mozilla_nsIDirectoryServiceProvider2=
-
-org_eclipse_swt_internal_mozilla_nsIDocShell=
-
-org_eclipse_swt_internal_mozilla_nsIDocShell_11_18=
-
-org_eclipse_swt_internal_mozilla_nsIDocShell_11_19=
-
-org_eclipse_swt_internal_mozilla_nsIDownload=
-
-org_eclipse_swt_internal_mozilla_nsIDownload_11_18=
-
-org_eclipse_swt_internal_mozilla_nsIEmbeddingSiteWindow=
-
-org_eclipse_swt_internal_mozilla_nsIFactory=
-
-org_eclipse_swt_internal_mozilla_nsIFile=
-
-org_eclipse_swt_internal_mozilla_nsIFilePicker=
-
-org_eclipse_swt_internal_mozilla_nsIFilePicker_11_18=
-
-org_eclipse_swt_internal_mozilla_nsIHelperAppLauncher=
-
-org_eclipse_swt_internal_mozilla_nsIHelperAppLauncherDialog=
-
-org_eclipse_swt_internal_mozilla_nsIHelperAppLauncherDialog_11_19=
-
-org_eclipse_swt_internal_mozilla_nsIHelperAppLauncher_11_18=
-
-org_eclipse_swt_internal_mozilla_nsIHelperAppLauncher_11_19=
-
-org_eclipse_swt_internal_mozilla_nsIIOService=
-
-org_eclipse_swt_internal_mozilla_nsIInputStream=
-
-org_eclipse_swt_internal_mozilla_nsIInterfaceRequestor=
-
-org_eclipse_swt_internal_mozilla_nsIJSContextStack=
-
-org_eclipse_swt_internal_mozilla_nsILocalFile=
-
-org_eclipse_swt_internal_mozilla_nsIMemory=
-
-org_eclipse_swt_internal_mozilla_nsIObserverService=
-
-org_eclipse_swt_internal_mozilla_nsIPrefBranch=
-
-org_eclipse_swt_internal_mozilla_nsIPrefLocalizedString=
-
-org_eclipse_swt_internal_mozilla_nsIPrefService=
-
-org_eclipse_swt_internal_mozilla_nsIProgressDialog=
-
-org_eclipse_swt_internal_mozilla_nsIProgressDialog_11_18=
-
-org_eclipse_swt_internal_mozilla_nsIPromptService=
-
-org_eclipse_swt_internal_mozilla_nsIPromptService2=
-
-org_eclipse_swt_internal_mozilla_nsIProperties=
-
-org_eclipse_swt_internal_mozilla_nsIRequest=
-
-org_eclipse_swt_internal_mozilla_nsIServiceManager=
-
-org_eclipse_swt_internal_mozilla_nsISimpleEnumerator=
-
-org_eclipse_swt_internal_mozilla_nsISupports=
-
-org_eclipse_swt_internal_mozilla_nsISupportsWeakReference=
-
-org_eclipse_swt_internal_mozilla_nsITooltipListener=
-
-org_eclipse_swt_internal_mozilla_nsITransfer=
-
-org_eclipse_swt_internal_mozilla_nsIURI=
-
-org_eclipse_swt_internal_mozilla_nsIURIContentListener=
-
-org_eclipse_swt_internal_mozilla_nsIWeakReference=
-
-org_eclipse_swt_internal_mozilla_nsIWebBrowser=
-
-org_eclipse_swt_internal_mozilla_nsIWebBrowserChrome=
-
-org_eclipse_swt_internal_mozilla_nsIWebBrowserChromeFocus=
-
-org_eclipse_swt_internal_mozilla_nsIWebBrowserFocus=
-
-org_eclipse_swt_internal_mozilla_nsIWebNavigation=
-
-org_eclipse_swt_internal_mozilla_nsIWebNavigationInfo=
-
-org_eclipse_swt_internal_mozilla_nsIWebProgress=
-
-org_eclipse_swt_internal_mozilla_nsIWebProgressListener=
-
-org_eclipse_swt_internal_mozilla_nsIWebProgressListener2=
-
-org_eclipse_swt_internal_mozilla_nsIWindowCreator=
-
-org_eclipse_swt_internal_mozilla_nsIWindowCreator2=
-
-org_eclipse_swt_internal_mozilla_nsIWindowWatcher=
-
diff --git a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.mozilla.init.XPCOMInit.properties b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.mozilla.init.XPCOMInit.properties
deleted file mode 100644
index c8f1a20707..0000000000
--- a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.mozilla.init.XPCOMInit.properties
+++ /dev/null
@@ -1,33 +0,0 @@
-###############################################################################
-# Copyright (c) 2000, 2008 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-org_eclipse_swt_internal_mozilla_init_GREVersionRange=flags=cpp
-GREVersionRange_lower=cast=(const char *)
-GREVersionRange_lowerInclusive=
-GREVersionRange_upper=cast=(const char *)
-GREVersionRange_upperInclusive=
-
-org_eclipse_swt_internal_mozilla_init_XPCOMInit=flags=cpp
-XPCOMInit_GREVersionRange_sizeof=
-
-XPCOMInit__GRE_GetGREPathWithProperties=
-XPCOMInit__GRE_GetGREPathWithProperties_0=cast=(const GREVersionRange *)
-XPCOMInit__GRE_GetGREPathWithProperties_1=
-XPCOMInit__GRE_GetGREPathWithProperties_2=cast=(const GREProperty *)
-XPCOMInit__GRE_GetGREPathWithProperties_3=
-XPCOMInit__GRE_GetGREPathWithProperties_4=cast=(char *)
-XPCOMInit__GRE_GetGREPathWithProperties_5=
-
-XPCOMInit__XPCOMGlueShutdown=
-
-XPCOMInit__XPCOMGlueStartup=
-XPCOMInit__XPCOMGlueStartup_0=cast=(const char *)
-
-
diff --git a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.ole.win32.COM.properties b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.ole.win32.COM.properties
deleted file mode 100644
index 145866bd0d..0000000000
--- a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.ole.win32.COM.properties
+++ /dev/null
@@ -1,1061 +0,0 @@
-###############################################################################
-# Copyright (c) 2000, 2008 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-org_eclipse_swt_internal_ole_win32_CAUUID=
-CAUUID_cElems=
-CAUUID_pElems=cast=(GUID FAR *)
-
-org_eclipse_swt_internal_ole_win32_COM=
-COM_AccessibleObjectFromWindow=flags=dynamic
-COM_AccessibleObjectFromWindow_0=cast=(HWND)
-COM_AccessibleObjectFromWindow_1=cast=(DWORD)
-COM_AccessibleObjectFromWindow_2=
-COM_AccessibleObjectFromWindow_3=cast=(LPVOID *)
-
-COM_CAUUID_sizeof=
-
-COM_CLSIDFromProgID=
-COM_CLSIDFromProgID_0=cast=LPCOLESTR
-COM_CLSIDFromProgID_1=
-
-COM_CLSIDFromString=
-COM_CLSIDFromString_0=cast=LPOLESTR
-COM_CLSIDFromString_1=
-
-COM_CONTROLINFO_sizeof=
-
-COM_COSERVERINFO_sizeof=
-
-COM_CoCreateInstance=
-COM_CoCreateInstance_0=
-COM_CoCreateInstance_1=cast=LPUNKNOWN
-COM_CoCreateInstance_2=
-COM_CoCreateInstance_3=
-COM_CoCreateInstance_4=cast=LPVOID *
-
-COM_CoFreeUnusedLibraries=
-
-COM_CoGetClassObject=
-COM_CoGetClassObject_0=
-COM_CoGetClassObject_1=
-COM_CoGetClassObject_2=cast=(COSERVERINFO *
-COM_CoGetClassObject_3=
-COM_CoGetClassObject_4=cast=LPVOID *
-
-COM_CoLockObjectExternal=
-COM_CoLockObjectExternal_0=cast=(IUnknown *)
-COM_CoLockObjectExternal_1=cast=(BOOL)
-COM_CoLockObjectExternal_2=cast=(BOOL)
-
-COM_CoTaskMemAlloc=
-COM_CoTaskMemAlloc_0=cast=(ULONG)
-
-COM_CoTaskMemFree=
-COM_CoTaskMemFree_0=cast=(LPVOID)
-
-COM_CreateStdAccessibleObject=flags=dynamic
-COM_CreateStdAccessibleObject_0=cast=(HWND)
-COM_CreateStdAccessibleObject_1=
-COM_CreateStdAccessibleObject_2=
-COM_CreateStdAccessibleObject_3=cast=(LPVOID *)
-
-COM_DISPPARAMS_sizeof=
-
-COM_DVTARGETDEVICE_sizeof=
-
-COM_DoDragDrop=
-COM_DoDragDrop_0=cast=(IDataObject *)
-COM_DoDragDrop_1=cast=IDropSource *
-COM_DoDragDrop_2=
-COM_DoDragDrop_3=cast=(LPDWORD)
-
-COM_ELEMDESC_sizeof=
-
-COM_EXCEPINFO_sizeof=
-
-COM_FORMATETC_sizeof=
-
-COM_FUNCDESC_sizeof=
-
-COM_GUID_sizeof=
-
-COM_GetClassFile=
-COM_GetClassFile_0=cast=LPCWSTR
-COM_GetClassFile_1=
-
-COM_IIDFromString=
-COM_IIDFromString_0=cast=LPOLESTR
-COM_IIDFromString_1=
-
-COM_IsEqualGUID=
-COM_IsEqualGUID_0=
-COM_IsEqualGUID_1=
-
-COM_LICINFO_sizeof=
-
-COM_LresultFromObject=flags=dynamic
-COM_LresultFromObject_0=
-COM_LresultFromObject_1=
-COM_LresultFromObject_2=cast=(LPUNKNOWN)
-
-COM_MoveMemory__ILorg_eclipse_swt_internal_ole_win32_FORMATETC_2I=
-COM_MoveMemory__ILorg_eclipse_swt_internal_ole_win32_FORMATETC_2I_0=cast=(PVOID)
-COM_MoveMemory__ILorg_eclipse_swt_internal_ole_win32_FORMATETC_2I_1=cast=(CONST VOID *),flags=no_out
-COM_MoveMemory__ILorg_eclipse_swt_internal_ole_win32_FORMATETC_2I_2=
-
-COM_MoveMemory__ILorg_eclipse_swt_internal_ole_win32_GUID_2I=
-COM_MoveMemory__ILorg_eclipse_swt_internal_ole_win32_GUID_2I_0=cast=(PVOID)
-COM_MoveMemory__ILorg_eclipse_swt_internal_ole_win32_GUID_2I_1=cast=(CONST VOID *),flags=no_out
-COM_MoveMemory__ILorg_eclipse_swt_internal_ole_win32_GUID_2I_2=
-
-COM_MoveMemory__ILorg_eclipse_swt_internal_ole_win32_OLEINPLACEFRAMEINFO_2I=
-COM_MoveMemory__ILorg_eclipse_swt_internal_ole_win32_OLEINPLACEFRAMEINFO_2I_0=cast=(PVOID)
-COM_MoveMemory__ILorg_eclipse_swt_internal_ole_win32_OLEINPLACEFRAMEINFO_2I_1=cast=(CONST VOID *),flags=no_out
-COM_MoveMemory__ILorg_eclipse_swt_internal_ole_win32_OLEINPLACEFRAMEINFO_2I_2=
-
-COM_MoveMemory__ILorg_eclipse_swt_internal_ole_win32_STATSTG_2I=
-COM_MoveMemory__ILorg_eclipse_swt_internal_ole_win32_STATSTG_2I_0=cast=(PVOID)
-COM_MoveMemory__ILorg_eclipse_swt_internal_ole_win32_STATSTG_2I_1=cast=(CONST VOID *),flags=no_out
-COM_MoveMemory__ILorg_eclipse_swt_internal_ole_win32_STATSTG_2I_2=
-
-COM_MoveMemory__ILorg_eclipse_swt_internal_ole_win32_STGMEDIUM_2I=
-COM_MoveMemory__ILorg_eclipse_swt_internal_ole_win32_STGMEDIUM_2I_0=cast=(PVOID)
-COM_MoveMemory__ILorg_eclipse_swt_internal_ole_win32_STGMEDIUM_2I_1=cast=(CONST VOID *),flags=no_out
-COM_MoveMemory__ILorg_eclipse_swt_internal_ole_win32_STGMEDIUM_2I_2=
-
-COM_MoveMemory__Lorg_eclipse_swt_internal_ole_win32_DISPPARAMS_2II=
-COM_MoveMemory__Lorg_eclipse_swt_internal_ole_win32_DISPPARAMS_2II_0=cast=(PVOID),flags=no_in
-COM_MoveMemory__Lorg_eclipse_swt_internal_ole_win32_DISPPARAMS_2II_1=cast=(CONST VOID *)
-COM_MoveMemory__Lorg_eclipse_swt_internal_ole_win32_DISPPARAMS_2II_2=
-
-COM_MoveMemory__Lorg_eclipse_swt_internal_ole_win32_FORMATETC_2II=
-COM_MoveMemory__Lorg_eclipse_swt_internal_ole_win32_FORMATETC_2II_0=cast=(PVOID),flags=no_in
-COM_MoveMemory__Lorg_eclipse_swt_internal_ole_win32_FORMATETC_2II_1=cast=(CONST VOID *)
-COM_MoveMemory__Lorg_eclipse_swt_internal_ole_win32_FORMATETC_2II_2=
-
-COM_MoveMemory__Lorg_eclipse_swt_internal_ole_win32_FUNCDESC_2II=
-COM_MoveMemory__Lorg_eclipse_swt_internal_ole_win32_FUNCDESC_2II_0=cast=(PVOID),flags=no_in
-COM_MoveMemory__Lorg_eclipse_swt_internal_ole_win32_FUNCDESC_2II_1=cast=(CONST VOID *)
-COM_MoveMemory__Lorg_eclipse_swt_internal_ole_win32_FUNCDESC_2II_2=
-
-COM_MoveMemory__Lorg_eclipse_swt_internal_ole_win32_GUID_2II=
-COM_MoveMemory__Lorg_eclipse_swt_internal_ole_win32_GUID_2II_0=cast=(PVOID),flags=no_in
-COM_MoveMemory__Lorg_eclipse_swt_internal_ole_win32_GUID_2II_1=cast=(CONST VOID *)
-COM_MoveMemory__Lorg_eclipse_swt_internal_ole_win32_GUID_2II_2=
-
-COM_MoveMemory__Lorg_eclipse_swt_internal_ole_win32_STATSTG_2II=
-COM_MoveMemory__Lorg_eclipse_swt_internal_ole_win32_STATSTG_2II_0=cast=(PVOID),flags=no_in
-COM_MoveMemory__Lorg_eclipse_swt_internal_ole_win32_STATSTG_2II_1=cast=(CONST VOID *)
-COM_MoveMemory__Lorg_eclipse_swt_internal_ole_win32_STATSTG_2II_2=
-
-COM_MoveMemory__Lorg_eclipse_swt_internal_ole_win32_STGMEDIUM_2II=
-COM_MoveMemory__Lorg_eclipse_swt_internal_ole_win32_STGMEDIUM_2II_0=cast=(PVOID),flags=no_in
-COM_MoveMemory__Lorg_eclipse_swt_internal_ole_win32_STGMEDIUM_2II_1=cast=(CONST VOID *)
-COM_MoveMemory__Lorg_eclipse_swt_internal_ole_win32_STGMEDIUM_2II_2=
-
-COM_MoveMemory__Lorg_eclipse_swt_internal_ole_win32_TYPEATTR_2II=
-COM_MoveMemory__Lorg_eclipse_swt_internal_ole_win32_TYPEATTR_2II_0=cast=(PVOID),flags=no_in
-COM_MoveMemory__Lorg_eclipse_swt_internal_ole_win32_TYPEATTR_2II_1=cast=(CONST VOID *)
-COM_MoveMemory__Lorg_eclipse_swt_internal_ole_win32_TYPEATTR_2II_2=
-
-COM_MoveMemory__Lorg_eclipse_swt_internal_ole_win32_VARDESC_2II=
-COM_MoveMemory__Lorg_eclipse_swt_internal_ole_win32_VARDESC_2II_0=cast=(PVOID),flags=no_in
-COM_MoveMemory__Lorg_eclipse_swt_internal_ole_win32_VARDESC_2II_1=cast=(CONST VOID *)
-COM_MoveMemory__Lorg_eclipse_swt_internal_ole_win32_VARDESC_2II_2=
-
-COM_MoveMemory__Lorg_eclipse_swt_internal_ole_win32_VARIANT_2II=
-COM_MoveMemory__Lorg_eclipse_swt_internal_ole_win32_VARIANT_2II_0=cast=(PVOID),flags=no_in
-COM_MoveMemory__Lorg_eclipse_swt_internal_ole_win32_VARIANT_2II_1=cast=(CONST VOID *)
-COM_MoveMemory__Lorg_eclipse_swt_internal_ole_win32_VARIANT_2II_2=
-
-COM_MoveMemory__Lorg_eclipse_swt_internal_win32_RECT_2II=
-COM_MoveMemory__Lorg_eclipse_swt_internal_win32_RECT_2II_0=cast=(PVOID),flags=no_in
-COM_MoveMemory__Lorg_eclipse_swt_internal_win32_RECT_2II_1=cast=(CONST VOID *)
-COM_MoveMemory__Lorg_eclipse_swt_internal_win32_RECT_2II_2=
-
-COM_OLECMD_sizeof=
-
-COM_OLEINPLACEFRAMEINFO_sizeof=
-
-COM_OleCreate=
-COM_OleCreate_0=
-COM_OleCreate_1=
-COM_OleCreate_2=
-COM_OleCreate_3=
-COM_OleCreate_4=cast=IOleClientSite *
-COM_OleCreate_5=cast=IStorage *
-COM_OleCreate_6=cast=void **
-
-COM_OleCreateFromFile=
-COM_OleCreateFromFile_0=
-COM_OleCreateFromFile_1=cast=LPCOLESTR
-COM_OleCreateFromFile_2=
-COM_OleCreateFromFile_3=
-COM_OleCreateFromFile_4=
-COM_OleCreateFromFile_5=cast=(LPOLECLIENTSITE)
-COM_OleCreateFromFile_6=cast=(LPSTORAGE)
-COM_OleCreateFromFile_7=cast=LPVOID *
-
-COM_OleCreatePropertyFrame=
-COM_OleCreatePropertyFrame_0=cast=(HWND)
-COM_OleCreatePropertyFrame_1=
-COM_OleCreatePropertyFrame_2=
-COM_OleCreatePropertyFrame_3=cast=LPCOLESTR
-COM_OleCreatePropertyFrame_4=
-COM_OleCreatePropertyFrame_5=cast=(LPUNKNOWN FAR*)
-COM_OleCreatePropertyFrame_6=
-COM_OleCreatePropertyFrame_7=cast=(LPCLSID)
-COM_OleCreatePropertyFrame_8=cast=(LCID)
-COM_OleCreatePropertyFrame_9=
-COM_OleCreatePropertyFrame_10=cast=(LPVOID)
-
-COM_OleDraw=
-COM_OleDraw_0=cast=(LPUNKNOWN)
-COM_OleDraw_1=cast=(DWORD)
-COM_OleDraw_2=cast=(HDC)
-COM_OleDraw_3=cast=(LPRECT)
-
-COM_OleFlushClipboard=
-
-COM_OleGetClipboard=
-COM_OleGetClipboard_0=cast=(IDataObject **)
-
-COM_OleIsCurrentClipboard=
-COM_OleIsCurrentClipboard_0=cast=(IDataObject *)
-
-COM_OleIsRunning=
-COM_OleIsRunning_0=cast=(LPOLEOBJECT)
-
-COM_OleLoad=
-COM_OleLoad_0=cast=(IStorage *)
-COM_OleLoad_1=
-COM_OleLoad_2=cast=(IOleClientSite *)
-COM_OleLoad_3=cast=LPVOID *
-
-COM_OleRun=
-COM_OleRun_0=cast=(LPUNKNOWN)
-
-COM_OleSave=
-COM_OleSave_0=cast=(IPersistStorage *)
-COM_OleSave_1=cast=(IStorage *)
-COM_OleSave_2=
-
-COM_OleSetClipboard=
-COM_OleSetClipboard_0=cast=(IDataObject *)
-
-COM_OleSetContainedObject=
-COM_OleSetContainedObject_0=cast=(LPUNKNOWN)
-COM_OleSetContainedObject_1=
-
-COM_OleSetMenuDescriptor=
-COM_OleSetMenuDescriptor_0=cast=(HOLEMENU)
-COM_OleSetMenuDescriptor_1=cast=(HWND)
-COM_OleSetMenuDescriptor_2=cast=(HWND)
-COM_OleSetMenuDescriptor_3=cast=(LPOLEINPLACEFRAME)
-COM_OleSetMenuDescriptor_4=cast=(LPOLEINPLACEACTIVEOBJECT)
-
-COM_OleTranslateColor=
-COM_OleTranslateColor_0=cast=(OLE_COLOR)
-COM_OleTranslateColor_1=cast=(HPALETTE)
-COM_OleTranslateColor_2=cast=(COLORREF *)
-
-COM_ProgIDFromCLSID=
-COM_ProgIDFromCLSID_0=
-COM_ProgIDFromCLSID_1=cast=LPOLESTR *
-
-COM_RegisterDragDrop=
-COM_RegisterDragDrop_0=cast=(HWND)
-COM_RegisterDragDrop_1=cast=(IDropTarget *)
-
-COM_ReleaseStgMedium=
-COM_ReleaseStgMedium_0=cast=(STGMEDIUM *)
-
-COM_RevokeDragDrop=
-COM_RevokeDragDrop_0=cast=(HWND)
-
-COM_SHDoDragDrop=
-COM_SHDoDragDrop_0=cast=HWND
-COM_SHDoDragDrop_1=cast=IDataObject *
-COM_SHDoDragDrop_2=cast=IDropSource *
-COM_SHDoDragDrop_3=
-COM_SHDoDragDrop_4=cast=DWORD *
-
-COM_STATSTG_sizeof=
-
-COM_STGMEDIUM_sizeof=
-
-COM_StgCreateDocfile=
-COM_StgCreateDocfile_0=
-COM_StgCreateDocfile_1=
-COM_StgCreateDocfile_2=
-COM_StgCreateDocfile_3=cast=IStorage **
-
-COM_StgIsStorageFile=
-COM_StgIsStorageFile_0=cast=(const WCHAR *)
-
-COM_StgOpenStorage=
-COM_StgOpenStorage_0=cast=const WCHAR *
-COM_StgOpenStorage_1=cast=(IStorage *)
-COM_StgOpenStorage_2=
-COM_StgOpenStorage_3=cast=(SNB)
-COM_StgOpenStorage_4=
-COM_StgOpenStorage_5=cast=IStorage **
-
-COM_StringFromCLSID=
-COM_StringFromCLSID_0=
-COM_StringFromCLSID_1=cast=LPOLESTR *
-
-COM_SysAllocString=
-COM_SysAllocString_0=cast=(OLECHAR *)
-
-COM_SysFreeString=
-COM_SysFreeString_0=cast=(BSTR)
-
-COM_SysStringByteLen=
-COM_SysStringByteLen_0=cast=(BSTR)
-
-COM_TYPEATTR_sizeof=
-
-COM_TYPEDESC_sizeof=
-
-COM_VARDESC_sizeof=
-
-COM_VARIANT_sizeof=
-
-COM_VariantChangeType=
-COM_VariantChangeType_0=cast=(VARIANTARG FAR* )
-COM_VariantChangeType_1=cast=(VARIANTARG FAR* )
-COM_VariantChangeType_2=
-COM_VariantChangeType_3=cast=(VARTYPE)
-
-COM_VariantClear=
-COM_VariantClear_0=cast=(VARIANTARG FAR* )
-
-COM_VariantInit=
-COM_VariantInit_0=cast=(VARIANTARG FAR* )
-
-COM_VtblCall__IIII=
-COM_VtblCall__IIII_0=
-COM_VtblCall__IIII_1=
-COM_VtblCall__IIII_2=
-COM_VtblCall__IIII_3=
-
-COM_VtblCall__IIIII=
-COM_VtblCall__IIIII_0=
-COM_VtblCall__IIIII_1=
-COM_VtblCall__IIIII_2=
-COM_VtblCall__IIIII_3=
-COM_VtblCall__IIIII_4=
-
-COM_VtblCall__IIIIII=
-COM_VtblCall__IIIIII_0=
-COM_VtblCall__IIIIII_1=
-COM_VtblCall__IIIIII_2=
-COM_VtblCall__IIIIII_3=
-COM_VtblCall__IIIIII_4=
-COM_VtblCall__IIIIII_5=
-
-COM_VtblCall__IIIIIII=
-COM_VtblCall__IIIIIII_0=
-COM_VtblCall__IIIIIII_1=
-COM_VtblCall__IIIIIII_2=
-COM_VtblCall__IIIIIII_3=
-COM_VtblCall__IIIIIII_4=
-COM_VtblCall__IIIIIII_5=
-COM_VtblCall__IIIIIII_6=
-
-COM_VtblCall__IIIIIIII=
-COM_VtblCall__IIIIIIII_0=
-COM_VtblCall__IIIIIIII_1=
-COM_VtblCall__IIIIIIII_2=
-COM_VtblCall__IIIIIIII_3=
-COM_VtblCall__IIIIIIII_4=
-COM_VtblCall__IIIIIIII_5=
-COM_VtblCall__IIIIIIII_6=
-COM_VtblCall__IIIIIIII_7=
-
-COM_VtblCall__IIIIIIIIII=
-COM_VtblCall__IIIIIIIIII_0=
-COM_VtblCall__IIIIIIIIII_1=
-COM_VtblCall__IIIIIIIIII_2=
-COM_VtblCall__IIIIIIIIII_3=
-COM_VtblCall__IIIIIIIIII_4=
-COM_VtblCall__IIIIIIIIII_5=
-COM_VtblCall__IIIIIIIIII_6=
-COM_VtblCall__IIIIIIIIII_7=
-COM_VtblCall__IIIIIIIIII_8=
-COM_VtblCall__IIIIIIIIII_9=
-
-COM_VtblCall__IIIILorg_eclipse_swt_internal_ole_win32_DVTARGETDEVICE_2Lorg_eclipse_swt_internal_win32_SIZE_2=
-COM_VtblCall__IIIILorg_eclipse_swt_internal_ole_win32_DVTARGETDEVICE_2Lorg_eclipse_swt_internal_win32_SIZE_2_0=
-COM_VtblCall__IIIILorg_eclipse_swt_internal_ole_win32_DVTARGETDEVICE_2Lorg_eclipse_swt_internal_win32_SIZE_2_1=
-COM_VtblCall__IIIILorg_eclipse_swt_internal_ole_win32_DVTARGETDEVICE_2Lorg_eclipse_swt_internal_win32_SIZE_2_2=
-COM_VtblCall__IIIILorg_eclipse_swt_internal_ole_win32_DVTARGETDEVICE_2Lorg_eclipse_swt_internal_win32_SIZE_2_3=
-COM_VtblCall__IIIILorg_eclipse_swt_internal_ole_win32_DVTARGETDEVICE_2Lorg_eclipse_swt_internal_win32_SIZE_2_4=
-COM_VtblCall__IIIILorg_eclipse_swt_internal_ole_win32_DVTARGETDEVICE_2Lorg_eclipse_swt_internal_win32_SIZE_2_5=
-
-COM_VtblCall__IIIILorg_eclipse_swt_internal_ole_win32_GUID_2I_3I=
-COM_VtblCall__IIIILorg_eclipse_swt_internal_ole_win32_GUID_2I_3I_0=
-COM_VtblCall__IIIILorg_eclipse_swt_internal_ole_win32_GUID_2I_3I_1=
-COM_VtblCall__IIIILorg_eclipse_swt_internal_ole_win32_GUID_2I_3I_2=
-COM_VtblCall__IIIILorg_eclipse_swt_internal_ole_win32_GUID_2I_3I_3=
-COM_VtblCall__IIIILorg_eclipse_swt_internal_ole_win32_GUID_2I_3I_4=
-COM_VtblCall__IIIILorg_eclipse_swt_internal_ole_win32_GUID_2I_3I_5=
-COM_VtblCall__IIIILorg_eclipse_swt_internal_ole_win32_GUID_2I_3I_6=
-
-COM_VtblCall__IIIILorg_eclipse_swt_internal_win32_POINT_2I=
-COM_VtblCall__IIIILorg_eclipse_swt_internal_win32_POINT_2I_0=
-COM_VtblCall__IIIILorg_eclipse_swt_internal_win32_POINT_2I_1=
-COM_VtblCall__IIIILorg_eclipse_swt_internal_win32_POINT_2I_2=
-COM_VtblCall__IIIILorg_eclipse_swt_internal_win32_POINT_2I_3=
-COM_VtblCall__IIIILorg_eclipse_swt_internal_win32_POINT_2I_4=
-COM_VtblCall__IIIILorg_eclipse_swt_internal_win32_POINT_2I_5=
-
-COM_VtblCall__IIII_3I=
-COM_VtblCall__IIII_3I_0=
-COM_VtblCall__IIII_3I_1=
-COM_VtblCall__IIII_3I_2=
-COM_VtblCall__IIII_3I_3=
-COM_VtblCall__IIII_3I_4=
-
-COM_VtblCall__IIII_3J=
-COM_VtblCall__IIII_3J_0=
-COM_VtblCall__IIII_3J_1=
-COM_VtblCall__IIII_3J_2=
-COM_VtblCall__IIII_3J_3=
-COM_VtblCall__IIII_3J_4=
-
-COM_VtblCall__IIIJ_3I=
-COM_VtblCall__IIIJ_3I_0=
-COM_VtblCall__IIIJ_3I_1=
-COM_VtblCall__IIIJ_3I_2=
-COM_VtblCall__IIIJ_3I_3=
-COM_VtblCall__IIIJ_3I_4=
-
-COM_VtblCall__IIILorg_eclipse_swt_internal_ole_win32_FORMATETC_2_3I=
-COM_VtblCall__IIILorg_eclipse_swt_internal_ole_win32_FORMATETC_2_3I_0=
-COM_VtblCall__IIILorg_eclipse_swt_internal_ole_win32_FORMATETC_2_3I_1=
-COM_VtblCall__IIILorg_eclipse_swt_internal_ole_win32_FORMATETC_2_3I_2=
-COM_VtblCall__IIILorg_eclipse_swt_internal_ole_win32_FORMATETC_2_3I_3=
-COM_VtblCall__IIILorg_eclipse_swt_internal_ole_win32_FORMATETC_2_3I_4=
-
-COM_VtblCall__IIILorg_eclipse_swt_internal_ole_win32_GUID_2=
-COM_VtblCall__IIILorg_eclipse_swt_internal_ole_win32_GUID_2_0=
-COM_VtblCall__IIILorg_eclipse_swt_internal_ole_win32_GUID_2_1=
-COM_VtblCall__IIILorg_eclipse_swt_internal_ole_win32_GUID_2_2=
-COM_VtblCall__IIILorg_eclipse_swt_internal_ole_win32_GUID_2_3=
-
-COM_VtblCall__IIILorg_eclipse_swt_internal_ole_win32_GUID_2II=
-COM_VtblCall__IIILorg_eclipse_swt_internal_ole_win32_GUID_2II_0=
-COM_VtblCall__IIILorg_eclipse_swt_internal_ole_win32_GUID_2II_1=
-COM_VtblCall__IIILorg_eclipse_swt_internal_ole_win32_GUID_2II_2=
-COM_VtblCall__IIILorg_eclipse_swt_internal_ole_win32_GUID_2II_3=
-COM_VtblCall__IIILorg_eclipse_swt_internal_ole_win32_GUID_2II_4=
-COM_VtblCall__IIILorg_eclipse_swt_internal_ole_win32_GUID_2II_5=
-
-COM_VtblCall__IIILorg_eclipse_swt_internal_ole_win32_GUID_2IILorg_eclipse_swt_internal_ole_win32_DISPPARAMS_2ILorg_eclipse_swt_internal_ole_win32_EXCEPINFO_2_3I=
-COM_VtblCall__IIILorg_eclipse_swt_internal_ole_win32_GUID_2IILorg_eclipse_swt_internal_ole_win32_DISPPARAMS_2ILorg_eclipse_swt_internal_ole_win32_EXCEPINFO_2_3I_0=
-COM_VtblCall__IIILorg_eclipse_swt_internal_ole_win32_GUID_2IILorg_eclipse_swt_internal_ole_win32_DISPPARAMS_2ILorg_eclipse_swt_internal_ole_win32_EXCEPINFO_2_3I_1=
-COM_VtblCall__IIILorg_eclipse_swt_internal_ole_win32_GUID_2IILorg_eclipse_swt_internal_ole_win32_DISPPARAMS_2ILorg_eclipse_swt_internal_ole_win32_EXCEPINFO_2_3I_2=
-COM_VtblCall__IIILorg_eclipse_swt_internal_ole_win32_GUID_2IILorg_eclipse_swt_internal_ole_win32_DISPPARAMS_2ILorg_eclipse_swt_internal_ole_win32_EXCEPINFO_2_3I_3=
-COM_VtblCall__IIILorg_eclipse_swt_internal_ole_win32_GUID_2IILorg_eclipse_swt_internal_ole_win32_DISPPARAMS_2ILorg_eclipse_swt_internal_ole_win32_EXCEPINFO_2_3I_4=
-COM_VtblCall__IIILorg_eclipse_swt_internal_ole_win32_GUID_2IILorg_eclipse_swt_internal_ole_win32_DISPPARAMS_2ILorg_eclipse_swt_internal_ole_win32_EXCEPINFO_2_3I_5=
-COM_VtblCall__IIILorg_eclipse_swt_internal_ole_win32_GUID_2IILorg_eclipse_swt_internal_ole_win32_DISPPARAMS_2ILorg_eclipse_swt_internal_ole_win32_EXCEPINFO_2_3I_6=
-COM_VtblCall__IIILorg_eclipse_swt_internal_ole_win32_GUID_2IILorg_eclipse_swt_internal_ole_win32_DISPPARAMS_2ILorg_eclipse_swt_internal_ole_win32_EXCEPINFO_2_3I_7=
-COM_VtblCall__IIILorg_eclipse_swt_internal_ole_win32_GUID_2IILorg_eclipse_swt_internal_ole_win32_DISPPARAMS_2ILorg_eclipse_swt_internal_ole_win32_EXCEPINFO_2_3I_8=
-COM_VtblCall__IIILorg_eclipse_swt_internal_ole_win32_GUID_2IILorg_eclipse_swt_internal_ole_win32_DISPPARAMS_2ILorg_eclipse_swt_internal_ole_win32_EXCEPINFO_2_3I_9=
-
-COM_VtblCall__IIILorg_eclipse_swt_internal_ole_win32_STATSTG_2_3I=
-COM_VtblCall__IIILorg_eclipse_swt_internal_ole_win32_STATSTG_2_3I_0=
-COM_VtblCall__IIILorg_eclipse_swt_internal_ole_win32_STATSTG_2_3I_1=
-COM_VtblCall__IIILorg_eclipse_swt_internal_ole_win32_STATSTG_2_3I_2=
-COM_VtblCall__IIILorg_eclipse_swt_internal_ole_win32_STATSTG_2_3I_3=
-COM_VtblCall__IIILorg_eclipse_swt_internal_ole_win32_STATSTG_2_3I_4=
-
-COM_VtblCall__IIILorg_eclipse_swt_internal_win32_MSG_2IIILorg_eclipse_swt_internal_win32_RECT_2=
-COM_VtblCall__IIILorg_eclipse_swt_internal_win32_MSG_2IIILorg_eclipse_swt_internal_win32_RECT_2_0=
-COM_VtblCall__IIILorg_eclipse_swt_internal_win32_MSG_2IIILorg_eclipse_swt_internal_win32_RECT_2_1=
-COM_VtblCall__IIILorg_eclipse_swt_internal_win32_MSG_2IIILorg_eclipse_swt_internal_win32_RECT_2_2=
-COM_VtblCall__IIILorg_eclipse_swt_internal_win32_MSG_2IIILorg_eclipse_swt_internal_win32_RECT_2_3=
-COM_VtblCall__IIILorg_eclipse_swt_internal_win32_MSG_2IIILorg_eclipse_swt_internal_win32_RECT_2_4=
-COM_VtblCall__IIILorg_eclipse_swt_internal_win32_MSG_2IIILorg_eclipse_swt_internal_win32_RECT_2_5=
-COM_VtblCall__IIILorg_eclipse_swt_internal_win32_MSG_2IIILorg_eclipse_swt_internal_win32_RECT_2_6=
-COM_VtblCall__IIILorg_eclipse_swt_internal_win32_MSG_2IIILorg_eclipse_swt_internal_win32_RECT_2_7=
-
-COM_VtblCall__IIILorg_eclipse_swt_internal_win32_POINT_2I=
-COM_VtblCall__IIILorg_eclipse_swt_internal_win32_POINT_2I_0=
-COM_VtblCall__IIILorg_eclipse_swt_internal_win32_POINT_2I_1=
-COM_VtblCall__IIILorg_eclipse_swt_internal_win32_POINT_2I_2=
-COM_VtblCall__IIILorg_eclipse_swt_internal_win32_POINT_2I_3=
-COM_VtblCall__IIILorg_eclipse_swt_internal_win32_POINT_2I_4=
-
-COM_VtblCall__IIILorg_eclipse_swt_internal_win32_SIZE_2=
-COM_VtblCall__IIILorg_eclipse_swt_internal_win32_SIZE_2_0=
-COM_VtblCall__IIILorg_eclipse_swt_internal_win32_SIZE_2_1=
-COM_VtblCall__IIILorg_eclipse_swt_internal_win32_SIZE_2_2=
-COM_VtblCall__IIILorg_eclipse_swt_internal_win32_SIZE_2_3=
-
-COM_VtblCall__IIIZ=
-COM_VtblCall__IIIZ_0=
-COM_VtblCall__IIIZ_1=
-COM_VtblCall__IIIZ_2=
-COM_VtblCall__IIIZ_3=
-
-COM_VtblCall__III_3I=
-COM_VtblCall__III_3I_0=
-COM_VtblCall__III_3I_1=
-COM_VtblCall__III_3I_2=
-COM_VtblCall__III_3I_3=
-
-COM_VtblCall__III_3II_3I=
-COM_VtblCall__III_3II_3I_0=
-COM_VtblCall__III_3II_3I_1=
-COM_VtblCall__III_3II_3I_2=
-COM_VtblCall__III_3II_3I_3=
-COM_VtblCall__III_3II_3I_4=
-COM_VtblCall__III_3II_3I_5=
-
-COM_VtblCall__III_3I_3I_3I_3I=
-COM_VtblCall__III_3I_3I_3I_3I_0=
-COM_VtblCall__III_3I_3I_3I_3I_1=
-COM_VtblCall__III_3I_3I_3I_3I_2=
-COM_VtblCall__III_3I_3I_3I_3I_3=
-COM_VtblCall__III_3I_3I_3I_3I_4=
-COM_VtblCall__III_3I_3I_3I_3I_5=
-COM_VtblCall__III_3I_3I_3I_3I_6=
-
-COM_VtblCall__III_3J=
-COM_VtblCall__III_3J_0=
-COM_VtblCall__III_3J_1=
-COM_VtblCall__III_3J_2=
-COM_VtblCall__III_3J_3=
-
-COM_VtblCall__IIJI_3I=
-COM_VtblCall__IIJI_3I_0=
-COM_VtblCall__IIJI_3I_1=
-COM_VtblCall__IIJI_3I_2=
-COM_VtblCall__IIJI_3I_3=
-COM_VtblCall__IIJI_3I_4=
-
-COM_VtblCall__IIJ_3I=
-COM_VtblCall__IIJ_3I_0=
-COM_VtblCall__IIJ_3I_1=
-COM_VtblCall__IIJ_3I_2=
-COM_VtblCall__IIJ_3I_3=
-
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_CAUUID_2=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_CAUUID_2_0=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_CAUUID_2_1=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_CAUUID_2_2=
-
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_CONTROLINFO_2=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_CONTROLINFO_2_0=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_CONTROLINFO_2_1=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_CONTROLINFO_2_2=
-
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_FORMATETC_2=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_FORMATETC_2_0=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_FORMATETC_2_1=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_FORMATETC_2_2=
-
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_FORMATETC_2Lorg_eclipse_swt_internal_ole_win32_STGMEDIUM_2=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_FORMATETC_2Lorg_eclipse_swt_internal_ole_win32_STGMEDIUM_2_0=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_FORMATETC_2Lorg_eclipse_swt_internal_ole_win32_STGMEDIUM_2_1=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_FORMATETC_2Lorg_eclipse_swt_internal_ole_win32_STGMEDIUM_2_2=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_FORMATETC_2Lorg_eclipse_swt_internal_ole_win32_STGMEDIUM_2_3=
-
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_FORMATETC_2Lorg_eclipse_swt_internal_ole_win32_STGMEDIUM_2Z=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_FORMATETC_2Lorg_eclipse_swt_internal_ole_win32_STGMEDIUM_2Z_0=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_FORMATETC_2Lorg_eclipse_swt_internal_ole_win32_STGMEDIUM_2Z_1=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_FORMATETC_2Lorg_eclipse_swt_internal_ole_win32_STGMEDIUM_2Z_2=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_FORMATETC_2Lorg_eclipse_swt_internal_ole_win32_STGMEDIUM_2Z_3=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_FORMATETC_2Lorg_eclipse_swt_internal_ole_win32_STGMEDIUM_2Z_4=
-
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_GUID_2=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_GUID_2_0=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_GUID_2_1=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_GUID_2_2=
-
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_GUID_2IIII=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_GUID_2IIII_0=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_GUID_2IIII_1=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_GUID_2IIII_2=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_GUID_2IIII_3=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_GUID_2IIII_4=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_GUID_2IIII_5=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_GUID_2IIII_6=
-
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_GUID_2III_3I=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_GUID_2III_3I_0=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_GUID_2III_3I_1=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_GUID_2III_3I_2=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_GUID_2III_3I_3=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_GUID_2III_3I_4=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_GUID_2III_3I_5=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_GUID_2III_3I_6=
-
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_GUID_2ILorg_eclipse_swt_internal_ole_win32_OLECMD_2Lorg_eclipse_swt_internal_ole_win32_OLECMDTEXT_2=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_GUID_2ILorg_eclipse_swt_internal_ole_win32_OLECMD_2Lorg_eclipse_swt_internal_ole_win32_OLECMDTEXT_2_0=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_GUID_2ILorg_eclipse_swt_internal_ole_win32_OLECMD_2Lorg_eclipse_swt_internal_ole_win32_OLECMDTEXT_2_1=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_GUID_2ILorg_eclipse_swt_internal_ole_win32_OLECMD_2Lorg_eclipse_swt_internal_ole_win32_OLECMDTEXT_2_2=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_GUID_2ILorg_eclipse_swt_internal_ole_win32_OLECMD_2Lorg_eclipse_swt_internal_ole_win32_OLECMDTEXT_2_3=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_GUID_2ILorg_eclipse_swt_internal_ole_win32_OLECMD_2Lorg_eclipse_swt_internal_ole_win32_OLECMDTEXT_2_4=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_GUID_2ILorg_eclipse_swt_internal_ole_win32_OLECMD_2Lorg_eclipse_swt_internal_ole_win32_OLECMDTEXT_2_5=
-
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_GUID_2Lorg_eclipse_swt_internal_ole_win32_GUID_2_3I=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_GUID_2Lorg_eclipse_swt_internal_ole_win32_GUID_2_3I_0=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_GUID_2Lorg_eclipse_swt_internal_ole_win32_GUID_2_3I_1=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_GUID_2Lorg_eclipse_swt_internal_ole_win32_GUID_2_3I_2=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_GUID_2Lorg_eclipse_swt_internal_ole_win32_GUID_2_3I_3=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_GUID_2Lorg_eclipse_swt_internal_ole_win32_GUID_2_3I_4=
-
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_GUID_2_3I=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_GUID_2_3I_0=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_GUID_2_3I_1=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_GUID_2_3I_2=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_GUID_2_3I_3=
-
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_LICINFO_2=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_LICINFO_2_0=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_LICINFO_2_1=
-COM_VtblCall__IILorg_eclipse_swt_internal_ole_win32_LICINFO_2_2=
-
-COM_VtblCall__IILorg_eclipse_swt_internal_win32_MSG_2=
-COM_VtblCall__IILorg_eclipse_swt_internal_win32_MSG_2_0=
-COM_VtblCall__IILorg_eclipse_swt_internal_win32_MSG_2_1=
-COM_VtblCall__IILorg_eclipse_swt_internal_win32_MSG_2_2=
-
-COM_VtblCall__IILorg_eclipse_swt_internal_win32_POINT_2I=
-COM_VtblCall__IILorg_eclipse_swt_internal_win32_POINT_2I_0=
-COM_VtblCall__IILorg_eclipse_swt_internal_win32_POINT_2I_1=
-COM_VtblCall__IILorg_eclipse_swt_internal_win32_POINT_2I_2=
-COM_VtblCall__IILorg_eclipse_swt_internal_win32_POINT_2I_3=
-
-COM_VtblCall__IILorg_eclipse_swt_internal_win32_RECT_2=
-COM_VtblCall__IILorg_eclipse_swt_internal_win32_RECT_2_0=
-COM_VtblCall__IILorg_eclipse_swt_internal_win32_RECT_2_1=
-COM_VtblCall__IILorg_eclipse_swt_internal_win32_RECT_2_2=
-
-COM_VtblCall__IILorg_eclipse_swt_internal_win32_RECT_2IZ=
-COM_VtblCall__IILorg_eclipse_swt_internal_win32_RECT_2IZ_0=
-COM_VtblCall__IILorg_eclipse_swt_internal_win32_RECT_2IZ_1=
-COM_VtblCall__IILorg_eclipse_swt_internal_win32_RECT_2IZ_2=
-COM_VtblCall__IILorg_eclipse_swt_internal_win32_RECT_2IZ_3=
-COM_VtblCall__IILorg_eclipse_swt_internal_win32_RECT_2IZ_4=
-
-COM_VtblCall__IILorg_eclipse_swt_internal_win32_RECT_2Lorg_eclipse_swt_internal_win32_RECT_2=
-COM_VtblCall__IILorg_eclipse_swt_internal_win32_RECT_2Lorg_eclipse_swt_internal_win32_RECT_2_0=
-COM_VtblCall__IILorg_eclipse_swt_internal_win32_RECT_2Lorg_eclipse_swt_internal_win32_RECT_2_1=
-COM_VtblCall__IILorg_eclipse_swt_internal_win32_RECT_2Lorg_eclipse_swt_internal_win32_RECT_2_2=
-COM_VtblCall__IILorg_eclipse_swt_internal_win32_RECT_2Lorg_eclipse_swt_internal_win32_RECT_2_3=
-
-COM_VtblCall__IILorg_eclipse_swt_internal_win32_SHDRAGIMAGE_2I=
-COM_VtblCall__IILorg_eclipse_swt_internal_win32_SHDRAGIMAGE_2I_0=
-COM_VtblCall__IILorg_eclipse_swt_internal_win32_SHDRAGIMAGE_2I_1=
-COM_VtblCall__IILorg_eclipse_swt_internal_win32_SHDRAGIMAGE_2I_2=
-COM_VtblCall__IILorg_eclipse_swt_internal_win32_SHDRAGIMAGE_2I_3=
-
-COM_VtblCall__IIZ=
-COM_VtblCall__IIZ_0=
-COM_VtblCall__IIZ_1=
-COM_VtblCall__IIZ_2=
-
-COM_VtblCall__II_3C=
-COM_VtblCall__II_3C_0=
-COM_VtblCall__II_3C_1=
-COM_VtblCall__II_3C_2=
-
-COM_VtblCall__II_3CI=
-COM_VtblCall__II_3CI_0=
-COM_VtblCall__II_3CI_1=
-COM_VtblCall__II_3CI_2=
-COM_VtblCall__II_3CI_3=
-
-COM_VtblCall__II_3CIIII_3I=
-COM_VtblCall__II_3CIIII_3I_0=
-COM_VtblCall__II_3CIIII_3I_1=
-COM_VtblCall__II_3CIIII_3I_2=
-COM_VtblCall__II_3CIIII_3I_3=
-COM_VtblCall__II_3CIIII_3I_4=
-COM_VtblCall__II_3CIIII_3I_5=
-COM_VtblCall__II_3CIIII_3I_6=
-COM_VtblCall__II_3CIIII_3I_7=
-
-COM_VtblCall__II_3CIII_3I=
-COM_VtblCall__II_3CIII_3I_0=
-COM_VtblCall__II_3CIII_3I_1=
-COM_VtblCall__II_3CIII_3I_2=
-COM_VtblCall__II_3CIII_3I_3=
-COM_VtblCall__II_3CIII_3I_4=
-COM_VtblCall__II_3CIII_3I_5=
-COM_VtblCall__II_3CIII_3I_6=
-
-COM_VtblCall__II_3CIII_3J=
-COM_VtblCall__II_3CIII_3J_0=
-COM_VtblCall__II_3CIII_3J_1=
-COM_VtblCall__II_3CIII_3J_2=
-COM_VtblCall__II_3CIII_3J_3=
-COM_VtblCall__II_3CIII_3J_4=
-COM_VtblCall__II_3CIII_3J_5=
-COM_VtblCall__II_3CIII_3J_6=
-
-COM_VtblCall__II_3CJII_3J=
-COM_VtblCall__II_3CJII_3J_0=
-COM_VtblCall__II_3CJII_3J_1=
-COM_VtblCall__II_3CJII_3J_2=
-COM_VtblCall__II_3CJII_3J_3=
-COM_VtblCall__II_3CJII_3J_4=
-COM_VtblCall__II_3CJII_3J_5=
-COM_VtblCall__II_3CJII_3J_6=
-
-COM_VtblCall__II_3C_3C=
-COM_VtblCall__II_3C_3C_0=
-COM_VtblCall__II_3C_3C_1=
-COM_VtblCall__II_3C_3C_2=
-COM_VtblCall__II_3C_3C_3=
-
-COM_VtblCall__IJIIIIJ=
-COM_VtblCall__IJIIIIJ_0=
-COM_VtblCall__IJIIIIJ_1=
-COM_VtblCall__IJIIIIJ_2=
-COM_VtblCall__IJIIIIJ_3=
-COM_VtblCall__IJIIIIJ_4=
-COM_VtblCall__IJIIIIJ_5=
-COM_VtblCall__IJIIIIJ_6=
-
-COM_VtblCall__IJJIIIII=
-COM_VtblCall__IJJIIIII_0=
-COM_VtblCall__IJJIIIII_1=
-COM_VtblCall__IJJIIIII_2=
-COM_VtblCall__IJJIIIII_3=
-COM_VtblCall__IJJIIIII_4=
-COM_VtblCall__IJJIIIII_5=
-COM_VtblCall__IJJIIIII_6=
-COM_VtblCall__IJJIIIII_7=
-
-COM_VtblCall_IVARIANT=flags=no_gen
-COM_VtblCall_IVARIANT_0=
-COM_VtblCall_IVARIANT_1=
-COM_VtblCall_IVARIANT_2=
-COM_VtblCall_IVARIANT_3=
-
-COM_VtblCall_IVARIANTP=flags=no_gen
-COM_VtblCall_IVARIANTP_0=
-COM_VtblCall_IVARIANTP_1=
-COM_VtblCall_IVARIANTP_2=
-COM_VtblCall_IVARIANTP_3=
-COM_VtblCall_IVARIANTP_4=
-
-COM_VtblCall_PPPPVARIANT=flags=no_gen
-COM_VtblCall_PPPPVARIANT_0=
-COM_VtblCall_PPPPVARIANT_1=
-COM_VtblCall_PPPPVARIANT_2=
-COM_VtblCall_PPPPVARIANT_3=
-COM_VtblCall_PPPPVARIANT_4=
-COM_VtblCall_PPPPVARIANT_5=
-COM_VtblCall_PPPPVARIANT_6=
-
-COM_VtblCall_PVARIANTP=flags=no_gen
-COM_VtblCall_PVARIANTP_0=
-COM_VtblCall_PVARIANTP_1=
-COM_VtblCall_PVARIANTP_2=
-COM_VtblCall_PVARIANTP_3=
-COM_VtblCall_PVARIANTP_4=
-
-COM_VtblCall_VARIANT=flags=no_gen
-COM_VtblCall_VARIANT_0=
-COM_VtblCall_VARIANT_1=
-COM_VtblCall_VARIANT_2=
-
-COM_VtblCall_VARIANTP=flags=no_gen
-COM_VtblCall_VARIANTP_0=
-COM_VtblCall_VARIANTP_1=
-COM_VtblCall_VARIANTP_2=
-COM_VtblCall_VARIANTP_3=
-
-COM_WriteClassStg=
-COM_WriteClassStg_0=cast=(IStorage *)
-COM_WriteClassStg_1=
-
-COM_accDoDefaultAction_CALLBACK=flags=no_gen
-COM_accDoDefaultAction_CALLBACK_0=
-
-COM_accLocation_CALLBACK=flags=no_gen
-COM_accLocation_CALLBACK_0=
-
-COM_accNavigate_CALLBACK=flags=no_gen
-COM_accNavigate_CALLBACK_0=
-
-COM_accSelect_CALLBACK=flags=no_gen
-COM_accSelect_CALLBACK_0=
-
-COM_get_accChild_CALLBACK=flags=no_gen
-COM_get_accChild_CALLBACK_0=
-
-COM_get_accDefaultAction_CALLBACK=flags=no_gen
-COM_get_accDefaultAction_CALLBACK_0=
-
-COM_get_accDescription_CALLBACK=flags=no_gen
-COM_get_accDescription_CALLBACK_0=
-
-COM_get_accHelpTopic_CALLBACK=flags=no_gen
-COM_get_accHelpTopic_CALLBACK_0=
-
-COM_get_accHelp_CALLBACK=flags=no_gen
-COM_get_accHelp_CALLBACK_0=
-
-COM_get_accKeyboardShortcut_CALLBACK=flags=no_gen
-COM_get_accKeyboardShortcut_CALLBACK_0=
-
-COM_get_accName_CALLBACK=flags=no_gen
-COM_get_accName_CALLBACK_0=
-
-COM_get_accRole_CALLBACK=flags=no_gen
-COM_get_accRole_CALLBACK_0=
-
-COM_get_accState_CALLBACK=flags=no_gen
-COM_get_accState_CALLBACK_0=
-
-COM_get_accValue_CALLBACK=flags=no_gen
-COM_get_accValue_CALLBACK_0=
-
-COM_put_accName_CALLBACK=flags=no_gen
-COM_put_accName_CALLBACK_0=
-
-COM_put_accValue_CALLBACK=flags=no_gen
-COM_put_accValue_CALLBACK_0=
-
-
-org_eclipse_swt_internal_ole_win32_CONTROLINFO=
-CONTROLINFO_cb=
-CONTROLINFO_hAccel=cast=(HACCEL)
-CONTROLINFO_cAccel=
-CONTROLINFO_dwFlags=
-
-org_eclipse_swt_internal_ole_win32_COSERVERINFO=
-COSERVERINFO_dwReserved1=
-COSERVERINFO_pwszName=cast=(LPWSTR)
-COSERVERINFO_pAuthInfo=cast=(COAUTHINFO *)
-COSERVERINFO_dwReserved2=
-
-org_eclipse_swt_internal_ole_win32_DISPPARAMS=
-DISPPARAMS_rgvarg=cast=(VARIANTARG FAR *)
-DISPPARAMS_rgdispidNamedArgs=cast=(DISPID FAR *)
-DISPPARAMS_cArgs=
-DISPPARAMS_cNamedArgs=
-
-org_eclipse_swt_internal_ole_win32_DVTARGETDEVICE=
-DVTARGETDEVICE_tdSize=
-DVTARGETDEVICE_tdDriverNameOffset=
-DVTARGETDEVICE_tdDeviceNameOffset=
-DVTARGETDEVICE_tdPortNameOffset=
-DVTARGETDEVICE_tdExtDevmodeOffset=
-DVTARGETDEVICE_tdData=
-
-org_eclipse_swt_internal_ole_win32_EXCEPINFO=
-EXCEPINFO_wCode=
-EXCEPINFO_wReserved=
-EXCEPINFO_bstrSource=cast=(BSTR)
-EXCEPINFO_bstrDescription=cast=(BSTR)
-EXCEPINFO_bstrHelpFile=cast=(BSTR)
-EXCEPINFO_dwHelpContext=
-EXCEPINFO_pvReserved=cast=(void FAR *)
-EXCEPINFO_pfnDeferredFillIn=cast=(HRESULT (STDAPICALLTYPE FAR* )(struct tagEXCEPINFO FAR*))
-EXCEPINFO_scode=
-
-org_eclipse_swt_internal_ole_win32_FORMATETC=
-FORMATETC_cfFormat=cast=(CLIPFORMAT)
-FORMATETC_ptd=cast=(DVTARGETDEVICE *)
-FORMATETC_dwAspect=
-FORMATETC_lindex=
-FORMATETC_tymed=
-
-org_eclipse_swt_internal_ole_win32_FUNCDESC=
-FUNCDESC_memid=cast=MEMBERID
-FUNCDESC_lprgscode=cast=SCODE FAR *
-FUNCDESC_lprgelemdescParam=cast=ELEMDESC FAR *
-FUNCDESC_funckind=cast=FUNCKIND
-FUNCDESC_invkind=cast=INVOKEKIND
-FUNCDESC_callconv=cast=CALLCONV
-FUNCDESC_cParams=
-FUNCDESC_cParamsOpt=
-FUNCDESC_oVft=
-FUNCDESC_cScodes=
-FUNCDESC_elemdescFunc_tdesc_union=accessor=elemdescFunc.tdesc.lptdesc,cast=(struct FARSTRUCT tagTYPEDESC FAR* )
-FUNCDESC_elemdescFunc_tdesc_vt=accessor=elemdescFunc.tdesc.vt
-FUNCDESC_elemdescFunc_paramdesc_pparamdescex=accessor=elemdescFunc.paramdesc.pparamdescex,cast=(LPPARAMDESCEX)
-FUNCDESC_elemdescFunc_paramdesc_wParamFlags=accessor=elemdescFunc.paramdesc.wParamFlags
-FUNCDESC_wFuncFlags=
-
-org_eclipse_swt_internal_ole_win32_GUID=
-GUID_Data1=
-GUID_Data2=
-GUID_Data3=
-GUID_Data4=
-
-org_eclipse_swt_internal_ole_win32_IAccessible=flags=no_gen
-
-org_eclipse_swt_internal_ole_win32_IClassFactory2=flags=no_gen
-
-org_eclipse_swt_internal_ole_win32_IConnectionPoint=flags=no_gen
-
-org_eclipse_swt_internal_ole_win32_IConnectionPointContainer=flags=no_gen
-
-org_eclipse_swt_internal_ole_win32_IDataObject=flags=no_gen
-
-org_eclipse_swt_internal_ole_win32_IDispatch=flags=no_gen
-
-org_eclipse_swt_internal_ole_win32_IDragSourceHelper=flags=no_gen
-
-org_eclipse_swt_internal_ole_win32_IDragSourceHelper2=flags=no_gen
-
-org_eclipse_swt_internal_ole_win32_IDropTargetHelper=flags=no_gen
-
-org_eclipse_swt_internal_ole_win32_IEnum=flags=no_gen
-
-org_eclipse_swt_internal_ole_win32_IEnumFORMATETC=flags=no_gen
-
-org_eclipse_swt_internal_ole_win32_IEnumSTATSTG=flags=no_gen
-
-org_eclipse_swt_internal_ole_win32_IEnumVARIANT=flags=no_gen
-
-org_eclipse_swt_internal_ole_win32_IFont=flags=no_gen
-
-org_eclipse_swt_internal_ole_win32_IMoniker=flags=no_gen
-
-org_eclipse_swt_internal_ole_win32_IOleCommandTarget=flags=no_gen
-
-org_eclipse_swt_internal_ole_win32_IOleControl=flags=no_gen
-
-org_eclipse_swt_internal_ole_win32_IOleDocument=flags=no_gen
-
-org_eclipse_swt_internal_ole_win32_IOleDocumentView=flags=no_gen
-
-org_eclipse_swt_internal_ole_win32_IOleInPlaceActiveObject=flags=no_gen
-
-org_eclipse_swt_internal_ole_win32_IOleInPlaceObject=flags=no_gen
-
-org_eclipse_swt_internal_ole_win32_IOleLink=flags=no_gen
-
-org_eclipse_swt_internal_ole_win32_IOleObject=flags=no_gen
-
-org_eclipse_swt_internal_ole_win32_IOleWindow=flags=no_gen
-
-org_eclipse_swt_internal_ole_win32_IPersist=flags=no_gen
-
-org_eclipse_swt_internal_ole_win32_IPersistStorage=flags=no_gen
-
-org_eclipse_swt_internal_ole_win32_IPersistStreamInit=flags=no_gen
-
-org_eclipse_swt_internal_ole_win32_IProvideClassInfo=flags=no_gen
-
-org_eclipse_swt_internal_ole_win32_IProvideClassInfo2=flags=no_gen
-
-org_eclipse_swt_internal_ole_win32_ISpecifyPropertyPages=flags=no_gen
-
-org_eclipse_swt_internal_ole_win32_IStorage=flags=no_gen
-
-org_eclipse_swt_internal_ole_win32_IStream=flags=no_gen
-
-org_eclipse_swt_internal_ole_win32_ITypeInfo=flags=no_gen
-
-org_eclipse_swt_internal_ole_win32_IUnknown=flags=no_gen
-
-org_eclipse_swt_internal_ole_win32_IViewObject2=flags=no_gen
-
-org_eclipse_swt_internal_ole_win32_LICINFO=
-LICINFO_cbLicInfo=
-LICINFO_fRuntimeKeyAvail=
-LICINFO_fLicVerified=
-
-org_eclipse_swt_internal_ole_win32_OLECMD=
-OLECMD_cmdID=
-OLECMD_cmdf=
-
-org_eclipse_swt_internal_ole_win32_OLECMDTEXT=
-OLECMDTEXT_cmdtextf=
-OLECMDTEXT_cwActual=
-OLECMDTEXT_cwBuf=
-OLECMDTEXT_rgwz=
-
-org_eclipse_swt_internal_ole_win32_OLEINPLACEFRAMEINFO=
-OLEINPLACEFRAMEINFO_cb=
-OLEINPLACEFRAMEINFO_fMDIApp=
-OLEINPLACEFRAMEINFO_hwndFrame=cast=(HWND)
-OLEINPLACEFRAMEINFO_haccel=cast=(HACCEL)
-OLEINPLACEFRAMEINFO_cAccelEntries=
-
-org_eclipse_swt_internal_ole_win32_STATSTG=
-STATSTG_pwcsName=cast=(LPWSTR)
-STATSTG_type=
-STATSTG_cbSize=accessor=cbSize.QuadPart
-STATSTG_mtime_dwLowDateTime=accessor=mtime.dwLowDateTime
-STATSTG_mtime_dwHighDateTime=accessor=mtime.dwHighDateTime
-STATSTG_ctime_dwLowDateTime=accessor=ctime.dwLowDateTime
-STATSTG_ctime_dwHighDateTime=accessor=ctime.dwHighDateTime
-STATSTG_atime_dwLowDateTime=accessor=atime.dwLowDateTime
-STATSTG_atime_dwHighDateTime=accessor=atime.dwHighDateTime
-STATSTG_grfMode=
-STATSTG_grfLocksSupported=
-STATSTG_clsid_Data1=accessor=clsid.Data1
-STATSTG_clsid_Data2=accessor=clsid.Data2
-STATSTG_clsid_Data3=accessor=clsid.Data3
-STATSTG_clsid_Data4=accessor=clsid.Data4
-STATSTG_grfStateBits=
-STATSTG_reserved=
-
-org_eclipse_swt_internal_ole_win32_STGMEDIUM=
-STGMEDIUM_tymed=
-STGMEDIUM_unionField=accessor=hGlobal,cast=(HGLOBAL)
-STGMEDIUM_pUnkForRelease=cast=(IUnknown *)
-
-org_eclipse_swt_internal_ole_win32_TYPEATTR=
-TYPEATTR_guid_Data1=accessor=guid.Data1
-TYPEATTR_guid_Data2=accessor=guid.Data2
-TYPEATTR_guid_Data3=accessor=guid.Data3
-TYPEATTR_guid_Data4=accessor=guid.Data4
-TYPEATTR_lcid=
-TYPEATTR_dwReserved=
-TYPEATTR_memidConstructor=
-TYPEATTR_memidDestructor=
-TYPEATTR_lpstrSchema=cast=(OLECHAR FAR *)
-TYPEATTR_cbSizeInstance=
-TYPEATTR_typekind=
-TYPEATTR_cFuncs=
-TYPEATTR_cVars=
-TYPEATTR_cImplTypes=
-TYPEATTR_cbSizeVft=
-TYPEATTR_cbAlignment=
-TYPEATTR_wTypeFlags=
-TYPEATTR_wMajorVerNum=
-TYPEATTR_wMinorVerNum=
-TYPEATTR_tdescAlias_unionField=accessor=tdescAlias.lptdesc,cast=(struct FARSTRUCT tagTYPEDESC FAR *)
-TYPEATTR_tdescAlias_vt=accessor=tdescAlias.vt
-TYPEATTR_idldescType_dwReserved=accessor=idldescType.dwReserved
-TYPEATTR_idldescType_wIDLFlags=accessor=idldescType.wIDLFlags
-
-org_eclipse_swt_internal_ole_win32_VARDESC=
-VARDESC_memid=
-VARDESC_lpstrSchema=cast=(OLECHAR FAR *)
-VARDESC_oInst=
-VARDESC_elemdescVar_tdesc_union=accessor=elemdescVar.tdesc.lptdesc,cast=(struct FARSTRUCT tagTYPEDESC FAR *)
-VARDESC_elemdescVar_tdesc_vt=accessor=elemdescVar.tdesc.vt
-VARDESC_elemdescVar_paramdesc_pparamdescex=accessor=elemdescVar.paramdesc.pparamdescex,cast=(LPPARAMDESCEX)
-VARDESC_elemdescVar_paramdesc_wParamFlags=accessor=elemdescVar.paramdesc.wParamFlags
-VARDESC_wVarFlags=
-VARDESC_varkind=
-
-org_eclipse_swt_internal_ole_win32_VARIANT=
-VARIANT_vt=
-VARIANT_wReserved1=
-VARIANT_wReserved2=
-VARIANT_wReserved3=
-VARIANT_lVal=
-
diff --git a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.opengl.carbon.AGL.properties b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.opengl.carbon.AGL.properties
deleted file mode 100644
index f98f787ba9..0000000000
--- a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.opengl.carbon.AGL.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-###############################################################################
-# Copyright (c) 2000, 2008 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-org_eclipse_swt_internal_opengl_carbon_AGL=
-AGL_aglChoosePixelFormat=
-AGL_aglChoosePixelFormat_0=cast=const AGLDevice *
-AGL_aglChoosePixelFormat_1=
-AGL_aglChoosePixelFormat_2=cast=const GLint *
-
-AGL_aglCreateContext=
-AGL_aglCreateContext_0=cast=AGLPixelFormat
-AGL_aglCreateContext_1=cast=AGLContext
-
-AGL_aglDescribePixelFormat=
-AGL_aglDescribePixelFormat_0=cast=AGLPixelFormat
-AGL_aglDescribePixelFormat_1=cast=GLint
-AGL_aglDescribePixelFormat_2=cast=GLint *
-
-AGL_aglDestroyContext=
-AGL_aglDestroyContext_0=cast=AGLContext
-
-AGL_aglDestroyPixelFormat=
-AGL_aglDestroyPixelFormat_0=cast=AGLPixelFormat
-
-AGL_aglEnable=
-AGL_aglEnable_0=cast=AGLContext
-AGL_aglEnable_1=cast=GLenum
-
-AGL_aglGetCurrentContext=
-
-AGL_aglGetDrawable=
-AGL_aglGetDrawable_0=cast=AGLContext
-
-AGL_aglSetCurrentContext=
-AGL_aglSetCurrentContext_0=cast=AGLContext
-
-AGL_aglSetDrawable=
-AGL_aglSetDrawable_0=cast=AGLContext
-AGL_aglSetDrawable_1=cast=AGLDrawable
-
-AGL_aglSetInteger__III=
-AGL_aglSetInteger__III_0=cast=(AGLContext)
-AGL_aglSetInteger__III_1=cast=GLenum
-AGL_aglSetInteger__III_2=cast=const GLint *
-
-AGL_aglSetInteger__II_3I=
-AGL_aglSetInteger__II_3I_0=cast=(AGLContext)
-AGL_aglSetInteger__II_3I_1=cast=GLenum
-AGL_aglSetInteger__II_3I_2=cast=const GLint *
-
-AGL_aglSwapBuffers=
-AGL_aglSwapBuffers_0=cast=AGLContext
-
-AGL_aglUpdateContext=
-AGL_aglUpdateContext_0=cast=AGLContext
-
-
diff --git a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.opengl.glx.GLX.properties b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.opengl.glx.GLX.properties
deleted file mode 100644
index 9cd955dff4..0000000000
--- a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.opengl.glx.GLX.properties
+++ /dev/null
@@ -1,121 +0,0 @@
-###############################################################################
-# Copyright (c) 2000, 2008 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-org_eclipse_swt_internal_opengl_glx_GLX=
-GLX_XVisualInfo_sizeof=
-
-GLX__glGetIntegerv=
-GLX__glGetIntegerv_0=cast=(GLenum)
-GLX__glGetIntegerv_1=cast=(GLint *),flags=no_in
-
-GLX__glViewport=
-GLX__glViewport_0=cast=(GLint)
-GLX__glViewport_1=cast=(GLint)
-GLX__glViewport_2=cast=(GLsizei)
-GLX__glViewport_3=cast=(GLsizei)
-
-GLX__glXChooseVisual=
-GLX__glXChooseVisual_0=cast=(Display *)
-GLX__glXChooseVisual_1=
-GLX__glXChooseVisual_2=
-
-GLX__glXCopyContext=
-GLX__glXCopyContext_0=cast=(Display *)
-GLX__glXCopyContext_1=cast=(GLXContext)
-GLX__glXCopyContext_2=cast=(GLXContext)
-GLX__glXCopyContext_3=
-
-GLX__glXCreateContext=
-GLX__glXCreateContext_0=cast=(Display *)
-GLX__glXCreateContext_1=
-GLX__glXCreateContext_2=cast=(GLXContext)
-GLX__glXCreateContext_3=
-
-GLX__glXCreateGLXPixmap=
-GLX__glXCreateGLXPixmap_0=cast=(Display *)
-GLX__glXCreateGLXPixmap_1=
-GLX__glXCreateGLXPixmap_2=cast=(Pixmap)
-
-GLX__glXDestroyContext=
-GLX__glXDestroyContext_0=cast=(Display *)
-GLX__glXDestroyContext_1=cast=(GLXContext)
-
-GLX__glXDestroyGLXPixmap=
-GLX__glXDestroyGLXPixmap_0=cast=(Display *)
-GLX__glXDestroyGLXPixmap_1=cast=(GLXPixmap)
-
-GLX__glXGetClientString=
-GLX__glXGetClientString_0=cast=(Display *)
-GLX__glXGetClientString_1=
-
-GLX__glXGetConfig=
-GLX__glXGetConfig_0=cast=(Display *)
-GLX__glXGetConfig_1=
-GLX__glXGetConfig_2=
-GLX__glXGetConfig_3=
-
-GLX__glXGetCurrentContext=
-
-GLX__glXGetCurrentDrawable=
-
-GLX__glXIsDirect=
-GLX__glXIsDirect_0=cast=(Display *)
-GLX__glXIsDirect_1=cast=(GLXContext)
-
-GLX__glXMakeCurrent=
-GLX__glXMakeCurrent_0=cast=(Display *)
-GLX__glXMakeCurrent_1=cast=(GLXDrawable)
-GLX__glXMakeCurrent_2=cast=(GLXContext)
-
-GLX__glXQueryExtension=
-GLX__glXQueryExtension_0=cast=(Display *)
-GLX__glXQueryExtension_1=
-GLX__glXQueryExtension_2=
-
-GLX__glXQueryExtensionsString=
-GLX__glXQueryExtensionsString_0=cast=(Display *)
-GLX__glXQueryExtensionsString_1=
-
-GLX__glXQueryServerString=
-GLX__glXQueryServerString_0=cast=(Display *)
-GLX__glXQueryServerString_1=
-GLX__glXQueryServerString_2=
-
-GLX__glXQueryVersion=
-GLX__glXQueryVersion_0=cast=(Display *)
-GLX__glXQueryVersion_1=flags=no_in
-GLX__glXQueryVersion_2=flags=no_in
-
-GLX__glXSwapBuffers=
-GLX__glXSwapBuffers_0=cast=(Display *)
-GLX__glXSwapBuffers_1=cast=(GLXDrawable)
-
-GLX__glXWaitGL=
-
-GLX__glXWaitX=
-
-GLX_memmove=
-GLX_memmove_0=
-GLX_memmove_1=cast=(const void *)
-GLX_memmove_2=cast=(size_t)
-
-
-org_eclipse_swt_internal_opengl_glx_XVisualInfo=
-XVisualInfo_visual=cast=(Visual *)
-XVisualInfo_visualid=
-XVisualInfo_screen=
-XVisualInfo_depth=
-XVisualInfo_cclass=accessor=class
-XVisualInfo_red_mask=
-XVisualInfo_green_mask=
-XVisualInfo_blue_mask=
-XVisualInfo_colormap_size=
-XVisualInfo_bits_per_rgb=
-
diff --git a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.opengl.win32.WGL.properties b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.opengl.win32.WGL.properties
deleted file mode 100644
index b563934bf8..0000000000
--- a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.opengl.win32.WGL.properties
+++ /dev/null
@@ -1,147 +0,0 @@
-###############################################################################
-# Copyright (c) 2000, 2008 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-org_eclipse_swt_internal_opengl_win32_LAYERPLANEDESCRIPTOR=
-LAYERPLANEDESCRIPTOR_nSize=
-LAYERPLANEDESCRIPTOR_nVersion=
-LAYERPLANEDESCRIPTOR_dwFlags=
-LAYERPLANEDESCRIPTOR_iPixelType=
-LAYERPLANEDESCRIPTOR_cColorBits=
-LAYERPLANEDESCRIPTOR_cRedBits=
-LAYERPLANEDESCRIPTOR_cRedShift=
-LAYERPLANEDESCRIPTOR_cGreenBits=
-LAYERPLANEDESCRIPTOR_cGreenShift=
-LAYERPLANEDESCRIPTOR_cBlueBits=
-LAYERPLANEDESCRIPTOR_cBlueShift=
-LAYERPLANEDESCRIPTOR_cAlphaBits=
-LAYERPLANEDESCRIPTOR_cAlphaShift=
-LAYERPLANEDESCRIPTOR_cAccumBits=
-LAYERPLANEDESCRIPTOR_cAccumRedBits=
-LAYERPLANEDESCRIPTOR_cAccumGreenBits=
-LAYERPLANEDESCRIPTOR_cAccumBlueBits=
-LAYERPLANEDESCRIPTOR_cAccumAlphaBits=
-LAYERPLANEDESCRIPTOR_cDepthBits=
-LAYERPLANEDESCRIPTOR_cStencilBits=
-LAYERPLANEDESCRIPTOR_cAuxBuffers=
-LAYERPLANEDESCRIPTOR_iLayerPlane=
-LAYERPLANEDESCRIPTOR_bReserved=
-LAYERPLANEDESCRIPTOR_crTransparent=
-
-org_eclipse_swt_internal_opengl_win32_PIXELFORMATDESCRIPTOR=
-PIXELFORMATDESCRIPTOR_nSize=
-PIXELFORMATDESCRIPTOR_nVersion=
-PIXELFORMATDESCRIPTOR_dwFlags=
-PIXELFORMATDESCRIPTOR_iPixelType=
-PIXELFORMATDESCRIPTOR_cColorBits=
-PIXELFORMATDESCRIPTOR_cRedBits=
-PIXELFORMATDESCRIPTOR_cRedShift=
-PIXELFORMATDESCRIPTOR_cGreenBits=
-PIXELFORMATDESCRIPTOR_cGreenShift=
-PIXELFORMATDESCRIPTOR_cBlueBits=
-PIXELFORMATDESCRIPTOR_cBlueShift=
-PIXELFORMATDESCRIPTOR_cAlphaBits=
-PIXELFORMATDESCRIPTOR_cAlphaShift=
-PIXELFORMATDESCRIPTOR_cAccumBits=
-PIXELFORMATDESCRIPTOR_cAccumRedBits=
-PIXELFORMATDESCRIPTOR_cAccumGreenBits=
-PIXELFORMATDESCRIPTOR_cAccumBlueBits=
-PIXELFORMATDESCRIPTOR_cAccumAlphaBits=
-PIXELFORMATDESCRIPTOR_cDepthBits=
-PIXELFORMATDESCRIPTOR_cStencilBits=
-PIXELFORMATDESCRIPTOR_cAuxBuffers=
-PIXELFORMATDESCRIPTOR_iLayerType=
-PIXELFORMATDESCRIPTOR_bReserved=
-PIXELFORMATDESCRIPTOR_dwLayerMask=
-PIXELFORMATDESCRIPTOR_dwVisibleMask=
-PIXELFORMATDESCRIPTOR_dwDamageMask=
-
-org_eclipse_swt_internal_opengl_win32_WGL=
-WGL_ChoosePixelFormat=
-WGL_ChoosePixelFormat_0=cast=(HDC)
-WGL_ChoosePixelFormat_1=
-
-WGL_DescribePixelFormat=
-WGL_DescribePixelFormat_0=cast=(HDC)
-WGL_DescribePixelFormat_1=
-WGL_DescribePixelFormat_2=
-WGL_DescribePixelFormat_3=
-
-WGL_GetPixelFormat=
-WGL_GetPixelFormat_0=cast=(HDC)
-
-WGL_SetPixelFormat=
-WGL_SetPixelFormat_0=cast=(HDC)
-WGL_SetPixelFormat_1=
-WGL_SetPixelFormat_2=
-
-WGL_SwapBuffers=
-WGL_SwapBuffers_0=cast=(HDC)
-
-WGL_wglCopyContext=
-WGL_wglCopyContext_0=cast=(HGLRC)
-WGL_wglCopyContext_1=cast=(HGLRC)
-WGL_wglCopyContext_2=
-
-WGL_wglCreateContext=
-WGL_wglCreateContext_0=cast=(HDC)
-
-WGL_wglCreateLayerContext=
-WGL_wglCreateLayerContext_0=cast=(HDC)
-WGL_wglCreateLayerContext_1=
-
-WGL_wglDeleteContext=
-WGL_wglDeleteContext_0=cast=(HGLRC)
-
-WGL_wglDescribeLayerPlane=
-WGL_wglDescribeLayerPlane_0=cast=(HDC)
-WGL_wglDescribeLayerPlane_1=
-WGL_wglDescribeLayerPlane_2=
-WGL_wglDescribeLayerPlane_3=
-WGL_wglDescribeLayerPlane_4=
-
-WGL_wglGetCurrentContext=
-
-WGL_wglGetCurrentDC=
-
-WGL_wglGetLayerPaletteEntries=
-WGL_wglGetLayerPaletteEntries_0=cast=(HDC)
-WGL_wglGetLayerPaletteEntries_1=
-WGL_wglGetLayerPaletteEntries_2=
-WGL_wglGetLayerPaletteEntries_3=
-WGL_wglGetLayerPaletteEntries_4=cast=(COLORREF *)
-
-WGL_wglGetProcAddress=
-WGL_wglGetProcAddress_0=
-
-WGL_wglMakeCurrent=
-WGL_wglMakeCurrent_0=cast=(HDC)
-WGL_wglMakeCurrent_1=cast=(HGLRC)
-
-WGL_wglRealizeLayerPalette=
-WGL_wglRealizeLayerPalette_0=cast=(HDC)
-WGL_wglRealizeLayerPalette_1=
-WGL_wglRealizeLayerPalette_2=
-
-WGL_wglSetLayerPaletteEntries=
-WGL_wglSetLayerPaletteEntries_0=cast=(HDC)
-WGL_wglSetLayerPaletteEntries_1=
-WGL_wglSetLayerPaletteEntries_2=
-WGL_wglSetLayerPaletteEntries_3=
-WGL_wglSetLayerPaletteEntries_4=cast=(COLORREF *)
-
-WGL_wglShareLists=
-WGL_wglShareLists_0=cast=(HGLRC)
-WGL_wglShareLists_1=cast=(HGLRC)
-
-WGL_wglSwapLayerBuffers=
-WGL_wglSwapLayerBuffers_0=cast=(HDC)
-WGL_wglSwapLayerBuffers_1=
-
-
diff --git a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.photon.OS.properties b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.photon.OS.properties
deleted file mode 100644
index fd4d06ba78..0000000000
--- a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.photon.OS.properties
+++ /dev/null
@@ -1,1501 +0,0 @@
-###############################################################################
-# Copyright (c) 2000, 2008 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-org_eclipse_swt_internal_photon_FontDetails=
-FontDetails_desc=cast=(FontDescription)
-FontDetails_stem=cast=(FontName)
-FontDetails_losize=
-FontDetails_hisize=
-FontDetails_flags=
-
-org_eclipse_swt_internal_photon_FontQueryInfo=
-FontQueryInfo_font=cast=(FontName)
-FontQueryInfo_desc=cast=(FontDescription)
-FontQueryInfo_size=
-FontQueryInfo_style=
-FontQueryInfo_ascender=
-FontQueryInfo_descender=
-FontQueryInfo_width=
-FontQueryInfo_lochar=
-FontQueryInfo_hichar=
-
-org_eclipse_swt_internal_photon_OS=
-OS_PfDecomposeStemToID=
-OS_PfDecomposeStemToID_0=
-
-OS_PfExtentText__Lorg_eclipse_swt_internal_photon_PhRect_1t_2Lorg_eclipse_swt_internal_photon_PhPoint_1t_2III=
-OS_PfExtentText__Lorg_eclipse_swt_internal_photon_PhRect_1t_2Lorg_eclipse_swt_internal_photon_PhPoint_1t_2III_0=
-OS_PfExtentText__Lorg_eclipse_swt_internal_photon_PhRect_1t_2Lorg_eclipse_swt_internal_photon_PhPoint_1t_2III_1=
-OS_PfExtentText__Lorg_eclipse_swt_internal_photon_PhRect_1t_2Lorg_eclipse_swt_internal_photon_PhPoint_1t_2III_2=cast=(const char *)
-OS_PfExtentText__Lorg_eclipse_swt_internal_photon_PhRect_1t_2Lorg_eclipse_swt_internal_photon_PhPoint_1t_2III_3=cast=(const char *)
-OS_PfExtentText__Lorg_eclipse_swt_internal_photon_PhRect_1t_2Lorg_eclipse_swt_internal_photon_PhPoint_1t_2III_4=
-
-OS_PfExtentText__Lorg_eclipse_swt_internal_photon_PhRect_1t_2Lorg_eclipse_swt_internal_photon_PhPoint_1t_2_3B_3BI=
-OS_PfExtentText__Lorg_eclipse_swt_internal_photon_PhRect_1t_2Lorg_eclipse_swt_internal_photon_PhPoint_1t_2_3B_3BI_0=
-OS_PfExtentText__Lorg_eclipse_swt_internal_photon_PhRect_1t_2Lorg_eclipse_swt_internal_photon_PhPoint_1t_2_3B_3BI_1=
-OS_PfExtentText__Lorg_eclipse_swt_internal_photon_PhRect_1t_2Lorg_eclipse_swt_internal_photon_PhPoint_1t_2_3B_3BI_2=cast=(const char *)
-OS_PfExtentText__Lorg_eclipse_swt_internal_photon_PhRect_1t_2Lorg_eclipse_swt_internal_photon_PhPoint_1t_2_3B_3BI_3=cast=(const char *)
-OS_PfExtentText__Lorg_eclipse_swt_internal_photon_PhRect_1t_2Lorg_eclipse_swt_internal_photon_PhPoint_1t_2_3B_3BI_4=
-
-OS_PfExtentWideText=
-OS_PfExtentWideText_0=
-OS_PfExtentWideText_1=
-OS_PfExtentWideText_2=cast=(const char *)
-OS_PfExtentWideText_3=cast=(const uint16_t *)
-OS_PfExtentWideText_4=
-
-OS_PfFontDescription=
-OS_PfFontDescription_0=cast=(FontID *)
-
-OS_PfFontFlags=
-OS_PfFontFlags_0=cast=(FontID *)
-
-OS_PfFontSize=
-OS_PfFontSize_0=cast=(FontID *)
-
-OS_PfFreeFont=
-OS_PfFreeFont_0=cast=(FontID *)
-
-OS_PfGenerateFontName=
-OS_PfGenerateFontName_0=cast=(char const *)
-OS_PfGenerateFontName_1=
-OS_PfGenerateFontName_2=
-OS_PfGenerateFontName_3=cast=(char *)
-
-OS_PfLoadMetrics=
-OS_PfLoadMetrics_0=cast=(const char *)
-
-OS_PfQueryFontInfo=
-OS_PfQueryFontInfo_0=cast=(const char *)
-OS_PfQueryFontInfo_1=cast=(FontQueryInfo *)
-
-OS_PfQueryFonts=
-OS_PfQueryFonts_0=
-OS_PfQueryFonts_1=
-OS_PfQueryFonts_2=cast=(FontDetails *)
-OS_PfQueryFonts_3=
-
-OS_PgAlphaOff=
-
-OS_PgAlphaOn=
-
-OS_PgCreateGC=
-OS_PgCreateGC_0=
-
-OS_PgDestroyGC=
-OS_PgDestroyGC_0=cast=(PhGC_t *)
-
-OS_PgDrawArc=
-OS_PgDrawArc_0=
-OS_PgDrawArc_1=
-OS_PgDrawArc_2=
-OS_PgDrawArc_3=
-OS_PgDrawArc_4=
-
-OS_PgDrawArrow=
-OS_PgDrawArrow_0=
-OS_PgDrawArrow_1=
-OS_PgDrawArrow_2=cast=(PgColor_t)
-OS_PgDrawArrow_3=
-
-OS_PgDrawBitmap=
-OS_PgDrawBitmap_0=cast=(void const *)
-OS_PgDrawBitmap_1=cast=(int)
-OS_PgDrawBitmap_2=cast=(PhPoint_t *)
-OS_PgDrawBitmap_3=cast=(PhPoint_t *)
-OS_PgDrawBitmap_4=cast=(int)
-OS_PgDrawBitmap_5=cast=(long)
-
-OS_PgDrawEllipse=
-OS_PgDrawEllipse_0=
-OS_PgDrawEllipse_1=
-OS_PgDrawEllipse_2=
-
-OS_PgDrawGradient=
-OS_PgDrawGradient_0=
-OS_PgDrawGradient_1=
-OS_PgDrawGradient_2=
-OS_PgDrawGradient_3=
-OS_PgDrawGradient_4=
-OS_PgDrawGradient_5=cast=(PgColor_t)
-OS_PgDrawGradient_6=cast=(PgColor_t)
-OS_PgDrawGradient_7=cast=(PgColor_t)
-OS_PgDrawGradient_8=cast=(PgColor_t)
-OS_PgDrawGradient_9=
-OS_PgDrawGradient_10=cast=(unsigned char *)
-
-OS_PgDrawILine=
-OS_PgDrawILine_0=
-OS_PgDrawILine_1=
-OS_PgDrawILine_2=
-OS_PgDrawILine_3=
-
-OS_PgDrawIPixel=
-OS_PgDrawIPixel_0=
-OS_PgDrawIPixel_1=
-
-OS_PgDrawIRect=
-OS_PgDrawIRect_0=
-OS_PgDrawIRect_1=
-OS_PgDrawIRect_2=
-OS_PgDrawIRect_3=
-OS_PgDrawIRect_4=
-
-OS_PgDrawImage=
-OS_PgDrawImage_0=cast=(void const *)
-OS_PgDrawImage_1=
-OS_PgDrawImage_2=
-OS_PgDrawImage_3=
-OS_PgDrawImage_4=
-OS_PgDrawImage_5=
-
-OS_PgDrawMultiTextArea=
-OS_PgDrawMultiTextArea_0=cast=(char *)
-OS_PgDrawMultiTextArea_1=
-OS_PgDrawMultiTextArea_2=
-OS_PgDrawMultiTextArea_3=
-OS_PgDrawMultiTextArea_4=
-OS_PgDrawMultiTextArea_5=
-
-OS_PgDrawPhImageRectmx=
-OS_PgDrawPhImageRectmx_0=
-OS_PgDrawPhImageRectmx_1=cast=(PhImage_t const *)
-OS_PgDrawPhImageRectmx_2=
-OS_PgDrawPhImageRectmx_3=
-
-OS_PgDrawPolygon=
-OS_PgDrawPolygon_0=cast=(PhPoint_t const *)
-OS_PgDrawPolygon_1=
-OS_PgDrawPolygon_2=cast=(PhPoint_t const *)
-OS_PgDrawPolygon_3=
-
-OS_PgDrawRoundRect=
-OS_PgDrawRoundRect_0=cast=(PhRect_t const *)
-OS_PgDrawRoundRect_1=cast=(PhPoint_t const *)
-OS_PgDrawRoundRect_2=
-
-OS_PgDrawTImage=
-OS_PgDrawTImage_0=cast=(void const *)
-OS_PgDrawTImage_1=
-OS_PgDrawTImage_2=cast=(PhPoint_t const *)
-OS_PgDrawTImage_3=cast=(PhDim_t const *)
-OS_PgDrawTImage_4=
-OS_PgDrawTImage_5=
-OS_PgDrawTImage_6=cast=(void const *)
-OS_PgDrawTImage_7=
-
-OS_PgDrawText=
-OS_PgDrawText_0=cast=(char const *)
-OS_PgDrawText_1=
-OS_PgDrawText_2=cast=(PhPoint_t *)
-OS_PgDrawText_3=
-
-OS_PgExtentMultiText=
-OS_PgExtentMultiText_0=cast=(PhRect_t *)
-OS_PgExtentMultiText_1=cast=(PhPoint_t *)
-OS_PgExtentMultiText_2=cast=(char *)
-OS_PgExtentMultiText_3=cast=(char *)
-OS_PgExtentMultiText_4=
-OS_PgExtentMultiText_5=
-
-OS_PgFlush=
-
-OS_PgGetVideoMode=
-OS_PgGetVideoMode_0=cast=(PgDisplaySettings_t *),flags=init
-
-OS_PgGetVideoModeInfo=
-OS_PgGetVideoModeInfo_0=
-OS_PgGetVideoModeInfo_1=cast=(PgVideoModeInfo_t *)
-
-OS_PgReadScreen=
-OS_PgReadScreen_0=cast=(PhRect_t *)
-OS_PgReadScreen_1=cast=(void *)
-
-OS_PgReadScreenSize=
-OS_PgReadScreenSize_0=cast=(PhRect_t *)
-
-OS_PgSetAlpha=
-OS_PgSetAlpha_0=
-OS_PgSetAlpha_1=cast=(PgMap_t const *)
-OS_PgSetAlpha_2=cast=(PgGradient_t const *)
-OS_PgSetAlpha_3=
-OS_PgSetAlpha_4=
-
-OS_PgSetClipping=
-OS_PgSetClipping_0=
-OS_PgSetClipping_1=cast=(PhRect_t const *)
-
-OS_PgSetDrawBufferSize=
-OS_PgSetDrawBufferSize_0=
-
-OS_PgSetDrawMode=
-OS_PgSetDrawMode_0=
-
-OS_PgSetFillColor=
-OS_PgSetFillColor_0=cast=(PgColor_t)
-
-OS_PgSetFillTransPat=
-OS_PgSetFillTransPat_0=cast=(PgPattern_t)
-
-OS_PgSetFont=
-OS_PgSetFont_0=cast=(char const *)
-
-OS_PgSetGC=
-OS_PgSetGC_0=cast=(PhGC_t *)
-
-OS_PgSetMultiClip=
-OS_PgSetMultiClip_0=
-OS_PgSetMultiClip_1=cast=(PhRect_t const *)
-
-OS_PgSetMultiClipTiles=
-OS_PgSetMultiClipTiles_0=
-
-OS_PgSetPalette=
-OS_PgSetPalette_0=cast=(PgColor_t const *)
-OS_PgSetPalette_1=
-OS_PgSetPalette_2=
-OS_PgSetPalette_3=
-OS_PgSetPalette_4=
-OS_PgSetPalette_5=
-
-OS_PgSetRegion=
-OS_PgSetRegion_0=cast=(PhRid_t)
-
-OS_PgSetStrokeCap=
-OS_PgSetStrokeCap_0=
-
-OS_PgSetStrokeColor=
-OS_PgSetStrokeColor_0=cast=(PgColor_t)
-
-OS_PgSetStrokeDash=
-OS_PgSetStrokeDash_0=cast=(unsigned char const *)
-OS_PgSetStrokeDash_1=
-OS_PgSetStrokeDash_2=
-
-OS_PgSetStrokeJoin=
-OS_PgSetStrokeJoin_0=
-
-OS_PgSetStrokeWidth=
-OS_PgSetStrokeWidth_0=
-
-OS_PgSetTextColor=
-OS_PgSetTextColor_0=cast=(PgColor_t)
-
-OS_PgSetTextXORColor=
-OS_PgSetTextXORColor_0=cast=(PgColor_t)
-OS_PgSetTextXORColor_1=cast=(PgColor_t)
-
-OS_PgSetTranslation=
-OS_PgSetTranslation_0=
-OS_PgSetTranslation_1=
-
-OS_PgSetUserClip=
-OS_PgSetUserClip_0=cast=(PhRect_t const *)
-
-OS_PgShmemCreate=
-OS_PgShmemCreate_0=
-OS_PgShmemCreate_1=cast=(char const *)
-
-OS_PgShmemDestroy=
-OS_PgShmemDestroy_0=cast=(void *)
-
-OS_PhAddMergeTiles=
-OS_PhAddMergeTiles_0=cast=(PhTile_t *)
-OS_PhAddMergeTiles_1=cast=(PhTile_t *)
-OS_PhAddMergeTiles_2=cast=(int *)
-
-OS_PhAreaToRect=
-OS_PhAreaToRect_0=cast=(PhArea_t const *)
-OS_PhAreaToRect_1=cast=(PhRect_t *)
-
-OS_PhBlit=
-OS_PhBlit_0=cast=(PhRid_t)
-OS_PhBlit_1=cast=(const PhRect_t *)
-OS_PhBlit_2=cast=(const PhPoint_t *)
-
-OS_PhClipTilings=
-OS_PhClipTilings_0=cast=(PhTile_t *)
-OS_PhClipTilings_1=cast=(PhTile_t *)
-OS_PhClipTilings_2=cast=(PhTile_t **)
-
-OS_PhClipboardCopy=
-OS_PhClipboardCopy_0=
-OS_PhClipboardCopy_1=
-OS_PhClipboardCopy_2=cast=(PhClipHeader const *)
-
-OS_PhClipboardCopyString=
-OS_PhClipboardCopyString_0=
-OS_PhClipboardCopyString_1=cast=(const char *)
-
-OS_PhClipboardPasteFinish=
-OS_PhClipboardPasteFinish_0=cast=(void *)
-
-OS_PhClipboardPasteStart=
-OS_PhClipboardPasteStart_0=
-
-OS_PhClipboardPasteString=
-OS_PhClipboardPasteString_0=
-
-OS_PhClipboardPasteType=
-OS_PhClipboardPasteType_0=cast=(void *)
-OS_PhClipboardPasteType_1=
-
-OS_PhClipboardPasteTypeN=
-OS_PhClipboardPasteTypeN_0=cast=(void *)
-OS_PhClipboardPasteTypeN_1=
-
-OS_PhCoalesceTiles=
-OS_PhCoalesceTiles_0=cast=(PhTile_t *)
-
-OS_PhCopyTiles=
-OS_PhCopyTiles_0=cast=(PhTile_t *)
-
-OS_PhCreateImage=
-OS_PhCreateImage_0=cast=(PhImage_t *)
-OS_PhCreateImage_1=
-OS_PhCreateImage_2=
-OS_PhCreateImage_3=
-OS_PhCreateImage_4=cast=(PgColor_t const *)
-OS_PhCreateImage_5=
-OS_PhCreateImage_6=
-
-OS_PhDCSetCurrent=
-OS_PhDCSetCurrent_0=cast=(void *)
-
-OS_PhDeTranslateTiles=
-OS_PhDeTranslateTiles_0=cast=(PhTile_t *)
-OS_PhDeTranslateTiles_1=cast=(PhPoint_t const *)
-
-OS_PhEventNext=
-OS_PhEventNext_0=cast=(void *)
-OS_PhEventNext_1=
-
-OS_PhEventPeek=
-OS_PhEventPeek_0=cast=(void *)
-OS_PhEventPeek_1=
-
-OS_PhFreeTiles=
-OS_PhFreeTiles_0=cast=(PhTile_t *)
-
-OS_PhGetData=
-OS_PhGetData_0=cast=(PhEvent_t *)
-
-OS_PhGetMsgSize=
-OS_PhGetMsgSize_0=cast=(PhEvent_t const *)
-
-OS_PhGetRects=
-OS_PhGetRects_0=cast=(PhEvent_t *)
-
-OS_PhGetTile=flags=no_gen
-
-OS_PhInitDrag=
-OS_PhInitDrag_0=cast=(PhRid_t)
-OS_PhInitDrag_1=
-OS_PhInitDrag_2=cast=(const PhRect_t *)
-OS_PhInitDrag_3=cast=(const PhRect_t *)
-OS_PhInitDrag_4=
-OS_PhInitDrag_5=cast=(PhDim_t *)
-OS_PhInitDrag_6=cast=(PhDim_t *)
-OS_PhInitDrag_7=cast=(PhDim_t *)
-OS_PhInitDrag_8=cast=(PhPoint_t *)
-OS_PhInitDrag_9=cast=(PhCursorDescription_t *)
-
-OS_PhInputGroup=
-OS_PhInputGroup_0=cast=(PhEvent_t *)
-
-OS_PhIntersectTilings=
-OS_PhIntersectTilings_0=cast=(PhTile_t const *)
-OS_PhIntersectTilings_1=cast=(PhTile_t const *)
-OS_PhIntersectTilings_2=
-
-OS_PhKeyToMb=
-OS_PhKeyToMb_0=cast=char *
-OS_PhKeyToMb_1=
-
-OS_PhMakeGhostBitmap=
-OS_PhMakeGhostBitmap_0=cast=(PhImage_t *)
-
-OS_PhMakeTransBitmap=
-OS_PhMakeTransBitmap_0=cast=(PhImage_t *)
-OS_PhMakeTransBitmap_1=cast=(PgColor_t)
-
-OS_PhMergeTiles=
-OS_PhMergeTiles_0=cast=(PhTile_t *)
-
-OS_PhMoveCursorAbs=
-OS_PhMoveCursorAbs_0=
-OS_PhMoveCursorAbs_1=
-OS_PhMoveCursorAbs_2=
-
-OS_PhQueryCursor=
-OS_PhQueryCursor_0=
-OS_PhQueryCursor_1=cast=(PhCursorInfo_t *)
-
-OS_PhQueryRids=
-OS_PhQueryRids_0=
-OS_PhQueryRids_1=cast=(PhRid_t)
-OS_PhQueryRids_2=
-OS_PhQueryRids_3=
-OS_PhQueryRids_4=
-OS_PhQueryRids_5=cast=(PhRid_t)
-OS_PhQueryRids_6=cast=(const PhRect_t *)
-OS_PhQueryRids_7=cast=(PhRid_t *)
-OS_PhQueryRids_8=
-
-OS_PhRectIntersect=
-OS_PhRectIntersect_0=cast=(PhRect_t *)
-OS_PhRectIntersect_1=cast=(PhRect_t const *)
-
-OS_PhRectUnion__II=
-OS_PhRectUnion__II_0=cast=(PhRect_t *)
-OS_PhRectUnion__II_1=cast=(PhRect_t const *)
-
-OS_PhRectUnion__Lorg_eclipse_swt_internal_photon_PhRect_1t_2Lorg_eclipse_swt_internal_photon_PhRect_1t_2=
-OS_PhRectUnion__Lorg_eclipse_swt_internal_photon_PhRect_1t_2Lorg_eclipse_swt_internal_photon_PhRect_1t_2_0=cast=(PhRect_t *)
-OS_PhRectUnion__Lorg_eclipse_swt_internal_photon_PhRect_1t_2Lorg_eclipse_swt_internal_photon_PhRect_1t_2_1=cast=(PhRect_t const *)
-
-OS_PhRectsToTiles=
-OS_PhRectsToTiles_0=cast=(PhRect_t *)
-OS_PhRectsToTiles_1=
-
-OS_PhRegionQuery=
-OS_PhRegionQuery_0=cast=(PhRid_t)
-OS_PhRegionQuery_1=cast=(PhRegion_t *)
-OS_PhRegionQuery_2=cast=(PhRect_t *)
-OS_PhRegionQuery_3=cast=(void *)
-OS_PhRegionQuery_4=
-
-OS_PhReleaseImage=
-OS_PhReleaseImage_0=cast=(PhImage_t *)
-
-OS_PhSortTiles=
-OS_PhSortTiles_0=cast=(PhTile_t *)
-
-OS_PhTilesToRects=
-OS_PhTilesToRects_0=cast=(PhTile_t *)
-OS_PhTilesToRects_1=cast=(int *)
-
-OS_PhTranslateTiles=
-OS_PhTranslateTiles_0=cast=(PhTile_t *)
-OS_PhTranslateTiles_1=cast=(PhPoint_t const *)
-
-OS_PhWindowQueryVisible=
-OS_PhWindowQueryVisible_0=
-OS_PhWindowQueryVisible_1=cast=(PhRid_t)
-OS_PhWindowQueryVisible_2=
-OS_PhWindowQueryVisible_3=cast=(PhRect_t *)
-
-OS_PiCropImage=
-OS_PiCropImage_0=cast=(PhImage_t *)
-OS_PiCropImage_1=cast=(PhRect_t const *)
-OS_PiCropImage_2=
-
-OS_PiDuplicateImage=
-OS_PiDuplicateImage_0=cast=(PhImage_t *)
-OS_PiDuplicateImage_1=
-
-OS_PmMemCreateMC=
-OS_PmMemCreateMC_0=cast=(PhImage_t *)
-OS_PmMemCreateMC_1=cast=(PhDim_t *)
-OS_PmMemCreateMC_2=cast=(PhPoint_t *)
-
-OS_PmMemFlush=
-OS_PmMemFlush_0=cast=(PmMemoryContext_t *)
-OS_PmMemFlush_1=cast=(PhImage_t *)
-
-OS_PmMemReleaseMC=
-OS_PmMemReleaseMC_0=cast=(PmMemoryContext_t *)
-
-OS_PmMemStart=
-OS_PmMemStart_0=cast=(PmMemoryContext_t *)
-
-OS_PmMemStop=
-OS_PmMemStop_0=cast=(PmMemoryContext_t *)
-
-OS_PtAddCallback=
-OS_PtAddCallback_0=cast=(PtWidget_t *)
-OS_PtAddCallback_1=
-OS_PtAddCallback_2=cast=(PtCallbackF_t *)
-OS_PtAddCallback_3=cast=(void *)
-
-OS_PtAddEventHandler=
-OS_PtAddEventHandler_0=cast=(PtWidget_t *)
-OS_PtAddEventHandler_1=
-OS_PtAddEventHandler_2=cast=(PtCallbackF_t *)
-OS_PtAddEventHandler_3=cast=(void *)
-
-OS_PtAddFilterCallback=
-OS_PtAddFilterCallback_0=cast=(PtWidget_t *)
-OS_PtAddFilterCallback_1=
-OS_PtAddFilterCallback_2=cast=(PtCallbackF_t *)
-OS_PtAddFilterCallback_3=cast=(void *)
-
-OS_PtAddHotkeyHandler=
-OS_PtAddHotkeyHandler_0=cast=(PtWidget_t *)
-OS_PtAddHotkeyHandler_1=
-OS_PtAddHotkeyHandler_2=
-OS_PtAddHotkeyHandler_3=
-OS_PtAddHotkeyHandler_4=cast=(void *)
-OS_PtAddHotkeyHandler_5=cast=(PtCallbackF_t *)
-
-OS_PtAlert=
-OS_PtAlert_0=cast=(PtWidget_t *)
-OS_PtAlert_1=cast=(PhPoint_t const *)
-OS_PtAlert_2=cast=(char const *)
-OS_PtAlert_3=cast=(PhImage_t const *)
-OS_PtAlert_4=cast=(char const *)
-OS_PtAlert_5=cast=(char const *)
-OS_PtAlert_6=
-OS_PtAlert_7=cast=(char const **)
-OS_PtAlert_8=cast=(char const **)
-OS_PtAlert_9=
-OS_PtAlert_10=
-OS_PtAlert_11=
-
-OS_PtAppAddInput=
-OS_PtAppAddInput_0=cast=(PtAppContext_t)
-OS_PtAppAddInput_1=cast=(pid_t)
-OS_PtAppAddInput_2=cast=(PtInputCallbackProc_t)
-OS_PtAppAddInput_3=cast=(void *)
-
-OS_PtAppAddWorkProc=
-OS_PtAppAddWorkProc_0=cast=(PtAppContext_t)
-OS_PtAppAddWorkProc_1=cast=(PtWorkProc_t)
-OS_PtAppAddWorkProc_2=cast=(void *)
-
-OS_PtAppCreatePulse=
-OS_PtAppCreatePulse_0=cast=(PtAppContext_t)
-OS_PtAppCreatePulse_1=
-
-OS_PtAppDeletePulse=
-OS_PtAppDeletePulse_0=cast=(PtAppContext_t)
-OS_PtAppDeletePulse_1=cast=(pid_t)
-
-OS_PtAppProcessEvent=
-OS_PtAppProcessEvent_0=cast=(PtAppContext_t)
-
-OS_PtAppPulseTrigger=
-OS_PtAppPulseTrigger_0=cast=(PtAppContext_t)
-OS_PtAppPulseTrigger_1=cast=(pid_t)
-
-OS_PtAppRemoveInput=
-OS_PtAppRemoveInput_0=cast=(PtAppContext_t)
-OS_PtAppRemoveInput_1=cast=(PtInputId_t *)
-
-OS_PtAppRemoveWorkProc=
-OS_PtAppRemoveWorkProc_0=cast=(PtAppContext_t)
-OS_PtAppRemoveWorkProc_1=cast=(PtWorkProcId_t *)
-
-OS_PtBeep=
-
-OS_PtBlit=
-OS_PtBlit_0=cast=(PtWidget_t const *)
-OS_PtBlit_1=cast=(PhRect_t const *)
-OS_PtBlit_2=cast=(PhPoint_t const *)
-
-OS_PtBlockAllWindows=
-OS_PtBlockAllWindows_0=cast=(PtWidget_t *)
-OS_PtBlockAllWindows_1=
-OS_PtBlockAllWindows_2=cast=(PgColor_t)
-
-OS_PtBlockWindow=
-OS_PtBlockWindow_0=cast=(PtWidget_t *)
-OS_PtBlockWindow_1=
-OS_PtBlockWindow_2=cast=(PgColor_t)
-
-OS_PtButton=flags=const
-
-OS_PtCalcBorder=
-OS_PtCalcBorder_0=cast=(PtWidget_t *)
-OS_PtCalcBorder_1=
-
-OS_PtCalcCanvas=
-OS_PtCalcCanvas_0=cast=(PtWidget_t *)
-OS_PtCalcCanvas_1=cast=(PhRect_t *)
-
-OS_PtClippedBlit=
-OS_PtClippedBlit_0=cast=(PtWidget_t const *)
-OS_PtClippedBlit_1=cast=(PhTile_t const *)
-OS_PtClippedBlit_2=cast=(PhPoint_t const *)
-OS_PtClippedBlit_3=cast=(PhTile_t const *)
-
-OS_PtColorSelect=
-OS_PtColorSelect_0=cast=(PtWidget_t *)
-OS_PtColorSelect_1=cast=(char *)
-OS_PtColorSelect_2=
-
-OS_PtComboBox=flags=const
-
-OS_PtContainer=flags=const
-
-OS_PtContainerFindFocus=
-OS_PtContainerFindFocus_0=cast=(PtWidget_t *)
-
-OS_PtContainerFocusNext=
-OS_PtContainerFocusNext_0=cast=(PtWidget_t *)
-OS_PtContainerFocusNext_1=cast=(PhEvent_t *)
-
-OS_PtContainerFocusPrev=
-OS_PtContainerFocusPrev_0=cast=(PtWidget_t *)
-OS_PtContainerFocusPrev_1=cast=(PhEvent_t *)
-
-OS_PtContainerGiveFocus=
-OS_PtContainerGiveFocus_0=cast=(PtWidget_t *)
-OS_PtContainerGiveFocus_1=cast=(PhEvent_t *)
-
-OS_PtContainerHold=
-OS_PtContainerHold_0=cast=(PtWidget_t *)
-
-OS_PtContainerRelease=
-OS_PtContainerRelease_0=cast=(PtWidget_t *)
-
-OS_PtCreateAppContext=
-
-OS_PtCreateWidget=
-OS_PtCreateWidget_0=cast=(PtWidgetClassRef_t *)
-OS_PtCreateWidget_1=cast=(PtWidget_t *)
-OS_PtCreateWidget_2=
-OS_PtCreateWidget_3=cast=(PtArg_t const *)
-
-OS_PtCreateWidgetClass=
-OS_PtCreateWidgetClass_0=cast=(PtWidgetClassRef_t *)
-OS_PtCreateWidgetClass_1=
-OS_PtCreateWidgetClass_2=
-OS_PtCreateWidgetClass_3=cast=(PtArg_t const *)
-
-OS_PtDamageExtent=
-OS_PtDamageExtent_0=cast=(PtWidget_t *)
-OS_PtDamageExtent_1=cast=(PhRect_t const *)
-
-OS_PtDamageWidget=
-OS_PtDamageWidget_0=cast=(PtWidget_t *)
-
-OS_PtDestroyWidget=
-OS_PtDestroyWidget_0=cast=(PtWidget_t *)
-
-OS_PtDisjoint=flags=const
-
-OS_PtEnter=
-OS_PtEnter_0=
-
-OS_PtEventHandler=
-OS_PtEventHandler_0=cast=(PhEvent_t *)
-
-OS_PtExtentWidget=
-OS_PtExtentWidget_0=cast=(PtWidget_t *)
-
-OS_PtExtentWidgetFamily=
-OS_PtExtentWidgetFamily_0=cast=(PtWidget_t *)
-
-OS_PtFileSelection=
-OS_PtFileSelection_0=cast=(PtWidget_t *)
-OS_PtFileSelection_1=cast=(PhPoint_t const *)
-OS_PtFileSelection_2=cast=(char const *)
-OS_PtFileSelection_3=cast=(char const *)
-OS_PtFileSelection_4=cast=(char const *)
-OS_PtFileSelection_5=cast=(char const *)
-OS_PtFileSelection_6=cast=(char const *)
-OS_PtFileSelection_7=cast=(char const *)
-OS_PtFileSelection_8=cast=(PtFileSelectionInfo_t *),flags=init
-OS_PtFileSelection_9=
-
-OS_PtFindDisjoint=
-OS_PtFindDisjoint_0=cast=(PtWidget_t *)
-
-OS_PtFlush=
-
-OS_PtFontSelection=
-OS_PtFontSelection_0=cast=(PtWidget_t *)
-OS_PtFontSelection_1=cast=(const PhPoint_t *)
-OS_PtFontSelection_2=cast=(const char *)
-OS_PtFontSelection_3=cast=(const char *)
-OS_PtFontSelection_4=
-OS_PtFontSelection_5=
-OS_PtFontSelection_6=cast=(const char *)
-
-OS_PtForwardWindowEvent=
-OS_PtForwardWindowEvent_0=cast=(PhWindowEvent_t const *)
-
-OS_PtFrameSize=
-OS_PtFrameSize_0=
-OS_PtFrameSize_1=
-OS_PtFrameSize_2=
-OS_PtFrameSize_3=
-OS_PtFrameSize_4=
-OS_PtFrameSize_5=
-
-OS_PtGetAbsPosition=
-OS_PtGetAbsPosition_0=cast=(PtWidget_t *)
-OS_PtGetAbsPosition_1=
-OS_PtGetAbsPosition_2=
-
-OS_PtGetResources=
-OS_PtGetResources_0=cast=(PtWidget_t *)
-OS_PtGetResources_1=
-OS_PtGetResources_2=cast=(PtArg_t *)
-
-OS_PtGetVisibleTiles=
-OS_PtGetVisibleTiles_0=
-
-OS_PtGlobalFocusNext=
-OS_PtGlobalFocusNext_0=cast=(PtWidget_t *)
-OS_PtGlobalFocusNext_1=cast=(PhEvent_t *)
-
-OS_PtGlobalFocusNextContainer=
-OS_PtGlobalFocusNextContainer_0=cast=(PtWidget_t *)
-OS_PtGlobalFocusNextContainer_1=cast=(PhEvent_t *)
-
-OS_PtGlobalFocusPrev=
-OS_PtGlobalFocusPrev_0=cast=(PtWidget_t *)
-OS_PtGlobalFocusPrev_1=cast=(PhEvent_t *)
-
-OS_PtGlobalFocusPrevContainer=
-OS_PtGlobalFocusPrevContainer_0=cast=(PtWidget_t *)
-OS_PtGlobalFocusPrevContainer_1=cast=(PhEvent_t *)
-
-OS_PtGroup=flags=const
-
-OS_PtHit=
-OS_PtHit_0=cast=( PtWidget_t *)
-OS_PtHit_1=
-OS_PtHit_2=cast=(PhRect_t const *)
-
-OS_PtHold=
-
-OS_PtInflateBalloon=
-OS_PtInflateBalloon_0=cast=(PtWidget_t *)
-OS_PtInflateBalloon_1=cast=(PtWidget_t *)
-OS_PtInflateBalloon_2=
-OS_PtInflateBalloon_3=cast=(char const *)
-OS_PtInflateBalloon_4=cast=(char const *)
-OS_PtInflateBalloon_5=cast=(PgColor_t)
-OS_PtInflateBalloon_6=cast=(PgColor_t)
-
-OS_PtInit=
-OS_PtInit_0=cast=(char const *)
-
-OS_PtIsFocused=
-OS_PtIsFocused_0=cast=(PtWidget_t *)
-
-OS_PtLabel=flags=const
-
-OS_PtLeave=
-OS_PtLeave_0=
-
-OS_PtList=flags=const
-
-OS_PtListAddItems=
-OS_PtListAddItems_0=cast=(PtWidget_t *)
-OS_PtListAddItems_1=cast=(const char **)
-OS_PtListAddItems_2=
-OS_PtListAddItems_3=
-
-OS_PtListDeleteAllItems=
-OS_PtListDeleteAllItems_0=cast=(PtWidget_t *)
-
-OS_PtListDeleteItemPos=
-OS_PtListDeleteItemPos_0=cast=(PtWidget_t *)
-OS_PtListDeleteItemPos_1=
-OS_PtListDeleteItemPos_2=
-
-OS_PtListGotoPos=
-OS_PtListGotoPos_0=cast=(PtWidget_t *)
-OS_PtListGotoPos_1=
-
-OS_PtListItemPos=
-OS_PtListItemPos_0=cast=(PtWidget_t *)
-OS_PtListItemPos_1=cast=(const char *)
-
-OS_PtListReplaceItemPos=
-OS_PtListReplaceItemPos_0=cast=(PtWidget_t *)
-OS_PtListReplaceItemPos_1=cast=(const char **)
-OS_PtListReplaceItemPos_2=
-OS_PtListReplaceItemPos_3=
-
-OS_PtListSelectPos=
-OS_PtListSelectPos_0=cast=(PtWidget_t *)
-OS_PtListSelectPos_1=
-
-OS_PtListUnselectPos=
-OS_PtListUnselectPos_0=cast=(PtWidget_t *)
-OS_PtListUnselectPos_1=
-
-OS_PtMainLoop=
-
-OS_PtMenu=flags=const
-
-OS_PtMenuBar=flags=const
-
-OS_PtMenuButton=flags=const
-
-OS_PtMultiText=flags=const
-
-OS_PtNextTopLevelWidget=
-OS_PtNextTopLevelWidget_0=cast=(PtWidget_t *)
-
-OS_PtNumericInteger=flags=const
-
-OS_PtPane=flags=const
-
-OS_PtPanelGroup=flags=const
-
-OS_PtPositionMenu=
-OS_PtPositionMenu_0=cast=(PtWidget_t *)
-OS_PtPositionMenu_1=cast=(PhEvent_t *)
-
-OS_PtProgress=flags=const
-
-OS_PtReParentWidget=
-OS_PtReParentWidget_0=cast=(PtWidget_t *)
-OS_PtReParentWidget_1=cast=(PtWidget_t *)
-
-OS_PtRealizeWidget=
-OS_PtRealizeWidget_0=cast=(PtWidget_t *)
-
-OS_PtRegion=flags=const
-
-OS_PtRelease=
-
-OS_PtRemoveCallback=
-OS_PtRemoveCallback_0=cast=(PtWidget_t *)
-OS_PtRemoveCallback_1=
-OS_PtRemoveCallback_2=cast=(PtCallbackF_t *)
-OS_PtRemoveCallback_3=cast=(void *)
-
-OS_PtRemoveHotkeyHandler=
-OS_PtRemoveHotkeyHandler_0=cast=(PtWidget_t *)
-OS_PtRemoveHotkeyHandler_1=
-OS_PtRemoveHotkeyHandler_2=
-OS_PtRemoveHotkeyHandler_3=
-OS_PtRemoveHotkeyHandler_4=cast=(void *)
-OS_PtRemoveHotkeyHandler_5=cast=(PtCallbackF_t *)
-
-OS_PtScrollArea=flags=const
-
-OS_PtScrollContainer=flags=const
-
-OS_PtScrollbar=flags=const
-
-OS_PtSendEventToWidget=
-OS_PtSendEventToWidget_0=cast=(PtWidget_t *)
-OS_PtSendEventToWidget_1=cast=(PhEvent_t *)
-
-OS_PtSeparator=flags=const
-
-OS_PtSetAreaFromWidgetCanvas=
-OS_PtSetAreaFromWidgetCanvas_0=cast=(PtWidget_t *)
-OS_PtSetAreaFromWidgetCanvas_1=
-OS_PtSetAreaFromWidgetCanvas_2=
-
-OS_PtSetParentWidget=
-OS_PtSetParentWidget_0=cast=(PtWidget_t *)
-
-OS_PtSetResource=
-OS_PtSetResource_0=cast=(PtWidget_t *)
-OS_PtSetResource_1=
-OS_PtSetResource_2=
-OS_PtSetResource_3=
-
-OS_PtSetResources=
-OS_PtSetResources_0=cast=(PtWidget_t *)
-OS_PtSetResources_1=
-OS_PtSetResources_2=cast=(PtArg_t *)
-
-OS_PtSlider=flags=const
-
-OS_PtSuperClassDraw=
-OS_PtSuperClassDraw_0=cast=(PtWidgetClassRef_t *)
-OS_PtSuperClassDraw_1=cast=(PtWidget_t *)
-OS_PtSuperClassDraw_2=cast=(PhTile_t const *)
-
-OS_PtSyncWidget=
-OS_PtSyncWidget_0=cast=(PtWidget_t *)
-
-OS_PtText=flags=const
-
-OS_PtTextGetSelection=
-OS_PtTextGetSelection_0=cast=(PtWidget_t *)
-OS_PtTextGetSelection_1=
-OS_PtTextGetSelection_2=
-
-OS_PtTextModifyText__IIIIII=
-OS_PtTextModifyText__IIIIII_0=cast=(PtWidget_t *)
-OS_PtTextModifyText__IIIIII_1=
-OS_PtTextModifyText__IIIIII_2=
-OS_PtTextModifyText__IIIIII_3=
-OS_PtTextModifyText__IIIIII_4=cast=(char const *)
-OS_PtTextModifyText__IIIIII_5=
-
-OS_PtTextModifyText__IIII_3BI=
-OS_PtTextModifyText__IIII_3BI_0=cast=(PtWidget_t *)
-OS_PtTextModifyText__IIII_3BI_1=
-OS_PtTextModifyText__IIII_3BI_2=
-OS_PtTextModifyText__IIII_3BI_3=
-OS_PtTextModifyText__IIII_3BI_4=cast=(char const *)
-OS_PtTextModifyText__IIII_3BI_5=
-
-OS_PtTextSetSelection=
-OS_PtTextSetSelection_0=cast=(PtWidget_t *)
-OS_PtTextSetSelection_1=
-OS_PtTextSetSelection_2=
-
-OS_PtTimer=flags=const
-
-OS_PtToggleButton=flags=const
-
-OS_PtToolbar=flags=const
-
-OS_PtUnblockWindows=
-OS_PtUnblockWindows_0=cast=(PtBlockedList_t *)
-
-OS_PtUnrealizeWidget=
-OS_PtUnrealizeWidget_0=cast=(PtWidget_t *)
-
-OS_PtValidParent=
-OS_PtValidParent_0=cast=(PtWidget_t *)
-OS_PtValidParent_1=cast=(PtWidgetClassRef_t *)
-
-OS_PtWebClient=flags=const
-
-OS_PtWidgetArea=
-OS_PtWidgetArea_0=cast=(PtWidget_t *)
-OS_PtWidgetArea_1=cast=(PhArea_t *)
-
-OS_PtWidgetBrotherBehind=
-OS_PtWidgetBrotherBehind_0=cast=(PtWidget_t *)
-
-OS_PtWidgetBrotherInFront=
-OS_PtWidgetBrotherInFront_0=cast=(PtWidget_t *)
-
-OS_PtWidgetCanvas__II=
-OS_PtWidgetCanvas__II_0=cast=(PtWidget_t *)
-OS_PtWidgetCanvas__II_1=cast=(PhRect_t *)
-
-OS_PtWidgetCanvas__ILorg_eclipse_swt_internal_photon_PhRect_1t_2=
-OS_PtWidgetCanvas__ILorg_eclipse_swt_internal_photon_PhRect_1t_2_0=cast=(PtWidget_t *)
-OS_PtWidgetCanvas__ILorg_eclipse_swt_internal_photon_PhRect_1t_2_1=
-
-OS_PtWidgetChildBack=
-OS_PtWidgetChildBack_0=cast=(PtWidget_t *)
-
-OS_PtWidgetChildFront=
-OS_PtWidgetChildFront_0=cast=(PtWidget_t *)
-
-OS_PtWidgetClass=
-OS_PtWidgetClass_0=cast=(PtWidget_t *)
-
-OS_PtWidgetExtent__II=
-OS_PtWidgetExtent__II_0=cast=(PtWidget_t *)
-OS_PtWidgetExtent__II_1=
-
-OS_PtWidgetExtent__ILorg_eclipse_swt_internal_photon_PhRect_1t_2=
-OS_PtWidgetExtent__ILorg_eclipse_swt_internal_photon_PhRect_1t_2_0=cast=(PtWidget_t *)
-OS_PtWidgetExtent__ILorg_eclipse_swt_internal_photon_PhRect_1t_2_1=
-
-OS_PtWidgetFlags=
-OS_PtWidgetFlags_0=cast=(PtWidget_t *)
-
-OS_PtWidgetInsert=
-OS_PtWidgetInsert_0=cast=(PtWidget_t *)
-OS_PtWidgetInsert_1=cast=(PtWidget_t *)
-OS_PtWidgetInsert_2=
-
-OS_PtWidgetIsClassMember=
-OS_PtWidgetIsClassMember_0=cast=(PtWidget_t *)
-OS_PtWidgetIsClassMember_1=cast=(PtWidgetClassRef_t *)
-
-OS_PtWidgetIsRealized=
-OS_PtWidgetIsRealized_0=cast=(PtWidget_t *)
-
-OS_PtWidgetOffset=
-OS_PtWidgetOffset_0=cast=(PtWidget_t *)
-OS_PtWidgetOffset_1=cast=(PhPoint_t *)
-
-OS_PtWidgetParent=
-OS_PtWidgetParent_0=cast=(PtWidget_t *)
-
-OS_PtWidgetPreferredSize=
-OS_PtWidgetPreferredSize_0=cast=(PtWidget_t *)
-OS_PtWidgetPreferredSize_1=cast=(PhDim_t *)
-
-OS_PtWidgetRid=
-OS_PtWidgetRid_0=cast=(PtWidget_t *)
-
-OS_PtWidgetToBack=
-OS_PtWidgetToBack_0=cast=(PtWidget_t *)
-
-OS_PtWidgetToFront=
-OS_PtWidgetToFront_0=cast=(PtWidget_t *)
-
-OS_PtWindow=flags=const
-
-OS_PtWindowFocus=
-OS_PtWindowFocus_0=cast=(PtWidget_t *)
-
-OS_PtWindowGetState=
-OS_PtWindowGetState_0=cast=(PtWidget_t *)
-
-OS_PtWindowToBack=
-OS_PtWindowToBack_0=cast=(PtWidget_t *)
-
-OS_PtWindowToFront=
-OS_PtWindowToFront_0=cast=(PtWidget_t *)
-
-OS_memmove__ILorg_eclipse_swt_internal_photon_PgAlpha_1t_2I=
-OS_memmove__ILorg_eclipse_swt_internal_photon_PgAlpha_1t_2I_0=cast=(void *)
-OS_memmove__ILorg_eclipse_swt_internal_photon_PgAlpha_1t_2I_1=cast=(const void *),flags=no_out init
-OS_memmove__ILorg_eclipse_swt_internal_photon_PgAlpha_1t_2I_2=
-
-OS_memmove__ILorg_eclipse_swt_internal_photon_PhArea_1t_2I=
-OS_memmove__ILorg_eclipse_swt_internal_photon_PhArea_1t_2I_0=cast=(void *)
-OS_memmove__ILorg_eclipse_swt_internal_photon_PhArea_1t_2I_1=cast=(const void *),flags=no_out
-OS_memmove__ILorg_eclipse_swt_internal_photon_PhArea_1t_2I_2=
-
-OS_memmove__ILorg_eclipse_swt_internal_photon_PhCursorDef_1t_2I=
-OS_memmove__ILorg_eclipse_swt_internal_photon_PhCursorDef_1t_2I_0=cast=(void *)
-OS_memmove__ILorg_eclipse_swt_internal_photon_PhCursorDef_1t_2I_1=cast=(const void *),flags=no_out
-OS_memmove__ILorg_eclipse_swt_internal_photon_PhCursorDef_1t_2I_2=
-
-OS_memmove__ILorg_eclipse_swt_internal_photon_PhEvent_1t_2I=
-OS_memmove__ILorg_eclipse_swt_internal_photon_PhEvent_1t_2I_0=cast=(void *)
-OS_memmove__ILorg_eclipse_swt_internal_photon_PhEvent_1t_2I_1=cast=(const void *),flags=no_out
-OS_memmove__ILorg_eclipse_swt_internal_photon_PhEvent_1t_2I_2=
-
-OS_memmove__ILorg_eclipse_swt_internal_photon_PhImage_1t_2I=
-OS_memmove__ILorg_eclipse_swt_internal_photon_PhImage_1t_2I_0=cast=(void *)
-OS_memmove__ILorg_eclipse_swt_internal_photon_PhImage_1t_2I_1=cast=(const void *),flags=no_out
-OS_memmove__ILorg_eclipse_swt_internal_photon_PhImage_1t_2I_2=
-
-OS_memmove__ILorg_eclipse_swt_internal_photon_PhPoint_1t_2I=
-OS_memmove__ILorg_eclipse_swt_internal_photon_PhPoint_1t_2I_0=cast=(void *)
-OS_memmove__ILorg_eclipse_swt_internal_photon_PhPoint_1t_2I_1=cast=(const void *),flags=no_out
-OS_memmove__ILorg_eclipse_swt_internal_photon_PhPoint_1t_2I_2=
-
-OS_memmove__ILorg_eclipse_swt_internal_photon_PhPointerEvent_1t_2I=
-OS_memmove__ILorg_eclipse_swt_internal_photon_PhPointerEvent_1t_2I_0=cast=(void *)
-OS_memmove__ILorg_eclipse_swt_internal_photon_PhPointerEvent_1t_2I_1=cast=(const void *),flags=no_out
-OS_memmove__ILorg_eclipse_swt_internal_photon_PhPointerEvent_1t_2I_2=
-
-OS_memmove__ILorg_eclipse_swt_internal_photon_PhRect_1t_2I=
-OS_memmove__ILorg_eclipse_swt_internal_photon_PhRect_1t_2I_0=cast=(void *)
-OS_memmove__ILorg_eclipse_swt_internal_photon_PhRect_1t_2I_1=cast=(const void *),flags=no_out
-OS_memmove__ILorg_eclipse_swt_internal_photon_PhRect_1t_2I_2=
-
-OS_memmove__ILorg_eclipse_swt_internal_photon_PhTile_1t_2I=
-OS_memmove__ILorg_eclipse_swt_internal_photon_PhTile_1t_2I_0=cast=(void *)
-OS_memmove__ILorg_eclipse_swt_internal_photon_PhTile_1t_2I_1=cast=(const void *),flags=no_out
-OS_memmove__ILorg_eclipse_swt_internal_photon_PhTile_1t_2I_2=
-
-OS_memmove__ILorg_eclipse_swt_internal_photon_PtTextCallback_1t_2I=
-OS_memmove__ILorg_eclipse_swt_internal_photon_PtTextCallback_1t_2I_0=cast=(void *)
-OS_memmove__ILorg_eclipse_swt_internal_photon_PtTextCallback_1t_2I_1=cast=(const void *),flags=no_out
-OS_memmove__ILorg_eclipse_swt_internal_photon_PtTextCallback_1t_2I_2=
-
-OS_memmove__ILorg_eclipse_swt_internal_photon_PtWebClient2Data_1t_2I=
-OS_memmove__ILorg_eclipse_swt_internal_photon_PtWebClient2Data_1t_2I_0=
-OS_memmove__ILorg_eclipse_swt_internal_photon_PtWebClient2Data_1t_2I_1=
-OS_memmove__ILorg_eclipse_swt_internal_photon_PtWebClient2Data_1t_2I_2=
-
-OS_memmove__Lorg_eclipse_swt_internal_photon_FontDetails_2II=
-OS_memmove__Lorg_eclipse_swt_internal_photon_FontDetails_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_photon_FontDetails_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_photon_FontDetails_2II_2=
-
-OS_memmove__Lorg_eclipse_swt_internal_photon_PgAlpha_1t_2II=
-OS_memmove__Lorg_eclipse_swt_internal_photon_PgAlpha_1t_2II_0=cast=(void *),flags=no_in init
-OS_memmove__Lorg_eclipse_swt_internal_photon_PgAlpha_1t_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_photon_PgAlpha_1t_2II_2=
-
-OS_memmove__Lorg_eclipse_swt_internal_photon_PgMap_1t_2II=
-OS_memmove__Lorg_eclipse_swt_internal_photon_PgMap_1t_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_photon_PgMap_1t_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_photon_PgMap_1t_2II_2=
-
-OS_memmove__Lorg_eclipse_swt_internal_photon_PhClipHeader_2II=
-OS_memmove__Lorg_eclipse_swt_internal_photon_PhClipHeader_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_photon_PhClipHeader_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_photon_PhClipHeader_2II_2=
-
-OS_memmove__Lorg_eclipse_swt_internal_photon_PhEvent_1t_2II=
-OS_memmove__Lorg_eclipse_swt_internal_photon_PhEvent_1t_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_photon_PhEvent_1t_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_photon_PhEvent_1t_2II_2=
-
-OS_memmove__Lorg_eclipse_swt_internal_photon_PhImage_1t_2II=
-OS_memmove__Lorg_eclipse_swt_internal_photon_PhImage_1t_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_photon_PhImage_1t_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_photon_PhImage_1t_2II_2=
-
-OS_memmove__Lorg_eclipse_swt_internal_photon_PhKeyEvent_1t_2II=
-OS_memmove__Lorg_eclipse_swt_internal_photon_PhKeyEvent_1t_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_photon_PhKeyEvent_1t_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_photon_PhKeyEvent_1t_2II_2=
-
-OS_memmove__Lorg_eclipse_swt_internal_photon_PhPointerEvent_1t_2II=
-OS_memmove__Lorg_eclipse_swt_internal_photon_PhPointerEvent_1t_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_photon_PhPointerEvent_1t_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_photon_PhPointerEvent_1t_2II_2=
-
-OS_memmove__Lorg_eclipse_swt_internal_photon_PhRect_1t_2II=
-OS_memmove__Lorg_eclipse_swt_internal_photon_PhRect_1t_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_photon_PhRect_1t_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_photon_PhRect_1t_2II_2=
-
-OS_memmove__Lorg_eclipse_swt_internal_photon_PhTile_1t_2II=
-OS_memmove__Lorg_eclipse_swt_internal_photon_PhTile_1t_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_photon_PhTile_1t_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_photon_PhTile_1t_2II_2=
-
-OS_memmove__Lorg_eclipse_swt_internal_photon_PhWindowEvent_1t_2II=
-OS_memmove__Lorg_eclipse_swt_internal_photon_PhWindowEvent_1t_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_photon_PhWindowEvent_1t_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_photon_PhWindowEvent_1t_2II_2=
-
-OS_memmove__Lorg_eclipse_swt_internal_photon_PtCallbackInfo_1t_2II=
-OS_memmove__Lorg_eclipse_swt_internal_photon_PtCallbackInfo_1t_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_photon_PtCallbackInfo_1t_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_photon_PtCallbackInfo_1t_2II_2=
-
-OS_memmove__Lorg_eclipse_swt_internal_photon_PtScrollbarCallback_1t_2II=
-OS_memmove__Lorg_eclipse_swt_internal_photon_PtScrollbarCallback_1t_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_photon_PtScrollbarCallback_1t_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_photon_PtScrollbarCallback_1t_2II_2=
-
-OS_memmove__Lorg_eclipse_swt_internal_photon_PtTextCallback_1t_2II=
-OS_memmove__Lorg_eclipse_swt_internal_photon_PtTextCallback_1t_2II_0=cast=(void *),flags=no_in
-OS_memmove__Lorg_eclipse_swt_internal_photon_PtTextCallback_1t_2II_1=cast=(const void *)
-OS_memmove__Lorg_eclipse_swt_internal_photon_PtTextCallback_1t_2II_2=
-
-OS_memmove__Lorg_eclipse_swt_internal_photon_PtWebDataReqCallback_1t_2II=
-OS_memmove__Lorg_eclipse_swt_internal_photon_PtWebDataReqCallback_1t_2II_0=cast=void *
-OS_memmove__Lorg_eclipse_swt_internal_photon_PtWebDataReqCallback_1t_2II_1=cast=const void *
-OS_memmove__Lorg_eclipse_swt_internal_photon_PtWebDataReqCallback_1t_2II_2=
-
-OS_memmove__Lorg_eclipse_swt_internal_photon_PtWebMetaDataCallback_1t_2II=
-OS_memmove__Lorg_eclipse_swt_internal_photon_PtWebMetaDataCallback_1t_2II_0=cast=void *
-OS_memmove__Lorg_eclipse_swt_internal_photon_PtWebMetaDataCallback_1t_2II_1=cast=const void *
-OS_memmove__Lorg_eclipse_swt_internal_photon_PtWebMetaDataCallback_1t_2II_2=
-
-OS_memmove__Lorg_eclipse_swt_internal_photon_PtWebStatusCallback_1t_2II=
-OS_memmove__Lorg_eclipse_swt_internal_photon_PtWebStatusCallback_1t_2II_0=cast=void *
-OS_memmove__Lorg_eclipse_swt_internal_photon_PtWebStatusCallback_1t_2II_1=cast=const void *
-OS_memmove__Lorg_eclipse_swt_internal_photon_PtWebStatusCallback_1t_2II_2=
-
-OS_memmove__Lorg_eclipse_swt_internal_photon_PtWebWindowCallback_1t_2II=
-OS_memmove__Lorg_eclipse_swt_internal_photon_PtWebWindowCallback_1t_2II_0=cast=void *
-OS_memmove__Lorg_eclipse_swt_internal_photon_PtWebWindowCallback_1t_2II_1=cast=const void *
-OS_memmove__Lorg_eclipse_swt_internal_photon_PtWebWindowCallback_1t_2II_2=
-
-OS_memmove___3BLorg_eclipse_swt_internal_photon_PhClipHeader_2I=
-OS_memmove___3BLorg_eclipse_swt_internal_photon_PhClipHeader_2I_0=cast=(void *),flags=no_in
-OS_memmove___3BLorg_eclipse_swt_internal_photon_PhClipHeader_2I_1=cast=(const void *)
-OS_memmove___3BLorg_eclipse_swt_internal_photon_PhClipHeader_2I_2=
-
-OS_strdup=
-OS_strdup_0=cast=(const char *)
-
-OS_uname=
-OS_uname_0=cast=(utsname *)
-
-
-org_eclipse_swt_internal_photon_PgAlpha_1t=
-PgAlpha_t_alpha_op=
-PgAlpha_t_src_alpha_map_dim_w=accessor=src_alpha_map.dim.w
-PgAlpha_t_src_alpha_map_dim_h=accessor=src_alpha_map.dim.h
-PgAlpha_t_src_alpha_map_bpl=accessor=src_alpha_map.bpl
-PgAlpha_t_src_alpha_map_bpp=accessor=src_alpha_map.bpp
-PgAlpha_t_src_alpha_map_map=accessor=src_alpha_map.map,cast=(char *)
-PgAlpha_t_src_global_alpha=
-PgAlpha_t_dest_global_alpha=
-
-org_eclipse_swt_internal_photon_PgDisplaySettings_1t=
-PgDisplaySettings_t_mode=
-PgDisplaySettings_t_xres=
-PgDisplaySettings_t_yres=
-PgDisplaySettings_t_refresh=
-PgDisplaySettings_t_flags=
-PgDisplaySettings_t_reserved=cast=(long *)
-
-org_eclipse_swt_internal_photon_PgMap_1t=
-PgMap_t_dim_w=accessor=dim.w
-PgMap_t_dim_h=accessor=dim.h
-PgMap_t_bpl=
-PgMap_t_bpp=
-PgMap_t_map=cast=(char *)
-
-org_eclipse_swt_internal_photon_PgVideoModeInfo_1t=
-PgVideoModeInfo_t_width=
-PgVideoModeInfo_t_height=
-PgVideoModeInfo_t_bits_per_pixel=
-PgVideoModeInfo_t_bytes_per_scanline=
-PgVideoModeInfo_t_type=
-PgVideoModeInfo_t_mode_capabilities1=
-PgVideoModeInfo_t_mode_capabilities2=
-PgVideoModeInfo_t_mode_capabilities3=
-PgVideoModeInfo_t_mode_capabilities4=
-PgVideoModeInfo_t_mode_capabilities5=
-PgVideoModeInfo_t_mode_capabilities6=
-PgVideoModeInfo_t_refresh_rates=cast=(char *)
-
-org_eclipse_swt_internal_photon_PhArea_1t=
-PhArea_t_pos_x=accessor=pos.x
-PhArea_t_pos_y=accessor=pos.y
-PhArea_t_size_w=accessor=size.w
-PhArea_t_size_h=accessor=size.h
-
-org_eclipse_swt_internal_photon_PhClipHeader=
-PhClipHeader_type=cast=(PhClipHeader)
-PhClipHeader_length=
-PhClipHeader_zero=
-PhClipHeader_data=cast=(void *)
-
-org_eclipse_swt_internal_photon_PhCursorDef_1t=
-PhCursorDef_t_hdr_len=accessor=hdr.len
-PhCursorDef_t_hdr_type=accessor=hdr.type
-PhCursorDef_t_size1_x=accessor=size1.x
-PhCursorDef_t_size1_y=accessor=size1.y
-PhCursorDef_t_offset1_x=accessor=offset1.x
-PhCursorDef_t_offset1_y=accessor=offset1.y
-PhCursorDef_t_color1=
-PhCursorDef_t_bytesperline1=
-PhCursorDef_t_size2_x=accessor=size2.x
-PhCursorDef_t_size2_y=accessor=size2.y
-PhCursorDef_t_offset2_x=accessor=offset2.x
-PhCursorDef_t_offset2_y=accessor=offset2.y
-PhCursorDef_t_color2=
-PhCursorDef_t_bytesperline2=
-
-org_eclipse_swt_internal_photon_PhCursorInfo_1t=
-PhCursorInfo_t_pos_x=accessor=pos.x
-PhCursorInfo_t_pos_y=accessor=pos.y
-PhCursorInfo_t_region=
-PhCursorInfo_t_ig_region=
-PhCursorInfo_t_color=
-PhCursorInfo_t_last_press_x=accessor=last_press.x
-PhCursorInfo_t_last_press_y=accessor=last_press.y
-PhCursorInfo_t_msec=
-PhCursorInfo_t_steady_x=accessor=steady.x
-PhCursorInfo_t_steady_y=accessor=steady.y
-PhCursorInfo_t_dragger=
-PhCursorInfo_t_drag_boundary_ul_x=accessor=drag_boundary.ul.x
-PhCursorInfo_t_drag_boundary_ul_y=accessor=drag_boundary.ul.y
-PhCursorInfo_t_drag_boundary_lr_x=accessor=drag_boundary.lr.x
-PhCursorInfo_t_drag_boundary_lr_y=accessor=drag_boundary.lr.y
-PhCursorInfo_t_phantom_rid=
-PhCursorInfo_t_type=
-PhCursorInfo_t_ig=
-PhCursorInfo_t_button_state=
-PhCursorInfo_t_click_count=
-PhCursorInfo_t_zero1=
-PhCursorInfo_t_key_mods=
-PhCursorInfo_t_zero2=
-
-org_eclipse_swt_internal_photon_PhDim_1t=
-PhDim_t_w=
-PhDim_t_h=
-
-org_eclipse_swt_internal_photon_PhEvent_1t=
-PhEvent_t_type=
-PhEvent_t_subtype=
-PhEvent_t_processing_flags=
-PhEvent_t_emitter_rid=accessor=emitter.rid
-PhEvent_t_emitter_handle=accessor=emitter.handle
-PhEvent_t_collector_rid=accessor=collector.rid
-PhEvent_t_collector_handle=accessor=collector.handle
-PhEvent_t_input_group=
-PhEvent_t_flags=
-PhEvent_t_timestamp=
-PhEvent_t_translation_x=accessor=translation.x
-PhEvent_t_translation_y=accessor=translation.y
-PhEvent_t_num_rects=
-PhEvent_t_data_len=
-
-org_eclipse_swt_internal_photon_PhImage_1t=
-PhImage_t_type=
-PhImage_t_image_tag=
-PhImage_t_bpl=
-PhImage_t_size_w=accessor=size.w
-PhImage_t_size_h=accessor=size.h
-PhImage_t_palette_tag=
-PhImage_t_colors=
-PhImage_t_alpha=cast=(PgAlpha_t *)
-PhImage_t_transparent=
-PhImage_t_format=
-PhImage_t_flags=
-PhImage_t_ghost_bpl=
-PhImage_t_spare1=
-PhImage_t_ghost_bitmap=cast=(char *)
-PhImage_t_mask_bpl=
-PhImage_t_mask_bm=cast=(char *)
-PhImage_t_palette=cast=(PgColor_t *)
-PhImage_t_image=cast=(char *)
-
-org_eclipse_swt_internal_photon_PhKeyEvent_1t=
-PhKeyEvent_t_key_mods=
-PhKeyEvent_t_key_flags=
-PhKeyEvent_t_key_cap=
-PhKeyEvent_t_key_sym=
-PhKeyEvent_t_key_scan=
-PhKeyEvent_t_key_zero=
-PhKeyEvent_t_pos_x=accessor=pos.x
-PhKeyEvent_t_pos_y=accessor=pos.y
-PhKeyEvent_t_button_state=
-
-org_eclipse_swt_internal_photon_PhPoint_1t=
-PhPoint_t_x=
-PhPoint_t_y=
-
-org_eclipse_swt_internal_photon_PhPointerEvent_1t=
-PhPointerEvent_t_pos_x=accessor=pos.x
-PhPointerEvent_t_pos_y=accessor=pos.y
-PhPointerEvent_t_buttons=
-PhPointerEvent_t_button_state=
-PhPointerEvent_t_click_count=
-PhPointerEvent_t_flags=
-PhPointerEvent_t_z=
-PhPointerEvent_t_key_mods=
-PhPointerEvent_t_zero=
-
-org_eclipse_swt_internal_photon_PhRect_1t=
-PhRect_t_ul_x=accessor=ul.x
-PhRect_t_ul_y=accessor=ul.y
-PhRect_t_lr_x=accessor=lr.x
-PhRect_t_lr_y=accessor=lr.y
-
-org_eclipse_swt_internal_photon_PhRegion_1t=
-PhRegion_t_rid=
-PhRegion_t_handle=
-PhRegion_t_owner=
-PhRegion_t_flags=
-PhRegion_t_state=
-PhRegion_t_events_sense=
-PhRegion_t_events_opaque=
-PhRegion_t_origin_x=accessor=origin.x
-PhRegion_t_origin_y=accessor=origin.y
-PhRegion_t_parent=
-PhRegion_t_child=
-PhRegion_t_bro_in_front=
-PhRegion_t_bro_behind=
-PhRegion_t_cursor_color=
-PhRegion_t_input_group=
-PhRegion_t_data_len=
-PhRegion_t_cursor_type=
-
-org_eclipse_swt_internal_photon_PhTile_1t=
-PhTile_t_rect_ul_x=accessor=rect.ul.x
-PhTile_t_rect_ul_y=accessor=rect.ul.y
-PhTile_t_rect_lr_x=accessor=rect.lr.x
-PhTile_t_rect_lr_y=accessor=rect.lr.y
-PhTile_t_next=cast=(PhTile_t *)
-
-org_eclipse_swt_internal_photon_PhWindowEvent_1t=
-PhWindowEvent_t_event_f=
-PhWindowEvent_t_state_f=
-PhWindowEvent_t_rid=
-PhWindowEvent_t_pos_x=accessor=pos.x
-PhWindowEvent_t_pos_y=accessor=pos.y
-PhWindowEvent_t_size_w=accessor=size.w
-PhWindowEvent_t_size_h=accessor=size.h
-PhWindowEvent_t_event_state=
-PhWindowEvent_t_input_group=
-PhWindowEvent_t_rsvd0=accessor=rsvd[0]
-PhWindowEvent_t_rsvd1=accessor=rsvd[1]
-PhWindowEvent_t_rsvd2=accessor=rsvd[2]
-PhWindowEvent_t_rsvd3=accessor=rsvd[3]
-
-org_eclipse_swt_internal_photon_PtCallbackInfo_1t=
-PtCallbackInfo_t_reason=
-PtCallbackInfo_t_reason_subtype=
-PtCallbackInfo_t_event=cast=(PhEvent_t *)
-PtCallbackInfo_t_cbdata=cast=(void *)
-
-org_eclipse_swt_internal_photon_PtColorSelectInfo_1t=
-PtColorSelectInfo_t_flags=
-PtColorSelectInfo_t_nselectors=
-PtColorSelectInfo_t_ncolor_models=
-PtColorSelectInfo_t_color_models=cast=(PgColorModel_t **)
-PtColorSelectInfo_t_selectors=cast=(PtColorSelectorSpec_t *)
-PtColorSelectInfo_t_pos_x=accessor=pos.x
-PtColorSelectInfo_t_pos_y=accessor=pos.y
-PtColorSelectInfo_t_size_w=accessor=size.w
-PtColorSelectInfo_t_size_h=accessor=size.h
-PtColorSelectInfo_t_palette=accessor=palette.instance,cast=(void *)
-PtColorSelectInfo_t_accept_text=cast=(char *)
-PtColorSelectInfo_t_dismiss_text=cast=(char *)
-PtColorSelectInfo_t_accept_dismiss_text=cast=(char *)
-PtColorSelectInfo_t_apply_f=cast=(void *)
-PtColorSelectInfo_t_data=cast=(void *)
-PtColorSelectInfo_t_rgb=
-PtColorSelectInfo_t_dialog=cast=(PtWidget_t *)
-
-org_eclipse_swt_internal_photon_PtFileSelectionInfo_1t=
-PtFileSelectionInfo_t_ret=
-PtFileSelectionInfo_t_path=
-PtFileSelectionInfo_t_dim=
-PtFileSelectionInfo_t_pos=
-PtFileSelectionInfo_t_format=
-PtFileSelectionInfo_t_fspec=
-PtFileSelectionInfo_t_user_data=cast=(void *)
-PtFileSelectionInfo_t_confirm_display=cast=(void *)
-PtFileSelectionInfo_t_confirm_selection=cast=(void *)
-PtFileSelectionInfo_t_new_directory=cast=(void *)
-PtFileSelectionInfo_t_btn1=cast=(char *)
-PtFileSelectionInfo_t_btn2=cast=(char *)
-PtFileSelectionInfo_t_num_args=
-PtFileSelectionInfo_t_args=cast=(void *)
-PtFileSelectionInfo_t_minfo=cast=(PtFileSelectorInfo_t *)
-PtFileSelectionInfo_t_spare=cast=(long *)
-
-org_eclipse_swt_internal_photon_PtScrollbarCallback_1t=
-PtScrollbarCallback_t_action=
-PtScrollbarCallback_t_position=
-
-org_eclipse_swt_internal_photon_PtTextCallback_1t=
-PtTextCallback_t_start_pos=
-PtTextCallback_t_end_pos=
-PtTextCallback_t_cur_insert=
-PtTextCallback_t_new_insert=
-PtTextCallback_t_length=
-PtTextCallback_t_reserved=
-PtTextCallback_t_text=cast=(char *)
-PtTextCallback_t_doit=
-
-org_eclipse_swt_internal_photon_PtWebClient2Data_1t=
-PtWebClient2Data_t_type=
-PtWebClient2Data_t_url=
-PtWebClient2Data_t_length=
-PtWebClient2Data_t_data=
-
-org_eclipse_swt_internal_photon_PtWebDataReqCallback_1t=
-PtWebDataReqCallback_t_type=
-PtWebDataReqCallback_t_length=
-PtWebDataReqCallback_t_url=
-
-org_eclipse_swt_internal_photon_PtWebMetaDataCallback_1t=
-PtWebMetaDataCallback_t_name=
-PtWebMetaDataCallback_t_value=
-
-org_eclipse_swt_internal_photon_PtWebStatusCallback_1t=
-PtWebStatusCallback_t_desc=
-PtWebStatusCallback_t_type=
-PtWebStatusCallback_t_url=
-
-org_eclipse_swt_internal_photon_PtWebWindowCallback_1t=
-PtWebWindowCallback_t_size_w=accessor=size.w
-PtWebWindowCallback_t_size_h=accessor=size.h
-PtWebWindowCallback_t_flags=
-
-org_eclipse_swt_internal_photon_utsname=
-utsname_sysname=
-utsname_nodename=
-utsname_release=
-utsname_version=
-utsname_machine=
-
diff --git a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.win32.OS.properties b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.win32.OS.properties
deleted file mode 100644
index 5b0db28de4..0000000000
--- a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.win32.OS.properties
+++ /dev/null
@@ -1,5733 +0,0 @@
-###############################################################################
-# Copyright (c) 2000, 2008 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-org_eclipse_swt_internal_win32_ACCEL=
-ACCEL_fVirt=
-ACCEL_key=
-ACCEL_cmd=
-
-org_eclipse_swt_internal_win32_ACTCTX=
-ACTCTX_cbSize=
-ACTCTX_dwFlags=
-ACTCTX_lpSource=cast=(LPCTSTR)
-ACTCTX_wProcessorArchitecture=
-ACTCTX_wLangId=
-ACTCTX_lpAssemblyDirectory=cast=(LPCTSTR)
-ACTCTX_lpResourceName=cast=(LPCTSTR)
-ACTCTX_lpApplicationName=cast=(LPCTSTR)
-ACTCTX_hModule=cast=HMODULE
-
-org_eclipse_swt_internal_win32_BITMAP=
-BITMAP_bmType=
-BITMAP_bmWidth=
-BITMAP_bmHeight=
-BITMAP_bmWidthBytes=
-BITMAP_bmPlanes=
-BITMAP_bmBitsPixel=
-BITMAP_bmBits=cast=(LPVOID)
-
-org_eclipse_swt_internal_win32_BITMAPINFOHEADER=
-BITMAPINFOHEADER_biSize=
-BITMAPINFOHEADER_biWidth=
-BITMAPINFOHEADER_biHeight=
-BITMAPINFOHEADER_biPlanes=
-BITMAPINFOHEADER_biBitCount=
-BITMAPINFOHEADER_biCompression=
-BITMAPINFOHEADER_biSizeImage=
-BITMAPINFOHEADER_biXPelsPerMeter=
-BITMAPINFOHEADER_biYPelsPerMeter=
-BITMAPINFOHEADER_biClrUsed=
-BITMAPINFOHEADER_biClrImportant=
-
-org_eclipse_swt_internal_win32_BLENDFUNCTION=
-BLENDFUNCTION_BlendOp=
-BLENDFUNCTION_BlendFlags=
-BLENDFUNCTION_SourceConstantAlpha=
-BLENDFUNCTION_AlphaFormat=
-
-org_eclipse_swt_internal_win32_BP_1PAINTPARAMS=
-BP_PAINTPARAMS_cbSize=
-BP_PAINTPARAMS_dwFlags=
-BP_PAINTPARAMS_prcExclude=cast=RECT*
-BP_PAINTPARAMS_pBlendFunction=cast=BLENDFUNCTION*
-
-org_eclipse_swt_internal_win32_BROWSEINFO=
-BROWSEINFO_hwndOwner=cast=(HWND)
-BROWSEINFO_pidlRoot=cast=(LPCITEMIDLIST)
-BROWSEINFO_pszDisplayName=cast=(LPTSTR)
-BROWSEINFO_lpszTitle=cast=(LPCTSTR)
-BROWSEINFO_ulFlags=
-BROWSEINFO_lpfn=cast=(BFFCALLBACK)
-BROWSEINFO_lParam=
-BROWSEINFO_iImage=
-
-org_eclipse_swt_internal_win32_BUTTON_1IMAGELIST=
-BUTTON_IMAGELIST_himl=cast=HIMAGELIST
-BUTTON_IMAGELIST_margin_left=accessor=margin.left,cast=LONG
-BUTTON_IMAGELIST_margin_top=accessor=margin.top,cast=LONG
-BUTTON_IMAGELIST_margin_right=accessor=margin.right,cast=LONG
-BUTTON_IMAGELIST_margin_bottom=accessor=margin.bottom,cast=LONG
-BUTTON_IMAGELIST_uAlign=cast=UINT
-
-org_eclipse_swt_internal_win32_CANDIDATEFORM=
-CANDIDATEFORM_dwIndex=
-CANDIDATEFORM_dwStyle=
-CANDIDATEFORM_ptCurrentPos=
-CANDIDATEFORM_rcArea=
-
-org_eclipse_swt_internal_win32_CHOOSECOLOR=
-CHOOSECOLOR_lStructSize=
-CHOOSECOLOR_hwndOwner=cast=(HWND)
-CHOOSECOLOR_hInstance=cast=(HANDLE)
-CHOOSECOLOR_rgbResult=
-CHOOSECOLOR_lpCustColors=cast=(COLORREF *)
-CHOOSECOLOR_Flags=
-CHOOSECOLOR_lCustData=
-CHOOSECOLOR_lpfnHook=cast=(LPCCHOOKPROC)
-CHOOSECOLOR_lpTemplateName=cast=(LPCTSTR)
-
-org_eclipse_swt_internal_win32_CHOOSEFONT=
-CHOOSEFONT_lStructSize=
-CHOOSEFONT_hwndOwner=cast=(HWND)
-CHOOSEFONT_hDC=cast=(HDC)
-CHOOSEFONT_lpLogFont=cast=(LPLOGFONT)
-CHOOSEFONT_iPointSize=
-CHOOSEFONT_Flags=
-CHOOSEFONT_rgbColors=
-CHOOSEFONT_lCustData=
-CHOOSEFONT_lpfnHook=cast=(LPCFHOOKPROC)
-CHOOSEFONT_lpTemplateName=cast=(LPCTSTR)
-CHOOSEFONT_hInstance=cast=(HINSTANCE)
-CHOOSEFONT_lpszStyle=cast=(LPTSTR)
-CHOOSEFONT_nFontType=
-CHOOSEFONT_nSizeMin=
-CHOOSEFONT_nSizeMax=
-
-org_eclipse_swt_internal_win32_COMBOBOXINFO=
-COMBOBOXINFO_cbSize=
-COMBOBOXINFO_itemLeft=accessor=rcItem.left
-COMBOBOXINFO_itemTop=accessor=rcItem.top
-COMBOBOXINFO_itemRight=accessor=rcItem.right
-COMBOBOXINFO_itemBottom=accessor=rcItem.bottom
-COMBOBOXINFO_buttonLeft=accessor=rcButton.left
-COMBOBOXINFO_buttonTop=accessor=rcButton.top
-COMBOBOXINFO_buttonRight=accessor=rcButton.right
-COMBOBOXINFO_buttonBottom=accessor=rcButton.bottom
-COMBOBOXINFO_stateButton=
-COMBOBOXINFO_hwndCombo=cast=HWND
-COMBOBOXINFO_hwndItem=cast=HWND
-COMBOBOXINFO_hwndList=cast=HWND
-
-org_eclipse_swt_internal_win32_COMPOSITIONFORM=
-COMPOSITIONFORM_dwStyle=
-COMPOSITIONFORM_x=accessor=ptCurrentPos.x
-COMPOSITIONFORM_y=accessor=ptCurrentPos.y
-COMPOSITIONFORM_left=accessor=rcArea.left
-COMPOSITIONFORM_top=accessor=rcArea.top
-COMPOSITIONFORM_right=accessor=rcArea.right
-COMPOSITIONFORM_bottom=accessor=rcArea.bottom
-
-org_eclipse_swt_internal_win32_CREATESTRUCT=
-CREATESTRUCT_lpCreateParams=cast=(LPVOID)
-CREATESTRUCT_hInstance=cast=(HINSTANCE)
-CREATESTRUCT_hMenu=cast=(HMENU)
-CREATESTRUCT_hwndParent=cast=(HWND)
-CREATESTRUCT_cy=
-CREATESTRUCT_cx=
-CREATESTRUCT_y=
-CREATESTRUCT_x=
-CREATESTRUCT_style=
-CREATESTRUCT_lpszName=cast=(LPCTSTR)
-CREATESTRUCT_lpszClass=cast=(LPCTSTR)
-CREATESTRUCT_dwExStyle=
-
-org_eclipse_swt_internal_win32_DIBSECTION=
-DIBSECTION_biSize=accessor=dsBmih.biSize
-DIBSECTION_biWidth=accessor=dsBmih.biWidth
-DIBSECTION_biHeight=accessor=dsBmih.biHeight
-DIBSECTION_biPlanes=accessor=dsBmih.biPlanes
-DIBSECTION_biBitCount=accessor=dsBmih.biBitCount
-DIBSECTION_biCompression=accessor=dsBmih.biCompression
-DIBSECTION_biSizeImage=accessor=dsBmih.biSizeImage
-DIBSECTION_biXPelsPerMeter=accessor=dsBmih.biXPelsPerMeter
-DIBSECTION_biYPelsPerMeter=accessor=dsBmih.biYPelsPerMeter
-DIBSECTION_biClrUsed=accessor=dsBmih.biClrUsed
-DIBSECTION_biClrImportant=accessor=dsBmih.biClrImportant
-DIBSECTION_dsBitfields0=accessor=dsBitfields[0]
-DIBSECTION_dsBitfields1=accessor=dsBitfields[1]
-DIBSECTION_dsBitfields2=accessor=dsBitfields[2]
-DIBSECTION_dshSection=cast=(HANDLE)
-DIBSECTION_dsOffset=
-
-org_eclipse_swt_internal_win32_DLLVERSIONINFO=
-DLLVERSIONINFO_cbSize=
-DLLVERSIONINFO_dwMajorVersion=
-DLLVERSIONINFO_dwMinorVersion=
-DLLVERSIONINFO_dwBuildNumber=
-DLLVERSIONINFO_dwPlatformID=
-
-org_eclipse_swt_internal_win32_DOCHOSTUIINFO=
-DOCHOSTUIINFO_cbSize=
-DOCHOSTUIINFO_dwFlags=
-DOCHOSTUIINFO_dwDoubleClick=
-
-org_eclipse_swt_internal_win32_DOCINFO=
-DOCINFO_cbSize=
-DOCINFO_lpszDocName=cast=(LPCTSTR)
-DOCINFO_lpszOutput=cast=(LPCTSTR)
-DOCINFO_lpszDatatype=cast=(LPCTSTR)
-DOCINFO_fwType=
-
-org_eclipse_swt_internal_win32_DRAWITEMSTRUCT=
-DRAWITEMSTRUCT_CtlType=
-DRAWITEMSTRUCT_CtlID=
-DRAWITEMSTRUCT_itemID=
-DRAWITEMSTRUCT_itemAction=
-DRAWITEMSTRUCT_itemState=
-DRAWITEMSTRUCT_hwndItem=cast=(HWND)
-DRAWITEMSTRUCT_hDC=cast=(HDC)
-DRAWITEMSTRUCT_left=accessor=rcItem.left
-DRAWITEMSTRUCT_top=accessor=rcItem.top
-DRAWITEMSTRUCT_bottom=accessor=rcItem.bottom
-DRAWITEMSTRUCT_right=accessor=rcItem.right
-DRAWITEMSTRUCT_itemData=
-
-org_eclipse_swt_internal_win32_DROPFILES=
-DROPFILES_pFiles=
-DROPFILES_pt_x=accessor=pt.x
-DROPFILES_pt_y=accessor=pt.y
-DROPFILES_fNC=
-DROPFILES_fWide=
-
-org_eclipse_swt_internal_win32_DWM_1BLURBEHIND=
-DWM_BLURBEHIND_dwFlags=
-DWM_BLURBEHIND_fEnable=
-DWM_BLURBEHIND_hRgnBlur=cast=HRGN
-DWM_BLURBEHIND_fTransitionOnMaximized=
-
-org_eclipse_swt_internal_win32_EMR=
-EMR_iType=
-EMR_nSize=
-
-org_eclipse_swt_internal_win32_EMREXTCREATEFONTINDIRECTW=
-EMREXTCREATEFONTINDIRECTW_emr=
-EMREXTCREATEFONTINDIRECTW_ihFont=
-EMREXTCREATEFONTINDIRECTW_elfw=
-
-org_eclipse_swt_internal_win32_EXTLOGFONTW=
-EXTLOGFONTW_elfLogFont=
-EXTLOGFONTW_elfFullName=
-EXTLOGFONTW_elfStyle=
-EXTLOGFONTW_elfVersion=
-EXTLOGFONTW_elfStyleSize=
-EXTLOGFONTW_elfMatch=
-EXTLOGFONTW_elfReserved=
-EXTLOGFONTW_elfVendorId=
-EXTLOGFONTW_elfCulture=
-EXTLOGFONTW_elfPanose=
-
-org_eclipse_swt_internal_win32_EXTLOGPEN=
-EXTLOGPEN_elpPenStyle=
-EXTLOGPEN_elpWidth=
-EXTLOGPEN_elpBrushStyle=
-EXTLOGPEN_elpColor=
-EXTLOGPEN_elpHatch=
-EXTLOGPEN_elpNumEntries=
-EXTLOGPEN_elpStyleEntry=
-
-org_eclipse_swt_internal_win32_FILETIME=
-FILETIME_dwLowDateTime=
-FILETIME_dwHighDateTime=
-
-org_eclipse_swt_internal_win32_GCP_1RESULTS=
-GCP_RESULTS_lStructSize=
-GCP_RESULTS_lpOutString=cast=(LPTSTR)
-GCP_RESULTS_lpOrder=cast=(UINT *)
-GCP_RESULTS_lpDx=cast=(int *)
-GCP_RESULTS_lpCaretPos=cast=(int *)
-GCP_RESULTS_lpClass=cast=(LPSTR)
-GCP_RESULTS_lpGlyphs=cast=(LPWSTR)
-GCP_RESULTS_nGlyphs=
-GCP_RESULTS_nMaxFit=
-
-org_eclipse_swt_internal_win32_GRADIENT_1RECT=
-GRADIENT_RECT_UpperLeft=
-GRADIENT_RECT_LowerRight=
-
-org_eclipse_swt_internal_win32_GUITHREADINFO=
-GUITHREADINFO_cbSize=cast=(DWORD)
-GUITHREADINFO_flags=cast=(DWORD)
-GUITHREADINFO_hwndActive=cast=(HWND)
-GUITHREADINFO_hwndFocus=cast=(HWND)
-GUITHREADINFO_hwndCapture=cast=(HWND)
-GUITHREADINFO_hwndMenuOwner=cast=(HWND)
-GUITHREADINFO_hwndMoveSize=cast=(HWND)
-GUITHREADINFO_hwndCaret=cast=(HWND)
-GUITHREADINFO_left=accessor=rcCaret.left
-GUITHREADINFO_top=accessor=rcCaret.top
-GUITHREADINFO_right=accessor=rcCaret.right
-GUITHREADINFO_bottom=accessor=rcCaret.bottom
-
-org_eclipse_swt_internal_win32_HDHITTESTINFO=
-HDHITTESTINFO_x=accessor=pt.x
-HDHITTESTINFO_y=accessor=pt.y
-HDHITTESTINFO_flags=
-HDHITTESTINFO_iItem=
-
-org_eclipse_swt_internal_win32_HDITEM=
-HDITEM_mask=
-HDITEM_cxy=
-HDITEM_pszText=cast=(LPTSTR)
-HDITEM_hbm=cast=(HBITMAP)
-HDITEM_cchTextMax=
-HDITEM_fmt=
-HDITEM_lParam=
-HDITEM_iImage=
-HDITEM_iOrder=
-HDITEM_type=flags=no_wince
-HDITEM_pvFilter=cast=(void *),flags=no_wince
-
-org_eclipse_swt_internal_win32_HDLAYOUT=
-HDLAYOUT_prc=cast=RECT *
-HDLAYOUT_pwpos=cast=(WINDOWPOS *)
-
-org_eclipse_swt_internal_win32_HELPINFO=
-HELPINFO_cbSize=
-HELPINFO_iContextType=
-HELPINFO_iCtrlId=
-HELPINFO_hItemHandle=cast=(HANDLE)
-HELPINFO_dwContextId=
-HELPINFO_x=accessor=MousePos.x
-HELPINFO_y=accessor=MousePos.y
-
-org_eclipse_swt_internal_win32_HIGHCONTRAST=
-HIGHCONTRAST_cbSize=
-HIGHCONTRAST_dwFlags=
-HIGHCONTRAST_lpszDefaultScheme=cast=LPTSTR
-
-org_eclipse_swt_internal_win32_ICONINFO=
-ICONINFO_fIcon=
-ICONINFO_xHotspot=
-ICONINFO_yHotspot=
-ICONINFO_hbmMask=cast=(HBITMAP)
-ICONINFO_hbmColor=cast=(HBITMAP)
-
-org_eclipse_swt_internal_win32_INITCOMMONCONTROLSEX=
-INITCOMMONCONTROLSEX_dwSize=
-INITCOMMONCONTROLSEX_dwICC=
-
-org_eclipse_swt_internal_win32_INPUT=
-INPUT_type=
-
-org_eclipse_swt_internal_win32_KEYBDINPUT=
-KEYBDINPUT_wVk=
-KEYBDINPUT_wScan=
-KEYBDINPUT_dwFlags=
-KEYBDINPUT_time=
-KEYBDINPUT_dwExtraInfo=
-
-org_eclipse_swt_internal_win32_LITEM=
-LITEM_mask=
-LITEM_iLink=
-LITEM_state=
-LITEM_stateMask=
-LITEM_szID=
-LITEM_szUrl=
-
-org_eclipse_swt_internal_win32_LOGBRUSH=
-LOGBRUSH_lbStyle=
-LOGBRUSH_lbColor=
-LOGBRUSH_lbHatch=
-
-org_eclipse_swt_internal_win32_LOGFONT=
-LOGFONT_lfHeight=
-LOGFONT_lfWidth=
-LOGFONT_lfEscapement=
-LOGFONT_lfOrientation=
-LOGFONT_lfWeight=
-LOGFONT_lfItalic=
-LOGFONT_lfUnderline=
-LOGFONT_lfStrikeOut=
-LOGFONT_lfCharSet=
-LOGFONT_lfOutPrecision=
-LOGFONT_lfClipPrecision=
-LOGFONT_lfQuality=
-LOGFONT_lfPitchAndFamily=
-
-org_eclipse_swt_internal_win32_LOGFONTA=
-LOGFONTA_lfFaceName=
-
-org_eclipse_swt_internal_win32_LOGFONTW=
-LOGFONTW_lfFaceName=
-
-org_eclipse_swt_internal_win32_LOGPEN=
-LOGPEN_lopnStyle=
-LOGPEN_x=accessor=lopnWidth.x
-LOGPEN_y=accessor=lopnWidth.y
-LOGPEN_lopnColor=
-
-org_eclipse_swt_internal_win32_LRESULT=flags=no_gen
-LRESULT_value=
-
-org_eclipse_swt_internal_win32_LVCOLUMN=
-LVCOLUMN_mask=
-LVCOLUMN_fmt=
-LVCOLUMN_cx=
-LVCOLUMN_pszText=cast=(LPTSTR)
-LVCOLUMN_cchTextMax=
-LVCOLUMN_iSubItem=
-LVCOLUMN_iImage=
-LVCOLUMN_iOrder=
-
-org_eclipse_swt_internal_win32_LVHITTESTINFO=
-LVHITTESTINFO_x=accessor=pt.x
-LVHITTESTINFO_y=accessor=pt.y
-LVHITTESTINFO_flags=
-LVHITTESTINFO_iItem=
-LVHITTESTINFO_iSubItem=
-
-org_eclipse_swt_internal_win32_LVITEM=
-LVITEM_mask=
-LVITEM_iItem=
-LVITEM_iSubItem=
-LVITEM_state=
-LVITEM_stateMask=
-LVITEM_pszText=cast=(LPTSTR)
-LVITEM_cchTextMax=
-LVITEM_iImage=
-LVITEM_lParam=
-LVITEM_iIndent=
-LVITEM_iGroupId=flags=no_wince
-LVITEM_cColumns=flags=no_wince
-LVITEM_puColumns=cast=(PUINT),flags=no_wince
-
-org_eclipse_swt_internal_win32_MARGINS=
-MARGINS_cxLeftWidth=
-MARGINS_cxRightWidth=
-MARGINS_cyTopHeight=
-MARGINS_cyBottomHeight=
-
-org_eclipse_swt_internal_win32_MCHITTESTINFO=
-MCHITTESTINFO_cbSize=
-MCHITTESTINFO_pt=
-MCHITTESTINFO_uHit=
-MCHITTESTINFO_st=
-
-org_eclipse_swt_internal_win32_MEASUREITEMSTRUCT=
-MEASUREITEMSTRUCT_CtlType=
-MEASUREITEMSTRUCT_CtlID=
-MEASUREITEMSTRUCT_itemID=
-MEASUREITEMSTRUCT_itemWidth=
-MEASUREITEMSTRUCT_itemHeight=
-MEASUREITEMSTRUCT_itemData=
-
-org_eclipse_swt_internal_win32_MENUBARINFO=
-MENUBARINFO_cbSize=
-MENUBARINFO_left=accessor=rcBar.left
-MENUBARINFO_top=accessor=rcBar.top
-MENUBARINFO_right=accessor=rcBar.right
-MENUBARINFO_bottom=accessor=rcBar.bottom
-MENUBARINFO_hMenu=cast=(HMENU)
-MENUBARINFO_hwndMenu=cast=(HWND)
-MENUBARINFO_fBarFocused=
-MENUBARINFO_fFocused=
-
-org_eclipse_swt_internal_win32_MENUINFO=
-MENUINFO_cbSize=
-MENUINFO_fMask=
-MENUINFO_dwStyle=
-MENUINFO_cyMax=
-MENUINFO_hbrBack=cast=(HBRUSH)
-MENUINFO_dwContextHelpID=
-MENUINFO_dwMenuData=
-
-org_eclipse_swt_internal_win32_MENUITEMINFO=
-MENUITEMINFO_cbSize=
-MENUITEMINFO_fMask=
-MENUITEMINFO_fType=
-MENUITEMINFO_fState=
-MENUITEMINFO_wID=
-MENUITEMINFO_hSubMenu=cast=(HMENU)
-MENUITEMINFO_hbmpChecked=cast=(HBITMAP)
-MENUITEMINFO_hbmpUnchecked=cast=(HBITMAP)
-MENUITEMINFO_dwItemData=
-MENUITEMINFO_dwTypeData=cast=(LPTSTR)
-MENUITEMINFO_cch=
-MENUITEMINFO_hbmpItem=cast=(HBITMAP),flags=no_wince
-
-org_eclipse_swt_internal_win32_MINMAXINFO=
-MINMAXINFO_ptReserved_x=accessor=ptReserved.x
-MINMAXINFO_ptReserved_y=accessor=ptReserved.y
-MINMAXINFO_ptMaxSize_x=accessor=ptMaxSize.x
-MINMAXINFO_ptMaxSize_y=accessor=ptMaxSize.y
-MINMAXINFO_ptMaxPosition_x=accessor=ptMaxPosition.x
-MINMAXINFO_ptMaxPosition_y=accessor=ptMaxPosition.y
-MINMAXINFO_ptMinTrackSize_x=accessor=ptMinTrackSize.x
-MINMAXINFO_ptMinTrackSize_y=accessor=ptMinTrackSize.y
-MINMAXINFO_ptMaxTrackSize_x=accessor=ptMaxTrackSize.x
-MINMAXINFO_ptMaxTrackSize_y=accessor=ptMaxTrackSize.y
-
-org_eclipse_swt_internal_win32_MONITORINFO=
-MONITORINFO_cbSize=
-MONITORINFO_rcMonitor_left=accessor=rcMonitor.left
-MONITORINFO_rcMonitor_top=accessor=rcMonitor.top
-MONITORINFO_rcMonitor_right=accessor=rcMonitor.right
-MONITORINFO_rcMonitor_bottom=accessor=rcMonitor.bottom
-MONITORINFO_rcWork_left=accessor=rcWork.left
-MONITORINFO_rcWork_top=accessor=rcWork.top
-MONITORINFO_rcWork_right=accessor=rcWork.right
-MONITORINFO_rcWork_bottom=accessor=rcWork.bottom
-MONITORINFO_dwFlags=
-
-org_eclipse_swt_internal_win32_MOUSEINPUT=
-MOUSEINPUT_dx=
-MOUSEINPUT_dy=
-MOUSEINPUT_mouseData=
-MOUSEINPUT_dwFlags=
-MOUSEINPUT_time=
-MOUSEINPUT_dwExtraInfo=
-
-org_eclipse_swt_internal_win32_MSG=
-MSG_hwnd=cast=(HWND)
-MSG_message=
-MSG_wParam=
-MSG_lParam=
-MSG_time=
-MSG_x=accessor=pt.x
-MSG_y=accessor=pt.y
-
-org_eclipse_swt_internal_win32_NMCUSTOMDRAW=
-NMCUSTOMDRAW_dwDrawStage=
-NMCUSTOMDRAW_hdc=cast=(HDC)
-NMCUSTOMDRAW_left=accessor=rc.left
-NMCUSTOMDRAW_top=accessor=rc.top
-NMCUSTOMDRAW_right=accessor=rc.right
-NMCUSTOMDRAW_bottom=accessor=rc.bottom
-NMCUSTOMDRAW_dwItemSpec=
-NMCUSTOMDRAW_uItemState=
-NMCUSTOMDRAW_lItemlParam=
-
-org_eclipse_swt_internal_win32_NMHDR=
-NMHDR_hwndFrom=cast=(HWND)
-NMHDR_idFrom=
-NMHDR_code=
-
-org_eclipse_swt_internal_win32_NMHEADER=
-NMHEADER_iItem=
-NMHEADER_iButton=
-NMHEADER_pitem=cast=(HDITEM FAR *)
-
-org_eclipse_swt_internal_win32_NMLINK=
-NMLINK_mask=accessor=item.mask
-NMLINK_iLink=accessor=item.iLink
-NMLINK_state=accessor=item.state
-NMLINK_stateMask=accessor=item.stateMask
-NMLINK_szID=accessor=item.szID
-NMLINK_szUrl=accessor=item.szUrl
-
-org_eclipse_swt_internal_win32_NMLISTVIEW=
-NMLISTVIEW_iItem=
-NMLISTVIEW_iSubItem=
-NMLISTVIEW_uNewState=
-NMLISTVIEW_uOldState=
-NMLISTVIEW_uChanged=
-NMLISTVIEW_x=accessor=ptAction.x
-NMLISTVIEW_y=accessor=ptAction.y
-NMLISTVIEW_lParam=
-
-org_eclipse_swt_internal_win32_NMLVCUSTOMDRAW=
-NMLVCUSTOMDRAW_clrText=
-NMLVCUSTOMDRAW_clrTextBk=
-NMLVCUSTOMDRAW_iSubItem=
-NMLVCUSTOMDRAW_dwItemType=flags=no_wince
-NMLVCUSTOMDRAW_clrFace=flags=no_wince
-NMLVCUSTOMDRAW_iIconEffect=flags=no_wince
-NMLVCUSTOMDRAW_iIconPhase=flags=no_wince
-NMLVCUSTOMDRAW_iPartId=flags=no_wince
-NMLVCUSTOMDRAW_iStateId=flags=no_wince
-NMLVCUSTOMDRAW_rcText_left=accessor=rcText.left,flags=no_wince
-NMLVCUSTOMDRAW_rcText_top=accessor=rcText.top,flags=no_wince
-NMLVCUSTOMDRAW_rcText_right=accessor=rcText.right,flags=no_wince
-NMLVCUSTOMDRAW_rcText_bottom=accessor=rcText.bottom,flags=no_wince
-NMLVCUSTOMDRAW_uAlign=flags=no_wince
-
-org_eclipse_swt_internal_win32_NMLVDISPINFO=
-NMLVDISPINFO_mask=accessor=item.mask
-NMLVDISPINFO_iItem=accessor=item.iItem
-NMLVDISPINFO_iSubItem=accessor=item.iSubItem
-NMLVDISPINFO_state=accessor=item.state
-NMLVDISPINFO_stateMask=accessor=item.stateMask
-NMLVDISPINFO_pszText=accessor=item.pszText,cast=LPTSTR
-NMLVDISPINFO_cchTextMax=accessor=item.cchTextMax
-NMLVDISPINFO_iImage=accessor=item.iImage
-NMLVDISPINFO_lParam=accessor=item.lParam
-NMLVDISPINFO_iIndent=accessor=item.iIndent
-NMLVDISPINFO_iGroupId=accessor=item.iGroupId,flags=no_wince
-NMLVDISPINFO_cColumns=accessor=item.cColumns,flags=no_wince
-NMLVDISPINFO_puColumns=accessor=item.puColumns,cast=(PUINT),flags=no_wince
-
-org_eclipse_swt_internal_win32_NMLVFINDITEM=
-NMLVFINDITEM_iStart=
-NMLVFINDITEM_flags=accessor=lvfi.flags
-NMLVFINDITEM_psz=accessor=lvfi.psz,cast=LPCTSTR
-NMLVFINDITEM_lParam=accessor=lvfi.lParam
-NMLVFINDITEM_x=accessor=lvfi.pt.x
-NMLVFINDITEM_y=accessor=lvfi.pt.y
-NMLVFINDITEM_vkDirection=accessor=lvfi.vkDirection
-
-org_eclipse_swt_internal_win32_NMLVODSTATECHANGE=
-NMLVODSTATECHANGE_iFrom=
-NMLVODSTATECHANGE_iTo=
-NMLVODSTATECHANGE_uNewState=
-NMLVODSTATECHANGE_uOldState=
-
-org_eclipse_swt_internal_win32_NMREBARCHEVRON=
-NMREBARCHEVRON_uBand=
-NMREBARCHEVRON_wID=
-NMREBARCHEVRON_lParam=
-NMREBARCHEVRON_left=accessor=rc.left
-NMREBARCHEVRON_top=accessor=rc.top
-NMREBARCHEVRON_right=accessor=rc.right
-NMREBARCHEVRON_bottom=accessor=rc.bottom
-NMREBARCHEVRON_lParamNM=
-
-org_eclipse_swt_internal_win32_NMREBARCHILDSIZE=
-NMREBARCHILDSIZE_uBand=
-NMREBARCHILDSIZE_wID=
-NMREBARCHILDSIZE_rcChild_left=accessor=rcChild.left
-NMREBARCHILDSIZE_rcChild_top=accessor=rcChild.top
-NMREBARCHILDSIZE_rcChild_right=accessor=rcChild.right
-NMREBARCHILDSIZE_rcChild_bottom=accessor=rcChild.bottom
-NMREBARCHILDSIZE_rcBand_left=accessor=rcBand.left
-NMREBARCHILDSIZE_rcBand_top=accessor=rcBand.top
-NMREBARCHILDSIZE_rcBand_right=accessor=rcBand.right
-NMREBARCHILDSIZE_rcBand_bottom=accessor=rcBand.bottom
-
-org_eclipse_swt_internal_win32_NMRGINFO=
-NMRGINFO_x=accessor=ptAction.x
-NMRGINFO_y=accessor=ptAction.y
-NMRGINFO_dwItemSpec=
-
-org_eclipse_swt_internal_win32_NMTBHOTITEM=
-NMTBHOTITEM_idOld=
-NMTBHOTITEM_idNew=
-NMTBHOTITEM_dwFlags=
-
-org_eclipse_swt_internal_win32_NMTOOLBAR=
-NMTOOLBAR_iItem=
-NMTOOLBAR_iBitmap=accessor=tbButton.iBitmap
-NMTOOLBAR_idCommand=accessor=tbButton.idCommand
-NMTOOLBAR_fsState=accessor=tbButton.fsState
-NMTOOLBAR_fsStyle=accessor=tbButton.fsStyle
-NMTOOLBAR_dwData=accessor=tbButton.dwData
-NMTOOLBAR_iString=accessor=tbButton.iString
-NMTOOLBAR_cchText=
-NMTOOLBAR_pszText=cast=(LPTSTR)
-NMTOOLBAR_left=accessor=rcButton.left,flags=no_wince
-NMTOOLBAR_top=accessor=rcButton.top,flags=no_wince
-NMTOOLBAR_right=accessor=rcButton.right,flags=no_wince
-NMTOOLBAR_bottom=accessor=rcButton.bottom,flags=no_wince
-
-org_eclipse_swt_internal_win32_NMTREEVIEW=
-NMTREEVIEW_hdr=
-NMTREEVIEW_action=
-NMTREEVIEW_itemOld=
-NMTREEVIEW_itemNew=
-NMTREEVIEW_ptDrag=
-
-org_eclipse_swt_internal_win32_NMTTCUSTOMDRAW=
-NMTTCUSTOMDRAW_uDrawFlags=
-
-org_eclipse_swt_internal_win32_NMTTDISPINFO=
-NMTTDISPINFO_lpszText=cast=(void *)
-NMTTDISPINFO_hinst=cast=(HINSTANCE)
-NMTTDISPINFO_uFlags=
-NMTTDISPINFO_lParam=
-
-org_eclipse_swt_internal_win32_NMTTDISPINFOA=
-NMTTDISPINFOA_szText=
-
-org_eclipse_swt_internal_win32_NMTTDISPINFOW=
-NMTTDISPINFOW_szText=
-
-org_eclipse_swt_internal_win32_NMTVCUSTOMDRAW=
-NMTVCUSTOMDRAW_clrText=
-NMTVCUSTOMDRAW_clrTextBk=
-NMTVCUSTOMDRAW_iLevel=flags=no_wince
-
-org_eclipse_swt_internal_win32_NMTVDISPINFO=
-NMTVDISPINFO_mask=accessor=item.mask
-NMTVDISPINFO_hItem=accessor=item.hItem,cast=HTREEITEM
-NMTVDISPINFO_state=accessor=item.state
-NMTVDISPINFO_stateMask=accessor=item.stateMask
-NMTVDISPINFO_pszText=accessor=item.pszText,cast=LPTSTR
-NMTVDISPINFO_cchTextMax=accessor=item.cchTextMax
-NMTVDISPINFO_iImage=accessor=item.iImage
-NMTVDISPINFO_iSelectedImage=accessor=item.iSelectedImage
-NMTVDISPINFO_cChildren=accessor=item.cChildren
-NMTVDISPINFO_lParam=accessor=item.lParam
-
-org_eclipse_swt_internal_win32_NMTVITEMCHANGE=
-NMTVITEMCHANGE_uChanged=
-NMTVITEMCHANGE_hItem=cast=HTREEITEM
-NMTVITEMCHANGE_uStateNew=
-NMTVITEMCHANGE_uStateOld=
-NMTVITEMCHANGE_lParam=
-
-org_eclipse_swt_internal_win32_NMUPDOWN=
-NMUPDOWN_iPos=
-NMUPDOWN_iDelta=
-
-org_eclipse_swt_internal_win32_NONCLIENTMETRICS=
-NONCLIENTMETRICS_cbSize=
-NONCLIENTMETRICS_iBorderWidth=
-NONCLIENTMETRICS_iScrollWidth=
-NONCLIENTMETRICS_iScrollHeight=
-NONCLIENTMETRICS_iCaptionWidth=
-NONCLIENTMETRICS_iCaptionHeight=
-NONCLIENTMETRICS_iSmCaptionWidth=
-NONCLIENTMETRICS_iSmCaptionHeight=
-NONCLIENTMETRICS_iMenuWidth=
-NONCLIENTMETRICS_iMenuHeight=
-
-org_eclipse_swt_internal_win32_NONCLIENTMETRICSA=
-NONCLIENTMETRICSA_lfCaptionFont=
-NONCLIENTMETRICSA_lfSmCaptionFont=
-NONCLIENTMETRICSA_lfMenuFont=
-NONCLIENTMETRICSA_lfStatusFont=
-NONCLIENTMETRICSA_lfMessageFont=
-
-org_eclipse_swt_internal_win32_NONCLIENTMETRICSW=
-NONCLIENTMETRICSW_lfCaptionFont=
-NONCLIENTMETRICSW_lfSmCaptionFont=
-NONCLIENTMETRICSW_lfMenuFont=
-NONCLIENTMETRICSW_lfStatusFont=
-NONCLIENTMETRICSW_lfMessageFont=
-
-org_eclipse_swt_internal_win32_NOTIFYICONDATA=
-NOTIFYICONDATA_cbSize=
-NOTIFYICONDATA_hWnd=cast=(HWND)
-NOTIFYICONDATA_uID=
-NOTIFYICONDATA_uFlags=
-NOTIFYICONDATA_uCallbackMessage=
-NOTIFYICONDATA_hIcon=cast=(HICON)
-NOTIFYICONDATA_dwState=flags=no_wince
-NOTIFYICONDATA_dwStateMask=flags=no_wince
-NOTIFYICONDATA_uVersion=flags=no_wince
-NOTIFYICONDATA_dwInfoFlags=flags=no_wince
-
-org_eclipse_swt_internal_win32_NOTIFYICONDATAA=
-NOTIFYICONDATAA_szTip=cast=(TCHAR)
-NOTIFYICONDATAA_szInfo=cast=(TCHAR),flags=no_wince
-NOTIFYICONDATAA_szInfoTitle=cast=(TCHAR),flags=no_wince
-
-org_eclipse_swt_internal_win32_NOTIFYICONDATAW=
-NOTIFYICONDATAW_szTip=cast=(TCHAR)
-NOTIFYICONDATAW_szInfo=cast=(TCHAR),flags=no_wince
-NOTIFYICONDATAW_szInfoTitle=cast=(TCHAR),flags=no_wince
-
-org_eclipse_swt_internal_win32_OFNOTIFY=
-OFNOTIFY_lpOFN=cast=LPOPENFILENAME
-OFNOTIFY_pszFile=cast=LPTSTR
-
-org_eclipse_swt_internal_win32_OPENFILENAME=
-OPENFILENAME_lStructSize=
-OPENFILENAME_hwndOwner=cast=(HWND)
-OPENFILENAME_hInstance=cast=(HINSTANCE)
-OPENFILENAME_lpstrFilter=cast=(LPCTSTR)
-OPENFILENAME_lpstrCustomFilter=cast=(LPTSTR)
-OPENFILENAME_nMaxCustFilter=
-OPENFILENAME_nFilterIndex=
-OPENFILENAME_lpstrFile=cast=(LPTSTR)
-OPENFILENAME_nMaxFile=
-OPENFILENAME_lpstrFileTitle=cast=(LPTSTR)
-OPENFILENAME_nMaxFileTitle=
-OPENFILENAME_lpstrInitialDir=cast=(LPCTSTR)
-OPENFILENAME_lpstrTitle=cast=(LPCTSTR)
-OPENFILENAME_Flags=
-OPENFILENAME_nFileOffset=
-OPENFILENAME_nFileExtension=
-OPENFILENAME_lpstrDefExt=cast=(LPCTSTR)
-OPENFILENAME_lCustData=
-OPENFILENAME_lpfnHook=cast=(LPOFNHOOKPROC)
-OPENFILENAME_lpTemplateName=cast=(LPCTSTR)
-OPENFILENAME_pvReserved=cast=(void *),flags=no_wince
-OPENFILENAME_dwReserved=flags=no_wince
-OPENFILENAME_FlagsEx=flags=no_wince
-
-org_eclipse_swt_internal_win32_OS=
-OS_ACCEL_sizeof=
-
-OS_ACTCTX_sizeof=
-
-OS_AbortDoc=
-OS_AbortDoc_0=cast=(HDC)
-
-OS_ActivateActCtx=flags=dynamic
-OS_ActivateActCtx_0=
-OS_ActivateActCtx_1=cast=ULONG_PTR*
-
-OS_ActivateKeyboardLayout=
-OS_ActivateKeyboardLayout_0=cast=(HKL)
-OS_ActivateKeyboardLayout_1=
-
-OS_AddFontResourceExA=flags=dynamic
-OS_AddFontResourceExA_0=
-OS_AddFontResourceExA_1=
-OS_AddFontResourceExA_2=
-
-OS_AddFontResourceExW=flags=dynamic
-OS_AddFontResourceExW_0=
-OS_AddFontResourceExW_1=
-OS_AddFontResourceExW_2=
-
-OS_AdjustWindowRectEx=
-OS_AdjustWindowRectEx_0=
-OS_AdjustWindowRectEx_1=
-OS_AdjustWindowRectEx_2=
-OS_AdjustWindowRectEx_3=
-
-OS_AllowSetForegroundWindow=flags=dynamic
-OS_AllowSetForegroundWindow_0=
-
-OS_AlphaBlend=flags=dynamic
-OS_AlphaBlend_0=
-OS_AlphaBlend_1=
-OS_AlphaBlend_2=
-OS_AlphaBlend_3=
-OS_AlphaBlend_4=
-OS_AlphaBlend_5=
-OS_AlphaBlend_6=
-OS_AlphaBlend_7=
-OS_AlphaBlend_8=
-OS_AlphaBlend_9=
-OS_AlphaBlend_10=flags=struct
-
-OS_AnimateWindow=flags=dynamic
-OS_AnimateWindow_0=cast=HWND
-OS_AnimateWindow_1=
-OS_AnimateWindow_2=
-
-OS_Arc=
-OS_Arc_0=cast=(HDC)
-OS_Arc_1=
-OS_Arc_2=
-OS_Arc_3=
-OS_Arc_4=
-OS_Arc_5=
-OS_Arc_6=
-OS_Arc_7=
-OS_Arc_8=
-
-OS_AssocQueryStringA=flags=dynamic
-OS_AssocQueryStringA_0=
-OS_AssocQueryStringA_1=
-OS_AssocQueryStringA_2=
-OS_AssocQueryStringA_3=
-OS_AssocQueryStringA_4=
-OS_AssocQueryStringA_5=
-
-OS_AssocQueryStringW=flags=dynamic
-OS_AssocQueryStringW_0=
-OS_AssocQueryStringW_1=
-OS_AssocQueryStringW_2=
-OS_AssocQueryStringW_3=
-OS_AssocQueryStringW_4=
-OS_AssocQueryStringW_5=
-
-OS_AttachThreadInput=
-OS_AttachThreadInput_0=cast=DWORD
-OS_AttachThreadInput_1=cast=DWORD
-OS_AttachThreadInput_2=
-
-OS_BITMAPINFOHEADER_sizeof=
-
-OS_BITMAP_sizeof=
-
-OS_BLENDFUNCTION_sizeof=
-
-OS_BP_PAINTPARAMS_sizeof=
-
-OS_BROWSEINFO_sizeof=
-
-OS_BUTTON_IMAGELIST_sizeof=
-
-OS_BeginBufferedPaint=flags=dynamic
-OS_BeginBufferedPaint_0=cast=HDC
-OS_BeginBufferedPaint_1=
-OS_BeginBufferedPaint_2=
-OS_BeginBufferedPaint_3=
-OS_BeginBufferedPaint_4=cast=HDC*
-
-OS_BeginDeferWindowPos=
-OS_BeginDeferWindowPos_0=
-
-OS_BeginPaint=
-OS_BeginPaint_0=cast=(HWND)
-OS_BeginPaint_1=
-
-OS_BeginPath=
-OS_BeginPath_0=cast=(HDC)
-
-OS_BitBlt=
-OS_BitBlt_0=cast=(HDC)
-OS_BitBlt_1=
-OS_BitBlt_2=
-OS_BitBlt_3=
-OS_BitBlt_4=
-OS_BitBlt_5=cast=(HDC)
-OS_BitBlt_6=
-OS_BitBlt_7=
-OS_BitBlt_8=
-
-OS_BringWindowToTop=
-OS_BringWindowToTop_0=cast=(HWND)
-
-OS_BufferedPaintInit=flags=dynamic
-
-OS_BufferedPaintSetAlpha=flags=dynamic
-OS_BufferedPaintSetAlpha_0=cast=(HPAINTBUFFER)
-OS_BufferedPaintSetAlpha_1=
-OS_BufferedPaintSetAlpha_2=
-
-OS_BufferedPaintUnInit=flags=dynamic
-
-OS_CANDIDATEFORM_sizeof=
-
-OS_CHOOSECOLOR_sizeof=
-
-OS_CHOOSEFONT_sizeof=
-
-OS_COMBOBOXINFO_sizeof=
-
-OS_COMPOSITIONFORM_sizeof=
-
-OS_CREATESTRUCT_sizeof=
-
-OS_Call=
-OS_Call_0=cast=(DLLGETVERSIONPROC)
-OS_Call_1=
-
-OS_CallNextHookEx=
-OS_CallNextHookEx_0=cast=(HHOOK)
-OS_CallNextHookEx_1=
-OS_CallNextHookEx_2=cast=(WPARAM)
-OS_CallNextHookEx_3=cast=(LPARAM)
-
-OS_CallWindowProcA=
-OS_CallWindowProcA_0=cast=(WNDPROC)
-OS_CallWindowProcA_1=cast=(HWND)
-OS_CallWindowProcA_2=
-OS_CallWindowProcA_3=
-OS_CallWindowProcA_4=
-
-OS_CallWindowProcW=
-OS_CallWindowProcW_0=cast=(WNDPROC)
-OS_CallWindowProcW_1=cast=(HWND)
-OS_CallWindowProcW_2=
-OS_CallWindowProcW_3=
-OS_CallWindowProcW_4=
-
-OS_CharLowerA=
-OS_CharLowerA_0=cast=(LPSTR)
-
-OS_CharLowerW=
-OS_CharLowerW_0=cast=(LPWSTR)
-
-OS_CharUpperA=
-OS_CharUpperA_0=cast=(LPSTR)
-
-OS_CharUpperW=
-OS_CharUpperW_0=cast=(LPWSTR)
-
-OS_CheckMenuItem=
-OS_CheckMenuItem_0=cast=(HMENU)
-OS_CheckMenuItem_1=cast=(UINT)
-OS_CheckMenuItem_2=cast=(UINT)
-
-OS_ChooseColorA=
-OS_ChooseColorA_0=
-
-OS_ChooseColorW=
-OS_ChooseColorW_0=cast=(LPCHOOSECOLORW)
-
-OS_ChooseFontA=
-OS_ChooseFontA_0=
-
-OS_ChooseFontW=
-OS_ChooseFontW_0=cast=(LPCHOOSEFONTW)
-
-OS_ClientToScreen=
-OS_ClientToScreen_0=cast=(HWND)
-OS_ClientToScreen_1=
-
-OS_CloseClipboard=
-
-OS_CloseEnhMetaFile=
-OS_CloseEnhMetaFile_0=cast=(HDC)
-
-OS_CloseHandle=
-OS_CloseHandle_0=cast=HANDLE
-
-OS_CloseThemeData=flags=dynamic
-OS_CloseThemeData_0=cast=HTHEME
-
-OS_CoCreateInstance=
-OS_CoCreateInstance_0=cast=REFCLSID
-OS_CoCreateInstance_1=cast=LPUNKNOWN
-OS_CoCreateInstance_2=
-OS_CoCreateInstance_3=cast=REFIID
-OS_CoCreateInstance_4=cast=LPVOID *
-
-OS_CoInternetIsFeatureEnabled=flags=dynamic
-OS_CoInternetIsFeatureEnabled_0=
-OS_CoInternetIsFeatureEnabled_1=
-
-OS_CoInternetSetFeatureEnabled=flags=dynamic
-OS_CoInternetSetFeatureEnabled_0=
-OS_CoInternetSetFeatureEnabled_1=
-OS_CoInternetSetFeatureEnabled_2=cast=(BOOL)
-
-OS_CombineRgn=
-OS_CombineRgn_0=cast=(HRGN)
-OS_CombineRgn_1=cast=(HRGN)
-OS_CombineRgn_2=cast=(HRGN)
-OS_CombineRgn_3=
-
-OS_CommDlgExtendedError=
-
-OS_CommandBar_AddAdornments=
-OS_CommandBar_AddAdornments_0=cast=(HWND)
-OS_CommandBar_AddAdornments_1=
-OS_CommandBar_AddAdornments_2=
-
-OS_CommandBar_Create=
-OS_CommandBar_Create_0=cast=(HINSTANCE)
-OS_CommandBar_Create_1=cast=(HWND)
-OS_CommandBar_Create_2=
-
-OS_CommandBar_Destroy=
-OS_CommandBar_Destroy_0=cast=(HWND)
-
-OS_CommandBar_DrawMenuBar=
-OS_CommandBar_DrawMenuBar_0=cast=(HWND)
-OS_CommandBar_DrawMenuBar_1=cast=(WORD)
-
-OS_CommandBar_Height=
-OS_CommandBar_Height_0=cast=(HWND)
-
-OS_CommandBar_InsertMenubarEx=
-OS_CommandBar_InsertMenubarEx_0=cast=(HWND)
-OS_CommandBar_InsertMenubarEx_1=cast=(HINSTANCE)
-OS_CommandBar_InsertMenubarEx_2=cast=(LPTSTR)
-OS_CommandBar_InsertMenubarEx_3=cast=(WORD)
-
-OS_CommandBar_Show=
-OS_CommandBar_Show_0=cast=(HWND)
-OS_CommandBar_Show_1=cast=(BOOL)
-
-OS_CopyImage=
-OS_CopyImage_0=cast=(HANDLE)
-OS_CopyImage_1=
-OS_CopyImage_2=
-OS_CopyImage_3=
-OS_CopyImage_4=
-
-OS_CreateAcceleratorTableA=
-OS_CreateAcceleratorTableA_0=cast=(LPACCEL)
-OS_CreateAcceleratorTableA_1=
-
-OS_CreateAcceleratorTableW=
-OS_CreateAcceleratorTableW_0=cast=(LPACCEL)
-OS_CreateAcceleratorTableW_1=
-
-OS_CreateActCtxA=flags=dynamic
-OS_CreateActCtxA_0=flags=no_out
-
-OS_CreateActCtxW=flags=dynamic
-OS_CreateActCtxW_0=flags=no_out
-
-OS_CreateBitmap=
-OS_CreateBitmap_0=
-OS_CreateBitmap_1=
-OS_CreateBitmap_2=
-OS_CreateBitmap_3=
-OS_CreateBitmap_4=cast=(CONST VOID *),flags=no_out critical
-
-OS_CreateCaret=
-OS_CreateCaret_0=cast=(HWND)
-OS_CreateCaret_1=cast=(HBITMAP)
-OS_CreateCaret_2=
-OS_CreateCaret_3=
-
-OS_CreateCompatibleBitmap=
-OS_CreateCompatibleBitmap_0=cast=(HDC)
-OS_CreateCompatibleBitmap_1=
-OS_CreateCompatibleBitmap_2=
-
-OS_CreateCompatibleDC=
-OS_CreateCompatibleDC_0=cast=(HDC)
-
-OS_CreateCursor=
-OS_CreateCursor_0=cast=(HINSTANCE)
-OS_CreateCursor_1=
-OS_CreateCursor_2=
-OS_CreateCursor_3=
-OS_CreateCursor_4=
-OS_CreateCursor_5=cast=(CONST VOID *),flags=no_out critical
-OS_CreateCursor_6=cast=(CONST VOID *),flags=no_out critical
-
-OS_CreateDCA=
-OS_CreateDCA_0=cast=(LPSTR)
-OS_CreateDCA_1=cast=(LPSTR)
-OS_CreateDCA_2=cast=(LPSTR)
-OS_CreateDCA_3=cast=(CONST DEVMODE *)
-
-OS_CreateDCW=
-OS_CreateDCW_0=cast=(LPWSTR)
-OS_CreateDCW_1=cast=(LPWSTR)
-OS_CreateDCW_2=cast=(LPWSTR)
-OS_CreateDCW_3=cast=(CONST DEVMODEW *)
-
-OS_CreateDIBSection__III_3III=
-OS_CreateDIBSection__III_3III_0=cast=(HDC)
-OS_CreateDIBSection__III_3III_1=cast=(BITMAPINFO *),flags=no_out critical
-OS_CreateDIBSection__III_3III_2=
-OS_CreateDIBSection__III_3III_3=cast=(VOID **),flags=no_in critical
-OS_CreateDIBSection__III_3III_4=cast=(HANDLE)
-OS_CreateDIBSection__III_3III_5=
-
-OS_CreateDIBSection__I_3BI_3III=
-OS_CreateDIBSection__I_3BI_3III_0=cast=(HDC)
-OS_CreateDIBSection__I_3BI_3III_1=cast=(BITMAPINFO *),flags=no_out critical
-OS_CreateDIBSection__I_3BI_3III_2=
-OS_CreateDIBSection__I_3BI_3III_3=cast=(VOID **),flags=no_in critical
-OS_CreateDIBSection__I_3BI_3III_4=cast=(HANDLE)
-OS_CreateDIBSection__I_3BI_3III_5=
-
-OS_CreateEnhMetaFileA=
-OS_CreateEnhMetaFileA_0=cast=HDC
-OS_CreateEnhMetaFileA_1=cast=LPCSTR
-OS_CreateEnhMetaFileA_2=
-OS_CreateEnhMetaFileA_3=cast=LPCSTR
-
-OS_CreateEnhMetaFileW=
-OS_CreateEnhMetaFileW_0=cast=HDC
-OS_CreateEnhMetaFileW_1=cast=LPCWSTR
-OS_CreateEnhMetaFileW_2=
-OS_CreateEnhMetaFileW_3=cast=LPCWSTR
-
-OS_CreateFontIndirectA__I=
-OS_CreateFontIndirectA__I_0=cast=(LPLOGFONTA)
-
-OS_CreateFontIndirectA__Lorg_eclipse_swt_internal_win32_LOGFONTA_2=
-OS_CreateFontIndirectA__Lorg_eclipse_swt_internal_win32_LOGFONTA_2_0=flags=no_out
-
-OS_CreateFontIndirectW__I=
-OS_CreateFontIndirectW__I_0=cast=(LPLOGFONTW)
-
-OS_CreateFontIndirectW__Lorg_eclipse_swt_internal_win32_LOGFONTW_2=
-OS_CreateFontIndirectW__Lorg_eclipse_swt_internal_win32_LOGFONTW_2_0=flags=no_out
-
-OS_CreateIconIndirect=
-OS_CreateIconIndirect_0=flags=no_out
-
-OS_CreateMenu=
-
-OS_CreatePalette=
-OS_CreatePalette_0=cast=(LOGPALETTE *),flags=no_out critical
-
-OS_CreatePatternBrush=
-OS_CreatePatternBrush_0=cast=(HBITMAP)
-
-OS_CreatePen=
-OS_CreatePen_0=
-OS_CreatePen_1=
-OS_CreatePen_2=cast=(COLORREF)
-
-OS_CreatePolygonRgn=
-OS_CreatePolygonRgn_0=cast=(CONST POINT *)
-OS_CreatePolygonRgn_1=
-OS_CreatePolygonRgn_2=
-
-OS_CreatePopupMenu=
-
-OS_CreateProcessA=
-OS_CreateProcessA_0=cast=(LPCSTR)
-OS_CreateProcessA_1=cast=(LPSTR)
-OS_CreateProcessA_2=cast=(LPSECURITY_ATTRIBUTES)
-OS_CreateProcessA_3=cast=(LPSECURITY_ATTRIBUTES)
-OS_CreateProcessA_4=
-OS_CreateProcessA_5=
-OS_CreateProcessA_6=cast=(LPVOID)
-OS_CreateProcessA_7=cast=(LPSTR)
-OS_CreateProcessA_8=cast=LPSTARTUPINFOA
-OS_CreateProcessA_9=cast=(LPPROCESS_INFORMATION)
-
-OS_CreateProcessW=
-OS_CreateProcessW_0=cast=(LPCWSTR)
-OS_CreateProcessW_1=cast=(LPWSTR)
-OS_CreateProcessW_2=cast=(LPSECURITY_ATTRIBUTES)
-OS_CreateProcessW_3=cast=(LPSECURITY_ATTRIBUTES)
-OS_CreateProcessW_4=
-OS_CreateProcessW_5=
-OS_CreateProcessW_6=cast=(LPVOID)
-OS_CreateProcessW_7=cast=(LPWSTR)
-OS_CreateProcessW_8=cast=LPSTARTUPINFOW
-OS_CreateProcessW_9=cast=(LPPROCESS_INFORMATION)
-
-OS_CreateRectRgn=
-OS_CreateRectRgn_0=
-OS_CreateRectRgn_1=
-OS_CreateRectRgn_2=
-OS_CreateRectRgn_3=
-
-OS_CreateSolidBrush=
-OS_CreateSolidBrush_0=cast=(COLORREF)
-
-OS_CreateStreamOnHGlobal=
-OS_CreateStreamOnHGlobal_0=cast=HGLOBAL
-OS_CreateStreamOnHGlobal_1=cast=BOOL
-OS_CreateStreamOnHGlobal_2=cast=LPSTREAM *
-
-OS_CreateWindowExA=
-OS_CreateWindowExA_0=
-OS_CreateWindowExA_1=cast=(LPSTR)
-OS_CreateWindowExA_2=
-OS_CreateWindowExA_3=
-OS_CreateWindowExA_4=
-OS_CreateWindowExA_5=
-OS_CreateWindowExA_6=
-OS_CreateWindowExA_7=
-OS_CreateWindowExA_8=cast=(HWND)
-OS_CreateWindowExA_9=cast=(HMENU)
-OS_CreateWindowExA_10=cast=(HINSTANCE)
-OS_CreateWindowExA_11=
-
-OS_CreateWindowExW=
-OS_CreateWindowExW_0=
-OS_CreateWindowExW_1=cast=(LPWSTR)
-OS_CreateWindowExW_2=cast=(LPWSTR)
-OS_CreateWindowExW_3=
-OS_CreateWindowExW_4=
-OS_CreateWindowExW_5=
-OS_CreateWindowExW_6=
-OS_CreateWindowExW_7=
-OS_CreateWindowExW_8=cast=(HWND)
-OS_CreateWindowExW_9=cast=(HMENU)
-OS_CreateWindowExW_10=cast=(HINSTANCE)
-OS_CreateWindowExW_11=
-
-OS_DIBSECTION_sizeof=
-
-OS_DLLVERSIONINFO_sizeof=
-
-OS_DOCHOSTUIINFO_sizeof=
-
-OS_DOCINFO_sizeof=
-
-OS_DPtoLP=
-OS_DPtoLP_0=cast=HDC
-OS_DPtoLP_1=
-OS_DPtoLP_2=
-
-OS_DRAWITEMSTRUCT_sizeof=
-
-OS_DROPFILES_sizeof=
-
-OS_DWM_BLURBEHIND_sizeof=
-
-OS_DefFrameProcA=
-OS_DefFrameProcA_0=cast=(HWND)
-OS_DefFrameProcA_1=cast=(HWND)
-OS_DefFrameProcA_2=
-OS_DefFrameProcA_3=cast=(WPARAM)
-OS_DefFrameProcA_4=cast=(LPARAM)
-
-OS_DefFrameProcW=
-OS_DefFrameProcW_0=cast=(HWND)
-OS_DefFrameProcW_1=cast=(HWND)
-OS_DefFrameProcW_2=
-OS_DefFrameProcW_3=cast=(WPARAM)
-OS_DefFrameProcW_4=cast=(LPARAM)
-
-OS_DefMDIChildProcA=
-OS_DefMDIChildProcA_0=cast=(HWND)
-OS_DefMDIChildProcA_1=
-OS_DefMDIChildProcA_2=cast=(WPARAM)
-OS_DefMDIChildProcA_3=cast=(LPARAM)
-
-OS_DefMDIChildProcW=
-OS_DefMDIChildProcW_0=cast=(HWND)
-OS_DefMDIChildProcW_1=
-OS_DefMDIChildProcW_2=cast=(WPARAM)
-OS_DefMDIChildProcW_3=cast=(LPARAM)
-
-OS_DefWindowProcA=
-OS_DefWindowProcA_0=cast=(HWND)
-OS_DefWindowProcA_1=
-OS_DefWindowProcA_2=cast=(WPARAM)
-OS_DefWindowProcA_3=cast=(LPARAM)
-
-OS_DefWindowProcW=
-OS_DefWindowProcW_0=cast=(HWND)
-OS_DefWindowProcW_1=
-OS_DefWindowProcW_2=cast=(WPARAM)
-OS_DefWindowProcW_3=cast=(LPARAM)
-
-OS_DeferWindowPos=
-OS_DeferWindowPos_0=cast=(HDWP)
-OS_DeferWindowPos_1=cast=(HWND)
-OS_DeferWindowPos_2=cast=(HWND)
-OS_DeferWindowPos_3=
-OS_DeferWindowPos_4=
-OS_DeferWindowPos_5=
-OS_DeferWindowPos_6=
-OS_DeferWindowPos_7=
-
-OS_DeleteDC=
-OS_DeleteDC_0=cast=(HDC)
-
-OS_DeleteEnhMetaFile=
-OS_DeleteEnhMetaFile_0=cast=HENHMETAFILE
-
-OS_DeleteMenu=
-OS_DeleteMenu_0=cast=(HMENU)
-OS_DeleteMenu_1=
-OS_DeleteMenu_2=
-
-OS_DeleteObject=
-OS_DeleteObject_0=cast=(HGDIOBJ)
-
-OS_DestroyAcceleratorTable=
-OS_DestroyAcceleratorTable_0=cast=(HACCEL)
-
-OS_DestroyCaret=
-
-OS_DestroyCursor=
-OS_DestroyCursor_0=cast=(HCURSOR)
-
-OS_DestroyIcon=
-OS_DestroyIcon_0=cast=(HICON)
-
-OS_DestroyMenu=
-OS_DestroyMenu_0=cast=(HMENU)
-
-OS_DestroyWindow=
-OS_DestroyWindow_0=cast=(HWND)
-
-OS_DispatchMessageA=
-OS_DispatchMessageA_0=
-
-OS_DispatchMessageW=
-OS_DispatchMessageW_0=
-
-OS_DragDetect=
-OS_DragDetect_0=cast=(HWND)
-OS_DragDetect_1=flags=struct
-
-OS_DragFinish=
-OS_DragFinish_0=cast=(HDROP)
-
-OS_DragQueryFileA=
-OS_DragQueryFileA_0=cast=(HDROP)
-OS_DragQueryFileA_1=
-OS_DragQueryFileA_2=cast=(LPTSTR)
-OS_DragQueryFileA_3=
-
-OS_DragQueryFileW=
-OS_DragQueryFileW_0=cast=(HDROP)
-OS_DragQueryFileW_1=
-OS_DragQueryFileW_2=cast=(LPWSTR)
-OS_DragQueryFileW_3=
-
-OS_DrawAnimatedRects=
-OS_DrawAnimatedRects_0=cast=HWND
-OS_DrawAnimatedRects_1=
-OS_DrawAnimatedRects_2=
-OS_DrawAnimatedRects_3=
-
-OS_DrawEdge=
-OS_DrawEdge_0=cast=(HDC)
-OS_DrawEdge_1=
-OS_DrawEdge_2=
-OS_DrawEdge_3=
-
-OS_DrawFocusRect=
-OS_DrawFocusRect_0=cast=(HDC)
-OS_DrawFocusRect_1=
-
-OS_DrawFrameControl=
-OS_DrawFrameControl_0=cast=(HDC)
-OS_DrawFrameControl_1=
-OS_DrawFrameControl_2=
-OS_DrawFrameControl_3=
-
-OS_DrawIconEx=
-OS_DrawIconEx_0=cast=(HDC)
-OS_DrawIconEx_1=
-OS_DrawIconEx_2=
-OS_DrawIconEx_3=cast=(HICON)
-OS_DrawIconEx_4=
-OS_DrawIconEx_5=
-OS_DrawIconEx_6=
-OS_DrawIconEx_7=cast=(HBRUSH)
-OS_DrawIconEx_8=
-
-OS_DrawMenuBar=
-OS_DrawMenuBar_0=cast=(HWND)
-
-OS_DrawStateA=
-OS_DrawStateA_0=cast=(HDC)
-OS_DrawStateA_1=cast=(HBRUSH)
-OS_DrawStateA_2=cast=(DRAWSTATEPROC)
-OS_DrawStateA_3=cast=(LPARAM)
-OS_DrawStateA_4=cast=(WPARAM)
-OS_DrawStateA_5=
-OS_DrawStateA_6=
-OS_DrawStateA_7=
-OS_DrawStateA_8=
-OS_DrawStateA_9=
-
-OS_DrawStateW=
-OS_DrawStateW_0=cast=(HDC)
-OS_DrawStateW_1=cast=(HBRUSH)
-OS_DrawStateW_2=cast=(DRAWSTATEPROC)
-OS_DrawStateW_3=cast=(LPARAM)
-OS_DrawStateW_4=cast=(WPARAM)
-OS_DrawStateW_5=
-OS_DrawStateW_6=
-OS_DrawStateW_7=
-OS_DrawStateW_8=
-OS_DrawStateW_9=
-
-OS_DrawTextA=
-OS_DrawTextA_0=cast=(HDC)
-OS_DrawTextA_1=cast=(LPSTR),flags=no_out critical
-OS_DrawTextA_2=
-OS_DrawTextA_3=
-OS_DrawTextA_4=
-
-OS_DrawTextW=
-OS_DrawTextW_0=cast=(HDC)
-OS_DrawTextW_1=cast=(LPWSTR),flags=no_out critical
-OS_DrawTextW_2=
-OS_DrawTextW_3=
-OS_DrawTextW_4=
-
-OS_DrawThemeBackground=flags=dynamic
-OS_DrawThemeBackground_0=cast=HTHEME
-OS_DrawThemeBackground_1=cast=HDC
-OS_DrawThemeBackground_2=
-OS_DrawThemeBackground_3=
-OS_DrawThemeBackground_4=cast=const RECT *
-OS_DrawThemeBackground_5=cast=const RECT *
-
-OS_DrawThemeEdge=flags=dynamic
-OS_DrawThemeEdge_0=
-OS_DrawThemeEdge_1=
-OS_DrawThemeEdge_2=
-OS_DrawThemeEdge_3=
-OS_DrawThemeEdge_4=
-OS_DrawThemeEdge_5=
-OS_DrawThemeEdge_6=
-OS_DrawThemeEdge_7=
-
-OS_DrawThemeIcon=flags=dynamic
-OS_DrawThemeIcon_0=
-OS_DrawThemeIcon_1=
-OS_DrawThemeIcon_2=
-OS_DrawThemeIcon_3=
-OS_DrawThemeIcon_4=
-OS_DrawThemeIcon_5=
-OS_DrawThemeIcon_6=
-
-OS_DrawThemeParentBackground=flags=dynamic
-OS_DrawThemeParentBackground_0=
-OS_DrawThemeParentBackground_1=
-OS_DrawThemeParentBackground_2=
-
-OS_DrawThemeText=flags=dynamic
-OS_DrawThemeText_0=
-OS_DrawThemeText_1=
-OS_DrawThemeText_2=
-OS_DrawThemeText_3=
-OS_DrawThemeText_4=
-OS_DrawThemeText_5=
-OS_DrawThemeText_6=
-OS_DrawThemeText_7=
-OS_DrawThemeText_8=
-
-OS_DwmEnableBlurBehindWindow=flags=dynamic
-OS_DwmEnableBlurBehindWindow_0=cast=HWND
-OS_DwmEnableBlurBehindWindow_1=
-
-OS_DwmExtendFrameIntoClientArea=flags=dynamic
-OS_DwmExtendFrameIntoClientArea_0=cast=HWND
-OS_DwmExtendFrameIntoClientArea_1=
-
-OS_EMREXTCREATEFONTINDIRECTW_sizeof=
-
-OS_EMR_sizeof=
-
-OS_EXTLOGFONTW_sizeof=
-
-OS_EXTLOGPEN_sizeof=
-
-OS_Ellipse=
-OS_Ellipse_0=cast=(HDC)
-OS_Ellipse_1=
-OS_Ellipse_2=
-OS_Ellipse_3=
-OS_Ellipse_4=
-
-OS_EnableMenuItem=
-OS_EnableMenuItem_0=cast=(HMENU)
-OS_EnableMenuItem_1=
-OS_EnableMenuItem_2=
-
-OS_EnableScrollBar=
-OS_EnableScrollBar_0=cast=(HWND)
-OS_EnableScrollBar_1=
-OS_EnableScrollBar_2=
-
-OS_EnableWindow=
-OS_EnableWindow_0=cast=(HWND)
-OS_EnableWindow_1=
-
-OS_EndBufferedPaint=flags=dynamic
-OS_EndBufferedPaint_0=cast=(HPAINTBUFFER)
-OS_EndBufferedPaint_1=
-
-OS_EndDeferWindowPos=
-OS_EndDeferWindowPos_0=cast=(HDWP)
-
-OS_EndDoc=
-OS_EndDoc_0=cast=(HDC)
-
-OS_EndPage=
-OS_EndPage_0=cast=(HDC)
-
-OS_EndPaint=
-OS_EndPaint_0=cast=(HWND)
-OS_EndPaint_1=
-
-OS_EndPath=
-OS_EndPath_0=cast=(HDC)
-
-OS_EnumDisplayMonitors=flags=dynamic
-OS_EnumDisplayMonitors_0=cast=(HDC)
-OS_EnumDisplayMonitors_1=cast=(LPCRECT)
-OS_EnumDisplayMonitors_2=cast=(MONITORENUMPROC)
-OS_EnumDisplayMonitors_3=cast=(LPARAM)
-
-OS_EnumEnhMetaFile=
-OS_EnumEnhMetaFile_0=cast=HDC
-OS_EnumEnhMetaFile_1=cast=HENHMETAFILE
-OS_EnumEnhMetaFile_2=cast=ENHMFENUMPROC
-OS_EnumEnhMetaFile_3=cast=LPVOID
-OS_EnumEnhMetaFile_4=
-
-OS_EnumFontFamiliesA=
-OS_EnumFontFamiliesA_0=cast=(HDC)
-OS_EnumFontFamiliesA_1=cast=(LPSTR)
-OS_EnumFontFamiliesA_2=cast=(FONTENUMPROC)
-OS_EnumFontFamiliesA_3=cast=(LPARAM)
-
-OS_EnumFontFamiliesExA=
-OS_EnumFontFamiliesExA_0=cast=HDC
-OS_EnumFontFamiliesExA_1=cast=LPLOGFONTA
-OS_EnumFontFamiliesExA_2=cast=(FONTENUMPROCA)
-OS_EnumFontFamiliesExA_3=cast=(LPARAM)
-OS_EnumFontFamiliesExA_4=
-
-OS_EnumFontFamiliesExW=
-OS_EnumFontFamiliesExW_0=cast=HDC
-OS_EnumFontFamiliesExW_1=cast=LPLOGFONTW
-OS_EnumFontFamiliesExW_2=cast=FONTENUMPROCW
-OS_EnumFontFamiliesExW_3=cast=LPARAM
-OS_EnumFontFamiliesExW_4=
-
-OS_EnumFontFamiliesW=
-OS_EnumFontFamiliesW_0=cast=(HDC)
-OS_EnumFontFamiliesW_1=cast=(LPCWSTR)
-OS_EnumFontFamiliesW_2=cast=(FONTENUMPROCW)
-OS_EnumFontFamiliesW_3=cast=(LPARAM)
-
-OS_EnumSystemLanguageGroupsA=flags=dynamic
-OS_EnumSystemLanguageGroupsA_0=cast=(LANGUAGEGROUP_ENUMPROCA)
-OS_EnumSystemLanguageGroupsA_1=
-OS_EnumSystemLanguageGroupsA_2=cast=(LONG_PTR)
-
-OS_EnumSystemLanguageGroupsW=flags=dynamic
-OS_EnumSystemLanguageGroupsW_0=cast=(LANGUAGEGROUP_ENUMPROCW)
-OS_EnumSystemLanguageGroupsW_1=
-OS_EnumSystemLanguageGroupsW_2=cast=(LONG_PTR)
-
-OS_EnumSystemLocalesA=
-OS_EnumSystemLocalesA_0=cast=(LOCALE_ENUMPROCA)
-OS_EnumSystemLocalesA_1=
-
-OS_EnumSystemLocalesW=
-OS_EnumSystemLocalesW_0=cast=(LOCALE_ENUMPROCW)
-OS_EnumSystemLocalesW_1=
-
-OS_EqualRect=
-OS_EqualRect_0=cast=(CONST RECT *),flags=no_out
-OS_EqualRect_1=cast=(CONST RECT *),flags=no_out
-
-OS_EqualRgn=
-OS_EqualRgn_0=cast=(HRGN)
-OS_EqualRgn_1=cast=(HRGN)
-
-OS_ExcludeClipRect=
-OS_ExcludeClipRect_0=cast=HDC
-OS_ExcludeClipRect_1=
-OS_ExcludeClipRect_2=
-OS_ExcludeClipRect_3=
-OS_ExcludeClipRect_4=
-
-OS_ExpandEnvironmentStringsA=
-OS_ExpandEnvironmentStringsA_0=
-OS_ExpandEnvironmentStringsA_1=
-OS_ExpandEnvironmentStringsA_2=
-
-OS_ExpandEnvironmentStringsW=
-OS_ExpandEnvironmentStringsW_0=
-OS_ExpandEnvironmentStringsW_1=
-OS_ExpandEnvironmentStringsW_2=
-
-OS_ExtCreatePen=
-OS_ExtCreatePen_0=
-OS_ExtCreatePen_1=
-OS_ExtCreatePen_2=cast=CONST LOGBRUSH *
-OS_ExtCreatePen_3=
-OS_ExtCreatePen_4=cast=CONST DWORD *
-
-OS_ExtCreateRegion=
-OS_ExtCreateRegion_0=cast=XFORM *
-OS_ExtCreateRegion_1=
-OS_ExtCreateRegion_2=cast=CONST RGNDATA *
-
-OS_ExtTextOutA=
-OS_ExtTextOutA_0=cast=(HDC)
-OS_ExtTextOutA_1=
-OS_ExtTextOutA_2=
-OS_ExtTextOutA_3=
-OS_ExtTextOutA_4=flags=no_out
-OS_ExtTextOutA_5=cast=(LPSTR),flags=no_out critical
-OS_ExtTextOutA_6=
-OS_ExtTextOutA_7=cast=(CONST INT *),flags=no_out critical
-
-OS_ExtTextOutW=
-OS_ExtTextOutW_0=cast=(HDC)
-OS_ExtTextOutW_1=
-OS_ExtTextOutW_2=
-OS_ExtTextOutW_3=
-OS_ExtTextOutW_4=flags=no_out
-OS_ExtTextOutW_5=cast=(LPWSTR),flags=no_out critical
-OS_ExtTextOutW_6=
-OS_ExtTextOutW_7=cast=(CONST INT *),flags=no_out critical
-
-OS_ExtractIconExA=
-OS_ExtractIconExA_0=cast=(LPSTR)
-OS_ExtractIconExA_1=
-OS_ExtractIconExA_2=cast=(HICON FAR *)
-OS_ExtractIconExA_3=cast=(HICON FAR *)
-OS_ExtractIconExA_4=
-
-OS_ExtractIconExW=
-OS_ExtractIconExW_0=cast=(LPWSTR)
-OS_ExtractIconExW_1=
-OS_ExtractIconExW_2=cast=(HICON FAR *)
-OS_ExtractIconExW_3=cast=(HICON FAR *)
-OS_ExtractIconExW_4=
-
-OS_FILETIME_sizeof=
-
-OS_FillPath=
-OS_FillPath_0=cast=(HDC)
-
-OS_FillRect=
-OS_FillRect_0=cast=(HDC)
-OS_FillRect_1=flags=no_out
-OS_FillRect_2=cast=(HBRUSH)
-
-OS_FindWindowA=
-OS_FindWindowA_0=cast=(LPSTR)
-OS_FindWindowA_1=cast=(LPSTR)
-
-OS_FindWindowW=
-OS_FindWindowW_0=cast=(LPWSTR)
-OS_FindWindowW_1=cast=(LPWSTR)
-
-OS_FormatMessageA=
-OS_FormatMessageA_0=
-OS_FormatMessageA_1=cast=LPCVOID
-OS_FormatMessageA_2=
-OS_FormatMessageA_3=
-OS_FormatMessageA_4=cast=LPSTR
-OS_FormatMessageA_5=
-OS_FormatMessageA_6=cast=va_list*
-
-OS_FormatMessageW=
-OS_FormatMessageW_0=
-OS_FormatMessageW_1=cast=LPCVOID
-OS_FormatMessageW_2=
-OS_FormatMessageW_3=
-OS_FormatMessageW_4=cast=LPWSTR
-OS_FormatMessageW_5=
-OS_FormatMessageW_6=cast=va_list*
-
-OS_FreeLibrary=
-OS_FreeLibrary_0=cast=(HMODULE)
-
-OS_GCP_RESULTS_sizeof=
-
-OS_GET_WHEEL_DELTA_WPARAM=
-OS_GET_WHEEL_DELTA_WPARAM_0=
-
-OS_GET_X_LPARAM=
-OS_GET_X_LPARAM_0=
-
-OS_GET_Y_LPARAM=
-OS_GET_Y_LPARAM_0=
-
-OS_GRADIENT_RECT_sizeof=
-
-OS_GUITHREADINFO_sizeof=
-
-OS_GdiSetBatchLimit=
-OS_GdiSetBatchLimit_0=cast=DWORD
-
-OS_GetACP=
-
-OS_GetActiveWindow=
-
-OS_GetAsyncKeyState=
-OS_GetAsyncKeyState_0=
-
-OS_GetBkColor=
-OS_GetBkColor_0=cast=(HDC)
-
-OS_GetCapture=
-
-OS_GetCaretPos=
-OS_GetCaretPos_0=
-
-OS_GetCharABCWidthsA=
-OS_GetCharABCWidthsA_0=cast=(HDC)
-OS_GetCharABCWidthsA_1=
-OS_GetCharABCWidthsA_2=
-OS_GetCharABCWidthsA_3=cast=(LPABC),flags=no_in critical
-
-OS_GetCharABCWidthsW=
-OS_GetCharABCWidthsW_0=cast=(HDC)
-OS_GetCharABCWidthsW_1=
-OS_GetCharABCWidthsW_2=
-OS_GetCharABCWidthsW_3=cast=(LPABC),flags=no_in critical
-
-OS_GetCharWidthA=
-OS_GetCharWidthA_0=cast=(HDC)
-OS_GetCharWidthA_1=
-OS_GetCharWidthA_2=
-OS_GetCharWidthA_3=cast=(LPINT),flags=no_in critical
-
-OS_GetCharWidthW=
-OS_GetCharWidthW_0=cast=(HDC)
-OS_GetCharWidthW_1=
-OS_GetCharWidthW_2=
-OS_GetCharWidthW_3=cast=(LPINT),flags=no_in critical
-
-OS_GetCharacterPlacementA=
-OS_GetCharacterPlacementA_0=cast=(HDC)
-OS_GetCharacterPlacementA_1=cast=(LPSTR),flags=no_out critical
-OS_GetCharacterPlacementA_2=
-OS_GetCharacterPlacementA_3=
-OS_GetCharacterPlacementA_4=
-OS_GetCharacterPlacementA_5=
-
-OS_GetCharacterPlacementW=
-OS_GetCharacterPlacementW_0=cast=(HDC)
-OS_GetCharacterPlacementW_1=cast=(LPWSTR),flags=no_out critical
-OS_GetCharacterPlacementW_2=
-OS_GetCharacterPlacementW_3=
-OS_GetCharacterPlacementW_4=cast=(LPGCP_RESULTSW)
-OS_GetCharacterPlacementW_5=
-
-OS_GetClassInfoA=
-OS_GetClassInfoA_0=cast=(HINSTANCE)
-OS_GetClassInfoA_1=cast=(LPSTR)
-OS_GetClassInfoA_2=
-
-OS_GetClassInfoW=
-OS_GetClassInfoW_0=cast=(HINSTANCE)
-OS_GetClassInfoW_1=cast=(LPWSTR)
-OS_GetClassInfoW_2=cast=(LPWNDCLASSW)
-
-OS_GetClassNameA=
-OS_GetClassNameA_0=cast=HWND
-OS_GetClassNameA_1=
-OS_GetClassNameA_2=
-
-OS_GetClassNameW=
-OS_GetClassNameW_0=cast=HWND
-OS_GetClassNameW_1=
-OS_GetClassNameW_2=
-
-OS_GetClientRect=
-OS_GetClientRect_0=cast=(HWND)
-OS_GetClientRect_1=
-
-OS_GetClipBox=
-OS_GetClipBox_0=cast=(HDC)
-OS_GetClipBox_1=
-
-OS_GetClipRgn=
-OS_GetClipRgn_0=cast=(HDC)
-OS_GetClipRgn_1=cast=(HRGN)
-
-OS_GetClipboardData=
-OS_GetClipboardData_0=
-
-OS_GetClipboardFormatNameA=
-OS_GetClipboardFormatNameA_0=
-OS_GetClipboardFormatNameA_1=
-OS_GetClipboardFormatNameA_2=
-
-OS_GetClipboardFormatNameW=
-OS_GetClipboardFormatNameW_0=
-OS_GetClipboardFormatNameW_1=cast=(LPWSTR)
-OS_GetClipboardFormatNameW_2=
-
-OS_GetComboBoxInfo=flags=dynamic
-OS_GetComboBoxInfo_0=cast=(HWND)
-OS_GetComboBoxInfo_1=
-
-OS_GetCurrentObject=
-OS_GetCurrentObject_0=cast=(HDC)
-OS_GetCurrentObject_1=
-
-OS_GetCurrentProcessId=
-
-OS_GetCurrentThreadId=
-
-OS_GetCursor=
-
-OS_GetCursorPos=
-OS_GetCursorPos_0=
-
-OS_GetDC=
-OS_GetDC_0=cast=(HWND)
-
-OS_GetDCEx=
-OS_GetDCEx_0=cast=(HWND)
-OS_GetDCEx_1=cast=(HRGN)
-OS_GetDCEx_2=
-
-OS_GetDIBColorTable=
-OS_GetDIBColorTable_0=cast=(HDC)
-OS_GetDIBColorTable_1=
-OS_GetDIBColorTable_2=
-OS_GetDIBColorTable_3=cast=(RGBQUAD *),flags=no_in critical
-
-OS_GetDIBits=
-OS_GetDIBits_0=cast=(HDC)
-OS_GetDIBits_1=cast=(HBITMAP)
-OS_GetDIBits_2=
-OS_GetDIBits_3=
-OS_GetDIBits_4=cast=(LPVOID)
-OS_GetDIBits_5=cast=(LPBITMAPINFO),flags=critical
-OS_GetDIBits_6=
-
-OS_GetDateFormatA=
-OS_GetDateFormatA_0=cast=(LCID)
-OS_GetDateFormatA_1=cast=(DWORD)
-OS_GetDateFormatA_2=
-OS_GetDateFormatA_3=cast=(LPSTR)
-OS_GetDateFormatA_4=cast=(LPSTR)
-OS_GetDateFormatA_5=
-
-OS_GetDateFormatW=
-OS_GetDateFormatW_0=cast=(LCID)
-OS_GetDateFormatW_1=cast=(DWORD)
-OS_GetDateFormatW_2=
-OS_GetDateFormatW_3=cast=(LPWSTR)
-OS_GetDateFormatW_4=cast=(LPWSTR)
-OS_GetDateFormatW_5=
-
-OS_GetDesktopWindow=
-
-OS_GetDeviceCaps=
-OS_GetDeviceCaps_0=cast=(HDC)
-OS_GetDeviceCaps_1=
-
-OS_GetDialogBaseUnits=
-
-OS_GetDlgItem=
-OS_GetDlgItem_0=cast=(HWND)
-OS_GetDlgItem_1=
-
-OS_GetDoubleClickTime=
-
-OS_GetFocus=
-
-OS_GetFontLanguageInfo=
-OS_GetFontLanguageInfo_0=cast=(HDC)
-
-OS_GetForegroundWindow=
-
-OS_GetGUIThreadInfo=
-OS_GetGUIThreadInfo_0=cast=(DWORD)
-OS_GetGUIThreadInfo_1=cast=(LPGUITHREADINFO)
-
-OS_GetIconInfo=
-OS_GetIconInfo_0=cast=(HICON)
-OS_GetIconInfo_1=flags=no_in
-
-OS_GetKeyNameTextA=
-OS_GetKeyNameTextA_0=
-OS_GetKeyNameTextA_1=cast=(LPSTR)
-OS_GetKeyNameTextA_2=
-
-OS_GetKeyNameTextW=
-OS_GetKeyNameTextW_0=
-OS_GetKeyNameTextW_1=cast=(LPWSTR)
-OS_GetKeyNameTextW_2=
-
-OS_GetKeyState=
-OS_GetKeyState_0=
-
-OS_GetKeyboardLayout=
-OS_GetKeyboardLayout_0=
-
-OS_GetKeyboardLayoutList=
-OS_GetKeyboardLayoutList_0=
-OS_GetKeyboardLayoutList_1=cast=(HKL FAR *)
-
-OS_GetKeyboardState=
-OS_GetKeyboardState_0=cast=(PBYTE)
-
-OS_GetLastActivePopup=
-OS_GetLastActivePopup_0=cast=(HWND)
-
-OS_GetLastError=
-
-OS_GetLayeredWindowAttributes=flags=dynamic
-OS_GetLayeredWindowAttributes_0=cast=HWND
-OS_GetLayeredWindowAttributes_1=
-OS_GetLayeredWindowAttributes_2=
-OS_GetLayeredWindowAttributes_3=
-
-OS_GetLayout=flags=dynamic
-OS_GetLayout_0=cast=(HDC)
-
-OS_GetLibraryHandle=flags=no_gen
-
-OS_GetLocaleInfoA=
-OS_GetLocaleInfoA_0=
-OS_GetLocaleInfoA_1=
-OS_GetLocaleInfoA_2=cast=(LPSTR)
-OS_GetLocaleInfoA_3=
-
-OS_GetLocaleInfoW=
-OS_GetLocaleInfoW_0=
-OS_GetLocaleInfoW_1=
-OS_GetLocaleInfoW_2=cast=(LPWSTR)
-OS_GetLocaleInfoW_3=
-
-OS_GetMapMode=
-OS_GetMapMode_0=cast=HDC
-
-OS_GetMenu=
-OS_GetMenu_0=cast=(HWND)
-
-OS_GetMenuBarInfo=flags=dynamic
-OS_GetMenuBarInfo_0=
-OS_GetMenuBarInfo_1=
-OS_GetMenuBarInfo_2=
-OS_GetMenuBarInfo_3=
-
-OS_GetMenuDefaultItem=
-OS_GetMenuDefaultItem_0=cast=(HMENU)
-OS_GetMenuDefaultItem_1=
-OS_GetMenuDefaultItem_2=
-
-OS_GetMenuInfo=flags=dynamic
-OS_GetMenuInfo_0=cast=(HMENU)
-OS_GetMenuInfo_1=
-
-OS_GetMenuItemCount=
-OS_GetMenuItemCount_0=cast=(HMENU)
-
-OS_GetMenuItemInfoA=
-OS_GetMenuItemInfoA_0=cast=(HMENU)
-OS_GetMenuItemInfoA_1=
-OS_GetMenuItemInfoA_2=
-OS_GetMenuItemInfoA_3=
-
-OS_GetMenuItemInfoW=
-OS_GetMenuItemInfoW_0=cast=(HMENU)
-OS_GetMenuItemInfoW_1=
-OS_GetMenuItemInfoW_2=
-OS_GetMenuItemInfoW_3=cast=(LPMENUITEMINFOW)
-
-OS_GetMenuItemRect=
-OS_GetMenuItemRect_0=cast=(HWND)
-OS_GetMenuItemRect_1=cast=(HMENU)
-OS_GetMenuItemRect_2=
-OS_GetMenuItemRect_3=
-
-OS_GetMessageA=
-OS_GetMessageA_0=
-OS_GetMessageA_1=cast=(HWND)
-OS_GetMessageA_2=
-OS_GetMessageA_3=
-
-OS_GetMessagePos=
-
-OS_GetMessageTime=
-
-OS_GetMessageW=
-OS_GetMessageW_0=
-OS_GetMessageW_1=cast=(HWND)
-OS_GetMessageW_2=
-OS_GetMessageW_3=
-
-OS_GetMetaRgn=
-OS_GetMetaRgn_0=cast=HDC
-OS_GetMetaRgn_1=cast=HRGN
-
-OS_GetModuleFileNameA=
-OS_GetModuleFileNameA_0=cast=HMODULE
-OS_GetModuleFileNameA_1=cast=LPSTR
-OS_GetModuleFileNameA_2=
-
-OS_GetModuleFileNameW=
-OS_GetModuleFileNameW_0=cast=HMODULE
-OS_GetModuleFileNameW_1=cast=LPWSTR
-OS_GetModuleFileNameW_2=
-
-OS_GetModuleHandleA=
-OS_GetModuleHandleA_0=cast=(LPSTR)
-
-OS_GetModuleHandleW=
-OS_GetModuleHandleW_0=cast=(LPWSTR)
-
-OS_GetMonitorInfoA=flags=dynamic
-OS_GetMonitorInfoA_0=cast=(HMONITOR)
-OS_GetMonitorInfoA_1=cast=(LPMONITORINFO)
-
-OS_GetMonitorInfoW=flags=dynamic
-OS_GetMonitorInfoW_0=cast=(HMONITOR)
-OS_GetMonitorInfoW_1=cast=(LPMONITORINFO)
-
-OS_GetNearestPaletteIndex=
-OS_GetNearestPaletteIndex_0=cast=(HPALETTE)
-OS_GetNearestPaletteIndex_1=cast=(COLORREF)
-
-OS_GetObjectA__III=
-OS_GetObjectA__III_0=cast=(HGDIOBJ)
-OS_GetObjectA__III_1=
-OS_GetObjectA__III_2=cast=LPVOID,flags=no_in
-
-OS_GetObjectA__IILorg_eclipse_swt_internal_win32_BITMAP_2=
-OS_GetObjectA__IILorg_eclipse_swt_internal_win32_BITMAP_2_0=cast=(HGDIOBJ)
-OS_GetObjectA__IILorg_eclipse_swt_internal_win32_BITMAP_2_1=
-OS_GetObjectA__IILorg_eclipse_swt_internal_win32_BITMAP_2_2=flags=no_in
-
-OS_GetObjectA__IILorg_eclipse_swt_internal_win32_DIBSECTION_2=
-OS_GetObjectA__IILorg_eclipse_swt_internal_win32_DIBSECTION_2_0=cast=(HGDIOBJ)
-OS_GetObjectA__IILorg_eclipse_swt_internal_win32_DIBSECTION_2_1=
-OS_GetObjectA__IILorg_eclipse_swt_internal_win32_DIBSECTION_2_2=flags=no_in
-
-OS_GetObjectA__IILorg_eclipse_swt_internal_win32_EXTLOGPEN_2=
-OS_GetObjectA__IILorg_eclipse_swt_internal_win32_EXTLOGPEN_2_0=cast=(HGDIOBJ)
-OS_GetObjectA__IILorg_eclipse_swt_internal_win32_EXTLOGPEN_2_1=
-OS_GetObjectA__IILorg_eclipse_swt_internal_win32_EXTLOGPEN_2_2=flags=no_in
-
-OS_GetObjectA__IILorg_eclipse_swt_internal_win32_LOGBRUSH_2=
-OS_GetObjectA__IILorg_eclipse_swt_internal_win32_LOGBRUSH_2_0=cast=(HGDIOBJ)
-OS_GetObjectA__IILorg_eclipse_swt_internal_win32_LOGBRUSH_2_1=
-OS_GetObjectA__IILorg_eclipse_swt_internal_win32_LOGBRUSH_2_2=flags=no_in
-
-OS_GetObjectA__IILorg_eclipse_swt_internal_win32_LOGFONTA_2=
-OS_GetObjectA__IILorg_eclipse_swt_internal_win32_LOGFONTA_2_0=cast=(HGDIOBJ)
-OS_GetObjectA__IILorg_eclipse_swt_internal_win32_LOGFONTA_2_1=
-OS_GetObjectA__IILorg_eclipse_swt_internal_win32_LOGFONTA_2_2=flags=no_in
-
-OS_GetObjectA__IILorg_eclipse_swt_internal_win32_LOGPEN_2=
-OS_GetObjectA__IILorg_eclipse_swt_internal_win32_LOGPEN_2_0=cast=(HGDIOBJ)
-OS_GetObjectA__IILorg_eclipse_swt_internal_win32_LOGPEN_2_1=
-OS_GetObjectA__IILorg_eclipse_swt_internal_win32_LOGPEN_2_2=flags=no_in
-
-OS_GetObjectW__III=
-OS_GetObjectW__III_0=cast=(HGDIOBJ)
-OS_GetObjectW__III_1=
-OS_GetObjectW__III_2=cast=LPVOID,flags=no_in
-
-OS_GetObjectW__IILorg_eclipse_swt_internal_win32_BITMAP_2=
-OS_GetObjectW__IILorg_eclipse_swt_internal_win32_BITMAP_2_0=cast=(HGDIOBJ)
-OS_GetObjectW__IILorg_eclipse_swt_internal_win32_BITMAP_2_1=
-OS_GetObjectW__IILorg_eclipse_swt_internal_win32_BITMAP_2_2=flags=no_in
-
-OS_GetObjectW__IILorg_eclipse_swt_internal_win32_DIBSECTION_2=
-OS_GetObjectW__IILorg_eclipse_swt_internal_win32_DIBSECTION_2_0=cast=(HGDIOBJ)
-OS_GetObjectW__IILorg_eclipse_swt_internal_win32_DIBSECTION_2_1=
-OS_GetObjectW__IILorg_eclipse_swt_internal_win32_DIBSECTION_2_2=flags=no_in
-
-OS_GetObjectW__IILorg_eclipse_swt_internal_win32_EXTLOGPEN_2=
-OS_GetObjectW__IILorg_eclipse_swt_internal_win32_EXTLOGPEN_2_0=cast=(HGDIOBJ)
-OS_GetObjectW__IILorg_eclipse_swt_internal_win32_EXTLOGPEN_2_1=
-OS_GetObjectW__IILorg_eclipse_swt_internal_win32_EXTLOGPEN_2_2=flags=no_in
-
-OS_GetObjectW__IILorg_eclipse_swt_internal_win32_LOGBRUSH_2=
-OS_GetObjectW__IILorg_eclipse_swt_internal_win32_LOGBRUSH_2_0=cast=(HGDIOBJ)
-OS_GetObjectW__IILorg_eclipse_swt_internal_win32_LOGBRUSH_2_1=
-OS_GetObjectW__IILorg_eclipse_swt_internal_win32_LOGBRUSH_2_2=flags=no_in
-
-OS_GetObjectW__IILorg_eclipse_swt_internal_win32_LOGFONTW_2=
-OS_GetObjectW__IILorg_eclipse_swt_internal_win32_LOGFONTW_2_0=cast=(HGDIOBJ)
-OS_GetObjectW__IILorg_eclipse_swt_internal_win32_LOGFONTW_2_1=
-OS_GetObjectW__IILorg_eclipse_swt_internal_win32_LOGFONTW_2_2=flags=no_in
-
-OS_GetObjectW__IILorg_eclipse_swt_internal_win32_LOGPEN_2=
-OS_GetObjectW__IILorg_eclipse_swt_internal_win32_LOGPEN_2_0=cast=(HGDIOBJ)
-OS_GetObjectW__IILorg_eclipse_swt_internal_win32_LOGPEN_2_1=
-OS_GetObjectW__IILorg_eclipse_swt_internal_win32_LOGPEN_2_2=flags=no_in
-
-OS_GetOpenFileNameA=
-OS_GetOpenFileNameA_0=
-
-OS_GetOpenFileNameW=
-OS_GetOpenFileNameW_0=cast=(LPOPENFILENAMEW)
-
-OS_GetOutlineTextMetricsA=
-OS_GetOutlineTextMetricsA_0=cast=(HDC)
-OS_GetOutlineTextMetricsA_1=
-OS_GetOutlineTextMetricsA_2=
-
-OS_GetOutlineTextMetricsW=
-OS_GetOutlineTextMetricsW_0=cast=(HDC)
-OS_GetOutlineTextMetricsW_1=
-OS_GetOutlineTextMetricsW_2=
-
-OS_GetPaletteEntries=
-OS_GetPaletteEntries_0=cast=(HPALETTE)
-OS_GetPaletteEntries_1=
-OS_GetPaletteEntries_2=
-OS_GetPaletteEntries_3=cast=(LPPALETTEENTRY),flags=no_in critical
-
-OS_GetParent=
-OS_GetParent_0=cast=(HWND)
-
-OS_GetPath=
-OS_GetPath_0=cast=HDC
-OS_GetPath_1=cast=LPPOINT
-OS_GetPath_2=cast=LPBYTE
-OS_GetPath_3=
-
-OS_GetPixel=
-OS_GetPixel_0=cast=(HDC)
-OS_GetPixel_1=
-OS_GetPixel_2=
-
-OS_GetPolyFillMode=
-OS_GetPolyFillMode_0=cast=HDC
-
-OS_GetProcAddress=
-OS_GetProcAddress_0=cast=(HMODULE)
-OS_GetProcAddress_1=cast=(LPCTSTR)
-
-OS_GetProcessHeap=
-
-OS_GetProcessHeaps=
-OS_GetProcessHeaps_0=
-OS_GetProcessHeaps_1=cast=PHANDLE
-
-OS_GetProfileStringA=
-OS_GetProfileStringA_0=cast=(LPSTR)
-OS_GetProfileStringA_1=cast=(LPSTR)
-OS_GetProfileStringA_2=cast=(LPSTR)
-OS_GetProfileStringA_3=cast=(LPSTR)
-OS_GetProfileStringA_4=
-
-OS_GetProfileStringW=
-OS_GetProfileStringW_0=cast=(LPWSTR)
-OS_GetProfileStringW_1=cast=(LPWSTR)
-OS_GetProfileStringW_2=cast=(LPWSTR)
-OS_GetProfileStringW_3=cast=(LPWSTR)
-OS_GetProfileStringW_4=
-
-OS_GetPropA=
-OS_GetPropA_0=cast=HWND
-OS_GetPropA_1=cast=LPCTSTR
-
-OS_GetPropW=
-OS_GetPropW_0=cast=HWND
-OS_GetPropW_1=cast=(LPCWSTR)
-
-OS_GetROP2=
-OS_GetROP2_0=cast=(HDC)
-
-OS_GetRandomRgn=
-OS_GetRandomRgn_0=cast=HDC
-OS_GetRandomRgn_1=cast=HRGN
-OS_GetRandomRgn_2=
-
-OS_GetRegionData=
-OS_GetRegionData_0=cast=(HRGN)
-OS_GetRegionData_1=
-OS_GetRegionData_2=cast=(RGNDATA *),flags=no_in critical
-
-OS_GetRgnBox=
-OS_GetRgnBox_0=cast=(HRGN)
-OS_GetRgnBox_1=flags=no_in
-
-OS_GetSaveFileNameA=
-OS_GetSaveFileNameA_0=
-
-OS_GetSaveFileNameW=
-OS_GetSaveFileNameW_0=cast=(LPOPENFILENAMEW)
-
-OS_GetScrollBarInfo=
-OS_GetScrollBarInfo_0=cast=HWND
-OS_GetScrollBarInfo_1=
-OS_GetScrollBarInfo_2=
-
-OS_GetScrollInfo=
-OS_GetScrollInfo_0=cast=(HWND)
-OS_GetScrollInfo_1=
-OS_GetScrollInfo_2=
-
-OS_GetStartupInfoA=
-OS_GetStartupInfoA_0=cast=(LPSTARTUPINFOA)
-
-OS_GetStartupInfoW=
-OS_GetStartupInfoW_0=cast=(LPSTARTUPINFOW)
-
-OS_GetStockObject=
-OS_GetStockObject_0=
-
-OS_GetSysColor=
-OS_GetSysColor_0=
-
-OS_GetSysColorBrush=
-OS_GetSysColorBrush_0=
-
-OS_GetSystemDefaultUILanguage=flags=dynamic
-
-OS_GetSystemMenu=
-OS_GetSystemMenu_0=cast=(HWND)
-OS_GetSystemMenu_1=
-
-OS_GetSystemMetrics=
-OS_GetSystemMetrics_0=
-
-OS_GetSystemPaletteEntries=
-OS_GetSystemPaletteEntries_0=cast=(HDC)
-OS_GetSystemPaletteEntries_1=cast=(UINT)
-OS_GetSystemPaletteEntries_2=cast=(UINT)
-OS_GetSystemPaletteEntries_3=cast=(LPPALETTEENTRY),flags=no_in critical
-
-OS_GetTextCharset=
-OS_GetTextCharset_0=cast=(HDC)
-
-OS_GetTextColor=
-OS_GetTextColor_0=cast=(HDC)
-
-OS_GetTextExtentPoint32A=
-OS_GetTextExtentPoint32A_0=cast=(HDC)
-OS_GetTextExtentPoint32A_1=cast=(LPSTR),flags=no_out critical
-OS_GetTextExtentPoint32A_2=
-OS_GetTextExtentPoint32A_3=flags=no_in
-
-OS_GetTextExtentPoint32W=
-OS_GetTextExtentPoint32W_0=cast=(HDC)
-OS_GetTextExtentPoint32W_1=cast=(LPWSTR),flags=no_out critical
-OS_GetTextExtentPoint32W_2=
-OS_GetTextExtentPoint32W_3=flags=no_in
-
-OS_GetTextMetricsA=
-OS_GetTextMetricsA_0=cast=(HDC)
-OS_GetTextMetricsA_1=flags=no_in
-
-OS_GetTextMetricsW=
-OS_GetTextMetricsW_0=cast=(HDC)
-OS_GetTextMetricsW_1=flags=no_in
-
-OS_GetThemeBackgroundContentRect=flags=dynamic
-OS_GetThemeBackgroundContentRect_0=
-OS_GetThemeBackgroundContentRect_1=
-OS_GetThemeBackgroundContentRect_2=
-OS_GetThemeBackgroundContentRect_3=
-OS_GetThemeBackgroundContentRect_4=
-OS_GetThemeBackgroundContentRect_5=
-
-OS_GetThemeBackgroundExtent=flags=dynamic
-OS_GetThemeBackgroundExtent_0=
-OS_GetThemeBackgroundExtent_1=
-OS_GetThemeBackgroundExtent_2=
-OS_GetThemeBackgroundExtent_3=
-OS_GetThemeBackgroundExtent_4=flags=no_out
-OS_GetThemeBackgroundExtent_5=
-
-OS_GetThemeColor=flags=dynamic
-OS_GetThemeColor_0=
-OS_GetThemeColor_1=
-OS_GetThemeColor_2=
-OS_GetThemeColor_3=
-OS_GetThemeColor_4=
-
-OS_GetThemeInt=flags=dynamic
-OS_GetThemeInt_0=
-OS_GetThemeInt_1=
-OS_GetThemeInt_2=
-OS_GetThemeInt_3=
-OS_GetThemeInt_4=
-
-OS_GetThemeMargins=flags=dynamic
-OS_GetThemeMargins_0=
-OS_GetThemeMargins_1=
-OS_GetThemeMargins_2=
-OS_GetThemeMargins_3=
-OS_GetThemeMargins_4=
-OS_GetThemeMargins_5=
-OS_GetThemeMargins_6=
-
-OS_GetThemeMetric=flags=dynamic
-OS_GetThemeMetric_0=
-OS_GetThemeMetric_1=
-OS_GetThemeMetric_2=
-OS_GetThemeMetric_3=
-OS_GetThemeMetric_4=
-OS_GetThemeMetric_5=
-
-OS_GetThemePartSize=flags=dynamic
-OS_GetThemePartSize_0=
-OS_GetThemePartSize_1=
-OS_GetThemePartSize_2=
-OS_GetThemePartSize_3=
-OS_GetThemePartSize_4=
-OS_GetThemePartSize_5=
-OS_GetThemePartSize_6=
-
-OS_GetThemeRect=flags=dynamic
-OS_GetThemeRect_0=
-OS_GetThemeRect_1=
-OS_GetThemeRect_2=
-OS_GetThemeRect_3=
-OS_GetThemeRect_4=
-
-OS_GetThemeSysSize=flags=dynamic
-OS_GetThemeSysSize_0=
-OS_GetThemeSysSize_1=
-
-OS_GetThemeTextExtent=flags=dynamic
-OS_GetThemeTextExtent_0=
-OS_GetThemeTextExtent_1=
-OS_GetThemeTextExtent_2=
-OS_GetThemeTextExtent_3=
-OS_GetThemeTextExtent_4=
-OS_GetThemeTextExtent_5=
-OS_GetThemeTextExtent_6=
-OS_GetThemeTextExtent_7=
-OS_GetThemeTextExtent_8=
-
-OS_GetTickCount=
-
-OS_GetTimeFormatA=
-OS_GetTimeFormatA_0=cast=(LCID)
-OS_GetTimeFormatA_1=cast=(DWORD)
-OS_GetTimeFormatA_2=
-OS_GetTimeFormatA_3=cast=(LPSTR)
-OS_GetTimeFormatA_4=cast=(LPSTR)
-OS_GetTimeFormatA_5=
-
-OS_GetTimeFormatW=
-OS_GetTimeFormatW_0=cast=(LCID)
-OS_GetTimeFormatW_1=cast=(DWORD)
-OS_GetTimeFormatW_2=
-OS_GetTimeFormatW_3=cast=(LPWSTR)
-OS_GetTimeFormatW_4=cast=(LPWSTR)
-OS_GetTimeFormatW_5=
-
-OS_GetUpdateRect=
-OS_GetUpdateRect_0=cast=(HWND)
-OS_GetUpdateRect_1=cast=(LPRECT)
-OS_GetUpdateRect_2=cast=(BOOL)
-
-OS_GetUpdateRgn=
-OS_GetUpdateRgn_0=cast=(HWND)
-OS_GetUpdateRgn_1=cast=(HRGN)
-OS_GetUpdateRgn_2=
-
-OS_GetVersionExA__Lorg_eclipse_swt_internal_win32_OSVERSIONINFOA_2=
-OS_GetVersionExA__Lorg_eclipse_swt_internal_win32_OSVERSIONINFOA_2_0=
-
-OS_GetVersionExA__Lorg_eclipse_swt_internal_win32_OSVERSIONINFOEXA_2=
-OS_GetVersionExA__Lorg_eclipse_swt_internal_win32_OSVERSIONINFOEXA_2_0=cast=LPOSVERSIONINFOA
-
-OS_GetVersionExW__Lorg_eclipse_swt_internal_win32_OSVERSIONINFOEXW_2=
-OS_GetVersionExW__Lorg_eclipse_swt_internal_win32_OSVERSIONINFOEXW_2_0=cast=(LPOSVERSIONINFOW)
-
-OS_GetVersionExW__Lorg_eclipse_swt_internal_win32_OSVERSIONINFOW_2=
-OS_GetVersionExW__Lorg_eclipse_swt_internal_win32_OSVERSIONINFOW_2_0=
-
-OS_GetWindow=
-OS_GetWindow_0=cast=(HWND)
-OS_GetWindow_1=
-
-OS_GetWindowDC=
-OS_GetWindowDC_0=cast=HWND
-
-OS_GetWindowLongA=
-OS_GetWindowLongA_0=cast=(HWND)
-OS_GetWindowLongA_1=
-
-OS_GetWindowLongPtrA=
-OS_GetWindowLongPtrA_0=cast=(HWND)
-OS_GetWindowLongPtrA_1=
-
-OS_GetWindowLongPtrW=
-OS_GetWindowLongPtrW_0=cast=(HWND)
-OS_GetWindowLongPtrW_1=
-
-OS_GetWindowLongW=
-OS_GetWindowLongW_0=cast=(HWND)
-OS_GetWindowLongW_1=
-
-OS_GetWindowOrgEx=
-OS_GetWindowOrgEx_0=cast=HDC
-OS_GetWindowOrgEx_1=
-
-OS_GetWindowPlacement=
-OS_GetWindowPlacement_0=cast=(HWND)
-OS_GetWindowPlacement_1=
-
-OS_GetWindowRect=
-OS_GetWindowRect_0=cast=(HWND)
-OS_GetWindowRect_1=
-
-OS_GetWindowRgn=
-OS_GetWindowRgn_0=cast=(HWND)
-OS_GetWindowRgn_1=cast=(HRGN)
-
-OS_GetWindowTextA=
-OS_GetWindowTextA_0=cast=(HWND)
-OS_GetWindowTextA_1=cast=(LPSTR)
-OS_GetWindowTextA_2=
-
-OS_GetWindowTextLengthA=
-OS_GetWindowTextLengthA_0=cast=(HWND)
-
-OS_GetWindowTextLengthW=
-OS_GetWindowTextLengthW_0=cast=(HWND)
-
-OS_GetWindowTextW=
-OS_GetWindowTextW_0=cast=(HWND)
-OS_GetWindowTextW_1=cast=(LPWSTR)
-OS_GetWindowTextW_2=
-
-OS_GetWindowTheme=flags=dynamic
-OS_GetWindowTheme_0=cast=HWND
-
-OS_GetWindowThreadProcessId=
-OS_GetWindowThreadProcessId_0=cast=(HWND)
-OS_GetWindowThreadProcessId_1=cast=(LPDWORD)
-
-OS_GetWorldTransform=
-OS_GetWorldTransform_0=cast=HDC
-OS_GetWorldTransform_1=cast=LPXFORM
-
-OS_GlobalAddAtomA=
-OS_GlobalAddAtomA_0=cast=LPCTSTR
-
-OS_GlobalAddAtomW=
-OS_GlobalAddAtomW_0=cast=(LPCWSTR)
-
-OS_GlobalAlloc=
-OS_GlobalAlloc_0=
-OS_GlobalAlloc_1=
-
-OS_GlobalFree=
-OS_GlobalFree_0=cast=(HANDLE)
-
-OS_GlobalLock=
-OS_GlobalLock_0=cast=(HANDLE)
-
-OS_GlobalSize=
-OS_GlobalSize_0=cast=(HANDLE)
-
-OS_GlobalUnlock=
-OS_GlobalUnlock_0=cast=(HANDLE)
-
-OS_GradientFill=flags=dynamic
-OS_GradientFill_0=cast=(HDC)
-OS_GradientFill_1=cast=(PTRIVERTEX)
-OS_GradientFill_2=cast=(ULONG)
-OS_GradientFill_3=cast=(PVOID)
-OS_GradientFill_4=cast=(ULONG)
-OS_GradientFill_5=cast=(ULONG)
-
-OS_HDHITTESTINFO_sizeof=
-
-OS_HDITEM_sizeof=
-
-OS_HDLAYOUT_sizeof=
-
-OS_HELPINFO_sizeof=
-
-OS_HIGHCONTRAST_sizeof=
-
-OS_HIWORD=
-OS_HIWORD_0=
-
-OS_HeapAlloc=
-OS_HeapAlloc_0=cast=(HANDLE)
-OS_HeapAlloc_1=
-OS_HeapAlloc_2=
-
-OS_HeapFree=
-OS_HeapFree_0=cast=(HANDLE)
-OS_HeapFree_1=
-OS_HeapFree_2=cast=(LPVOID)
-
-OS_HeapValidate=
-OS_HeapValidate_0=cast=HANDLE
-OS_HeapValidate_1=
-OS_HeapValidate_2=cast=LPCVOID
-
-OS_HideCaret=
-OS_HideCaret_0=cast=(HWND)
-
-OS_HitTestThemeBackground=flags=dynamic
-OS_HitTestThemeBackground_0=
-OS_HitTestThemeBackground_1=
-OS_HitTestThemeBackground_2=
-OS_HitTestThemeBackground_3=
-OS_HitTestThemeBackground_4=
-OS_HitTestThemeBackground_5=
-OS_HitTestThemeBackground_6=
-OS_HitTestThemeBackground_7=flags=struct
-OS_HitTestThemeBackground_8=
-
-OS_ICONINFO_sizeof=
-
-OS_IIDFromString=
-OS_IIDFromString_0=cast=LPOLESTR
-OS_IIDFromString_1=cast=LPIID
-
-OS_INITCOMMONCONTROLSEX_sizeof=
-
-OS_INPUT_sizeof=
-
-OS_ImageList_Add=
-OS_ImageList_Add_0=cast=(HIMAGELIST)
-OS_ImageList_Add_1=cast=(HBITMAP)
-OS_ImageList_Add_2=cast=(HBITMAP)
-
-OS_ImageList_AddMasked=
-OS_ImageList_AddMasked_0=cast=(HIMAGELIST)
-OS_ImageList_AddMasked_1=cast=(HBITMAP)
-OS_ImageList_AddMasked_2=cast=(COLORREF)
-
-OS_ImageList_BeginDrag=
-OS_ImageList_BeginDrag_0=cast=(HIMAGELIST)
-OS_ImageList_BeginDrag_1=
-OS_ImageList_BeginDrag_2=
-OS_ImageList_BeginDrag_3=
-
-OS_ImageList_Create=
-OS_ImageList_Create_0=
-OS_ImageList_Create_1=
-OS_ImageList_Create_2=
-OS_ImageList_Create_3=
-OS_ImageList_Create_4=
-
-OS_ImageList_Destroy=
-OS_ImageList_Destroy_0=cast=(HIMAGELIST)
-
-OS_ImageList_DragEnter=
-OS_ImageList_DragEnter_0=cast=(HWND)
-OS_ImageList_DragEnter_1=
-OS_ImageList_DragEnter_2=
-
-OS_ImageList_DragLeave=
-OS_ImageList_DragLeave_0=cast=(HWND)
-
-OS_ImageList_DragMove=
-OS_ImageList_DragMove_0=
-OS_ImageList_DragMove_1=
-
-OS_ImageList_DragShowNolock=
-OS_ImageList_DragShowNolock_0=cast=(BOOL)
-
-OS_ImageList_Draw=
-OS_ImageList_Draw_0=cast=(HIMAGELIST)
-OS_ImageList_Draw_1=
-OS_ImageList_Draw_2=cast=(HDC)
-OS_ImageList_Draw_3=
-OS_ImageList_Draw_4=
-OS_ImageList_Draw_5=cast=(UINT)
-
-OS_ImageList_EndDrag=
-
-OS_ImageList_GetDragImage=
-OS_ImageList_GetDragImage_0=cast=(POINT *)
-OS_ImageList_GetDragImage_1=cast=(POINT *)
-
-OS_ImageList_GetIcon=
-OS_ImageList_GetIcon_0=cast=(HIMAGELIST)
-OS_ImageList_GetIcon_1=
-OS_ImageList_GetIcon_2=
-
-OS_ImageList_GetIconSize=
-OS_ImageList_GetIconSize_0=cast=(HIMAGELIST)
-OS_ImageList_GetIconSize_1=cast=(int *)
-OS_ImageList_GetIconSize_2=cast=(int *)
-
-OS_ImageList_GetImageCount=
-OS_ImageList_GetImageCount_0=cast=(HIMAGELIST)
-
-OS_ImageList_Remove=
-OS_ImageList_Remove_0=cast=(HIMAGELIST)
-OS_ImageList_Remove_1=
-
-OS_ImageList_Replace=
-OS_ImageList_Replace_0=cast=(HIMAGELIST)
-OS_ImageList_Replace_1=
-OS_ImageList_Replace_2=cast=(HBITMAP)
-OS_ImageList_Replace_3=cast=(HBITMAP)
-
-OS_ImageList_ReplaceIcon=
-OS_ImageList_ReplaceIcon_0=cast=(HIMAGELIST)
-OS_ImageList_ReplaceIcon_1=
-OS_ImageList_ReplaceIcon_2=cast=(HICON)
-
-OS_ImageList_SetIconSize=
-OS_ImageList_SetIconSize_0=cast=(HIMAGELIST)
-OS_ImageList_SetIconSize_1=
-OS_ImageList_SetIconSize_2=
-
-OS_ImmAssociateContext=
-OS_ImmAssociateContext_0=cast=(HWND)
-OS_ImmAssociateContext_1=cast=(HIMC)
-
-OS_ImmCreateContext=
-
-OS_ImmDestroyContext=
-OS_ImmDestroyContext_0=cast=(HIMC)
-
-OS_ImmDisableTextFrameService=flags=dynamic
-OS_ImmDisableTextFrameService_0=
-
-OS_ImmGetCompositionFontA=
-OS_ImmGetCompositionFontA_0=cast=(HIMC)
-OS_ImmGetCompositionFontA_1=
-
-OS_ImmGetCompositionFontW=
-OS_ImmGetCompositionFontW_0=cast=(HIMC)
-OS_ImmGetCompositionFontW_1=
-
-OS_ImmGetCompositionStringA=
-OS_ImmGetCompositionStringA_0=cast=(HIMC)
-OS_ImmGetCompositionStringA_1=
-OS_ImmGetCompositionStringA_2=cast=(LPSTR)
-OS_ImmGetCompositionStringA_3=
-
-OS_ImmGetCompositionStringW__II_3CI=
-OS_ImmGetCompositionStringW__II_3CI_0=cast=(HIMC)
-OS_ImmGetCompositionStringW__II_3CI_1=
-OS_ImmGetCompositionStringW__II_3CI_2=cast=(LPWSTR)
-OS_ImmGetCompositionStringW__II_3CI_3=
-
-OS_ImmGetCompositionStringW__II_3II=
-OS_ImmGetCompositionStringW__II_3II_0=cast=(HIMC)
-OS_ImmGetCompositionStringW__II_3II_1=
-OS_ImmGetCompositionStringW__II_3II_2=cast=(LPWSTR)
-OS_ImmGetCompositionStringW__II_3II_3=
-
-OS_ImmGetContext=
-OS_ImmGetContext_0=cast=(HWND)
-
-OS_ImmGetConversionStatus=
-OS_ImmGetConversionStatus_0=cast=(HIMC)
-OS_ImmGetConversionStatus_1=cast=(LPDWORD)
-OS_ImmGetConversionStatus_2=cast=(LPDWORD)
-
-OS_ImmGetDefaultIMEWnd=
-OS_ImmGetDefaultIMEWnd_0=cast=(HWND)
-
-OS_ImmGetOpenStatus=
-OS_ImmGetOpenStatus_0=cast=(HIMC)
-
-OS_ImmNotifyIME=
-OS_ImmNotifyIME_0=cast=(HIMC)
-OS_ImmNotifyIME_1=
-OS_ImmNotifyIME_2=
-OS_ImmNotifyIME_3=
-
-OS_ImmReleaseContext=
-OS_ImmReleaseContext_0=cast=(HWND)
-OS_ImmReleaseContext_1=cast=(HIMC)
-
-OS_ImmSetCandidateWindow=
-OS_ImmSetCandidateWindow_0=cast=(HIMC)
-OS_ImmSetCandidateWindow_1=
-
-OS_ImmSetCompositionFontA=
-OS_ImmSetCompositionFontA_0=cast=(HIMC)
-OS_ImmSetCompositionFontA_1=
-
-OS_ImmSetCompositionFontW=
-OS_ImmSetCompositionFontW_0=cast=(HIMC)
-OS_ImmSetCompositionFontW_1=
-
-OS_ImmSetCompositionWindow=
-OS_ImmSetCompositionWindow_0=cast=(HIMC)
-OS_ImmSetCompositionWindow_1=
-
-OS_ImmSetConversionStatus=
-OS_ImmSetConversionStatus_0=cast=(HIMC)
-OS_ImmSetConversionStatus_1=
-OS_ImmSetConversionStatus_2=
-
-OS_ImmSetOpenStatus=
-OS_ImmSetOpenStatus_0=cast=(HIMC)
-OS_ImmSetOpenStatus_1=
-
-OS_InSendMessage=
-
-OS_InitCommonControls=
-
-OS_InitCommonControlsEx=
-OS_InitCommonControlsEx_0=
-
-OS_InsertMenuA=
-OS_InsertMenuA_0=cast=(HMENU)
-OS_InsertMenuA_1=
-OS_InsertMenuA_2=
-OS_InsertMenuA_3=
-OS_InsertMenuA_4=
-
-OS_InsertMenuItemA=
-OS_InsertMenuItemA_0=cast=(HMENU)
-OS_InsertMenuItemA_1=
-OS_InsertMenuItemA_2=
-OS_InsertMenuItemA_3=
-
-OS_InsertMenuItemW=
-OS_InsertMenuItemW_0=cast=(HMENU)
-OS_InsertMenuItemW_1=
-OS_InsertMenuItemW_2=
-OS_InsertMenuItemW_3=cast=(LPMENUITEMINFOW)
-
-OS_InsertMenuW=
-OS_InsertMenuW_0=cast=(HMENU)
-OS_InsertMenuW_1=
-OS_InsertMenuW_2=
-OS_InsertMenuW_3=
-OS_InsertMenuW_4=
-
-OS_InternetSetOption=
-OS_InternetSetOption_0=cast=(HINTERNET)
-OS_InternetSetOption_1=
-OS_InternetSetOption_2=cast=(LPVOID)
-OS_InternetSetOption_3=
-
-OS_IntersectClipRect=
-OS_IntersectClipRect_0=cast=HDC
-OS_IntersectClipRect_1=
-OS_IntersectClipRect_2=
-OS_IntersectClipRect_3=
-OS_IntersectClipRect_4=
-
-OS_IntersectRect=
-OS_IntersectRect_0=flags=no_in
-OS_IntersectRect_1=flags=no_out
-OS_IntersectRect_2=flags=no_out
-
-OS_InvalidateRect=
-OS_InvalidateRect_0=cast=(HWND)
-OS_InvalidateRect_1=
-OS_InvalidateRect_2=
-
-OS_InvalidateRgn=
-OS_InvalidateRgn_0=cast=(HWND)
-OS_InvalidateRgn_1=cast=(HRGN)
-OS_InvalidateRgn_2=
-
-OS_IsAppThemed=flags=dynamic
-
-OS_IsBadReadPtr=
-OS_IsBadReadPtr_0=cast=LPVOID
-OS_IsBadReadPtr_1=cast=UINT_PTR
-
-OS_IsBadWritePtr=
-OS_IsBadWritePtr_0=cast=LPVOID
-OS_IsBadWritePtr_1=cast=UINT_PTR
-
-OS_IsDBCSLeadByte=
-OS_IsDBCSLeadByte_0=
-
-OS_IsHungAppWindow=flags=dynamic
-OS_IsHungAppWindow_0=cast=HWND
-
-OS_IsIconic=
-OS_IsIconic_0=cast=(HWND)
-
-OS_IsPPC=flags=no_gen
-
-OS_IsSP=flags=no_gen
-
-OS_IsWindowEnabled=
-OS_IsWindowEnabled_0=cast=(HWND)
-
-OS_IsWindowVisible=
-OS_IsWindowVisible_0=cast=(HWND)
-
-OS_IsZoomed=
-OS_IsZoomed_0=cast=(HWND)
-
-OS_KEYBDINPUT_sizeof=
-
-OS_KillTimer=
-OS_KillTimer_0=cast=(HWND)
-OS_KillTimer_1=
-
-OS_LITEM_sizeof=
-
-OS_LOGBRUSH_sizeof=
-
-OS_LOGFONTA_sizeof=
-
-OS_LOGFONTW_sizeof=
-
-OS_LOGPEN_sizeof=
-
-OS_LOWORD=
-OS_LOWORD_0=
-
-OS_LPtoDP=
-OS_LPtoDP_0=cast=HDC
-OS_LPtoDP_1=
-OS_LPtoDP_2=
-
-OS_LVCOLUMN_sizeof=
-
-OS_LVHITTESTINFO_sizeof=
-
-OS_LVITEM_sizeof=
-
-OS_LineTo=
-OS_LineTo_0=cast=(HDC)
-OS_LineTo_1=
-OS_LineTo_2=
-
-OS_LoadBitmapA=
-OS_LoadBitmapA_0=cast=(HINSTANCE)
-OS_LoadBitmapA_1=cast=(LPSTR)
-
-OS_LoadBitmapW=
-OS_LoadBitmapW_0=cast=(HINSTANCE)
-OS_LoadBitmapW_1=cast=(LPWSTR)
-
-OS_LoadCursorA=
-OS_LoadCursorA_0=cast=(HINSTANCE)
-OS_LoadCursorA_1=cast=(LPSTR)
-
-OS_LoadCursorW=
-OS_LoadCursorW_0=cast=(HINSTANCE)
-OS_LoadCursorW_1=cast=(LPWSTR)
-
-OS_LoadIconA=
-OS_LoadIconA_0=cast=(HINSTANCE)
-OS_LoadIconA_1=cast=(LPSTR)
-
-OS_LoadIconW=
-OS_LoadIconW_0=cast=(HINSTANCE)
-OS_LoadIconW_1=cast=(LPWSTR)
-
-OS_LoadImageA__IIIIII=
-OS_LoadImageA__IIIIII_0=cast=(HINSTANCE)
-OS_LoadImageA__IIIIII_1=cast=(LPSTR)
-OS_LoadImageA__IIIIII_2=
-OS_LoadImageA__IIIIII_3=
-OS_LoadImageA__IIIIII_4=
-OS_LoadImageA__IIIIII_5=
-
-OS_LoadImageA__I_3BIIII=
-OS_LoadImageA__I_3BIIII_0=cast=(HINSTANCE)
-OS_LoadImageA__I_3BIIII_1=cast=(LPSTR)
-OS_LoadImageA__I_3BIIII_2=
-OS_LoadImageA__I_3BIIII_3=
-OS_LoadImageA__I_3BIIII_4=
-OS_LoadImageA__I_3BIIII_5=
-
-OS_LoadImageW__IIIIII=
-OS_LoadImageW__IIIIII_0=cast=(HINSTANCE)
-OS_LoadImageW__IIIIII_1=cast=(LPWSTR)
-OS_LoadImageW__IIIIII_2=
-OS_LoadImageW__IIIIII_3=
-OS_LoadImageW__IIIIII_4=
-OS_LoadImageW__IIIIII_5=
-
-OS_LoadImageW__I_3CIIII=
-OS_LoadImageW__I_3CIIII_0=cast=(HINSTANCE)
-OS_LoadImageW__I_3CIIII_1=cast=(LPWSTR)
-OS_LoadImageW__I_3CIIII_2=
-OS_LoadImageW__I_3CIIII_3=
-OS_LoadImageW__I_3CIIII_4=
-OS_LoadImageW__I_3CIIII_5=
-
-OS_LoadLibraryA=
-OS_LoadLibraryA_0=cast=(LPSTR)
-
-OS_LoadLibraryW=
-OS_LoadLibraryW_0=cast=(LPWSTR)
-
-OS_LoadStringA=
-OS_LoadStringA_0=cast=HINSTANCE
-OS_LoadStringA_1=
-OS_LoadStringA_2=cast=LPSTR
-OS_LoadStringA_3=
-
-OS_LoadStringW=
-OS_LoadStringW_0=cast=HINSTANCE
-OS_LoadStringW_1=
-OS_LoadStringW_2=cast=LPWSTR
-OS_LoadStringW_3=
-
-OS_LocalFree=
-OS_LocalFree_0=cast=HLOCAL
-
-OS_LockWindowUpdate=
-OS_LockWindowUpdate_0=cast=(HWND)
-
-OS_MAKELPARAM=
-OS_MAKELPARAM_0=
-OS_MAKELPARAM_1=
-
-OS_MAKELRESULT=
-OS_MAKELRESULT_0=
-OS_MAKELRESULT_1=
-
-OS_MAKEWORD=
-OS_MAKEWORD_0=
-OS_MAKEWORD_1=
-
-OS_MAKEWPARAM=
-OS_MAKEWPARAM_0=
-OS_MAKEWPARAM_1=
-
-OS_MARGINS_sizeof=
-
-OS_MCHITTESTINFO_sizeof=
-
-OS_MCIWndRegisterClass=flags=dynamic
-
-OS_MEASUREITEMSTRUCT_sizeof=
-
-OS_MENUBARINFO_sizeof=
-
-OS_MENUINFO_sizeof=
-
-OS_MENUITEMINFO_sizeof=
-
-OS_MINMAXINFO_sizeof=
-
-OS_MONITORINFO_sizeof=
-
-OS_MOUSEINPUT_sizeof=
-
-OS_MSG_sizeof=
-
-OS_MapVirtualKeyA=
-OS_MapVirtualKeyA_0=
-OS_MapVirtualKeyA_1=
-
-OS_MapVirtualKeyW=
-OS_MapVirtualKeyW_0=
-OS_MapVirtualKeyW_1=
-
-OS_MapWindowPoints__IILorg_eclipse_swt_internal_win32_POINT_2I=
-OS_MapWindowPoints__IILorg_eclipse_swt_internal_win32_POINT_2I_0=cast=(HWND)
-OS_MapWindowPoints__IILorg_eclipse_swt_internal_win32_POINT_2I_1=cast=(HWND)
-OS_MapWindowPoints__IILorg_eclipse_swt_internal_win32_POINT_2I_2=cast=(LPPOINT)
-OS_MapWindowPoints__IILorg_eclipse_swt_internal_win32_POINT_2I_3=
-
-OS_MapWindowPoints__IILorg_eclipse_swt_internal_win32_RECT_2I=
-OS_MapWindowPoints__IILorg_eclipse_swt_internal_win32_RECT_2I_0=cast=(HWND)
-OS_MapWindowPoints__IILorg_eclipse_swt_internal_win32_RECT_2I_1=cast=(HWND)
-OS_MapWindowPoints__IILorg_eclipse_swt_internal_win32_RECT_2I_2=cast=(LPPOINT)
-OS_MapWindowPoints__IILorg_eclipse_swt_internal_win32_RECT_2I_3=
-
-OS_MessageBeep=
-OS_MessageBeep_0=
-
-OS_MessageBoxA=
-OS_MessageBoxA_0=cast=(HWND)
-OS_MessageBoxA_1=cast=(LPSTR)
-OS_MessageBoxA_2=cast=(LPSTR)
-OS_MessageBoxA_3=
-
-OS_MessageBoxW=
-OS_MessageBoxW_0=cast=(HWND)
-OS_MessageBoxW_1=cast=(LPWSTR)
-OS_MessageBoxW_2=cast=(LPWSTR)
-OS_MessageBoxW_3=
-
-OS_MonitorFromWindow=flags=dynamic
-OS_MonitorFromWindow_0=
-OS_MonitorFromWindow_1=
-
-OS_MoveMemory__III=
-OS_MoveMemory__III_0=cast=(PVOID)
-OS_MoveMemory__III_1=cast=(CONST VOID *)
-OS_MoveMemory__III_2=
-
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_DOCHOSTUIINFO_2I=
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_DOCHOSTUIINFO_2I_0=cast=(PVOID)
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_DOCHOSTUIINFO_2I_1=cast=(CONST VOID *),flags=no_out
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_DOCHOSTUIINFO_2I_2=
-
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_DROPFILES_2I=
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_DROPFILES_2I_0=cast=(PVOID)
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_DROPFILES_2I_1=cast=(CONST VOID *),flags=no_out
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_DROPFILES_2I_2=
-
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_GRADIENT_1RECT_2I=
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_GRADIENT_1RECT_2I_0=cast=(PVOID)
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_GRADIENT_1RECT_2I_1=cast=(CONST VOID *),flags=no_out
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_GRADIENT_1RECT_2I_2=
-
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_KEYBDINPUT_2I=
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_KEYBDINPUT_2I_0=cast=PVOID
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_KEYBDINPUT_2I_1=cast=CONST VOID *,flags=no_out
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_KEYBDINPUT_2I_2=
-
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_LOGFONTA_2I=
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_LOGFONTA_2I_0=cast=(PVOID)
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_LOGFONTA_2I_1=cast=(CONST VOID *),flags=no_out
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_LOGFONTA_2I_2=
-
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_LOGFONTW_2I=
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_LOGFONTW_2I_0=cast=(PVOID)
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_LOGFONTW_2I_1=cast=(CONST VOID *),flags=no_out
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_LOGFONTW_2I_2=
-
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_MEASUREITEMSTRUCT_2I=
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_MEASUREITEMSTRUCT_2I_0=cast=(PVOID)
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_MEASUREITEMSTRUCT_2I_1=cast=(CONST VOID *),flags=no_out
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_MEASUREITEMSTRUCT_2I_2=
-
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_MINMAXINFO_2I=
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_MINMAXINFO_2I_0=cast=PVOID
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_MINMAXINFO_2I_1=cast=(CONST VOID *),flags=no_out
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_MINMAXINFO_2I_2=
-
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_MOUSEINPUT_2I=
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_MOUSEINPUT_2I_0=cast=PVOID
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_MOUSEINPUT_2I_1=cast=(CONST VOID *),flags=no_out
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_MOUSEINPUT_2I_2=
-
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_MSG_2I=
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_MSG_2I_0=cast=(PVOID)
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_MSG_2I_1=cast=(CONST VOID *),flags=no_out
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_MSG_2I_2=
-
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_NMLVCUSTOMDRAW_2I=
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_NMLVCUSTOMDRAW_2I_0=cast=(PVOID)
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_NMLVCUSTOMDRAW_2I_1=cast=(CONST VOID *),flags=no_out
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_NMLVCUSTOMDRAW_2I_2=
-
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_NMLVDISPINFO_2I=
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_NMLVDISPINFO_2I_0=cast=(PVOID)
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_NMLVDISPINFO_2I_1=cast=(CONST VOID *),flags=no_out
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_NMLVDISPINFO_2I_2=
-
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_NMTTCUSTOMDRAW_2I=
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_NMTTCUSTOMDRAW_2I_0=cast=(PVOID)
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_NMTTCUSTOMDRAW_2I_1=cast=(CONST VOID *),flags=no_out
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_NMTTCUSTOMDRAW_2I_2=
-
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_NMTTDISPINFOA_2I=
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_NMTTDISPINFOA_2I_0=cast=(PVOID)
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_NMTTDISPINFOA_2I_1=cast=(CONST VOID *),flags=no_out
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_NMTTDISPINFOA_2I_2=
-
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_NMTTDISPINFOW_2I=
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_NMTTDISPINFOW_2I_0=cast=(PVOID)
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_NMTTDISPINFOW_2I_1=cast=(CONST VOID *),flags=no_out
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_NMTTDISPINFOW_2I_2=
-
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_NMTVCUSTOMDRAW_2I=
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_NMTVCUSTOMDRAW_2I_0=cast=(PVOID)
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_NMTVCUSTOMDRAW_2I_1=cast=(CONST VOID *),flags=no_out
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_NMTVCUSTOMDRAW_2I_2=
-
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_NMTVDISPINFO_2I=
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_NMTVDISPINFO_2I_0=cast=PVOID
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_NMTVDISPINFO_2I_1=cast=(CONST VOID *,flags=no_out
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_NMTVDISPINFO_2I_2=
-
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_OPENFILENAME_2I=
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_OPENFILENAME_2I_0=cast=PVOID
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_OPENFILENAME_2I_1=cast=CONST VOID *
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_OPENFILENAME_2I_2=
-
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_RECT_2I=
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_RECT_2I_0=cast=(PVOID)
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_RECT_2I_1=cast=(CONST VOID *),flags=no_out
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_RECT_2I_2=
-
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_SHDRAGIMAGE_2I=
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_SHDRAGIMAGE_2I_0=cast=(PVOID)
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_SHDRAGIMAGE_2I_1=cast=(CONST VOID *),flags=no_out
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_SHDRAGIMAGE_2I_2=
-
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_TRIVERTEX_2I=
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_TRIVERTEX_2I_0=cast=(PVOID)
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_TRIVERTEX_2I_1=cast=(CONST VOID *),flags=no_out
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_TRIVERTEX_2I_2=
-
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_UDACCEL_2I=
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_UDACCEL_2I_0=cast=(PVOID)
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_UDACCEL_2I_1=cast=(CONST VOID *),flags=no_out
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_UDACCEL_2I_2=
-
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_WINDOWPOS_2I=
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_WINDOWPOS_2I_0=cast=(PVOID)
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_WINDOWPOS_2I_1=cast=(CONST VOID *),flags=no_out
-OS_MoveMemory__ILorg_eclipse_swt_internal_win32_WINDOWPOS_2I_2=
-
-OS_MoveMemory__I_3BI=
-OS_MoveMemory__I_3BI_0=cast=(PVOID)
-OS_MoveMemory__I_3BI_1=cast=(CONST VOID *),flags=no_out critical
-OS_MoveMemory__I_3BI_2=
-
-OS_MoveMemory__I_3CI=
-OS_MoveMemory__I_3CI_0=cast=(PVOID)
-OS_MoveMemory__I_3CI_1=cast=(CONST VOID *),flags=no_out critical
-OS_MoveMemory__I_3CI_2=
-
-OS_MoveMemory__I_3DI=
-OS_MoveMemory__I_3DI_0=cast=(PVOID)
-OS_MoveMemory__I_3DI_1=cast=(CONST VOID *),flags=no_out critical
-OS_MoveMemory__I_3DI_2=
-
-OS_MoveMemory__I_3FI=
-OS_MoveMemory__I_3FI_0=cast=(PVOID)
-OS_MoveMemory__I_3FI_1=cast=(CONST VOID *),flags=no_out critical
-OS_MoveMemory__I_3FI_2=
-
-OS_MoveMemory__I_3II=
-OS_MoveMemory__I_3II_0=cast=(PVOID)
-OS_MoveMemory__I_3II_1=cast=(CONST VOID *),flags=no_out critical
-OS_MoveMemory__I_3II_2=
-
-OS_MoveMemory__I_3JI=
-OS_MoveMemory__I_3JI_0=cast=(PVOID)
-OS_MoveMemory__I_3JI_1=cast=(CONST VOID *),flags=no_out critical
-OS_MoveMemory__I_3JI_2=
-
-OS_MoveMemory__I_3SI=
-OS_MoveMemory__I_3SI_0=cast=(PVOID)
-OS_MoveMemory__I_3SI_1=cast=(CONST VOID *),flags=no_out critical
-OS_MoveMemory__I_3SI_2=
-
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_BITMAPINFOHEADER_2II=
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_BITMAPINFOHEADER_2II_0=cast=(PVOID),flags=no_in
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_BITMAPINFOHEADER_2II_1=cast=(CONST VOID *),flags=no_out critical
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_BITMAPINFOHEADER_2II_2=
-
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_BITMAPINFOHEADER_2_3BI=
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_BITMAPINFOHEADER_2_3BI_0=cast=(PVOID),flags=no_in
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_BITMAPINFOHEADER_2_3BI_1=cast=(CONST VOID *),flags=no_out critical
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_BITMAPINFOHEADER_2_3BI_2=
-
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_DOCHOSTUIINFO_2II=
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_DOCHOSTUIINFO_2II_0=cast=(PVOID),flags=no_in
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_DOCHOSTUIINFO_2II_1=cast=(CONST VOID *)
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_DOCHOSTUIINFO_2II_2=
-
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_DRAWITEMSTRUCT_2II=
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_DRAWITEMSTRUCT_2II_0=cast=(PVOID),flags=no_in
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_DRAWITEMSTRUCT_2II_1=cast=(CONST VOID *)
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_DRAWITEMSTRUCT_2II_2=
-
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_EMREXTCREATEFONTINDIRECTW_2II=
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_EMREXTCREATEFONTINDIRECTW_2II_0=cast=(PVOID),flags=no_in
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_EMREXTCREATEFONTINDIRECTW_2II_1=cast=(CONST VOID *)
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_EMREXTCREATEFONTINDIRECTW_2II_2=
-
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_EMR_2II=
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_EMR_2II_0=cast=(PVOID),flags=no_in
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_EMR_2II_1=cast=(CONST VOID *)
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_EMR_2II_2=
-
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_EXTLOGPEN_2II=
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_EXTLOGPEN_2II_0=cast=(PVOID),flags=no_in
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_EXTLOGPEN_2II_1=cast=(CONST VOID *)
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_EXTLOGPEN_2II_2=
-
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_HDITEM_2II=
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_HDITEM_2II_0=cast=(PVOID),flags=no_in
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_HDITEM_2II_1=cast=(CONST VOID *)
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_HDITEM_2II_2=
-
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_HELPINFO_2II=
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_HELPINFO_2II_0=cast=(PVOID),flags=no_in
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_HELPINFO_2II_1=cast=(CONST VOID *)
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_HELPINFO_2II_2=
-
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_LOGFONTA_2II=
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_LOGFONTA_2II_0=cast=(PVOID),flags=no_in
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_LOGFONTA_2II_1=cast=(CONST VOID *)
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_LOGFONTA_2II_2=
-
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_LOGFONTW_2II=
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_LOGFONTW_2II_0=cast=(PVOID),flags=no_in
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_LOGFONTW_2II_1=cast=(CONST VOID *)
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_LOGFONTW_2II_2=
-
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_MEASUREITEMSTRUCT_2II=
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_MEASUREITEMSTRUCT_2II_0=cast=(PVOID),flags=no_in
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_MEASUREITEMSTRUCT_2II_1=cast=(CONST VOID *)
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_MEASUREITEMSTRUCT_2II_2=
-
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_MINMAXINFO_2II=
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_MINMAXINFO_2II_0=cast=(PVOID),flags=no_in
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_MINMAXINFO_2II_1=cast=(CONST VOID *)
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_MINMAXINFO_2II_2=
-
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_MSG_2II=
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_MSG_2II_0=cast=(PVOID),flags=no_in
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_MSG_2II_1=cast=(CONST VOID *)
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_MSG_2II_2=
-
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMCUSTOMDRAW_2II=
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMCUSTOMDRAW_2II_0=cast=(PVOID),flags=no_in
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMCUSTOMDRAW_2II_1=cast=(CONST VOID *)
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMCUSTOMDRAW_2II_2=
-
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMHDR_2II=
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMHDR_2II_0=cast=(PVOID),flags=no_in
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMHDR_2II_1=cast=(CONST VOID *)
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMHDR_2II_2=
-
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMHEADER_2II=
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMHEADER_2II_0=cast=(PVOID),flags=no_in
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMHEADER_2II_1=cast=(CONST VOID *)
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMHEADER_2II_2=
-
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMLINK_2II=
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMLINK_2II_0=cast=(PVOID),flags=no_in
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMLINK_2II_1=cast=(CONST VOID *)
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMLINK_2II_2=
-
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMLISTVIEW_2II=
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMLISTVIEW_2II_0=cast=(PVOID),flags=no_in
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMLISTVIEW_2II_1=cast=(CONST VOID *)
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMLISTVIEW_2II_2=
-
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMLVCUSTOMDRAW_2II=
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMLVCUSTOMDRAW_2II_0=cast=(PVOID),flags=no_in
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMLVCUSTOMDRAW_2II_1=cast=(CONST VOID *)
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMLVCUSTOMDRAW_2II_2=
-
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMLVDISPINFO_2II=
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMLVDISPINFO_2II_0=cast=(PVOID,flags=no_in
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMLVDISPINFO_2II_1=cast=(CONST VOID *
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMLVDISPINFO_2II_2=
-
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMLVFINDITEM_2II=
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMLVFINDITEM_2II_0=cast=PVOID,flags=no_in
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMLVFINDITEM_2II_1=cast=CONST VOID *
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMLVFINDITEM_2II_2=
-
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMLVODSTATECHANGE_2II=
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMLVODSTATECHANGE_2II_0=cast=PVOID,flags=no_in
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMLVODSTATECHANGE_2II_1=cast=CONST VOID *
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMLVODSTATECHANGE_2II_2=
-
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMREBARCHEVRON_2II=
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMREBARCHEVRON_2II_0=cast=(PVOID),flags=no_in
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMREBARCHEVRON_2II_1=cast=(CONST VOID *)
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMREBARCHEVRON_2II_2=
-
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMREBARCHILDSIZE_2II=
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMREBARCHILDSIZE_2II_0=cast=PVOID,flags=no_in
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMREBARCHILDSIZE_2II_1=cast=CONST VOID *
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMREBARCHILDSIZE_2II_2=
-
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMRGINFO_2II=
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMRGINFO_2II_0=cast=PVOID,flags=no_in
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMRGINFO_2II_1=cast=CONST VOID *
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMRGINFO_2II_2=
-
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMTBHOTITEM_2II=
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMTBHOTITEM_2II_0=cast=(PVOID),flags=no_in
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMTBHOTITEM_2II_1=cast=(CONST VOID *)
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMTBHOTITEM_2II_2=
-
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMTOOLBAR_2II=
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMTOOLBAR_2II_0=cast=(PVOID),flags=no_in
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMTOOLBAR_2II_1=cast=(CONST VOID *)
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMTOOLBAR_2II_2=
-
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMTREEVIEW_2II=
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMTREEVIEW_2II_0=cast=(PVOID),flags=no_in
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMTREEVIEW_2II_1=cast=(CONST VOID *)
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMTREEVIEW_2II_2=
-
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMTTCUSTOMDRAW_2II=
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMTTCUSTOMDRAW_2II_0=cast=(PVOID),flags=no_in
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMTTCUSTOMDRAW_2II_1=cast=(CONST VOID *)
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMTTCUSTOMDRAW_2II_2=
-
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMTTDISPINFOA_2II=
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMTTDISPINFOA_2II_0=cast=(PVOID),flags=no_in
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMTTDISPINFOA_2II_1=cast=(CONST VOID *)
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMTTDISPINFOA_2II_2=
-
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMTTDISPINFOW_2II=
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMTTDISPINFOW_2II_0=cast=(PVOID),flags=no_in
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMTTDISPINFOW_2II_1=cast=(CONST VOID *)
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMTTDISPINFOW_2II_2=
-
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMTVCUSTOMDRAW_2II=
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMTVCUSTOMDRAW_2II_0=cast=(PVOID),flags=no_in
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMTVCUSTOMDRAW_2II_1=cast=(CONST VOID *)
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMTVCUSTOMDRAW_2II_2=
-
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMTVDISPINFO_2II=
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMTVDISPINFO_2II_0=cast=PVOID,flags=no_in
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMTVDISPINFO_2II_1=cast=CONST VOID *
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMTVDISPINFO_2II_2=
-
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMTVITEMCHANGE_2II=
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMTVITEMCHANGE_2II_0=cast=(PVOID),flags=no_in
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMTVITEMCHANGE_2II_1=cast=(CONST VOID *)
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMTVITEMCHANGE_2II_2=
-
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMUPDOWN_2II=
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMUPDOWN_2II_0=cast=(PVOID),flags=no_in
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMUPDOWN_2II_1=cast=(CONST VOID *)
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMUPDOWN_2II_2=
-
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_OFNOTIFY_2II=
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_OFNOTIFY_2II_0=cast=PVOID
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_OFNOTIFY_2II_1=cast=CONST VOID *
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_OFNOTIFY_2II_2=
-
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_OPENFILENAME_2II=
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_OPENFILENAME_2II_0=cast=PVOID
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_OPENFILENAME_2II_1=cast=CONST VOID *
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_OPENFILENAME_2II_2=
-
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_POINT_2II=
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_POINT_2II_0=cast=PVOID,flags=no_in
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_POINT_2II_1=cast=CONST VOID *
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_POINT_2II_2=
-
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_POINT_2_3JI=
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_POINT_2_3JI_0=cast=PVOID,flags=no_in
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_POINT_2_3JI_1=cast=CONST VOID *,flags=no_out critical
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_POINT_2_3JI_2=
-
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_RECT_2_3II=
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_RECT_2_3II_0=
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_RECT_2_3II_1=
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_RECT_2_3II_2=
-
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_SCRIPT_1ITEM_2II=
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_SCRIPT_1ITEM_2II_0=cast=(PVOID),flags=no_in
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_SCRIPT_1ITEM_2II_1=cast=(CONST VOID *)
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_SCRIPT_1ITEM_2II_2=
-
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_SCRIPT_1LOGATTR_2II=
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_SCRIPT_1LOGATTR_2II_0=cast=(PVOID),flags=no_in
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_SCRIPT_1LOGATTR_2II_1=cast=(CONST VOID *)
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_SCRIPT_1LOGATTR_2II_2=
-
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_SCRIPT_1PROPERTIES_2II=
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_SCRIPT_1PROPERTIES_2II_0=cast=(PVOID),flags=no_in
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_SCRIPT_1PROPERTIES_2II_1=cast=(CONST VOID *)
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_SCRIPT_1PROPERTIES_2II_2=
-
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_SHDRAGIMAGE_2II=
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_SHDRAGIMAGE_2II_0=cast=(PVOID),flags=no_in
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_SHDRAGIMAGE_2II_1=cast=(CONST VOID *)
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_SHDRAGIMAGE_2II_2=
-
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_TEXTMETRICA_2II=
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_TEXTMETRICA_2II_0=cast=(PVOID),flags=no_in
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_TEXTMETRICA_2II_1=cast=(CONST VOID *)
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_TEXTMETRICA_2II_2=
-
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_TEXTMETRICW_2II=
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_TEXTMETRICW_2II_0=cast=(PVOID),flags=no_in
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_TEXTMETRICW_2II_1=cast=(CONST VOID *)
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_TEXTMETRICW_2II_2=
-
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_TVITEM_2II=
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_TVITEM_2II_0=cast=(PVOID),flags=no_in
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_TVITEM_2II_1=cast=(CONST VOID *)
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_TVITEM_2II_2=
-
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_UDACCEL_2II=
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_UDACCEL_2II_0=cast=(PVOID),flags=no_in
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_UDACCEL_2II_1=cast=(CONST VOID *)
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_UDACCEL_2II_2=
-
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_WINDOWPOS_2II=
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_WINDOWPOS_2II_0=cast=(PVOID),flags=no_in
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_WINDOWPOS_2II_1=cast=(CONST VOID *)
-OS_MoveMemory__Lorg_eclipse_swt_internal_win32_WINDOWPOS_2II_2=
-
-OS_MoveMemory___3BII=
-OS_MoveMemory___3BII_0=cast=(PVOID),flags=no_in critical
-OS_MoveMemory___3BII_1=cast=(CONST VOID *)
-OS_MoveMemory___3BII_2=
-
-OS_MoveMemory___3BLorg_eclipse_swt_internal_win32_ACCEL_2I=
-OS_MoveMemory___3BLorg_eclipse_swt_internal_win32_ACCEL_2I_0=cast=(PVOID),flags=no_in critical
-OS_MoveMemory___3BLorg_eclipse_swt_internal_win32_ACCEL_2I_1=cast=(CONST VOID *),flags=no_out
-OS_MoveMemory___3BLorg_eclipse_swt_internal_win32_ACCEL_2I_2=
-
-OS_MoveMemory___3BLorg_eclipse_swt_internal_win32_BITMAPINFOHEADER_2I=
-OS_MoveMemory___3BLorg_eclipse_swt_internal_win32_BITMAPINFOHEADER_2I_0=cast=(PVOID),flags=no_in critical
-OS_MoveMemory___3BLorg_eclipse_swt_internal_win32_BITMAPINFOHEADER_2I_1=cast=(CONST VOID *),flags=no_out
-OS_MoveMemory___3BLorg_eclipse_swt_internal_win32_BITMAPINFOHEADER_2I_2=
-
-OS_MoveMemory___3CII=
-OS_MoveMemory___3CII_0=cast=(PVOID),flags=no_in critical
-OS_MoveMemory___3CII_1=cast=(CONST VOID *)
-OS_MoveMemory___3CII_2=
-
-OS_MoveMemory___3DII=
-OS_MoveMemory___3DII_0=cast=(PVOID),flags=no_in critical
-OS_MoveMemory___3DII_1=cast=(CONST VOID *)
-OS_MoveMemory___3DII_2=
-
-OS_MoveMemory___3FII=
-OS_MoveMemory___3FII_0=cast=(PVOID),flags=no_in critical
-OS_MoveMemory___3FII_1=cast=(CONST VOID *)
-OS_MoveMemory___3FII_2=
-
-OS_MoveMemory___3III=
-OS_MoveMemory___3III_0=cast=(PVOID),flags=no_in critical
-OS_MoveMemory___3III_1=cast=(CONST VOID *)
-OS_MoveMemory___3III_2=
-
-OS_MoveMemory___3JII=
-OS_MoveMemory___3JII_0=cast=(PVOID),flags=no_in critical
-OS_MoveMemory___3JII_1=cast=(CONST VOID *)
-OS_MoveMemory___3JII_2=
-
-OS_MoveMemory___3SII=
-OS_MoveMemory___3SII_0=cast=(PVOID),flags=no_in critical
-OS_MoveMemory___3SII_1=cast=(CONST VOID *)
-OS_MoveMemory___3SII_2=
-
-OS_MoveToEx=
-OS_MoveToEx_0=cast=(HDC)
-OS_MoveToEx_1=
-OS_MoveToEx_2=
-OS_MoveToEx_3=cast=(LPPOINT)
-
-OS_MsgWaitForMultipleObjectsEx=
-OS_MsgWaitForMultipleObjectsEx_0=cast=(DWORD)
-OS_MsgWaitForMultipleObjectsEx_1=cast=(LPHANDLE)
-OS_MsgWaitForMultipleObjectsEx_2=cast=(DWORD)
-OS_MsgWaitForMultipleObjectsEx_3=cast=(DWORD)
-OS_MsgWaitForMultipleObjectsEx_4=cast=(DWORD)
-
-OS_MultiByteToWideChar__IIII_3CI=
-OS_MultiByteToWideChar__IIII_3CI_0=
-OS_MultiByteToWideChar__IIII_3CI_1=
-OS_MultiByteToWideChar__IIII_3CI_2=cast=(LPCSTR)
-OS_MultiByteToWideChar__IIII_3CI_3=
-OS_MultiByteToWideChar__IIII_3CI_4=cast=(LPWSTR),flags=no_in critical
-OS_MultiByteToWideChar__IIII_3CI_5=
-
-OS_MultiByteToWideChar__II_3BI_3CI=
-OS_MultiByteToWideChar__II_3BI_3CI_0=
-OS_MultiByteToWideChar__II_3BI_3CI_1=
-OS_MultiByteToWideChar__II_3BI_3CI_2=cast=(LPCSTR),flags=no_out critical
-OS_MultiByteToWideChar__II_3BI_3CI_3=
-OS_MultiByteToWideChar__II_3BI_3CI_4=cast=(LPWSTR),flags=no_in critical
-OS_MultiByteToWideChar__II_3BI_3CI_5=
-
-OS_NMCUSTOMDRAW_sizeof=
-
-OS_NMHDR_sizeof=
-
-OS_NMHEADER_sizeof=
-
-OS_NMLINK_sizeof=
-
-OS_NMLISTVIEW_sizeof=
-
-OS_NMLVCUSTOMDRAW_sizeof=
-
-OS_NMLVDISPINFO_sizeof=
-
-OS_NMLVFINDITEM_sizeof=
-
-OS_NMLVODSTATECHANGE_sizeof=
-
-OS_NMREBARCHEVRON_sizeof=
-
-OS_NMREBARCHILDSIZE_sizeof=
-
-OS_NMRGINFO_sizeof=
-
-OS_NMTBHOTITEM_sizeof=
-
-OS_NMTOOLBAR_sizeof=
-
-OS_NMTREEVIEW_sizeof=
-
-OS_NMTTCUSTOMDRAW_sizeof=
-
-OS_NMTTDISPINFOA_sizeof=
-
-OS_NMTTDISPINFOW_sizeof=
-
-OS_NMTVCUSTOMDRAW_sizeof=
-
-OS_NMTVDISPINFO_sizeof=
-
-OS_NMTVITEMCHANGE_sizeof=
-
-OS_NMUPDOWN_sizeof=
-
-OS_NONCLIENTMETRICSA_sizeof=
-
-OS_NONCLIENTMETRICSW_sizeof=
-
-OS_NOTIFYICONDATAA_V2_SIZE=flags=const
-
-OS_NOTIFYICONDATAW_V2_SIZE=flags=const
-
-OS_NotifyWinEvent=flags=dynamic
-OS_NotifyWinEvent_0=cast=DWORD
-OS_NotifyWinEvent_1=cast=HWND
-OS_NotifyWinEvent_2=cast=LONG
-OS_NotifyWinEvent_3=cast=LONG
-
-OS_OFNOTIFY_sizeof=
-
-OS_OPENFILENAME_sizeof=
-
-OS_OSVERSIONINFOA_sizeof=
-
-OS_OSVERSIONINFOEXA_sizeof=
-
-OS_OSVERSIONINFOEXW_sizeof=
-
-OS_OSVERSIONINFOW_sizeof=
-
-OS_OUTLINETEXTMETRICA_sizeof=
-
-OS_OUTLINETEXTMETRICW_sizeof=
-
-OS_OffsetRect=
-OS_OffsetRect_0=
-OS_OffsetRect_1=
-OS_OffsetRect_2=
-
-OS_OffsetRgn=
-OS_OffsetRgn_0=cast=HRGN
-OS_OffsetRgn_1=
-OS_OffsetRgn_2=
-
-OS_OleInitialize=
-OS_OleInitialize_0=cast=(LPVOID)
-
-OS_OleUninitialize=
-
-OS_OpenClipboard=
-OS_OpenClipboard_0=cast=(HWND)
-
-OS_OpenThemeData=flags=dynamic
-OS_OpenThemeData_0=cast=HWND
-OS_OpenThemeData_1=cast=LPCWSTR
-
-OS_PAINTSTRUCT_sizeof=
-
-OS_PANOSE_sizeof=
-
-OS_POINTSTOPOINT=
-OS_POINTSTOPOINT_0=flags=struct
-OS_POINTSTOPOINT_1=
-
-OS_POINT_sizeof=
-
-OS_PRIMARYLANGID=
-OS_PRIMARYLANGID_0=
-
-OS_PRINTDLG_sizeof=
-
-OS_PROCESS_INFORMATION_sizeof=
-
-OS_PatBlt=
-OS_PatBlt_0=cast=(HDC)
-OS_PatBlt_1=
-OS_PatBlt_2=
-OS_PatBlt_3=
-OS_PatBlt_4=
-OS_PatBlt_5=
-
-OS_PeekMessageA=
-OS_PeekMessageA_0=
-OS_PeekMessageA_1=cast=(HWND)
-OS_PeekMessageA_2=
-OS_PeekMessageA_3=
-OS_PeekMessageA_4=
-
-OS_PeekMessageW=
-OS_PeekMessageW_0=
-OS_PeekMessageW_1=cast=(HWND)
-OS_PeekMessageW_2=
-OS_PeekMessageW_3=
-OS_PeekMessageW_4=
-
-OS_Pie=
-OS_Pie_0=cast=(HDC)
-OS_Pie_1=
-OS_Pie_2=
-OS_Pie_3=
-OS_Pie_4=
-OS_Pie_5=
-OS_Pie_6=
-OS_Pie_7=
-OS_Pie_8=
-
-OS_Polygon=
-OS_Polygon_0=cast=(HDC)
-OS_Polygon_1=cast=(CONST POINT *),flags=no_out critical
-OS_Polygon_2=
-
-OS_Polyline=
-OS_Polyline_0=cast=(HDC)
-OS_Polyline_1=cast=(CONST POINT *),flags=no_out critical
-OS_Polyline_2=
-
-OS_PostMessageA=
-OS_PostMessageA_0=cast=(HWND)
-OS_PostMessageA_1=
-OS_PostMessageA_2=cast=(WPARAM)
-OS_PostMessageA_3=cast=(LPARAM)
-
-OS_PostMessageW=
-OS_PostMessageW_0=cast=(HWND)
-OS_PostMessageW_1=
-OS_PostMessageW_2=cast=(WPARAM)
-OS_PostMessageW_3=cast=(LPARAM)
-
-OS_PostThreadMessageA=
-OS_PostThreadMessageA_0=
-OS_PostThreadMessageA_1=
-OS_PostThreadMessageA_2=cast=(WPARAM)
-OS_PostThreadMessageA_3=cast=(LPARAM)
-
-OS_PostThreadMessageW=
-OS_PostThreadMessageW_0=
-OS_PostThreadMessageW_1=
-OS_PostThreadMessageW_2=cast=(WPARAM)
-OS_PostThreadMessageW_3=cast=(LPARAM)
-
-OS_PrintDlgA=
-OS_PrintDlgA_0=
-
-OS_PrintDlgW=
-OS_PrintDlgW_0=cast=(LPPRINTDLGW)
-
-OS_PrintWindow=flags=dynamic
-OS_PrintWindow_0=cast=HWND
-OS_PrintWindow_1=cast=HDC
-OS_PrintWindow_2=
-
-OS_PtInRect=
-OS_PtInRect_0=flags=no_out
-OS_PtInRect_1=flags=no_out struct
-
-OS_PtInRegion=
-OS_PtInRegion_0=cast=(HRGN)
-OS_PtInRegion_1=
-OS_PtInRegion_2=
-
-OS_REBARBANDINFO_sizeof=
-
-OS_RECT_sizeof=
-
-OS_RealizePalette=
-OS_RealizePalette_0=cast=(HDC)
-
-OS_RectInRegion=
-OS_RectInRegion_0=cast=(HRGN)
-OS_RectInRegion_1=flags=no_out
-
-OS_Rectangle=
-OS_Rectangle_0=cast=(HDC)
-OS_Rectangle_1=
-OS_Rectangle_2=
-OS_Rectangle_3=
-OS_Rectangle_4=
-
-OS_RedrawWindow=
-OS_RedrawWindow_0=cast=(HWND)
-OS_RedrawWindow_1=
-OS_RedrawWindow_2=cast=(HRGN)
-OS_RedrawWindow_3=
-
-OS_RegCloseKey=
-OS_RegCloseKey_0=cast=(HKEY)
-
-OS_RegEnumKeyExA=
-OS_RegEnumKeyExA_0=cast=(HKEY)
-OS_RegEnumKeyExA_1=
-OS_RegEnumKeyExA_2=cast=(LPSTR)
-OS_RegEnumKeyExA_3=cast=(LPDWORD)
-OS_RegEnumKeyExA_4=cast=(LPDWORD)
-OS_RegEnumKeyExA_5=cast=(LPSTR)
-OS_RegEnumKeyExA_6=cast=(LPDWORD)
-OS_RegEnumKeyExA_7=
-
-OS_RegEnumKeyExW=
-OS_RegEnumKeyExW_0=cast=(HKEY)
-OS_RegEnumKeyExW_1=
-OS_RegEnumKeyExW_2=cast=(LPWSTR)
-OS_RegEnumKeyExW_3=cast=(LPDWORD)
-OS_RegEnumKeyExW_4=cast=(LPDWORD)
-OS_RegEnumKeyExW_5=cast=(LPWSTR)
-OS_RegEnumKeyExW_6=cast=(LPDWORD)
-OS_RegEnumKeyExW_7=
-
-OS_RegOpenKeyExA=
-OS_RegOpenKeyExA_0=cast=(HKEY)
-OS_RegOpenKeyExA_1=cast=(LPSTR)
-OS_RegOpenKeyExA_2=
-OS_RegOpenKeyExA_3=
-OS_RegOpenKeyExA_4=cast=(PHKEY)
-
-OS_RegOpenKeyExW=
-OS_RegOpenKeyExW_0=cast=(HKEY)
-OS_RegOpenKeyExW_1=cast=(LPWSTR)
-OS_RegOpenKeyExW_2=
-OS_RegOpenKeyExW_3=
-OS_RegOpenKeyExW_4=cast=(PHKEY)
-
-OS_RegQueryInfoKeyA=
-OS_RegQueryInfoKeyA_0=cast=(HKEY)
-OS_RegQueryInfoKeyA_1=cast=(LPSTR)
-OS_RegQueryInfoKeyA_2=cast=(LPDWORD)
-OS_RegQueryInfoKeyA_3=cast=(LPDWORD)
-OS_RegQueryInfoKeyA_4=cast=(LPDWORD)
-OS_RegQueryInfoKeyA_5=cast=(LPDWORD)
-OS_RegQueryInfoKeyA_6=cast=(LPDWORD)
-OS_RegQueryInfoKeyA_7=cast=(LPDWORD)
-OS_RegQueryInfoKeyA_8=cast=(LPDWORD)
-OS_RegQueryInfoKeyA_9=cast=(LPDWORD)
-OS_RegQueryInfoKeyA_10=cast=(LPDWORD)
-OS_RegQueryInfoKeyA_11=cast=(PFILETIME)
-
-OS_RegQueryInfoKeyW=
-OS_RegQueryInfoKeyW_0=cast=(HKEY)
-OS_RegQueryInfoKeyW_1=cast=(LPWSTR)
-OS_RegQueryInfoKeyW_2=cast=(LPDWORD)
-OS_RegQueryInfoKeyW_3=cast=(LPDWORD)
-OS_RegQueryInfoKeyW_4=cast=(LPDWORD)
-OS_RegQueryInfoKeyW_5=cast=(LPDWORD)
-OS_RegQueryInfoKeyW_6=cast=(LPDWORD)
-OS_RegQueryInfoKeyW_7=cast=(LPDWORD)
-OS_RegQueryInfoKeyW_8=cast=(LPDWORD)
-OS_RegQueryInfoKeyW_9=cast=(LPDWORD)
-OS_RegQueryInfoKeyW_10=cast=(LPDWORD)
-OS_RegQueryInfoKeyW_11=cast=(PFILETIME)
-
-OS_RegQueryValueExA__I_3BI_3I_3B_3I=
-OS_RegQueryValueExA__I_3BI_3I_3B_3I_0=cast=(HKEY)
-OS_RegQueryValueExA__I_3BI_3I_3B_3I_1=cast=(LPSTR)
-OS_RegQueryValueExA__I_3BI_3I_3B_3I_2=cast=(LPDWORD)
-OS_RegQueryValueExA__I_3BI_3I_3B_3I_3=cast=(LPDWORD)
-OS_RegQueryValueExA__I_3BI_3I_3B_3I_4=cast=(LPBYTE)
-OS_RegQueryValueExA__I_3BI_3I_3B_3I_5=cast=(LPDWORD)
-
-OS_RegQueryValueExA__I_3BI_3I_3I_3I=
-OS_RegQueryValueExA__I_3BI_3I_3I_3I_0=cast=(HKEY)
-OS_RegQueryValueExA__I_3BI_3I_3I_3I_1=cast=(LPSTR)
-OS_RegQueryValueExA__I_3BI_3I_3I_3I_2=cast=(LPDWORD)
-OS_RegQueryValueExA__I_3BI_3I_3I_3I_3=cast=(LPDWORD)
-OS_RegQueryValueExA__I_3BI_3I_3I_3I_4=cast=(LPBYTE)
-OS_RegQueryValueExA__I_3BI_3I_3I_3I_5=cast=(LPDWORD)
-
-OS_RegQueryValueExW__I_3CI_3I_3C_3I=
-OS_RegQueryValueExW__I_3CI_3I_3C_3I_0=cast=(HKEY)
-OS_RegQueryValueExW__I_3CI_3I_3C_3I_1=cast=(LPWSTR)
-OS_RegQueryValueExW__I_3CI_3I_3C_3I_2=cast=(LPDWORD)
-OS_RegQueryValueExW__I_3CI_3I_3C_3I_3=cast=(LPDWORD)
-OS_RegQueryValueExW__I_3CI_3I_3C_3I_4=cast=(LPBYTE)
-OS_RegQueryValueExW__I_3CI_3I_3C_3I_5=cast=(LPDWORD)
-
-OS_RegQueryValueExW__I_3CI_3I_3I_3I=
-OS_RegQueryValueExW__I_3CI_3I_3I_3I_0=cast=(HKEY)
-OS_RegQueryValueExW__I_3CI_3I_3I_3I_1=cast=(LPWSTR)
-OS_RegQueryValueExW__I_3CI_3I_3I_3I_2=cast=(LPDWORD)
-OS_RegQueryValueExW__I_3CI_3I_3I_3I_3=cast=(LPDWORD)
-OS_RegQueryValueExW__I_3CI_3I_3I_3I_4=cast=(LPBYTE)
-OS_RegQueryValueExW__I_3CI_3I_3I_3I_5=cast=(LPDWORD)
-
-OS_RegisterClassA=
-OS_RegisterClassA_0=
-
-OS_RegisterClassW=
-OS_RegisterClassW_0=cast=(LPWNDCLASSW)
-
-OS_RegisterClipboardFormatA=
-OS_RegisterClipboardFormatA_0=cast=(LPTSTR)
-
-OS_RegisterClipboardFormatW=
-OS_RegisterClipboardFormatW_0=cast=(LPWSTR)
-
-OS_RegisterWindowMessageA=
-OS_RegisterWindowMessageA_0=cast=(LPTSTR)
-
-OS_RegisterWindowMessageW=
-OS_RegisterWindowMessageW_0=cast=(LPWSTR)
-
-OS_ReleaseCapture=
-
-OS_ReleaseDC=
-OS_ReleaseDC_0=cast=(HWND)
-OS_ReleaseDC_1=cast=(HDC)
-
-OS_RemoveMenu=
-OS_RemoveMenu_0=cast=(HMENU)
-OS_RemoveMenu_1=
-OS_RemoveMenu_2=
-
-OS_RemovePropA=
-OS_RemovePropA_0=cast=HWND
-OS_RemovePropA_1=cast=LPCTSTR
-
-OS_RemovePropW=
-OS_RemovePropW_0=cast=HWND
-OS_RemovePropW_1=cast=(LPCWSTR)
-
-OS_ReplyMessage=
-OS_ReplyMessage_0=
-
-OS_RestoreDC=
-OS_RestoreDC_0=cast=(HDC)
-OS_RestoreDC_1=cast=(int)
-
-OS_RoundRect=
-OS_RoundRect_0=cast=(HDC)
-OS_RoundRect_1=
-OS_RoundRect_2=
-OS_RoundRect_3=
-OS_RoundRect_4=
-OS_RoundRect_5=
-OS_RoundRect_6=
-
-OS_SCRIPT_ANALYSIS_sizeof=
-
-OS_SCRIPT_CONTROL_sizeof=
-
-OS_SCRIPT_DIGITSUBSTITUTE_sizeof=
-
-OS_SCRIPT_FONTPROPERTIES_sizeof=
-
-OS_SCRIPT_ITEM_sizeof=
-
-OS_SCRIPT_LOGATTR_sizeof=
-
-OS_SCRIPT_PROPERTIES_sizeof=
-
-OS_SCRIPT_STATE_sizeof=
-
-OS_SCRIPT_STRING_ANALYSIS_sizeof=
-
-OS_SCROLLBARINFO_sizeof=
-
-OS_SCROLLINFO_sizeof=
-
-OS_SHACTIVATEINFO_sizeof=
-
-OS_SHBrowseForFolderA=
-OS_SHBrowseForFolderA_0=
-
-OS_SHBrowseForFolderW=
-OS_SHBrowseForFolderW_0=cast=(LPBROWSEINFOW)
-
-OS_SHCreateMenuBar=
-OS_SHCreateMenuBar_0=cast=(PSHMENUBARINFO)
-
-OS_SHDRAGIMAGE_sizeof=
-
-OS_SHELLEXECUTEINFO_sizeof=
-
-OS_SHFILEINFOA_sizeof=
-
-OS_SHFILEINFOW_sizeof=
-
-OS_SHGetFileInfoA=
-OS_SHGetFileInfoA_0=cast=LPCSTR
-OS_SHGetFileInfoA_1=
-OS_SHGetFileInfoA_2=cast=(SHFILEINFOA *)
-OS_SHGetFileInfoA_3=
-OS_SHGetFileInfoA_4=
-
-OS_SHGetFileInfoW=
-OS_SHGetFileInfoW_0=cast=LPCWSTR
-OS_SHGetFileInfoW_1=
-OS_SHGetFileInfoW_2=cast=(SHFILEINFOW *)
-OS_SHGetFileInfoW_3=
-OS_SHGetFileInfoW_4=
-
-OS_SHGetMalloc=
-OS_SHGetMalloc_0=cast=(LPMALLOC *)
-
-OS_SHGetPathFromIDListA=
-OS_SHGetPathFromIDListA_0=cast=(LPCITEMIDLIST)
-OS_SHGetPathFromIDListA_1=cast=(LPSTR)
-
-OS_SHGetPathFromIDListW=
-OS_SHGetPathFromIDListW_0=cast=(LPCITEMIDLIST)
-OS_SHGetPathFromIDListW_1=cast=(LPWSTR)
-
-OS_SHHandleWMSettingChange=
-OS_SHHandleWMSettingChange_0=cast=(HWND)
-OS_SHHandleWMSettingChange_1=
-OS_SHHandleWMSettingChange_2=
-OS_SHHandleWMSettingChange_3=
-
-OS_SHMENUBARINFO_sizeof=
-
-OS_SHRGINFO_sizeof=
-
-OS_SHRecognizeGesture=
-OS_SHRecognizeGesture_0=
-
-OS_SHSendBackToFocusWindow=
-OS_SHSendBackToFocusWindow_0=
-OS_SHSendBackToFocusWindow_1=
-OS_SHSendBackToFocusWindow_2=
-
-OS_SHSetAppKeyWndAssoc=
-OS_SHSetAppKeyWndAssoc_0=cast=(BYTE)
-OS_SHSetAppKeyWndAssoc_1=cast=(HWND)
-
-OS_SHSipPreference=
-OS_SHSipPreference_0=cast=(HWND)
-OS_SHSipPreference_1=
-
-OS_SIPINFO_sizeof=
-
-OS_SIZE_sizeof=
-
-OS_STARTUPINFO_sizeof=
-
-OS_SYSTEMTIME_sizeof=
-
-OS_SaveDC=
-OS_SaveDC_0=cast=(HDC)
-
-OS_ScreenToClient=
-OS_ScreenToClient_0=cast=(HWND)
-OS_ScreenToClient_1=
-
-OS_ScriptApplyDigitSubstitution=
-OS_ScriptApplyDigitSubstitution_0=cast=const SCRIPT_DIGITSUBSTITUTE*
-OS_ScriptApplyDigitSubstitution_1=cast=SCRIPT_CONTROL*
-OS_ScriptApplyDigitSubstitution_2=cast=SCRIPT_STATE*
-
-OS_ScriptBreak=
-OS_ScriptBreak_0=cast=const WCHAR *
-OS_ScriptBreak_1=
-OS_ScriptBreak_2=cast=const SCRIPT_ANALYSIS *
-OS_ScriptBreak_3=cast=SCRIPT_LOGATTR *
-
-OS_ScriptCPtoX=
-OS_ScriptCPtoX_0=
-OS_ScriptCPtoX_1=
-OS_ScriptCPtoX_2=
-OS_ScriptCPtoX_3=
-OS_ScriptCPtoX_4=cast=const WORD *
-OS_ScriptCPtoX_5=cast=const SCRIPT_VISATTR *
-OS_ScriptCPtoX_6=cast=const int *
-OS_ScriptCPtoX_7=cast=const SCRIPT_ANALYSIS *
-OS_ScriptCPtoX_8=cast=int *
-
-OS_ScriptCacheGetHeight=
-OS_ScriptCacheGetHeight_0=cast=HDC
-OS_ScriptCacheGetHeight_1=cast=(SCRIPT_CACHE *)
-OS_ScriptCacheGetHeight_2=cast=long *
-
-OS_ScriptFreeCache=
-OS_ScriptFreeCache_0=cast=(SCRIPT_CACHE *)
-
-OS_ScriptGetCMap=
-OS_ScriptGetCMap_0=cast=(HDC)
-OS_ScriptGetCMap_1=cast=(SCRIPT_CACHE *)
-OS_ScriptGetCMap_2=cast=(const WCHAR *)
-OS_ScriptGetCMap_3=
-OS_ScriptGetCMap_4=
-OS_ScriptGetCMap_5=cast=WORD*
-
-OS_ScriptGetFontProperties=
-OS_ScriptGetFontProperties_0=cast=HDC
-OS_ScriptGetFontProperties_1=cast=SCRIPT_CACHE *
-OS_ScriptGetFontProperties_2=cast=SCRIPT_FONTPROPERTIES *
-
-OS_ScriptGetLogicalWidths=
-OS_ScriptGetLogicalWidths_0=cast=const SCRIPT_ANALYSIS *
-OS_ScriptGetLogicalWidths_1=
-OS_ScriptGetLogicalWidths_2=
-OS_ScriptGetLogicalWidths_3=cast=const int *
-OS_ScriptGetLogicalWidths_4=cast=const WORD *
-OS_ScriptGetLogicalWidths_5=cast=(const SCRIPT_VISATTR *)
-OS_ScriptGetLogicalWidths_6=cast=(int *)
-
-OS_ScriptGetProperties=
-OS_ScriptGetProperties_0=cast=const SCRIPT_PROPERTIES ***
-OS_ScriptGetProperties_1=cast=int *
-
-OS_ScriptItemize=
-OS_ScriptItemize_0=cast=const WCHAR *
-OS_ScriptItemize_1=
-OS_ScriptItemize_2=
-OS_ScriptItemize_3=cast=const SCRIPT_CONTROL *
-OS_ScriptItemize_4=cast=const SCRIPT_STATE *
-OS_ScriptItemize_5=cast=SCRIPT_ITEM *
-OS_ScriptItemize_6=cast=int *
-
-OS_ScriptJustify=
-OS_ScriptJustify_0=cast=(SCRIPT_VISATTR *)
-OS_ScriptJustify_1=cast=const int *
-OS_ScriptJustify_2=
-OS_ScriptJustify_3=
-OS_ScriptJustify_4=
-OS_ScriptJustify_5=cast=int *
-
-OS_ScriptLayout=
-OS_ScriptLayout_0=
-OS_ScriptLayout_1=cast=const BYTE *
-OS_ScriptLayout_2=cast=int *
-OS_ScriptLayout_3=cast=int *
-
-OS_ScriptPlace=
-OS_ScriptPlace_0=cast=HDC
-OS_ScriptPlace_1=cast=SCRIPT_CACHE *
-OS_ScriptPlace_2=cast=const WORD *
-OS_ScriptPlace_3=
-OS_ScriptPlace_4=cast=const SCRIPT_VISATTR *
-OS_ScriptPlace_5=cast=SCRIPT_ANALYSIS *
-OS_ScriptPlace_6=cast=int *
-OS_ScriptPlace_7=cast=GOFFSET *
-OS_ScriptPlace_8=cast=ABC *
-
-OS_ScriptRecordDigitSubstitution=
-OS_ScriptRecordDigitSubstitution_0=cast=LCID
-OS_ScriptRecordDigitSubstitution_1=cast=SCRIPT_DIGITSUBSTITUTE*
-
-OS_ScriptShape=
-OS_ScriptShape_0=cast=HDC
-OS_ScriptShape_1=cast=SCRIPT_CACHE *
-OS_ScriptShape_2=cast=const WCHAR *
-OS_ScriptShape_3=
-OS_ScriptShape_4=
-OS_ScriptShape_5=cast=(SCRIPT_ANALYSIS *)
-OS_ScriptShape_6=cast=WORD *
-OS_ScriptShape_7=cast=WORD *
-OS_ScriptShape_8=cast=SCRIPT_VISATTR *
-OS_ScriptShape_9=cast=int *
-
-OS_ScriptStringAnalyse=
-OS_ScriptStringAnalyse_0=cast=HDC
-OS_ScriptStringAnalyse_1=cast=const void*
-OS_ScriptStringAnalyse_2=
-OS_ScriptStringAnalyse_3=
-OS_ScriptStringAnalyse_4=
-OS_ScriptStringAnalyse_5=
-OS_ScriptStringAnalyse_6=
-OS_ScriptStringAnalyse_7=
-OS_ScriptStringAnalyse_8=
-OS_ScriptStringAnalyse_9=cast=const int*
-OS_ScriptStringAnalyse_10=cast=SCRIPT_TABDEF*
-OS_ScriptStringAnalyse_11=cast=const BYTE*
-OS_ScriptStringAnalyse_12=cast=SCRIPT_STRING_ANALYSIS*
-
-OS_ScriptStringFree=
-OS_ScriptStringFree_0=cast=SCRIPT_STRING_ANALYSIS*
-
-OS_ScriptStringOut=
-OS_ScriptStringOut_0=cast=SCRIPT_STRING_ANALYSIS*,flags=struct
-OS_ScriptStringOut_1=
-OS_ScriptStringOut_2=
-OS_ScriptStringOut_3=
-OS_ScriptStringOut_4=
-OS_ScriptStringOut_5=
-OS_ScriptStringOut_6=
-OS_ScriptStringOut_7=
-
-OS_ScriptTextOut=
-OS_ScriptTextOut_0=cast=const HDC
-OS_ScriptTextOut_1=cast=SCRIPT_CACHE *
-OS_ScriptTextOut_2=
-OS_ScriptTextOut_3=
-OS_ScriptTextOut_4=
-OS_ScriptTextOut_5=cast=const RECT *
-OS_ScriptTextOut_6=cast=const SCRIPT_ANALYSIS *
-OS_ScriptTextOut_7=cast=const WCHAR *
-OS_ScriptTextOut_8=
-OS_ScriptTextOut_9=cast=const WORD *
-OS_ScriptTextOut_10=
-OS_ScriptTextOut_11=cast=const int *
-OS_ScriptTextOut_12=cast=const int *
-OS_ScriptTextOut_13=cast=const GOFFSET *
-
-OS_ScriptXtoCP=
-OS_ScriptXtoCP_0=
-OS_ScriptXtoCP_1=
-OS_ScriptXtoCP_2=
-OS_ScriptXtoCP_3=cast=(const WORD *)
-OS_ScriptXtoCP_4=cast=const SCRIPT_VISATTR *
-OS_ScriptXtoCP_5=cast=const int *
-OS_ScriptXtoCP_6=cast=const SCRIPT_ANALYSIS *
-OS_ScriptXtoCP_7=cast=int *
-OS_ScriptXtoCP_8=cast=int *
-
-OS_ScrollWindowEx=
-OS_ScrollWindowEx_0=cast=(HWND)
-OS_ScrollWindowEx_1=
-OS_ScrollWindowEx_2=
-OS_ScrollWindowEx_3=
-OS_ScrollWindowEx_4=
-OS_ScrollWindowEx_5=cast=(HRGN)
-OS_ScrollWindowEx_6=
-OS_ScrollWindowEx_7=
-
-OS_SelectClipRgn=
-OS_SelectClipRgn_0=cast=(HDC)
-OS_SelectClipRgn_1=cast=(HRGN)
-
-OS_SelectObject=
-OS_SelectObject_0=cast=(HDC)
-OS_SelectObject_1=cast=(HGDIOBJ)
-
-OS_SelectPalette=
-OS_SelectPalette_0=cast=(HDC)
-OS_SelectPalette_1=cast=(HPALETTE)
-OS_SelectPalette_2=
-
-OS_SendInput=
-OS_SendInput_0=
-OS_SendInput_1=cast=LPINPUT
-OS_SendInput_2=
-
-OS_SendMessageA__IIII=
-OS_SendMessageA__IIII_0=cast=(HWND)
-OS_SendMessageA__IIII_1=
-OS_SendMessageA__IIII_2=cast=(WPARAM)
-OS_SendMessageA__IIII_3=cast=(LPARAM)
-
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_BUTTON_1IMAGELIST_2=
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_BUTTON_1IMAGELIST_2_0=cast=HWND
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_BUTTON_1IMAGELIST_2_1=
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_BUTTON_1IMAGELIST_2_2=cast=WPARAM
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_BUTTON_1IMAGELIST_2_3=cast=LPARAM
-
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_HDHITTESTINFO_2=
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_HDHITTESTINFO_2_0=cast=HWND
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_HDHITTESTINFO_2_1=
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_HDHITTESTINFO_2_2=cast=WPARAM
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_HDHITTESTINFO_2_3=cast=LPARAM
-
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_HDITEM_2=
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_HDITEM_2_0=cast=HWND
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_HDITEM_2_1=
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_HDITEM_2_2=cast=WPARAM
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_HDITEM_2_3=cast=LPARAM
-
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_HDLAYOUT_2=
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_HDLAYOUT_2_0=cast=HWND
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_HDLAYOUT_2_1=
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_HDLAYOUT_2_2=cast=(WPARAM)
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_HDLAYOUT_2_3=cast=LPARAM
-
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_LITEM_2=
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_LITEM_2_0=cast=(HWND)
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_LITEM_2_1=
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_LITEM_2_2=cast=(WPARAM)
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_LITEM_2_3=cast=(LPARAM)
-
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_LVCOLUMN_2=
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_LVCOLUMN_2_0=cast=(HWND)
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_LVCOLUMN_2_1=
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_LVCOLUMN_2_2=cast=(WPARAM)
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_LVCOLUMN_2_3=cast=(LPARAM)
-
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_LVHITTESTINFO_2=
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_LVHITTESTINFO_2_0=cast=(HWND)
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_LVHITTESTINFO_2_1=
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_LVHITTESTINFO_2_2=cast=(WPARAM)
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_LVHITTESTINFO_2_3=cast=(LPARAM)
-
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_LVITEM_2=
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_LVITEM_2_0=cast=(HWND)
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_LVITEM_2_1=
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_LVITEM_2_2=cast=(WPARAM)
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_LVITEM_2_3=cast=(LPARAM)
-
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_MARGINS_2=
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_MARGINS_2_0=cast=(HWND)
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_MARGINS_2_1=
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_MARGINS_2_2=cast=(WPARAM)
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_MARGINS_2_3=cast=(LPARAM)
-
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_MCHITTESTINFO_2=
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_MCHITTESTINFO_2_0=cast=HWND
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_MCHITTESTINFO_2_1=
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_MCHITTESTINFO_2_2=cast=WPARAM
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_MCHITTESTINFO_2_3=cast=LPARAM
-
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_POINT_2=
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_POINT_2_0=cast=(HWND)
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_POINT_2_1=
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_POINT_2_2=cast=(WPARAM)
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_POINT_2_3=cast=(LPARAM)
-
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_REBARBANDINFO_2=
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_REBARBANDINFO_2_0=cast=(HWND)
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_REBARBANDINFO_2_1=
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_REBARBANDINFO_2_2=cast=(WPARAM)
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_REBARBANDINFO_2_3=cast=(LPARAM)
-
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_RECT_2=
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_RECT_2_0=cast=(HWND)
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_RECT_2_1=
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_RECT_2_2=cast=(WPARAM)
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_RECT_2_3=cast=(LPARAM)
-
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_SHDRAGIMAGE_2=
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_SHDRAGIMAGE_2_0=cast=(HWND)
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_SHDRAGIMAGE_2_1=
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_SHDRAGIMAGE_2_2=cast=(WPARAM)
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_SHDRAGIMAGE_2_3=cast=(LPARAM)
-
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_SIZE_2=
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_SIZE_2_0=cast=HWND
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_SIZE_2_1=
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_SIZE_2_2=cast=WPARAM
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_SIZE_2_3=cast=LPARAM
-
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_SYSTEMTIME_2=
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_SYSTEMTIME_2_0=cast=(HWND)
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_SYSTEMTIME_2_1=
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_SYSTEMTIME_2_2=cast=(WPARAM)
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_SYSTEMTIME_2_3=cast=(LPARAM)
-
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_TBBUTTONINFO_2=
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_TBBUTTONINFO_2_0=cast=(HWND)
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_TBBUTTONINFO_2_1=
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_TBBUTTONINFO_2_2=cast=(WPARAM)
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_TBBUTTONINFO_2_3=cast=(LPARAM)
-
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_TBBUTTON_2=
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_TBBUTTON_2_0=cast=(HWND)
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_TBBUTTON_2_1=
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_TBBUTTON_2_2=cast=(WPARAM)
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_TBBUTTON_2_3=cast=(LPARAM)
-
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_TCHITTESTINFO_2=
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_TCHITTESTINFO_2_0=cast=(HWND)
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_TCHITTESTINFO_2_1=
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_TCHITTESTINFO_2_2=cast=(WPARAM)
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_TCHITTESTINFO_2_3=cast=(LPARAM)
-
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_TCITEM_2=
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_TCITEM_2_0=cast=(HWND)
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_TCITEM_2_1=
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_TCITEM_2_2=cast=(WPARAM)
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_TCITEM_2_3=cast=(LPARAM)
-
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_TOOLINFO_2=
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_TOOLINFO_2_0=cast=(HWND)
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_TOOLINFO_2_1=
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_TOOLINFO_2_2=cast=(WPARAM)
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_TOOLINFO_2_3=cast=(LPARAM)
-
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_TVHITTESTINFO_2=
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_TVHITTESTINFO_2_0=cast=(HWND)
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_TVHITTESTINFO_2_1=
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_TVHITTESTINFO_2_2=cast=(WPARAM)
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_TVHITTESTINFO_2_3=cast=(LPARAM)
-
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_TVINSERTSTRUCT_2=
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_TVINSERTSTRUCT_2_0=cast=(HWND)
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_TVINSERTSTRUCT_2_1=
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_TVINSERTSTRUCT_2_2=cast=(WPARAM)
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_TVINSERTSTRUCT_2_3=cast=(LPARAM)
-
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_TVITEM_2=
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_TVITEM_2_0=cast=(HWND)
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_TVITEM_2_1=
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_TVITEM_2_2=cast=(WPARAM)
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_TVITEM_2_3=cast=(LPARAM)
-
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_TVSORTCB_2=
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_TVSORTCB_2_0=cast=HWND
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_TVSORTCB_2_1=
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_TVSORTCB_2_2=cast=WPARAM
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_TVSORTCB_2_3=cast=LPARAM
-
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_UDACCEL_2=
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_UDACCEL_2_0=cast=(HWND)
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_UDACCEL_2_1=
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_UDACCEL_2_2=cast=(WPARAM)
-OS_SendMessageA__IIILorg_eclipse_swt_internal_win32_UDACCEL_2_3=cast=(LPARAM)
-
-OS_SendMessageA__III_3B=
-OS_SendMessageA__III_3B_0=cast=(HWND)
-OS_SendMessageA__III_3B_1=
-OS_SendMessageA__III_3B_2=cast=(WPARAM)
-OS_SendMessageA__III_3B_3=cast=(LPARAM)
-
-OS_SendMessageA__III_3C=
-OS_SendMessageA__III_3C_0=cast=HWND
-OS_SendMessageA__III_3C_1=
-OS_SendMessageA__III_3C_2=cast=WPARAM
-OS_SendMessageA__III_3C_3=cast=LPARAM
-
-OS_SendMessageA__III_3I=
-OS_SendMessageA__III_3I_0=cast=(HWND)
-OS_SendMessageA__III_3I_1=
-OS_SendMessageA__III_3I_2=cast=(WPARAM)
-OS_SendMessageA__III_3I_3=cast=(LPARAM)
-
-OS_SendMessageA__III_3S=
-OS_SendMessageA__III_3S_0=cast=(HWND)
-OS_SendMessageA__III_3S_1=
-OS_SendMessageA__III_3S_2=cast=(WPARAM)
-OS_SendMessageA__III_3S_3=cast=(LPARAM)
-
-OS_SendMessageA__II_3II=
-OS_SendMessageA__II_3II_0=cast=(HWND)
-OS_SendMessageA__II_3II_1=
-OS_SendMessageA__II_3II_2=cast=(WPARAM)
-OS_SendMessageA__II_3II_3=cast=(LPARAM)
-
-OS_SendMessageA__II_3I_3I=
-OS_SendMessageA__II_3I_3I_0=cast=(HWND)
-OS_SendMessageA__II_3I_3I_1=
-OS_SendMessageA__II_3I_3I_2=cast=(WPARAM)
-OS_SendMessageA__II_3I_3I_3=cast=(LPARAM)
-
-OS_SendMessageW__IIII=
-OS_SendMessageW__IIII_0=cast=(HWND)
-OS_SendMessageW__IIII_1=
-OS_SendMessageW__IIII_2=cast=(WPARAM)
-OS_SendMessageW__IIII_3=cast=(LPARAM)
-
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_BUTTON_1IMAGELIST_2=
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_BUTTON_1IMAGELIST_2_0=cast=HWND
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_BUTTON_1IMAGELIST_2_1=
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_BUTTON_1IMAGELIST_2_2=cast=WPARAM
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_BUTTON_1IMAGELIST_2_3=cast=LPARAM
-
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_HDHITTESTINFO_2=
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_HDHITTESTINFO_2_0=cast=HWND
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_HDHITTESTINFO_2_1=
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_HDHITTESTINFO_2_2=cast=WPARAM
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_HDHITTESTINFO_2_3=cast=(LPARAM)
-
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_HDITEM_2=
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_HDITEM_2_0=cast=HWND
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_HDITEM_2_1=
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_HDITEM_2_2=cast=WPARAM
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_HDITEM_2_3=cast=LPARAM
-
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_HDLAYOUT_2=
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_HDLAYOUT_2_0=cast=HWND
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_HDLAYOUT_2_1=
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_HDLAYOUT_2_2=cast=WPARAM
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_HDLAYOUT_2_3=cast=LPARAM
-
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_LITEM_2=
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_LITEM_2_0=cast=(HWND)
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_LITEM_2_1=
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_LITEM_2_2=cast=(WPARAM)
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_LITEM_2_3=cast=(LPARAM)
-
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_LVCOLUMN_2=
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_LVCOLUMN_2_0=cast=(HWND)
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_LVCOLUMN_2_1=
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_LVCOLUMN_2_2=cast=(WPARAM)
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_LVCOLUMN_2_3=cast=(LPARAM)
-
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_LVHITTESTINFO_2=
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_LVHITTESTINFO_2_0=cast=(HWND)
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_LVHITTESTINFO_2_1=
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_LVHITTESTINFO_2_2=cast=(WPARAM)
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_LVHITTESTINFO_2_3=cast=(LPARAM)
-
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_LVITEM_2=
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_LVITEM_2_0=cast=(HWND)
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_LVITEM_2_1=
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_LVITEM_2_2=cast=(WPARAM)
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_LVITEM_2_3=cast=(LPARAM)
-
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_MARGINS_2=
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_MARGINS_2_0=cast=(HWND)
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_MARGINS_2_1=
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_MARGINS_2_2=cast=(WPARAM)
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_MARGINS_2_3=cast=(LPARAM)
-
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_MCHITTESTINFO_2=
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_MCHITTESTINFO_2_0=cast=HWND
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_MCHITTESTINFO_2_1=
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_MCHITTESTINFO_2_2=cast=WPARAM
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_MCHITTESTINFO_2_3=cast=LPARAM
-
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_POINT_2=
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_POINT_2_0=cast=(HWND)
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_POINT_2_1=
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_POINT_2_2=cast=(WPARAM)
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_POINT_2_3=cast=(LPARAM)
-
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_REBARBANDINFO_2=
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_REBARBANDINFO_2_0=cast=(HWND)
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_REBARBANDINFO_2_1=
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_REBARBANDINFO_2_2=cast=(WPARAM)
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_REBARBANDINFO_2_3=cast=(LPARAM)
-
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_RECT_2=
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_RECT_2_0=cast=(HWND)
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_RECT_2_1=
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_RECT_2_2=cast=(WPARAM)
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_RECT_2_3=cast=(LPARAM)
-
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_SHDRAGIMAGE_2=
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_SHDRAGIMAGE_2_0=cast=(HWND)
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_SHDRAGIMAGE_2_1=
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_SHDRAGIMAGE_2_2=cast=(WPARAM)
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_SHDRAGIMAGE_2_3=cast=(LPARAM)
-
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_SIZE_2=
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_SIZE_2_0=cast=HWND
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_SIZE_2_1=
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_SIZE_2_2=cast=WPARAM
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_SIZE_2_3=cast=LPARAM
-
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_SYSTEMTIME_2=
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_SYSTEMTIME_2_0=cast=(HWND)
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_SYSTEMTIME_2_1=
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_SYSTEMTIME_2_2=cast=(WPARAM)
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_SYSTEMTIME_2_3=cast=(LPARAM)
-
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_TBBUTTONINFO_2=
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_TBBUTTONINFO_2_0=cast=(HWND)
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_TBBUTTONINFO_2_1=
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_TBBUTTONINFO_2_2=cast=(WPARAM)
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_TBBUTTONINFO_2_3=cast=(LPARAM)
-
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_TBBUTTON_2=
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_TBBUTTON_2_0=cast=(HWND)
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_TBBUTTON_2_1=
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_TBBUTTON_2_2=cast=(WPARAM)
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_TBBUTTON_2_3=cast=(LPARAM)
-
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_TCHITTESTINFO_2=
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_TCHITTESTINFO_2_0=cast=(HWND)
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_TCHITTESTINFO_2_1=
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_TCHITTESTINFO_2_2=cast=(WPARAM)
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_TCHITTESTINFO_2_3=cast=(LPARAM)
-
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_TCITEM_2=
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_TCITEM_2_0=cast=(HWND)
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_TCITEM_2_1=
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_TCITEM_2_2=cast=(WPARAM)
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_TCITEM_2_3=cast=(LPARAM)
-
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_TOOLINFO_2=
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_TOOLINFO_2_0=cast=(HWND)
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_TOOLINFO_2_1=
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_TOOLINFO_2_2=cast=(WPARAM)
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_TOOLINFO_2_3=cast=(LPARAM)
-
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_TVHITTESTINFO_2=
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_TVHITTESTINFO_2_0=cast=(HWND)
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_TVHITTESTINFO_2_1=
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_TVHITTESTINFO_2_2=cast=(WPARAM)
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_TVHITTESTINFO_2_3=cast=(LPARAM)
-
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_TVINSERTSTRUCT_2=
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_TVINSERTSTRUCT_2_0=cast=(HWND)
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_TVINSERTSTRUCT_2_1=
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_TVINSERTSTRUCT_2_2=cast=(WPARAM)
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_TVINSERTSTRUCT_2_3=cast=(LPARAM)
-
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_TVITEM_2=
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_TVITEM_2_0=cast=(HWND)
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_TVITEM_2_1=
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_TVITEM_2_2=cast=(WPARAM)
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_TVITEM_2_3=cast=(LPARAM)
-
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_TVSORTCB_2=
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_TVSORTCB_2_0=cast=HWND
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_TVSORTCB_2_1=
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_TVSORTCB_2_2=cast=WPARAM
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_TVSORTCB_2_3=cast=LPARAM
-
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_UDACCEL_2=
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_UDACCEL_2_0=cast=(HWND)
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_UDACCEL_2_1=
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_UDACCEL_2_2=cast=(WPARAM)
-OS_SendMessageW__IIILorg_eclipse_swt_internal_win32_UDACCEL_2_3=cast=(LPARAM)
-
-OS_SendMessageW__III_3C=
-OS_SendMessageW__III_3C_0=cast=(HWND)
-OS_SendMessageW__III_3C_1=
-OS_SendMessageW__III_3C_2=cast=(WPARAM)
-OS_SendMessageW__III_3C_3=cast=(LPARAM)
-
-OS_SendMessageW__III_3I=
-OS_SendMessageW__III_3I_0=cast=(HWND)
-OS_SendMessageW__III_3I_1=
-OS_SendMessageW__III_3I_2=cast=(WPARAM)
-OS_SendMessageW__III_3I_3=cast=(LPARAM)
-
-OS_SendMessageW__III_3S=
-OS_SendMessageW__III_3S_0=cast=(HWND)
-OS_SendMessageW__III_3S_1=
-OS_SendMessageW__III_3S_2=cast=(WPARAM)
-OS_SendMessageW__III_3S_3=cast=(LPARAM)
-
-OS_SendMessageW__II_3II=
-OS_SendMessageW__II_3II_0=cast=(HWND)
-OS_SendMessageW__II_3II_1=
-OS_SendMessageW__II_3II_2=cast=(WPARAM)
-OS_SendMessageW__II_3II_3=cast=(LPARAM)
-
-OS_SendMessageW__II_3I_3I=flags=no_gen
-OS_SendMessageW__II_3I_3I_0=cast=(HWND)
-OS_SendMessageW__II_3I_3I_1=
-OS_SendMessageW__II_3I_3I_2=cast=(WPARAM)
-OS_SendMessageW__II_3I_3I_3=cast=(LPARAM)
-
-OS_SetActiveWindow=
-OS_SetActiveWindow_0=cast=(HWND)
-
-OS_SetBkColor=
-OS_SetBkColor_0=cast=(HDC)
-OS_SetBkColor_1=cast=(COLORREF)
-
-OS_SetBkMode=
-OS_SetBkMode_0=cast=(HDC)
-OS_SetBkMode_1=
-
-OS_SetBrushOrgEx=
-OS_SetBrushOrgEx_0=cast=HDC
-OS_SetBrushOrgEx_1=
-OS_SetBrushOrgEx_2=
-OS_SetBrushOrgEx_3=cast=(LPPOINT)
-
-OS_SetCapture=
-OS_SetCapture_0=cast=(HWND)
-
-OS_SetCaretPos=
-OS_SetCaretPos_0=
-OS_SetCaretPos_1=
-
-OS_SetClipboardData=
-OS_SetClipboardData_0=
-OS_SetClipboardData_1=cast=(HANDLE)
-
-OS_SetCursor=
-OS_SetCursor_0=cast=(HCURSOR)
-
-OS_SetCursorPos=
-OS_SetCursorPos_0=
-OS_SetCursorPos_1=
-
-OS_SetDIBColorTable=
-OS_SetDIBColorTable_0=cast=(HDC)
-OS_SetDIBColorTable_1=
-OS_SetDIBColorTable_2=
-OS_SetDIBColorTable_3=cast=(RGBQUAD *),flags=no_out critical
-
-OS_SetErrorMode=
-OS_SetErrorMode_0=
-
-OS_SetFocus=
-OS_SetFocus_0=cast=(HWND)
-
-OS_SetForegroundWindow=
-OS_SetForegroundWindow_0=cast=(HWND)
-
-OS_SetGraphicsMode=
-OS_SetGraphicsMode_0=cast=HDC
-OS_SetGraphicsMode_1=
-
-OS_SetLayeredWindowAttributes=flags=dynamic
-OS_SetLayeredWindowAttributes_0=cast=HWND
-OS_SetLayeredWindowAttributes_1=
-OS_SetLayeredWindowAttributes_2=
-OS_SetLayeredWindowAttributes_3=
-
-OS_SetLayout=flags=dynamic
-OS_SetLayout_0=cast=(HDC)
-OS_SetLayout_1=cast=(DWORD)
-
-OS_SetMapMode=
-OS_SetMapMode_0=cast=HDC
-OS_SetMapMode_1=
-
-OS_SetMapperFlags=
-OS_SetMapperFlags_0=cast=HDC
-OS_SetMapperFlags_1=cast=DWORD
-
-OS_SetMenu=
-OS_SetMenu_0=cast=(HWND)
-OS_SetMenu_1=cast=(HMENU)
-
-OS_SetMenuDefaultItem=
-OS_SetMenuDefaultItem_0=cast=(HMENU)
-OS_SetMenuDefaultItem_1=
-OS_SetMenuDefaultItem_2=
-
-OS_SetMenuInfo=flags=dynamic
-OS_SetMenuInfo_0=cast=(HMENU)
-OS_SetMenuInfo_1=
-
-OS_SetMenuItemInfoA=
-OS_SetMenuItemInfoA_0=cast=(HMENU)
-OS_SetMenuItemInfoA_1=
-OS_SetMenuItemInfoA_2=
-OS_SetMenuItemInfoA_3=
-
-OS_SetMenuItemInfoW=
-OS_SetMenuItemInfoW_0=cast=(HMENU)
-OS_SetMenuItemInfoW_1=
-OS_SetMenuItemInfoW_2=
-OS_SetMenuItemInfoW_3=cast=(LPMENUITEMINFOW)
-
-OS_SetMetaRgn=
-OS_SetMetaRgn_0=cast=HDC
-
-OS_SetPaletteEntries=
-OS_SetPaletteEntries_0=cast=(HPALETTE)
-OS_SetPaletteEntries_1=
-OS_SetPaletteEntries_2=
-OS_SetPaletteEntries_3=cast=(PALETTEENTRY *),flags=no_out critical
-
-OS_SetParent=
-OS_SetParent_0=cast=(HWND)
-OS_SetParent_1=cast=(HWND)
-
-OS_SetPixel=
-OS_SetPixel_0=cast=(HDC)
-OS_SetPixel_1=
-OS_SetPixel_2=
-OS_SetPixel_3=
-
-OS_SetPolyFillMode=
-OS_SetPolyFillMode_0=cast=HDC
-OS_SetPolyFillMode_1=
-
-OS_SetProcessDPIAware=flags=dynamic
-
-OS_SetPropA=
-OS_SetPropA_0=cast=HWND
-OS_SetPropA_1=cast=LPCTSTR
-OS_SetPropA_2=cast=(HANDLE)
-
-OS_SetPropW=
-OS_SetPropW_0=cast=HWND
-OS_SetPropW_1=cast=(LPCWSTR)
-OS_SetPropW_2=cast=HANDLE
-
-OS_SetROP2=
-OS_SetROP2_0=cast=(HDC)
-OS_SetROP2_1=
-
-OS_SetRect=
-OS_SetRect_0=flags=no_in
-OS_SetRect_1=
-OS_SetRect_2=
-OS_SetRect_3=
-OS_SetRect_4=
-
-OS_SetRectRgn=
-OS_SetRectRgn_0=cast=(HRGN)
-OS_SetRectRgn_1=
-OS_SetRectRgn_2=
-OS_SetRectRgn_3=
-OS_SetRectRgn_4=
-
-OS_SetScrollInfo=
-OS_SetScrollInfo_0=cast=(HWND)
-OS_SetScrollInfo_1=
-OS_SetScrollInfo_2=
-OS_SetScrollInfo_3=
-
-OS_SetStretchBltMode=
-OS_SetStretchBltMode_0=cast=(HDC)
-OS_SetStretchBltMode_1=
-
-OS_SetTextAlign=
-OS_SetTextAlign_0=cast=(HDC)
-OS_SetTextAlign_1=
-
-OS_SetTextColor=
-OS_SetTextColor_0=cast=(HDC)
-OS_SetTextColor_1=cast=(COLORREF)
-
-OS_SetTimer=
-OS_SetTimer_0=cast=(HWND)
-OS_SetTimer_1=
-OS_SetTimer_2=
-OS_SetTimer_3=cast=(TIMERPROC)
-
-OS_SetViewportExtEx=
-OS_SetViewportExtEx_0=cast=HDC
-OS_SetViewportExtEx_1=
-OS_SetViewportExtEx_2=
-OS_SetViewportExtEx_3=
-
-OS_SetViewportOrgEx=
-OS_SetViewportOrgEx_0=cast=HDC
-OS_SetViewportOrgEx_1=
-OS_SetViewportOrgEx_2=
-OS_SetViewportOrgEx_3=
-
-OS_SetWindowExtEx=
-OS_SetWindowExtEx_0=cast=HDC
-OS_SetWindowExtEx_1=
-OS_SetWindowExtEx_2=
-OS_SetWindowExtEx_3=
-
-OS_SetWindowLongA=
-OS_SetWindowLongA_0=cast=(HWND)
-OS_SetWindowLongA_1=
-OS_SetWindowLongA_2=
-
-OS_SetWindowLongPtrA=
-OS_SetWindowLongPtrA_0=cast=(HWND)
-OS_SetWindowLongPtrA_1=
-OS_SetWindowLongPtrA_2=cast=(LONG_PTR)
-
-OS_SetWindowLongPtrW=
-OS_SetWindowLongPtrW_0=cast=(HWND)
-OS_SetWindowLongPtrW_1=
-OS_SetWindowLongPtrW_2=cast=(LONG_PTR)
-
-OS_SetWindowLongW=
-OS_SetWindowLongW_0=cast=(HWND)
-OS_SetWindowLongW_1=
-OS_SetWindowLongW_2=
-
-OS_SetWindowOrgEx=
-OS_SetWindowOrgEx_0=cast=HDC
-OS_SetWindowOrgEx_1=
-OS_SetWindowOrgEx_2=
-OS_SetWindowOrgEx_3=
-
-OS_SetWindowPlacement=
-OS_SetWindowPlacement_0=cast=(HWND)
-OS_SetWindowPlacement_1=
-
-OS_SetWindowPos=
-OS_SetWindowPos_0=cast=(HWND)
-OS_SetWindowPos_1=cast=(HWND)
-OS_SetWindowPos_2=
-OS_SetWindowPos_3=
-OS_SetWindowPos_4=
-OS_SetWindowPos_5=
-OS_SetWindowPos_6=
-
-OS_SetWindowRgn=
-OS_SetWindowRgn_0=cast=HWND
-OS_SetWindowRgn_1=cast=HRGN
-OS_SetWindowRgn_2=
-
-OS_SetWindowTextA=
-OS_SetWindowTextA_0=cast=(HWND)
-OS_SetWindowTextA_1=cast=(LPSTR)
-
-OS_SetWindowTextW=
-OS_SetWindowTextW_0=cast=(HWND)
-OS_SetWindowTextW_1=cast=(LPWSTR)
-
-OS_SetWindowTheme=flags=dynamic
-OS_SetWindowTheme_0=cast=HWND
-OS_SetWindowTheme_1=cast=LPCWSTR
-OS_SetWindowTheme_2=cast=LPCWSTR
-
-OS_SetWindowsHookExA=
-OS_SetWindowsHookExA_0=
-OS_SetWindowsHookExA_1=cast=(HOOKPROC)
-OS_SetWindowsHookExA_2=cast=(HINSTANCE)
-OS_SetWindowsHookExA_3=
-
-OS_SetWindowsHookExW=
-OS_SetWindowsHookExW_0=
-OS_SetWindowsHookExW_1=cast=(HOOKPROC)
-OS_SetWindowsHookExW_2=cast=(HINSTANCE)
-OS_SetWindowsHookExW_3=
-
-OS_SetWorldTransform=
-OS_SetWorldTransform_0=cast=HDC
-OS_SetWorldTransform_1=cast=XFORM *
-
-OS_ShellExecuteExA=
-OS_ShellExecuteExA_0=
-
-OS_ShellExecuteExW=
-OS_ShellExecuteExW_0=cast=(LPSHELLEXECUTEINFOW)
-
-OS_Shell_NotifyIconA=
-OS_Shell_NotifyIconA_0=
-OS_Shell_NotifyIconA_1=
-
-OS_Shell_NotifyIconW=
-OS_Shell_NotifyIconW_0=
-OS_Shell_NotifyIconW_1=
-
-OS_ShowCaret=
-OS_ShowCaret_0=cast=(HWND)
-
-OS_ShowCursor=
-OS_ShowCursor_0=
-
-OS_ShowOwnedPopups=
-OS_ShowOwnedPopups_0=cast=(HWND)
-OS_ShowOwnedPopups_1=
-
-OS_ShowScrollBar=
-OS_ShowScrollBar_0=cast=(HWND)
-OS_ShowScrollBar_1=
-OS_ShowScrollBar_2=
-
-OS_ShowWindow=
-OS_ShowWindow_0=cast=(HWND)
-OS_ShowWindow_1=
-
-OS_SipGetInfo=
-OS_SipGetInfo_0=
-
-OS_StartDocA=
-OS_StartDocA_0=cast=(HDC)
-OS_StartDocA_1=
-
-OS_StartDocW=
-OS_StartDocW_0=cast=(HDC)
-OS_StartDocW_1=cast=(LPDOCINFOW)
-
-OS_StartPage=
-OS_StartPage_0=cast=(HDC)
-
-OS_StretchBlt=
-OS_StretchBlt_0=cast=(HDC)
-OS_StretchBlt_1=
-OS_StretchBlt_2=
-OS_StretchBlt_3=
-OS_StretchBlt_4=
-OS_StretchBlt_5=cast=(HDC)
-OS_StretchBlt_6=
-OS_StretchBlt_7=
-OS_StretchBlt_8=
-OS_StretchBlt_9=
-OS_StretchBlt_10=
-
-OS_StrokePath=
-OS_StrokePath_0=cast=(HDC)
-
-OS_SystemParametersInfoA__IILorg_eclipse_swt_internal_win32_HIGHCONTRAST_2I=
-OS_SystemParametersInfoA__IILorg_eclipse_swt_internal_win32_HIGHCONTRAST_2I_0=
-OS_SystemParametersInfoA__IILorg_eclipse_swt_internal_win32_HIGHCONTRAST_2I_1=
-OS_SystemParametersInfoA__IILorg_eclipse_swt_internal_win32_HIGHCONTRAST_2I_2=
-OS_SystemParametersInfoA__IILorg_eclipse_swt_internal_win32_HIGHCONTRAST_2I_3=
-
-OS_SystemParametersInfoA__IILorg_eclipse_swt_internal_win32_NONCLIENTMETRICSA_2I=
-OS_SystemParametersInfoA__IILorg_eclipse_swt_internal_win32_NONCLIENTMETRICSA_2I_0=
-OS_SystemParametersInfoA__IILorg_eclipse_swt_internal_win32_NONCLIENTMETRICSA_2I_1=
-OS_SystemParametersInfoA__IILorg_eclipse_swt_internal_win32_NONCLIENTMETRICSA_2I_2=
-OS_SystemParametersInfoA__IILorg_eclipse_swt_internal_win32_NONCLIENTMETRICSA_2I_3=
-
-OS_SystemParametersInfoA__IILorg_eclipse_swt_internal_win32_RECT_2I=
-OS_SystemParametersInfoA__IILorg_eclipse_swt_internal_win32_RECT_2I_0=
-OS_SystemParametersInfoA__IILorg_eclipse_swt_internal_win32_RECT_2I_1=
-OS_SystemParametersInfoA__IILorg_eclipse_swt_internal_win32_RECT_2I_2=
-OS_SystemParametersInfoA__IILorg_eclipse_swt_internal_win32_RECT_2I_3=
-
-OS_SystemParametersInfoA__II_3II=
-OS_SystemParametersInfoA__II_3II_0=
-OS_SystemParametersInfoA__II_3II_1=
-OS_SystemParametersInfoA__II_3II_2=
-OS_SystemParametersInfoA__II_3II_3=
-
-OS_SystemParametersInfoW__IILorg_eclipse_swt_internal_win32_HIGHCONTRAST_2I=
-OS_SystemParametersInfoW__IILorg_eclipse_swt_internal_win32_HIGHCONTRAST_2I_0=
-OS_SystemParametersInfoW__IILorg_eclipse_swt_internal_win32_HIGHCONTRAST_2I_1=
-OS_SystemParametersInfoW__IILorg_eclipse_swt_internal_win32_HIGHCONTRAST_2I_2=
-OS_SystemParametersInfoW__IILorg_eclipse_swt_internal_win32_HIGHCONTRAST_2I_3=
-
-OS_SystemParametersInfoW__IILorg_eclipse_swt_internal_win32_NONCLIENTMETRICSW_2I=
-OS_SystemParametersInfoW__IILorg_eclipse_swt_internal_win32_NONCLIENTMETRICSW_2I_0=
-OS_SystemParametersInfoW__IILorg_eclipse_swt_internal_win32_NONCLIENTMETRICSW_2I_1=
-OS_SystemParametersInfoW__IILorg_eclipse_swt_internal_win32_NONCLIENTMETRICSW_2I_2=
-OS_SystemParametersInfoW__IILorg_eclipse_swt_internal_win32_NONCLIENTMETRICSW_2I_3=
-
-OS_SystemParametersInfoW__IILorg_eclipse_swt_internal_win32_RECT_2I=
-OS_SystemParametersInfoW__IILorg_eclipse_swt_internal_win32_RECT_2I_0=
-OS_SystemParametersInfoW__IILorg_eclipse_swt_internal_win32_RECT_2I_1=
-OS_SystemParametersInfoW__IILorg_eclipse_swt_internal_win32_RECT_2I_2=
-OS_SystemParametersInfoW__IILorg_eclipse_swt_internal_win32_RECT_2I_3=
-
-OS_SystemParametersInfoW__II_3II=
-OS_SystemParametersInfoW__II_3II_0=
-OS_SystemParametersInfoW__II_3II_1=
-OS_SystemParametersInfoW__II_3II_2=
-OS_SystemParametersInfoW__II_3II_3=
-
-OS_TBBUTTONINFO_sizeof=
-
-OS_TBBUTTON_sizeof=
-
-OS_TCHITTESTINFO_sizeof=
-
-OS_TCITEM_sizeof=
-
-OS_TEXTMETRICA_sizeof=
-
-OS_TEXTMETRICW_sizeof=
-
-OS_TF_DA_COLOR_sizeof=
-
-OS_TF_DISPLAYATTRIBUTE_sizeof=
-
-OS_TOOLINFO_sizeof=
-
-OS_TRACKMOUSEEVENT_sizeof=
-
-OS_TRIVERTEX_sizeof=
-
-OS_TVHITTESTINFO_sizeof=
-
-OS_TVINSERTSTRUCT_sizeof=
-
-OS_TVITEMEX_sizeof=
-
-OS_TVITEM_sizeof=
-
-OS_TVSORTCB_sizeof=
-
-OS_ToAscii=
-OS_ToAscii_0=
-OS_ToAscii_1=
-OS_ToAscii_2=cast=(PBYTE)
-OS_ToAscii_3=cast=(LPWORD)
-OS_ToAscii_4=
-
-OS_ToUnicode=
-OS_ToUnicode_0=
-OS_ToUnicode_1=
-OS_ToUnicode_2=cast=(PBYTE)
-OS_ToUnicode_3=cast=(LPWSTR)
-OS_ToUnicode_4=
-OS_ToUnicode_5=
-
-OS_TrackMouseEvent=
-OS_TrackMouseEvent_0=
-
-OS_TrackPopupMenu=
-OS_TrackPopupMenu_0=cast=(HMENU)
-OS_TrackPopupMenu_1=
-OS_TrackPopupMenu_2=
-OS_TrackPopupMenu_3=
-OS_TrackPopupMenu_4=
-OS_TrackPopupMenu_5=cast=(HWND)
-OS_TrackPopupMenu_6=
-
-OS_TranslateAcceleratorA=
-OS_TranslateAcceleratorA_0=cast=(HWND)
-OS_TranslateAcceleratorA_1=cast=(HACCEL)
-OS_TranslateAcceleratorA_2=
-
-OS_TranslateAcceleratorW=
-OS_TranslateAcceleratorW_0=cast=(HWND)
-OS_TranslateAcceleratorW_1=cast=(HACCEL)
-OS_TranslateAcceleratorW_2=
-
-OS_TranslateCharsetInfo=
-OS_TranslateCharsetInfo_0=cast=(DWORD *)
-OS_TranslateCharsetInfo_1=cast=(LPCHARSETINFO)
-OS_TranslateCharsetInfo_2=
-
-OS_TranslateMDISysAccel=
-OS_TranslateMDISysAccel_0=cast=(HWND)
-OS_TranslateMDISysAccel_1=cast=(LPMSG)
-
-OS_TranslateMessage=
-OS_TranslateMessage_0=
-
-OS_TransparentBlt=flags=dynamic
-OS_TransparentBlt_0=
-OS_TransparentBlt_1=
-OS_TransparentBlt_2=
-OS_TransparentBlt_3=
-OS_TransparentBlt_4=
-OS_TransparentBlt_5=
-OS_TransparentBlt_6=
-OS_TransparentBlt_7=
-OS_TransparentBlt_8=
-OS_TransparentBlt_9=
-OS_TransparentBlt_10=
-
-OS_TransparentImage=
-OS_TransparentImage_0=cast=(HDC)
-OS_TransparentImage_1=
-OS_TransparentImage_2=
-OS_TransparentImage_3=
-OS_TransparentImage_4=
-OS_TransparentImage_5=cast=(HANDLE)
-OS_TransparentImage_6=
-OS_TransparentImage_7=
-OS_TransparentImage_8=
-OS_TransparentImage_9=
-OS_TransparentImage_10=cast=(COLORREF)
-
-OS_TreeView_GetItemRect=
-OS_TreeView_GetItemRect_0=cast=HWND
-OS_TreeView_GetItemRect_1=cast=HTREEITEM
-OS_TreeView_GetItemRect_2=
-OS_TreeView_GetItemRect_3=
-
-OS_UDACCEL_sizeof=
-
-OS_UnhookWindowsHookEx=
-OS_UnhookWindowsHookEx_0=cast=(HHOOK)
-
-OS_UnregisterClassA=
-OS_UnregisterClassA_0=cast=(LPSTR)
-OS_UnregisterClassA_1=cast=(HINSTANCE)
-
-OS_UnregisterClassW=
-OS_UnregisterClassW_0=cast=(LPWSTR)
-OS_UnregisterClassW_1=cast=(HINSTANCE)
-
-OS_UpdateLayeredWindow=flags=dynamic
-OS_UpdateLayeredWindow_0=cast=HWND
-OS_UpdateLayeredWindow_1=cast=HDC
-OS_UpdateLayeredWindow_2=
-OS_UpdateLayeredWindow_3=
-OS_UpdateLayeredWindow_4=cast=HDC
-OS_UpdateLayeredWindow_5=
-OS_UpdateLayeredWindow_6=cast=(COLORREF)
-OS_UpdateLayeredWindow_7=
-OS_UpdateLayeredWindow_8=
-
-OS_UpdateWindow=
-OS_UpdateWindow_0=cast=(HWND)
-
-OS_ValidateRect=
-OS_ValidateRect_0=cast=(HWND)
-OS_ValidateRect_1=
-
-OS_VkKeyScanA=
-OS_VkKeyScanA_0=cast=(TCHAR)
-
-OS_VkKeyScanW=
-OS_VkKeyScanW_0=cast=(WCHAR)
-
-OS_VtblCall__II=
-OS_VtblCall__II_0=
-OS_VtblCall__II_1=
-
-OS_VtblCall__III=
-OS_VtblCall__III_0=
-OS_VtblCall__III_1=
-OS_VtblCall__III_2=
-
-OS_VtblCall__IIIII_3I=
-OS_VtblCall__IIIII_3I_0=
-OS_VtblCall__IIIII_3I_1=
-OS_VtblCall__IIIII_3I_2=
-OS_VtblCall__IIIII_3I_3=
-OS_VtblCall__IIIII_3I_4=
-OS_VtblCall__IIIII_3I_5=
-
-OS_VtblCall__IIIJI_3J=
-OS_VtblCall__IIIJI_3J_0=
-OS_VtblCall__IIIJI_3J_1=
-OS_VtblCall__IIIJI_3J_2=
-OS_VtblCall__IIIJI_3J_3=
-OS_VtblCall__IIIJI_3J_4=
-OS_VtblCall__IIIJI_3J_5=
-
-OS_VtblCall__III_3I_3I=
-OS_VtblCall__III_3I_3I_0=
-OS_VtblCall__III_3I_3I_1=
-OS_VtblCall__III_3I_3I_2=
-OS_VtblCall__III_3I_3I_3=
-OS_VtblCall__III_3I_3I_4=
-
-OS_VtblCall__IIJ=
-OS_VtblCall__IIJ_0=
-OS_VtblCall__IIJ_1=
-OS_VtblCall__IIJ_2=
-
-OS_VtblCall__IIJII_3J=
-OS_VtblCall__IIJII_3J_0=
-OS_VtblCall__IIJII_3J_1=
-OS_VtblCall__IIJII_3J_2=
-OS_VtblCall__IIJII_3J_3=
-OS_VtblCall__IIJII_3J_4=
-OS_VtblCall__IIJII_3J_5=
-
-OS_VtblCall__IIJJI_3J=
-OS_VtblCall__IIJJI_3J_0=
-OS_VtblCall__IIJJI_3J_1=
-OS_VtblCall__IIJJI_3J_2=
-OS_VtblCall__IIJJI_3J_3=
-OS_VtblCall__IIJJI_3J_4=
-OS_VtblCall__IIJJI_3J_5=
-
-OS_VtblCall__IILorg_eclipse_swt_internal_win32_TF_1DISPLAYATTRIBUTE_2=
-OS_VtblCall__IILorg_eclipse_swt_internal_win32_TF_1DISPLAYATTRIBUTE_2_0=
-OS_VtblCall__IILorg_eclipse_swt_internal_win32_TF_1DISPLAYATTRIBUTE_2_1=
-OS_VtblCall__IILorg_eclipse_swt_internal_win32_TF_1DISPLAYATTRIBUTE_2_2=
-
-OS_VtblCall__IIS_3B_3B_3B=
-OS_VtblCall__IIS_3B_3B_3B_0=
-OS_VtblCall__IIS_3B_3B_3B_1=
-OS_VtblCall__IIS_3B_3B_3B_2=
-OS_VtblCall__IIS_3B_3B_3B_3=
-OS_VtblCall__IIS_3B_3B_3B_4=
-OS_VtblCall__IIS_3B_3B_3B_5=
-
-OS_VtblCall__II_3B_3I=
-OS_VtblCall__II_3B_3I_0=
-OS_VtblCall__II_3B_3I_1=
-OS_VtblCall__II_3B_3I_2=
-OS_VtblCall__II_3B_3I_3=
-
-OS_VtblCall__II_3CII_3I_3I=
-OS_VtblCall__II_3CII_3I_3I_0=
-OS_VtblCall__II_3CII_3I_3I_1=
-OS_VtblCall__II_3CII_3I_3I_2=
-OS_VtblCall__II_3CII_3I_3I_3=
-OS_VtblCall__II_3CII_3I_3I_4=
-OS_VtblCall__II_3CII_3I_3I_5=
-OS_VtblCall__II_3CII_3I_3I_6=
-
-OS_VtblCall__II_3I=
-OS_VtblCall__II_3I_0=
-OS_VtblCall__II_3I_1=
-OS_VtblCall__II_3I_2=
-
-OS_VtblCall__II_3J=
-OS_VtblCall__II_3J_0=
-OS_VtblCall__II_3J_1=
-OS_VtblCall__II_3J_2=
-
-OS_WINDOWPLACEMENT_sizeof=
-
-OS_WINDOWPOS_sizeof=
-
-OS_WNDCLASS_sizeof=
-
-OS_WaitMessage=
-
-OS_WideCharToMultiByte__II_3CIII_3B_3Z=
-OS_WideCharToMultiByte__II_3CIII_3B_3Z_0=
-OS_WideCharToMultiByte__II_3CIII_3B_3Z_1=
-OS_WideCharToMultiByte__II_3CIII_3B_3Z_2=cast=(LPCWSTR),flags=no_out critical
-OS_WideCharToMultiByte__II_3CIII_3B_3Z_3=
-OS_WideCharToMultiByte__II_3CIII_3B_3Z_4=cast=(LPSTR)
-OS_WideCharToMultiByte__II_3CIII_3B_3Z_5=
-OS_WideCharToMultiByte__II_3CIII_3B_3Z_6=cast=(LPCSTR)
-OS_WideCharToMultiByte__II_3CIII_3B_3Z_7=cast=(LPBOOL)
-
-OS_WideCharToMultiByte__II_3CI_3BI_3B_3Z=
-OS_WideCharToMultiByte__II_3CI_3BI_3B_3Z_0=
-OS_WideCharToMultiByte__II_3CI_3BI_3B_3Z_1=
-OS_WideCharToMultiByte__II_3CI_3BI_3B_3Z_2=cast=(LPCWSTR),flags=no_out critical
-OS_WideCharToMultiByte__II_3CI_3BI_3B_3Z_3=
-OS_WideCharToMultiByte__II_3CI_3BI_3B_3Z_4=cast=(LPSTR),flags=no_in critical
-OS_WideCharToMultiByte__II_3CI_3BI_3B_3Z_5=
-OS_WideCharToMultiByte__II_3CI_3BI_3B_3Z_6=cast=(LPCSTR)
-OS_WideCharToMultiByte__II_3CI_3BI_3B_3Z_7=cast=(LPBOOL)
-
-OS_WindowFromDC=
-OS_WindowFromDC_0=cast=(HDC)
-
-OS_WindowFromPoint=
-OS_WindowFromPoint_0=flags=struct
-
-OS_wcslen=
-OS_wcslen_0=cast=(const wchar_t *)
-
-
-org_eclipse_swt_internal_win32_OSVERSIONINFO=
-OSVERSIONINFO_dwOSVersionInfoSize=
-OSVERSIONINFO_dwMajorVersion=
-OSVERSIONINFO_dwMinorVersion=
-OSVERSIONINFO_dwBuildNumber=
-OSVERSIONINFO_dwPlatformId=
-
-org_eclipse_swt_internal_win32_OSVERSIONINFOA=
-OSVERSIONINFOA_szCSDVersion=
-
-org_eclipse_swt_internal_win32_OSVERSIONINFOEX=
-OSVERSIONINFOEX_wServicePackMajor=
-OSVERSIONINFOEX_wServicePackMinor=
-OSVERSIONINFOEX_wSuiteMask=
-OSVERSIONINFOEX_wProductType=
-OSVERSIONINFOEX_wReserved=
-
-org_eclipse_swt_internal_win32_OSVERSIONINFOEXA=
-OSVERSIONINFOEXA_szCSDVersion=
-
-org_eclipse_swt_internal_win32_OSVERSIONINFOEXW=
-OSVERSIONINFOEXW_szCSDVersion=
-
-org_eclipse_swt_internal_win32_OSVERSIONINFOW=
-OSVERSIONINFOW_szCSDVersion=
-
-org_eclipse_swt_internal_win32_OUTLINETEXTMETRIC=
-OUTLINETEXTMETRIC_otmSize=
-OUTLINETEXTMETRIC_otmFiller=
-OUTLINETEXTMETRIC_otmPanoseNumber_bFamilyType=accessor=otmPanoseNumber.bFamilyType
-OUTLINETEXTMETRIC_otmPanoseNumber_bSerifStyle=accessor=otmPanoseNumber.bSerifStyle
-OUTLINETEXTMETRIC_otmPanoseNumber_bWeight=accessor=otmPanoseNumber.bWeight
-OUTLINETEXTMETRIC_otmPanoseNumber_bProportion=accessor=otmPanoseNumber.bProportion
-OUTLINETEXTMETRIC_otmPanoseNumber_bContrast=accessor=otmPanoseNumber.bContrast
-OUTLINETEXTMETRIC_otmPanoseNumber_bStrokeVariation=accessor=otmPanoseNumber.bStrokeVariation
-OUTLINETEXTMETRIC_otmPanoseNumber_bArmStyle=accessor=otmPanoseNumber.bArmStyle
-OUTLINETEXTMETRIC_otmPanoseNumber_bLetterform=accessor=otmPanoseNumber.bLetterform
-OUTLINETEXTMETRIC_otmPanoseNumber_bMidline=accessor=otmPanoseNumber.bMidline
-OUTLINETEXTMETRIC_otmPanoseNumber_bXHeight=accessor=otmPanoseNumber.bXHeight
-OUTLINETEXTMETRIC_otmfsSelection=
-OUTLINETEXTMETRIC_otmfsType=
-OUTLINETEXTMETRIC_otmsCharSlopeRise=
-OUTLINETEXTMETRIC_otmsCharSlopeRun=
-OUTLINETEXTMETRIC_otmItalicAngle=
-OUTLINETEXTMETRIC_otmEMSquare=
-OUTLINETEXTMETRIC_otmAscent=
-OUTLINETEXTMETRIC_otmDescent=
-OUTLINETEXTMETRIC_otmLineGap=
-OUTLINETEXTMETRIC_otmsCapEmHeight=
-OUTLINETEXTMETRIC_otmsXHeight=
-OUTLINETEXTMETRIC_otmrcFontBox=
-OUTLINETEXTMETRIC_otmMacAscent=
-OUTLINETEXTMETRIC_otmMacDescent=
-OUTLINETEXTMETRIC_otmMacLineGap=
-OUTLINETEXTMETRIC_otmusMinimumPPEM=
-OUTLINETEXTMETRIC_otmptSubscriptSize=
-OUTLINETEXTMETRIC_otmptSubscriptOffset=
-OUTLINETEXTMETRIC_otmptSuperscriptSize=
-OUTLINETEXTMETRIC_otmptSuperscriptOffset=
-OUTLINETEXTMETRIC_otmsStrikeoutSize=
-OUTLINETEXTMETRIC_otmsStrikeoutPosition=
-OUTLINETEXTMETRIC_otmsUnderscoreSize=
-OUTLINETEXTMETRIC_otmsUnderscorePosition=
-OUTLINETEXTMETRIC_otmpFamilyName=cast=PSTR
-OUTLINETEXTMETRIC_otmpFaceName=cast=PSTR
-OUTLINETEXTMETRIC_otmpStyleName=cast=PSTR
-OUTLINETEXTMETRIC_otmpFullName=cast=PSTR
-
-org_eclipse_swt_internal_win32_OUTLINETEXTMETRICA=
-OUTLINETEXTMETRICA_otmTextMetrics=
-
-org_eclipse_swt_internal_win32_OUTLINETEXTMETRICW=
-OUTLINETEXTMETRICW_otmTextMetrics=
-
-org_eclipse_swt_internal_win32_PAINTSTRUCT=
-PAINTSTRUCT_hdc=cast=(HDC)
-PAINTSTRUCT_fErase=
-PAINTSTRUCT_left=accessor=rcPaint.left
-PAINTSTRUCT_top=accessor=rcPaint.top
-PAINTSTRUCT_right=accessor=rcPaint.right
-PAINTSTRUCT_bottom=accessor=rcPaint.bottom
-PAINTSTRUCT_fRestore=
-PAINTSTRUCT_fIncUpdate=
-PAINTSTRUCT_rgbReserved=
-
-org_eclipse_swt_internal_win32_PANOSE=
-PANOSE_bFamilyType=
-PANOSE_bSerifStyle=
-PANOSE_bWeight=
-PANOSE_bProportion=
-PANOSE_bContrast=
-PANOSE_bStrokeVariation=
-PANOSE_bArmStyle=
-PANOSE_bLetterform=
-PANOSE_bMidline=
-PANOSE_bXHeight=
-
-org_eclipse_swt_internal_win32_POINT=
-POINT_x=
-POINT_y=
-
-org_eclipse_swt_internal_win32_PRINTDLG=
-PRINTDLG_lStructSize=
-PRINTDLG_hwndOwner=cast=(HWND)
-PRINTDLG_hDevMode=cast=(HGLOBAL)
-PRINTDLG_hDevNames=cast=(HGLOBAL)
-PRINTDLG_hDC=cast=(HDC)
-PRINTDLG_Flags=
-PRINTDLG_nFromPage=
-PRINTDLG_nToPage=
-PRINTDLG_nMinPage=
-PRINTDLG_nMaxPage=
-PRINTDLG_nCopies=
-PRINTDLG_hInstance=cast=(HINSTANCE)
-PRINTDLG_lCustData=
-PRINTDLG_lpfnPrintHook=cast=(LPPRINTHOOKPROC)
-PRINTDLG_lpfnSetupHook=cast=(LPPRINTHOOKPROC)
-PRINTDLG_lpPrintTemplateName=cast=(LPCTSTR)
-PRINTDLG_lpSetupTemplateName=cast=(LPCTSTR)
-PRINTDLG_hPrintTemplate=cast=(HGLOBAL)
-PRINTDLG_hSetupTemplate=cast=(HGLOBAL)
-
-org_eclipse_swt_internal_win32_PROCESS_1INFORMATION=
-PROCESS_INFORMATION_hProcess=cast=HANDLE
-PROCESS_INFORMATION_hThread=cast=HANDLE
-PROCESS_INFORMATION_dwProcessId=
-PROCESS_INFORMATION_dwThreadId=
-
-org_eclipse_swt_internal_win32_REBARBANDINFO=
-REBARBANDINFO_cbSize=
-REBARBANDINFO_fMask=
-REBARBANDINFO_fStyle=
-REBARBANDINFO_clrFore=
-REBARBANDINFO_clrBack=
-REBARBANDINFO_lpText=cast=(LPTSTR)
-REBARBANDINFO_cch=
-REBARBANDINFO_iImage=
-REBARBANDINFO_hwndChild=cast=(HWND)
-REBARBANDINFO_cxMinChild=
-REBARBANDINFO_cyMinChild=
-REBARBANDINFO_cx=
-REBARBANDINFO_hbmBack=cast=(HBITMAP)
-REBARBANDINFO_wID=
-REBARBANDINFO_cyChild=
-REBARBANDINFO_cyMaxChild=
-REBARBANDINFO_cyIntegral=
-REBARBANDINFO_cxIdeal=
-REBARBANDINFO_lParam=
-REBARBANDINFO_cxHeader=flags=no_wince
-
-org_eclipse_swt_internal_win32_RECT=
-RECT_left=
-RECT_top=
-RECT_right=
-RECT_bottom=
-
-org_eclipse_swt_internal_win32_SCRIPT_1ANALYSIS=
-SCRIPT_ANALYSIS_eScript=
-SCRIPT_ANALYSIS_fRTL=
-SCRIPT_ANALYSIS_fLayoutRTL=
-SCRIPT_ANALYSIS_fLinkBefore=
-SCRIPT_ANALYSIS_fLinkAfter=
-SCRIPT_ANALYSIS_fLogicalOrder=
-SCRIPT_ANALYSIS_fNoGlyphIndex=
-SCRIPT_ANALYSIS_s=
-
-org_eclipse_swt_internal_win32_SCRIPT_1CONTROL=
-SCRIPT_CONTROL_uDefaultLanguage=
-SCRIPT_CONTROL_fContextDigits=
-SCRIPT_CONTROL_fInvertPreBoundDir=
-SCRIPT_CONTROL_fInvertPostBoundDir=
-SCRIPT_CONTROL_fLinkStringBefore=
-SCRIPT_CONTROL_fLinkStringAfter=
-SCRIPT_CONTROL_fNeutralOverride=
-SCRIPT_CONTROL_fNumericOverride=
-SCRIPT_CONTROL_fLegacyBidiClass=
-SCRIPT_CONTROL_fReserved=
-
-org_eclipse_swt_internal_win32_SCRIPT_1DIGITSUBSTITUTE=
-SCRIPT_DIGITSUBSTITUTE_NationalDigitLanguage=
-SCRIPT_DIGITSUBSTITUTE_TraditionalDigitLanguage=
-SCRIPT_DIGITSUBSTITUTE_DigitSubstitute=
-SCRIPT_DIGITSUBSTITUTE_dwReserved=
-
-org_eclipse_swt_internal_win32_SCRIPT_1FONTPROPERTIES=
-SCRIPT_FONTPROPERTIES_cBytes=
-SCRIPT_FONTPROPERTIES_wgBlank=
-SCRIPT_FONTPROPERTIES_wgDefault=
-SCRIPT_FONTPROPERTIES_wgInvalid=
-SCRIPT_FONTPROPERTIES_wgKashida=
-SCRIPT_FONTPROPERTIES_iKashidaWidth=
-
-org_eclipse_swt_internal_win32_SCRIPT_1ITEM=
-SCRIPT_ITEM_iCharPos=
-SCRIPT_ITEM_a=
-
-org_eclipse_swt_internal_win32_SCRIPT_1LOGATTR=
-SCRIPT_LOGATTR_fSoftBreak=
-SCRIPT_LOGATTR_fWhiteSpace=
-SCRIPT_LOGATTR_fCharStop=
-SCRIPT_LOGATTR_fWordStop=
-SCRIPT_LOGATTR_fInvalid=
-SCRIPT_LOGATTR_fReserved=
-
-org_eclipse_swt_internal_win32_SCRIPT_1PROPERTIES=
-SCRIPT_PROPERTIES_langid=
-SCRIPT_PROPERTIES_fNumeric=
-SCRIPT_PROPERTIES_fComplex=
-SCRIPT_PROPERTIES_fNeedsWordBreaking=
-SCRIPT_PROPERTIES_fNeedsCaretInfo=
-SCRIPT_PROPERTIES_bCharSet=
-SCRIPT_PROPERTIES_fControl=
-SCRIPT_PROPERTIES_fPrivateUseArea=
-SCRIPT_PROPERTIES_fNeedsCharacterJustify=
-SCRIPT_PROPERTIES_fInvalidGlyph=
-SCRIPT_PROPERTIES_fInvalidLogAttr=
-SCRIPT_PROPERTIES_fCDM=
-SCRIPT_PROPERTIES_fAmbiguousCharSet=
-SCRIPT_PROPERTIES_fClusterSizeVaries=
-SCRIPT_PROPERTIES_fRejectInvalid=
-
-org_eclipse_swt_internal_win32_SCRIPT_1STATE=
-SCRIPT_STATE_uBidiLevel=
-SCRIPT_STATE_fOverrideDirection=
-SCRIPT_STATE_fInhibitSymSwap=
-SCRIPT_STATE_fCharShape=
-SCRIPT_STATE_fDigitSubstitute=
-SCRIPT_STATE_fInhibitLigate=
-SCRIPT_STATE_fDisplayZWG=
-SCRIPT_STATE_fArabicNumContext=
-SCRIPT_STATE_fGcpClusters=
-SCRIPT_STATE_fReserved=
-SCRIPT_STATE_fEngineReserved=
-
-org_eclipse_swt_internal_win32_SCROLLBARINFO=
-SCROLLBARINFO_cbSize=
-SCROLLBARINFO_rcScrollBar=
-SCROLLBARINFO_dxyLineButton=
-SCROLLBARINFO_xyThumbTop=
-SCROLLBARINFO_xyThumbBottom=
-SCROLLBARINFO_reserved=
-SCROLLBARINFO_rgstate=
-
-org_eclipse_swt_internal_win32_SCROLLINFO=
-SCROLLINFO_cbSize=
-SCROLLINFO_fMask=
-SCROLLINFO_nMin=
-SCROLLINFO_nMax=
-SCROLLINFO_nPage=
-SCROLLINFO_nPos=
-SCROLLINFO_nTrackPos=
-
-org_eclipse_swt_internal_win32_SHACTIVATEINFO=
-SHACTIVATEINFO_cbSize=
-SHACTIVATEINFO_hwndLastFocus=cast=(HWND)
-SHACTIVATEINFO_fSipUp=
-SHACTIVATEINFO_fSipOnDeactivation=
-SHACTIVATEINFO_fActive=
-SHACTIVATEINFO_fReserved=
-
-org_eclipse_swt_internal_win32_SHDRAGIMAGE=
-SHDRAGIMAGE_sizeDragImage=
-SHDRAGIMAGE_ptOffset=
-SHDRAGIMAGE_hbmpDragImage=cast=HBITMAP
-SHDRAGIMAGE_crColorKey=
-
-org_eclipse_swt_internal_win32_SHELLEXECUTEINFO=
-SHELLEXECUTEINFO_cbSize=
-SHELLEXECUTEINFO_fMask=
-SHELLEXECUTEINFO_hwnd=cast=(HWND)
-SHELLEXECUTEINFO_lpVerb=cast=(LPCTSTR)
-SHELLEXECUTEINFO_lpFile=cast=(LPCTSTR)
-SHELLEXECUTEINFO_lpParameters=cast=(LPCTSTR)
-SHELLEXECUTEINFO_lpDirectory=cast=(LPCTSTR)
-SHELLEXECUTEINFO_nShow=
-SHELLEXECUTEINFO_hInstApp=cast=(HINSTANCE)
-SHELLEXECUTEINFO_lpIDList=cast=(LPVOID)
-SHELLEXECUTEINFO_lpClass=cast=(LPCTSTR)
-SHELLEXECUTEINFO_hkeyClass=cast=(HKEY)
-SHELLEXECUTEINFO_dwHotKey=
-SHELLEXECUTEINFO_hIcon=cast=(HANDLE)
-SHELLEXECUTEINFO_hProcess=cast=(HANDLE)
-
-org_eclipse_swt_internal_win32_SHFILEINFO=
-SHFILEINFO_hIcon=cast=HICON
-SHFILEINFO_iIcon=
-SHFILEINFO_dwAttributes=
-
-org_eclipse_swt_internal_win32_SHFILEINFOA=
-SHFILEINFOA_szDisplayName=
-SHFILEINFOA_szTypeName=
-
-org_eclipse_swt_internal_win32_SHFILEINFOW=
-SHFILEINFOW_szDisplayName=
-SHFILEINFOW_szTypeName=
-
-org_eclipse_swt_internal_win32_SHMENUBARINFO=
-SHMENUBARINFO_cbSize=
-SHMENUBARINFO_hwndParent=cast=(HWND)
-SHMENUBARINFO_dwFlags=
-SHMENUBARINFO_nToolBarId=
-SHMENUBARINFO_hInstRes=cast=(HINSTANCE)
-SHMENUBARINFO_nBmpId=
-SHMENUBARINFO_cBmpImages=
-SHMENUBARINFO_hwndMB=cast=(HWND)
-
-org_eclipse_swt_internal_win32_SHRGINFO=
-SHRGINFO_cbSize=
-SHRGINFO_hwndClient=cast=(HWND)
-SHRGINFO_ptDown_x=accessor=ptDown.x
-SHRGINFO_ptDown_y=accessor=ptDown.y
-SHRGINFO_dwFlags=
-
-org_eclipse_swt_internal_win32_SIPINFO=
-SIPINFO_cbSize=
-SIPINFO_fdwFlags=
-SIPINFO_rcVisibleDesktop_left=accessor=rcVisibleDesktop.left
-SIPINFO_rcVisibleDesktop_top=accessor=rcVisibleDesktop.top
-SIPINFO_rcVisibleDesktop_right=accessor=rcVisibleDesktop.right
-SIPINFO_rcVisibleDesktop_bottom=accessor=rcVisibleDesktop.bottom
-SIPINFO_rcSipRect_left=accessor=rcSipRect.left
-SIPINFO_rcSipRect_top=accessor=rcSipRect.top
-SIPINFO_rcSipRect_right=accessor=rcSipRect.right
-SIPINFO_rcSipRect_bottom=accessor=rcSipRect.bottom
-SIPINFO_dwImDataSize=
-SIPINFO_pvImData=cast=(void *)
-
-org_eclipse_swt_internal_win32_SIZE=
-SIZE_cx=
-SIZE_cy=
-
-org_eclipse_swt_internal_win32_STARTUPINFO=
-STARTUPINFO_cb=
-STARTUPINFO_lpReserved=cast=LPTSTR
-STARTUPINFO_lpDesktop=cast=LPTSTR
-STARTUPINFO_lpTitle=cast=LPTSTR
-STARTUPINFO_dwX=
-STARTUPINFO_dwY=
-STARTUPINFO_dwXSize=
-STARTUPINFO_dwYSize=
-STARTUPINFO_dwXCountChars=
-STARTUPINFO_dwYCountChars=
-STARTUPINFO_dwFillAttribute=
-STARTUPINFO_dwFlags=
-STARTUPINFO_wShowWindow=
-STARTUPINFO_cbReserved2=
-STARTUPINFO_lpReserved2=cast=LPBYTE
-STARTUPINFO_hStdInput=cast=HANDLE
-STARTUPINFO_hStdOutput=cast=HANDLE
-STARTUPINFO_hStdError=cast=HANDLE
-
-org_eclipse_swt_internal_win32_SYSTEMTIME=
-SYSTEMTIME_wYear=
-SYSTEMTIME_wMonth=
-SYSTEMTIME_wDayOfWeek=
-SYSTEMTIME_wDay=
-SYSTEMTIME_wHour=
-SYSTEMTIME_wMinute=
-SYSTEMTIME_wSecond=
-SYSTEMTIME_wMilliseconds=
-
-org_eclipse_swt_internal_win32_TBBUTTON=
-TBBUTTON_iBitmap=
-TBBUTTON_idCommand=
-TBBUTTON_fsState=
-TBBUTTON_fsStyle=
-TBBUTTON_dwData=
-TBBUTTON_iString=
-
-org_eclipse_swt_internal_win32_TBBUTTONINFO=
-TBBUTTONINFO_cbSize=
-TBBUTTONINFO_dwMask=
-TBBUTTONINFO_idCommand=
-TBBUTTONINFO_iImage=
-TBBUTTONINFO_fsState=
-TBBUTTONINFO_fsStyle=
-TBBUTTONINFO_cx=
-TBBUTTONINFO_lParam=
-TBBUTTONINFO_pszText=cast=(LPTSTR)
-TBBUTTONINFO_cchText=
-
-org_eclipse_swt_internal_win32_TCHAR=flags=no_gen
-TCHAR_chars=
-TCHAR_bytes=
-
-org_eclipse_swt_internal_win32_TCHITTESTINFO=
-TCHITTESTINFO_x=accessor=pt.x
-TCHITTESTINFO_y=accessor=pt.y
-TCHITTESTINFO_flags=
-
-org_eclipse_swt_internal_win32_TCITEM=
-TCITEM_mask=
-TCITEM_dwState=
-TCITEM_dwStateMask=
-TCITEM_pszText=cast=(LPTSTR)
-TCITEM_cchTextMax=
-TCITEM_iImage=
-TCITEM_lParam=
-
-org_eclipse_swt_internal_win32_TEXTMETRIC=
-TEXTMETRIC_tmHeight=
-TEXTMETRIC_tmAscent=
-TEXTMETRIC_tmDescent=
-TEXTMETRIC_tmInternalLeading=
-TEXTMETRIC_tmExternalLeading=
-TEXTMETRIC_tmAveCharWidth=
-TEXTMETRIC_tmMaxCharWidth=
-TEXTMETRIC_tmWeight=
-TEXTMETRIC_tmOverhang=
-TEXTMETRIC_tmDigitizedAspectX=
-TEXTMETRIC_tmDigitizedAspectY=
-TEXTMETRIC_tmItalic=
-TEXTMETRIC_tmUnderlined=
-TEXTMETRIC_tmStruckOut=
-TEXTMETRIC_tmPitchAndFamily=
-TEXTMETRIC_tmCharSet=
-
-org_eclipse_swt_internal_win32_TEXTMETRICA=
-TEXTMETRICA_tmFirstChar=
-TEXTMETRICA_tmLastChar=
-TEXTMETRICA_tmDefaultChar=
-TEXTMETRICA_tmBreakChar=
-
-org_eclipse_swt_internal_win32_TEXTMETRICW=
-TEXTMETRICW_tmFirstChar=
-TEXTMETRICW_tmLastChar=
-TEXTMETRICW_tmDefaultChar=
-TEXTMETRICW_tmBreakChar=
-
-org_eclipse_swt_internal_win32_TF_1DA_1COLOR=
-TF_DA_COLOR_type=
-TF_DA_COLOR_cr=
-
-org_eclipse_swt_internal_win32_TF_1DISPLAYATTRIBUTE=
-TF_DISPLAYATTRIBUTE_crText=
-TF_DISPLAYATTRIBUTE_crBk=
-TF_DISPLAYATTRIBUTE_lsStyle=
-TF_DISPLAYATTRIBUTE_fBoldLine=
-TF_DISPLAYATTRIBUTE_crLine=
-TF_DISPLAYATTRIBUTE_bAttr=
-
-org_eclipse_swt_internal_win32_TOOLINFO=
-TOOLINFO_cbSize=
-TOOLINFO_uFlags=
-TOOLINFO_hwnd=cast=(HWND)
-TOOLINFO_uId=
-TOOLINFO_left=accessor=rect.left
-TOOLINFO_top=accessor=rect.top
-TOOLINFO_right=accessor=rect.right
-TOOLINFO_bottom=accessor=rect.bottom
-TOOLINFO_hinst=cast=(HINSTANCE)
-TOOLINFO_lpszText=cast=(LPTSTR)
-TOOLINFO_lParam=
-TOOLINFO_lpReserved=cast=(void *)
-
-org_eclipse_swt_internal_win32_TRACKMOUSEEVENT=
-TRACKMOUSEEVENT_cbSize=
-TRACKMOUSEEVENT_dwFlags=
-TRACKMOUSEEVENT_hwndTrack=cast=(HWND)
-TRACKMOUSEEVENT_dwHoverTime=
-
-org_eclipse_swt_internal_win32_TRIVERTEX=
-TRIVERTEX_x=
-TRIVERTEX_y=
-TRIVERTEX_Red=
-TRIVERTEX_Green=
-TRIVERTEX_Blue=
-TRIVERTEX_Alpha=
-
-org_eclipse_swt_internal_win32_TVHITTESTINFO=
-TVHITTESTINFO_x=accessor=pt.x
-TVHITTESTINFO_y=accessor=pt.y
-TVHITTESTINFO_flags=
-TVHITTESTINFO_hItem=cast=(HTREEITEM)
-
-org_eclipse_swt_internal_win32_TVINSERTSTRUCT=
-TVINSERTSTRUCT_hParent=cast=(HTREEITEM)
-TVINSERTSTRUCT_hInsertAfter=cast=(HTREEITEM)
-TVINSERTSTRUCT_mask=accessor=item.mask
-TVINSERTSTRUCT_hItem=accessor=item.hItem,cast=(HTREEITEM)
-TVINSERTSTRUCT_state=accessor=item.state
-TVINSERTSTRUCT_stateMask=accessor=item.stateMask
-TVINSERTSTRUCT_pszText=accessor=item.pszText,cast=(LPTSTR)
-TVINSERTSTRUCT_cchTextMax=accessor=item.cchTextMax
-TVINSERTSTRUCT_iImage=accessor=item.iImage
-TVINSERTSTRUCT_iSelectedImage=accessor=item.iSelectedImage
-TVINSERTSTRUCT_cChildren=accessor=item.cChildren
-TVINSERTSTRUCT_lParam=accessor=item.lParam
-TVINSERTSTRUCT_iIntegral=accessor=itemex.iIntegral,flags=no_wince
-
-org_eclipse_swt_internal_win32_TVITEM=
-TVITEM_mask=
-TVITEM_hItem=cast=(HTREEITEM)
-TVITEM_state=
-TVITEM_stateMask=
-TVITEM_pszText=cast=(LPTSTR)
-TVITEM_cchTextMax=
-TVITEM_iImage=
-TVITEM_iSelectedImage=
-TVITEM_cChildren=
-TVITEM_lParam=
-
-org_eclipse_swt_internal_win32_TVITEMEX=
-TVITEMEX_iIntegral=
-
-org_eclipse_swt_internal_win32_TVSORTCB=
-TVSORTCB_hParent=cast=(HTREEITEM)
-TVSORTCB_lpfnCompare=cast=PFNTVCOMPARE
-TVSORTCB_lParam=cast=LPARAM
-
-org_eclipse_swt_internal_win32_UDACCEL=
-UDACCEL_nSec=
-UDACCEL_nInc=
-
-org_eclipse_swt_internal_win32_WINDOWPLACEMENT=
-WINDOWPLACEMENT_length=
-WINDOWPLACEMENT_flags=
-WINDOWPLACEMENT_showCmd=
-WINDOWPLACEMENT_ptMinPosition_x=accessor=ptMinPosition.x
-WINDOWPLACEMENT_ptMinPosition_y=accessor=ptMinPosition.y
-WINDOWPLACEMENT_ptMaxPosition_x=accessor=ptMaxPosition.x
-WINDOWPLACEMENT_ptMaxPosition_y=accessor=ptMaxPosition.y
-WINDOWPLACEMENT_left=accessor=rcNormalPosition.left
-WINDOWPLACEMENT_top=accessor=rcNormalPosition.top
-WINDOWPLACEMENT_right=accessor=rcNormalPosition.right
-WINDOWPLACEMENT_bottom=accessor=rcNormalPosition.bottom
-
-org_eclipse_swt_internal_win32_WINDOWPOS=
-WINDOWPOS_hwnd=cast=(HWND)
-WINDOWPOS_hwndInsertAfter=cast=(HWND)
-WINDOWPOS_x=
-WINDOWPOS_y=
-WINDOWPOS_cx=
-WINDOWPOS_cy=
-WINDOWPOS_flags=
-
-org_eclipse_swt_internal_win32_WNDCLASS=
-WNDCLASS_style=
-WNDCLASS_lpfnWndProc=cast=(WNDPROC)
-WNDCLASS_cbClsExtra=
-WNDCLASS_cbWndExtra=
-WNDCLASS_hInstance=cast=(HINSTANCE)
-WNDCLASS_hIcon=cast=(HICON)
-WNDCLASS_hCursor=cast=(HCURSOR)
-WNDCLASS_hbrBackground=cast=(HBRUSH)
-WNDCLASS_lpszMenuName=cast=(LPCTSTR)
-WNDCLASS_lpszClassName=cast=(LPCTSTR)
-
diff --git a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.win32.Win32.properties b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.win32.Win32.properties
deleted file mode 100644
index 394d5c5bb6..0000000000
--- a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.win32.Win32.properties
+++ /dev/null
@@ -1,178 +0,0 @@
-###############################################################################
-# Copyright (c) 2000, 2008 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-org_eclipse_swt_internal_win32_ICONINFO=
-ICONINFO_fIcon=
-ICONINFO_xHotspot=
-ICONINFO_yHotspot=
-ICONINFO_hbmMask=cast=HBITMAP
-ICONINFO_hbmColor=cast=HBITMAP
-
-org_eclipse_swt_internal_win32_POINT=
-POINT_x=
-POINT_y=
-
-org_eclipse_swt_internal_win32_PROCESS_1INFORMATION=
-PROCESS_INFORMATION_hProcess=cast=HANDLE
-PROCESS_INFORMATION_hThread=cast=HANDLE
-PROCESS_INFORMATION_dwProcessId=
-PROCESS_INFORMATION_dwThreadId=
-
-org_eclipse_swt_internal_win32_SHELLEXECUTEINFOW=
-SHELLEXECUTEINFOW_cbSize=
-SHELLEXECUTEINFOW_fMask=
-SHELLEXECUTEINFOW_hwnd=cast=HWND
-SHELLEXECUTEINFOW_lpVerb=cast=(LPWSTR)
-SHELLEXECUTEINFOW_lpFile=cast=(LPWSTR)
-SHELLEXECUTEINFOW_lpParameters=cast=(LPWSTR)
-SHELLEXECUTEINFOW_lpDirectory=cast=(LPWSTR)
-SHELLEXECUTEINFOW_nShow=
-SHELLEXECUTEINFOW_hInstApp=cast=(HINSTANCE)
-SHELLEXECUTEINFOW_lpIDList=cast=(LPVOID)
-SHELLEXECUTEINFOW_lpClass=cast=(LPWSTR)
-SHELLEXECUTEINFOW_hkeyClass=cast=HKEY
-SHELLEXECUTEINFOW_dwHotKey=
-SHELLEXECUTEINFOW_hIcon=cast=HANDLE
-SHELLEXECUTEINFOW_hProcess=cast=HANDLE
-
-org_eclipse_swt_internal_win32_STARTUPINFOW=
-STARTUPINFOW_cb=
-STARTUPINFOW_lpReserved=cast=LPWSTR
-STARTUPINFOW_lpDesktop=cast=LPWSTR
-STARTUPINFOW_lpTitle=cast=LPWSTR
-STARTUPINFOW_dwX=
-STARTUPINFOW_dwY=
-STARTUPINFOW_dwXSize=
-STARTUPINFOW_dwYSize=
-STARTUPINFOW_dwXCountChars=
-STARTUPINFOW_dwYCountChars=
-STARTUPINFOW_dwFillAttribute=
-STARTUPINFOW_dwFlags=
-STARTUPINFOW_wShowWindow=
-STARTUPINFOW_cbReserved2=
-STARTUPINFOW_lpReserved2=cast=LPBYTE
-STARTUPINFOW_hStdInput=cast=(HANDLE)
-STARTUPINFOW_hStdOutput=cast=(HANDLE)
-STARTUPINFOW_hStdError=cast=(HANDLE)
-
-org_eclipse_swt_internal_win32_Win32=
-Win32_CloseHandle=
-Win32_CloseHandle_0=cast=HANDLE
-
-Win32_CreateCursor=
-Win32_CreateCursor_0=cast=(HINSTANCE)
-Win32_CreateCursor_1=
-Win32_CreateCursor_2=
-Win32_CreateCursor_3=
-Win32_CreateCursor_4=
-Win32_CreateCursor_5=cast=(CONST VOID *),flags=no_out critical
-Win32_CreateCursor_6=cast=(CONST VOID *),flags=no_out critical
-
-Win32_CreateIconIndirect=
-Win32_CreateIconIndirect_0=
-
-Win32_CreateProcessW=
-Win32_CreateProcessW_0=cast=LPCWSTR
-Win32_CreateProcessW_1=cast=LPWSTR
-Win32_CreateProcessW_2=cast=LPSECURITY_ATTRIBUTES
-Win32_CreateProcessW_3=cast=LPSECURITY_ATTRIBUTES
-Win32_CreateProcessW_4=
-Win32_CreateProcessW_5=cast=DWORD
-Win32_CreateProcessW_6=cast=LPVOID
-Win32_CreateProcessW_7=cast=LPCWSTR
-Win32_CreateProcessW_8=cast=LPSTARTUPINFOW
-Win32_CreateProcessW_9=cast=LPPROCESS_INFORMATION
-
-Win32_DeleteObject=
-Win32_DeleteObject_0=cast=(HGDIOBJ)
-
-Win32_DestroyIcon=
-Win32_DestroyIcon_0=cast=HICON
-
-Win32_EnableWindow=
-Win32_EnableWindow_0=cast=HWND
-Win32_EnableWindow_1=
-
-Win32_ExtractIconExW=
-Win32_ExtractIconExW_0=cast=LPCWSTR
-Win32_ExtractIconExW_1=
-Win32_ExtractIconExW_2=cast=(HICON*)
-Win32_ExtractIconExW_3=cast=(HICON*)
-Win32_ExtractIconExW_4=cast=UINT
-
-Win32_GetCursorPos=
-Win32_GetCursorPos_0=cast=LPPOINT
-
-Win32_GetIconInfo=
-Win32_GetIconInfo_0=cast=HICON
-Win32_GetIconInfo_1=
-
-Win32_GetKeyboardState=
-Win32_GetKeyboardState_0=cast=(PBYTE)
-
-Win32_GetModuleHandleW=
-Win32_GetModuleHandleW_0=cast=LPCWSTR
-
-Win32_GetProcessHeap=
-
-Win32_HeapAlloc=
-Win32_HeapAlloc_0=cast=(HANDLE)
-Win32_HeapAlloc_1=
-Win32_HeapAlloc_2=
-
-Win32_HeapFree=
-Win32_HeapFree_0=cast=(HANDLE)
-Win32_HeapFree_1=
-Win32_HeapFree_2=cast=(LPVOID)
-
-Win32_LoadImage=
-Win32_LoadImage_0=cast=HINSTANCE
-Win32_LoadImage_1=cast=LPCTSTR
-Win32_LoadImage_2=cast=UINT
-Win32_LoadImage_3=
-Win32_LoadImage_4=
-Win32_LoadImage_5=cast=UINT
-
-Win32_MapVirtualKeyW=
-Win32_MapVirtualKeyW_0=
-Win32_MapVirtualKeyW_1=
-
-Win32_MoveMemory=
-Win32_MoveMemory_0=cast=PVOID
-Win32_MoveMemory_1=cast=CONST VOID *,flags=no_out critical
-Win32_MoveMemory_2=
-
-Win32_OleInitialize=
-Win32_OleInitialize_0=cast=LPVOID
-
-Win32_OleUninitialize=
-
-Win32_PROCESS_INFORMATION_sizeof=
-
-Win32_SHELLEXECUTEINFOW_sizeof=
-
-Win32_STARTUPINFOW_sizeof=
-
-Win32_SetCursorPos=
-Win32_SetCursorPos_0=
-Win32_SetCursorPos_1=
-
-Win32_ShellExecuteExW=
-Win32_ShellExecuteExW_0=cast=(LPSHELLEXECUTEINFOW)
-
-Win32_ToUnicode=
-Win32_ToUnicode_0=
-Win32_ToUnicode_1=
-Win32_ToUnicode_2=cast=(PBYTE)
-Win32_ToUnicode_3=cast=(LPWSTR)
-Win32_ToUnicode_4=
-Win32_ToUnicode_5=
-
-
diff --git a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.wpf.OS.properties b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.wpf.OS.properties
deleted file mode 100644
index 32ecc17dba..0000000000
--- a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.wpf.OS.properties
+++ /dev/null
@@ -1,4710 +0,0 @@
-###############################################################################
-# Copyright (c) 2000, 2008 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-org_eclipse_swt_internal_wpf_OS=flags=cpp
-OS_AccessText_AccessKey=flags=getter
-OS_AccessText_AccessKey_0=cast=AccessText^,flags=gcobject
-
-OS_AccessText_Text=flags=setter
-OS_AccessText_Text_0=cast=AccessText^,flags=gcobject
-OS_AccessText_Text_1=cast=String^,flags=gcobject
-
-OS_AccessText_TextWrapping=flags=setter
-OS_AccessText_TextWrapping_0=cast=AccessText^,flags=gcobject
-OS_AccessText_TextWrapping_1=cast=TextWrapping
-
-OS_ApplicationCommands_Cut=accessor=ApplicationCommands::Cut,flags=const gcobject
-
-OS_ApplicationCommands_Paste=accessor=ApplicationCommands::Paste,flags=const gcobject
-
-OS_ApplicationCommands_Redo=accessor=ApplicationCommands::Redo,flags=const gcobject
-
-OS_ApplicationCommands_Undo=accessor=ApplicationCommands::Undo,flags=const gcobject
-
-OS_Application_Current=accessor=Application::Current,flags=const gcobject
-
-OS_Application_Dispatcher=flags=gcobject getter
-OS_Application_Dispatcher_0=cast=Application ^,flags=gcobject
-
-OS_Application_1Resources__I=flags=gcobject getter
-OS_Application_1Resources__I_0=cast=Application^,flags=gcobject
-
-OS_Application_1Resources__II=flags=setter
-OS_Application_1Resources__II_0=cast=Application^,flags=gcobject
-OS_Application_1Resources__II_1=cast=ResourceDictionary^,flags=gcobject
-
-OS_Application_Run=flags=cpp
-OS_Application_Run_0=cast=Application^,flags=gcobject
-
-OS_Application_Shutdown=flags=cpp
-OS_Application_Shutdown_0=cast=Application^,flags=gcobject
-
-OS_Application_ShutdownMode=flags=setter
-OS_Application_ShutdownMode_0=cast=Application^,flags=gcobject
-OS_Application_ShutdownMode_1=cast=ShutdownMode
-
-OS_Application_Windows=flags=gcobject getter
-OS_Application_Windows_0=cast=Application^,flags=gcobject
-
-OS_ArrayList_Clear=flags=cpp
-OS_ArrayList_Clear_0=cast=ArrayList^,flags=gcobject
-
-OS_ArrayList_Count=flags=getter
-OS_ArrayList_Count_0=cast=ArrayList^,flags=gcobject
-
-OS_ArrayList_Insert=flags=cpp
-OS_ArrayList_Insert_0=cast=ArrayList^,flags=gcobject
-OS_ArrayList_Insert_1=
-OS_ArrayList_Insert_2=cast=Object^,flags=gcobject
-
-OS_ArrayList_RemoveAt=flags=cpp
-OS_ArrayList_RemoveAt_0=cast=ArrayList^,flags=gcobject
-OS_ArrayList_RemoveAt_1=
-
-OS_ArrayList_ToArray=flags=cpp gcobject
-OS_ArrayList_ToArray_0=cast=ArrayList^,flags=gcobject
-
-OS_ArrayList_1default__II=flags=gcobject getter
-OS_ArrayList_1default__II_0=cast=ArrayList^,flags=gcobject
-OS_ArrayList_1default__II_1=
-
-OS_ArrayList_1default__III=flags=setter
-OS_ArrayList_1default__III_0=cast=ArrayList^,flags=gcobject
-OS_ArrayList_1default__III_1=
-OS_ArrayList_1default__III_2=cast=Object^,flags=gcobject
-
-OS_Array_CreateInstance=accessor=Array::CreateInstance,flags=gcobject
-OS_Array_CreateInstance_0=cast=Type^,flags=gcobject
-OS_Array_CreateInstance_1=
-
-OS_Array_GetLength=flags=cpp
-OS_Array_GetLength_0=cast=Array^,flags=gcobject
-OS_Array_GetLength_1=
-
-OS_Array_GetValue=flags=cpp gcobject
-OS_Array_GetValue_0=cast=Array^,flags=gcobject
-OS_Array_GetValue_1=
-
-OS_Array_SetValue=flags=cpp
-OS_Array_SetValue_0=cast=Array^,flags=gcobject
-OS_Array_SetValue_1=cast=Object^,flags=gcobject
-OS_Array_SetValue_2=
-
-OS_BevelBitmapEffect_1BevelWidth__I=flags=getter
-OS_BevelBitmapEffect_1BevelWidth__I_0=cast=(BevelBitmapEffect^),flags=gcobject
-
-OS_BevelBitmapEffect_1BevelWidth__ID=flags=setter
-OS_BevelBitmapEffect_1BevelWidth__ID_0=cast=(BevelBitmapEffect^),flags=gcobject
-OS_BevelBitmapEffect_1BevelWidth__ID_1=
-
-OS_BevelBitmapEffect_1LightAngle__I=flags=getter
-OS_BevelBitmapEffect_1LightAngle__I_0=cast=(BevelBitmapEffect^),flags=gcobject
-
-OS_BevelBitmapEffect_1LightAngle__ID=flags=setter
-OS_BevelBitmapEffect_1LightAngle__ID_0=cast=(BevelBitmapEffect^),flags=gcobject
-OS_BevelBitmapEffect_1LightAngle__ID_1=
-
-OS_BevelBitmapEffect_1Smoothness__I=flags=getter
-OS_BevelBitmapEffect_1Smoothness__I_0=cast=(BevelBitmapEffect^),flags=gcobject
-
-OS_BevelBitmapEffect_1Smoothness__ID=flags=setter
-OS_BevelBitmapEffect_1Smoothness__ID_0=cast=(BevelBitmapEffect^),flags=gcobject
-OS_BevelBitmapEffect_1Smoothness__ID_1=
-
-OS_Binding_RelativeSource=flags=setter
-OS_Binding_RelativeSource_0=cast=Binding^,flags=gcobject
-OS_Binding_RelativeSource_1=cast=RelativeSource^,flags=gcobject
-
-OS_BitmapDecoder_Create=accessor=BitmapDecoder::Create,flags=gcobject
-OS_BitmapDecoder_Create_0=cast=(System::IO::Stream^),flags=gcobject
-OS_BitmapDecoder_Create_1=cast=BitmapCreateOptions
-OS_BitmapDecoder_Create_2=cast=BitmapCacheOption
-
-OS_BitmapDecoder_Frames=flags=gcobject getter
-OS_BitmapDecoder_Frames_0=cast=BitmapDecoder^,flags=gcobject
-
-OS_BitmapEffectGroup_Children=flags=gcobject getter
-OS_BitmapEffectGroup_Children_0=cast=BitmapEffectGroup^,flags=gcobject
-
-OS_BitmapEncoder_Frames=flags=gcobject getter
-OS_BitmapEncoder_Frames_0=cast=BitmapEncoder^,flags=gcobject
-
-OS_BitmapEncoder_Save=flags=cpp
-OS_BitmapEncoder_Save_0=cast=BitmapEncoder^,flags=gcobject
-OS_BitmapEncoder_Save_1=cast=(System::IO::Stream^),flags=gcobject
-
-OS_BitmapFrameCollection_Add=flags=cpp
-OS_BitmapFrameCollection_Add_0=cast=(System::Collections::Generic::IList<BitmapFrame^>^),flags=gcobject
-OS_BitmapFrameCollection_Add_1=cast=BitmapFrame^,flags=gcobject
-
-OS_BitmapFrameCollection_default=flags=gcobject getter
-OS_BitmapFrameCollection_default_0=cast=(System::Collections::Generic::IList<BitmapFrame^>^),flags=gcobject
-OS_BitmapFrameCollection_default_1=
-
-OS_BitmapFrame_Create=accessor=BitmapFrame::Create,flags=gcobject
-OS_BitmapFrame_Create_0=cast=BitmapSource^,flags=gcobject
-
-OS_BitmapImage_BeginInit=flags=cpp
-OS_BitmapImage_BeginInit_0=cast=(BitmapImage^),flags=gcobject
-
-OS_BitmapImage_CreateOptions=flags=setter
-OS_BitmapImage_CreateOptions_0=cast=(BitmapImage^),flags=gcobject
-OS_BitmapImage_CreateOptions_1=cast=BitmapCreateOptions
-
-OS_BitmapImage_EndInit=flags=cpp
-OS_BitmapImage_EndInit_0=cast=(BitmapImage^),flags=gcobject
-
-OS_BitmapImage_UriSource=flags=setter
-OS_BitmapImage_UriSource_0=cast=(BitmapImage^),flags=gcobject
-OS_BitmapImage_UriSource_1=cast=(Uri^),flags=gcobject
-
-OS_BitmapPalette_Colors=flags=gcobject getter
-OS_BitmapPalette_Colors_0=cast=BitmapPalette^,flags=gcobject
-
-OS_BitmapSource_Clone=flags=cpp gcobject
-OS_BitmapSource_Clone_0=cast=BitmapSource^,flags=gcobject
-
-OS_BitmapSource_CopyPixels=flags=cpp
-OS_BitmapSource_CopyPixels_0=cast=BitmapSource^,flags=gcobject
-OS_BitmapSource_CopyPixels_1=cast=Int32Rect,flags=gcobject
-OS_BitmapSource_CopyPixels_2=cast=IntPtr
-OS_BitmapSource_CopyPixels_3=
-OS_BitmapSource_CopyPixels_4=
-
-OS_BitmapSource_Create=accessor=BitmapSource::Create,flags=gcobject
-OS_BitmapSource_Create_0=
-OS_BitmapSource_Create_1=
-OS_BitmapSource_Create_2=
-OS_BitmapSource_Create_3=
-OS_BitmapSource_Create_4=cast=PixelFormat,flags=gcobject
-OS_BitmapSource_Create_5=cast=BitmapPalette^,flags=gcobject
-OS_BitmapSource_Create_6=cast=IntPtr
-OS_BitmapSource_Create_7=
-OS_BitmapSource_Create_8=
-
-OS_BitmapSource_Format=flags=gcobject getter
-OS_BitmapSource_Format_0=cast=(BitmapSource^),flags=gcobject
-
-OS_BitmapSource_Palette=flags=gcobject getter
-OS_BitmapSource_Palette_0=cast=(BitmapSource^),flags=gcobject
-
-OS_BitmapSource_PixelHeight=flags=getter
-OS_BitmapSource_PixelHeight_0=cast=BitmapSource^,flags=gcobject
-
-OS_BitmapSource_PixelWidth=flags=getter
-OS_BitmapSource_PixelWidth_0=cast=BitmapSource^,flags=gcobject
-
-OS_Bitmap_GetHicon=flags=no_gen cpp
-OS_Bitmap_GetHicon_0=cast=(System::Drawing::Bitmap^),flags=gcobject
-
-OS_BlurBitmapEffect_1Radius__I=flags=getter
-OS_BlurBitmapEffect_1Radius__I_0=cast=BlurBitmapEffect^,flags=gcobject
-
-OS_BlurBitmapEffect_1Radius__ID=flags=setter
-OS_BlurBitmapEffect_1Radius__ID_0=cast=BlurBitmapEffect^,flags=gcobject
-OS_BlurBitmapEffect_1Radius__ID_1=
-
-OS_Border_typeid=accessor=Border::typeid,flags=const gcobject
-
-OS_Brush_Opacity=flags=setter
-OS_Brush_Opacity_0=cast=Brush^,flags=gcobject
-OS_Brush_Opacity_1=
-
-OS_Brushes_Black=accessor=Brushes::Black,flags=const gcobject
-
-OS_Brushes_LightSkyBlue=accessor=Brushes::LightSkyBlue,flags=const gcobject
-
-OS_Brushes_Navy=accessor=Brushes::Navy,flags=const gcobject
-
-OS_Brushes_Red=accessor=Brushes::Red,flags=const gcobject
-
-OS_Brushes_Transparent=accessor=Brushes::Transparent,flags=const gcobject
-
-OS_Brushes_White=accessor=Brushes::White,flags=const gcobject
-
-OS_ButtonBase_Click=flags=adder
-OS_ButtonBase_Click_0=cast=ButtonBase^,flags=gcobject
-OS_ButtonBase_Click_1=cast=(RoutedEventHandler^),flags=gcobject
-
-OS_ButtonBase_ClickEvent=accessor=ButtonBase::ClickEvent,flags=const gcobject
-
-OS_Button_1IsDefault__I=flags=getter
-OS_Button_1IsDefault__I_0=cast=(Button^),flags=gcobject
-
-OS_Button_1IsDefault__IZ=flags=setter
-OS_Button_1IsDefault__IZ_0=cast=(Button^),flags=gcobject
-OS_Button_1IsDefault__IZ_1=
-
-OS_Byte_typeid=accessor=Byte::typeid,flags=const gcobject
-
-OS_CancelEventArgs_Cancel=flags=setter
-OS_CancelEventArgs_Cancel_0=cast=CancelEventArgs^,flags=gcobject
-OS_CancelEventArgs_Cancel_1=
-
-OS_Canvas_GetLeft=accessor=Canvas::GetLeft
-OS_Canvas_GetLeft_0=cast=(UIElement^),flags=gcobject
-
-OS_Canvas_GetTop=accessor=Canvas::GetTop
-OS_Canvas_GetTop_0=cast=(UIElement^),flags=gcobject
-
-OS_Canvas_LeftProperty=accessor=Canvas::LeftProperty,flags=const gcobject
-
-OS_Canvas_SetLeft=accessor=Canvas::SetLeft
-OS_Canvas_SetLeft_0=cast=(UIElement^),flags=gcobject
-OS_Canvas_SetLeft_1=
-
-OS_Canvas_SetTop=accessor=Canvas::SetTop
-OS_Canvas_SetTop_0=cast=(UIElement^),flags=gcobject
-OS_Canvas_SetTop_1=
-
-OS_Canvas_TopProperty=accessor=Canvas::TopProperty,flags=const gcobject
-
-OS_Canvas_typeid=accessor=Canvas::typeid,flags=const gcobject
-
-OS_CharacterHit_FirstCharacterIndex=flags=getter
-OS_CharacterHit_FirstCharacterIndex_0=cast=(CharacterHit^),flags=gcobject
-
-OS_CharacterHit_TrailingLength=flags=getter
-OS_CharacterHit_TrailingLength_0=cast=(CharacterHit^),flags=gcobject
-
-OS_CheckBox_typeid=accessor=CheckBox::typeid,flags=const gcobject
-
-OS_Clipboard_Clear=accessor=Clipboard::Clear
-
-OS_Clipboard_ContainsData=accessor=Clipboard::ContainsData
-OS_Clipboard_ContainsData_0=cast=String^,flags=gcobject
-
-OS_Clipboard_GetData=accessor=Clipboard::GetData,flags=gcobject
-OS_Clipboard_GetData_0=cast=String^,flags=gcobject
-
-OS_Clipboard_GetDataObject=accessor=Clipboard::GetDataObject,flags=gcobject
-
-OS_Clipboard_GetText=accessor=Clipboard::GetText,flags=gcobject
-
-OS_Clipboard_SetData=accessor=Clipboard::SetData
-OS_Clipboard_SetData_0=cast=String^,flags=gcobject
-OS_Clipboard_SetData_1=cast=Object^,flags=gcobject
-
-OS_Clipboard_SetDataObject=accessor=Clipboard::SetDataObject
-OS_Clipboard_SetDataObject_0=cast=Object^,flags=gcobject
-OS_Clipboard_SetDataObject_1=
-
-OS_ColorDialog_AnyColor=flags=setter
-OS_ColorDialog_AnyColor_0=cast=System::Windows::Forms::ColorDialog^,flags=gcobject
-OS_ColorDialog_AnyColor_1=
-
-OS_ColorDialog_1Color__I=flags=gcobject getter
-OS_ColorDialog_1Color__I_0=cast=(System::Windows::Forms::ColorDialog^),flags=gcobject
-
-OS_ColorDialog_1Color__II=flags=setter
-OS_ColorDialog_1Color__II_0=cast=(System::Windows::Forms::ColorDialog^),flags=gcobject
-OS_ColorDialog_1Color__II_1=cast=(System::Drawing::Color),flags=gcobject
-
-OS_ColorDialog_1CustomColors__I=flags=gcobject getter
-OS_ColorDialog_1CustomColors__I_0=cast=(System::Windows::Forms::ColorDialog^),flags=gcobject
-
-OS_ColorDialog_1CustomColors__II=flags=setter
-OS_ColorDialog_1CustomColors__II_0=cast=(System::Windows::Forms::ColorDialog^),flags=gcobject
-OS_ColorDialog_1CustomColors__II_1=cast=array<int>^,flags=gcobject
-
-OS_ColorList_Add=flags=cpp
-OS_ColorList_Add_0=cast=(System::Collections::Generic::List<Color>^),flags=gcobject
-OS_ColorList_Add_1=cast=Color,flags=gcobject
-
-OS_ColorList_Count=flags=getter
-OS_ColorList_Count_0=cast=(System::Collections::Generic::IList<Color>^),flags=gcobject
-
-OS_ColorList_Current=flags=getter gcobject
-OS_ColorList_Current_0=cast=(System::Collections::Generic::IEnumerator<Color>^),flags=gcobject
-
-OS_ColorList_GetEnumerator=flags=gcobject cpp
-OS_ColorList_GetEnumerator_0=cast=(System::Collections::Generic::IEnumerable<Color>^),flags=gcobject
-
-OS_Color_A=flags=getter
-OS_Color_A_0=cast=Color^,flags=gcobject
-
-OS_Color_B=flags=getter
-OS_Color_B_0=cast=(Color^),flags=gcobject
-
-OS_Color_FromArgb=accessor=Color::FromArgb,flags=struct gcobject
-OS_Color_FromArgb_0=
-OS_Color_FromArgb_1=
-OS_Color_FromArgb_2=
-OS_Color_FromArgb_3=
-
-OS_Color_G=flags=getter
-OS_Color_G_0=cast=Color^,flags=gcobject
-
-OS_Color_R=flags=getter
-OS_Color_R_0=cast=Color^,flags=gcobject
-
-OS_Colors_Black=accessor=Colors::Black,flags=const struct gcobject
-
-OS_Colors_Blue=accessor=Colors::Blue,flags=const struct gcobject
-
-OS_Colors_Cyan=accessor=Colors::Cyan,flags=const struct gcobject
-
-OS_Colors_DarkGray=accessor=Colors::DarkGray,flags=const struct gcobject
-
-OS_Colors_Green=accessor=Colors::Green,flags=const struct gcobject
-
-OS_Colors_LightSkyBlue=accessor=Colors::LightSkyBlue,flags=const struct gcobject
-
-OS_Colors_Lime=accessor=Colors::Lime,flags=const struct gcobject
-
-OS_Colors_Magenta=accessor=Colors::Magenta,flags=const struct gcobject
-
-OS_Colors_Maroon=accessor=Colors::Maroon,flags=const struct gcobject
-
-OS_Colors_Navy=accessor=Colors::Navy,flags=const struct gcobject
-
-OS_Colors_Olive=accessor=Colors::Olive,flags=const struct gcobject
-
-OS_Colors_Purple=accessor=Colors::Purple,flags=const struct gcobject
-
-OS_Colors_Red=accessor=Colors::Red,flags=const struct gcobject
-
-OS_Colors_Silver=accessor=Colors::Silver,flags=const struct gcobject
-
-OS_Colors_Teal=accessor=Colors::Teal,flags=const struct gcobject
-
-OS_Colors_Transparent=accessor=Colors::Transparent,flags=const struct gcobject
-
-OS_Colors_White=accessor=Colors::White,flags=const struct gcobject
-
-OS_Colors_Yellow=accessor=Colors::Yellow,flags=const struct gcobject
-
-OS_ColumnDefinitionCollection_Add=flags=cpp
-OS_ColumnDefinitionCollection_Add_0=cast=(ColumnDefinitionCollection^),flags=gcobject
-OS_ColumnDefinitionCollection_Add_1=cast=(ColumnDefinition^),flags=gcobject
-
-OS_ColumnDefinition_Width=flags=setter
-OS_ColumnDefinition_Width_0=cast=(ColumnDefinition^),flags=gcobject
-OS_ColumnDefinition_Width_1=cast=(GridLength),flags=gcobject
-
-OS_ComboBox_1IsDropDownOpen__I=flags=getter
-OS_ComboBox_1IsDropDownOpen__I_0=cast=(ComboBox^),flags=gcobject
-
-OS_ComboBox_1IsDropDownOpen__IZ=flags=setter
-OS_ComboBox_1IsDropDownOpen__IZ_0=cast=(ComboBox^),flags=gcobject
-OS_ComboBox_1IsDropDownOpen__IZ_1=
-
-OS_ComboBox_IsEditable=flags=setter
-OS_ComboBox_IsEditable_0=cast=(ComboBox^),flags=gcobject
-OS_ComboBox_IsEditable_1=
-
-OS_ComboBox_SelectionBoxItem=flags=gcobject getter
-OS_ComboBox_SelectionBoxItem_0=cast=ComboBox^,flags=gcobject
-
-OS_CommandManager_AddPreviewExecutedHandler=accessor=CommandManager::AddPreviewExecutedHandler,flags=struct
-OS_CommandManager_AddPreviewExecutedHandler_0=cast=UIElement^,flags=gcobject
-OS_CommandManager_AddPreviewExecutedHandler_1=cast=ExecutedRoutedEventHandler^,flags=gcobject
-
-OS_CommonDialog_ShowDialog=flags=cpp
-OS_CommonDialog_ShowDialog_0=cast=CommonDialog^,flags=gcobject
-OS_CommonDialog_ShowDialog_1=cast=Window^,flags=gcobject
-
-OS_CompositeCollection_IndexOf=flags=cpp
-OS_CompositeCollection_IndexOf_0=cast=CompositeCollection^,flags=gcobject
-OS_CompositeCollection_IndexOf_1=cast=Object^,flags=gcobject
-
-OS_CompositeCollection_Insert=flags=cpp
-OS_CompositeCollection_Insert_0=cast=CompositeCollection^,flags=gcobject
-OS_CompositeCollection_Insert_1=
-OS_CompositeCollection_Insert_2=cast=Object^,flags=gcobject
-
-OS_CompositeCollection_Remove=flags=cpp
-OS_CompositeCollection_Remove_0=cast=CompositeCollection^,flags=gcobject
-OS_CompositeCollection_Remove_1=cast=Object^,flags=gcobject
-
-OS_CompositeCollection_RemoveAt=flags=cpp
-OS_CompositeCollection_RemoveAt_0=cast=CompositeCollection^,flags=gcobject
-OS_CompositeCollection_RemoveAt_1=
-
-OS_Console_Beep=accessor=Console::Beep
-
-OS_ContainerVisual_1Clip__I=flags=gcobject getter
-OS_ContainerVisual_1Clip__I_0=cast=ContainerVisual^,flags=gcobject
-
-OS_ContainerVisual_1Clip__II=flags=setter
-OS_ContainerVisual_1Clip__II_0=cast=ContainerVisual^,flags=gcobject
-OS_ContainerVisual_1Clip__II_1=cast=Geometry^,flags=gcobject
-
-OS_ContentControl_1Content__I=flags=gcobject getter
-OS_ContentControl_1Content__I_0=cast=ContentControl^,flags=gcobject
-
-OS_ContentControl_1Content__II=flags=setter
-OS_ContentControl_1Content__II_0=cast=(ContentControl^),flags=gcobject
-OS_ContentControl_1Content__II_1=cast=Object^,flags=gcobject
-
-OS_ContentPresenter_Content=flags=gcobject getter
-OS_ContentPresenter_Content_0=cast=(ContentPresenter^),flags=gcobject
-
-OS_ContentPresenter_typeid=accessor=ContentPresenter::typeid,flags=const gcobject
-
-OS_ContextMenuEventArgs_CursorLeft=flags=getter
-OS_ContextMenuEventArgs_CursorLeft_0=cast=(ContextMenuEventArgs^),flags=gcobject
-
-OS_ContextMenuEventArgs_CursorTop=flags=getter
-OS_ContextMenuEventArgs_CursorTop_0=cast=(ContextMenuEventArgs^),flags=gcobject
-
-OS_ContextMenu_Closed=flags=adder
-OS_ContextMenu_Closed_0=cast=(ContextMenu^),flags=gcobject
-OS_ContextMenu_Closed_1=cast=RoutedEventHandler^,flags=gcobject
-
-OS_ContextMenu_HorizontalOffset=flags=setter
-OS_ContextMenu_HorizontalOffset_0=cast=(ContextMenu^),flags=gcobject
-OS_ContextMenu_HorizontalOffset_1=
-
-OS_ContextMenu_IsOpen=flags=setter
-OS_ContextMenu_IsOpen_0=cast=ContextMenu^,flags=gcobject
-OS_ContextMenu_IsOpen_1=
-
-OS_ContextMenu_Opened=flags=adder
-OS_ContextMenu_Opened_0=cast=(ContextMenu^),flags=gcobject
-OS_ContextMenu_Opened_1=cast=RoutedEventHandler^,flags=gcobject
-
-OS_ContextMenu_Placement=flags=setter
-OS_ContextMenu_Placement_0=cast=(ContextMenu^),flags=gcobject
-OS_ContextMenu_Placement_1=cast=PlacementMode
-
-OS_ContextMenu_VerticalOffset=flags=setter
-OS_ContextMenu_VerticalOffset_0=cast=(ContextMenu^),flags=gcobject
-OS_ContextMenu_VerticalOffset_1=
-
-OS_Control_Background=flags=setter
-OS_Control_Background_0=cast=Control^,flags=gcobject
-OS_Control_Background_1=cast=Brush^,flags=gcobject
-
-OS_Control_BackgroundProperty=accessor=Control::BackgroundProperty,flags=const gcobject
-
-OS_Control_BorderBrushProperty=accessor=Control::BorderBrushProperty,flags=const gcobject
-
-OS_Control_BorderThickness=flags=setter
-OS_Control_BorderThickness_0=cast=Control^,flags=gcobject
-OS_Control_BorderThickness_1=cast=(Thickness),flags=gcobject
-
-OS_Control_BorderThicknessProperty=accessor=Control::BorderThicknessProperty,flags=const gcobject
-
-OS_Control_1FontFamily__I=flags=gcobject getter
-OS_Control_1FontFamily__I_0=cast=(Control^),flags=gcobject
-
-OS_Control_1FontFamily__II=flags=setter
-OS_Control_1FontFamily__II_0=cast=(Control^),flags=gcobject
-OS_Control_1FontFamily__II_1=cast=FontFamily^,flags=gcobject
-
-OS_Control_FontFamilyProperty=accessor=Control::FontFamilyProperty,flags=const gcobject
-
-OS_Control_1FontSize__I=flags=getter
-OS_Control_1FontSize__I_0=cast=(Control^),flags=gcobject
-
-OS_Control_1FontSize__ID=flags=setter
-OS_Control_1FontSize__ID_0=cast=(Control^),flags=gcobject
-OS_Control_1FontSize__ID_1=
-
-OS_Control_FontSizeProperty=accessor=Control::FontSizeProperty,flags=const gcobject
-
-OS_Control_FontStretch=flags=setter
-OS_Control_FontStretch_0=cast=(Control^),flags=gcobject
-OS_Control_FontStretch_1=cast=FontStretch,flags=gcobject
-
-OS_Control_FontStretchProperty=accessor=Control::FontStretchProperty,flags=const gcobject
-
-OS_Control_FontStyle=flags=setter
-OS_Control_FontStyle_0=cast=(Control^),flags=gcobject
-OS_Control_FontStyle_1=cast=FontStyle,flags=gcobject
-
-OS_Control_FontStyleProperty=accessor=Control::FontStyleProperty,flags=const gcobject
-
-OS_Control_FontWeight=flags=setter
-OS_Control_FontWeight_0=cast=(Control^),flags=gcobject
-OS_Control_FontWeight_1=cast=FontWeight,flags=gcobject
-
-OS_Control_FontWeightProperty=accessor=Control::FontWeightProperty,flags=const gcobject
-
-OS_Control_Foreground=flags=setter
-OS_Control_Foreground_0=cast=Control^,flags=gcobject
-OS_Control_Foreground_1=cast=(Brush^),flags=gcobject
-
-OS_Control_ForegroundProperty=accessor=Control::ForegroundProperty,flags=const gcobject
-
-OS_Control_1HorizontalContentAlignment__I=flags=getter
-OS_Control_1HorizontalContentAlignment__I_0=cast=(Control ^),flags=gcobject
-
-OS_Control_1HorizontalContentAlignment__II=flags=setter
-OS_Control_1HorizontalContentAlignment__II_0=cast=(Control ^),flags=gcobject
-OS_Control_1HorizontalContentAlignment__II_1=cast=(HorizontalAlignment)
-
-OS_Control_MouseDoubleClick=flags=adder
-OS_Control_MouseDoubleClick_0=cast=Control^,flags=gcobject
-OS_Control_MouseDoubleClick_1=cast=(MouseButtonEventHandler^),flags=gcobject
-
-OS_Control_MouseDoubleClickEvent=accessor=Control::MouseDoubleClickEvent,flags=const gcobject
-
-OS_Control_1Padding__I=flags=gcobject getter
-OS_Control_1Padding__I_0=cast=Control^,flags=gcobject
-
-OS_Control_1Padding__II=flags=setter
-OS_Control_1Padding__II_0=cast=Control^,flags=gcobject
-OS_Control_1Padding__II_1=cast=(Thickness),flags=gcobject
-
-OS_Control_PreviewMouseDoubleClick=flags=adder
-OS_Control_PreviewMouseDoubleClick_0=cast=Control^,flags=gcobject
-OS_Control_PreviewMouseDoubleClick_1=cast=(MouseButtonEventHandler^),flags=gcobject
-
-OS_Control_1Template__I=flags=gcobject getter
-OS_Control_1Template__I_0=cast=Control^,flags=gcobject
-
-OS_Control_1Template__II=flags=setter
-OS_Control_1Template__II_0=cast=Control^,flags=gcobject
-OS_Control_1Template__II_1=cast=ControlTemplate^,flags=gcobject
-
-OS_Control_TemplateProperty=accessor=Control::TemplateProperty,flags=const gcobject
-
-OS_Control_VerticalContentAlignment=flags=setter
-OS_Control_VerticalContentAlignment_0=cast=Control^,flags=gcobject
-OS_Control_VerticalContentAlignment_1=cast=VerticalAlignment
-
-OS_CultureInfo_CurrentUICulture=accessor=CultureInfo::CurrentUICulture,flags=gcobject const
-
-OS_CursorInteropHelper_Create=accessor=System::Windows::Interop::CursorInteropHelper::Create,flags=gcobject
-OS_CursorInteropHelper_Create_0=cast=SafeHandle^,flags=gcobject
-
-OS_Cursors_AppStarting=accessor=Cursors::AppStarting,flags=const gcobject
-
-OS_Cursors_Arrow=accessor=Cursors::Arrow,flags=const gcobject
-
-OS_Cursors_Cross=accessor=Cursors::Cross,flags=const gcobject
-
-OS_Cursors_Hand=accessor=Cursors::Hand,flags=const gcobject
-
-OS_Cursors_Help=accessor=Cursors::Help,flags=const gcobject
-
-OS_Cursors_IBeam=accessor=Cursors::IBeam,flags=const gcobject
-
-OS_Cursors_No=accessor=Cursors::No,flags=const gcobject
-
-OS_Cursors_ScrollE=accessor=Cursors::ScrollE,flags=const gcobject
-
-OS_Cursors_ScrollN=accessor=Cursors::ScrollN,flags=const gcobject
-
-OS_Cursors_ScrollNE=accessor=Cursors::ScrollNE,flags=const gcobject
-
-OS_Cursors_ScrollNW=accessor=Cursors::ScrollNW,flags=const gcobject
-
-OS_Cursors_ScrollS=accessor=Cursors::ScrollS,flags=const gcobject
-
-OS_Cursors_ScrollSE=accessor=Cursors::ScrollSE,flags=const gcobject
-
-OS_Cursors_ScrollSW=accessor=Cursors::ScrollSW,flags=const gcobject
-
-OS_Cursors_ScrollW=accessor=Cursors::ScrollW,flags=const gcobject
-
-OS_Cursors_SizeAll=accessor=Cursors::SizeAll,flags=const gcobject
-
-OS_Cursors_SizeNESW=accessor=Cursors::SizeNESW,flags=const gcobject
-
-OS_Cursors_SizeNS=accessor=Cursors::SizeNS,flags=const gcobject
-
-OS_Cursors_SizeNWSE=accessor=Cursors::SizeNWSE,flags=const gcobject
-
-OS_Cursors_SizeWE=accessor=Cursors::SizeWE,flags=const gcobject
-
-OS_Cursors_UpArrow=accessor=Cursors::UpArrow,flags=const gcobject
-
-OS_Cursors_Wait=accessor=Cursors::Wait,flags=const gcobject
-
-OS_DashStyles_Dash=accessor=DashStyles::Dash,flags=const gcobject
-
-OS_DashStyles_DashDot=accessor=DashStyles::DashDot,flags=const gcobject
-
-OS_DashStyles_DashDotDot=accessor=DashStyles::DashDotDot,flags=const gcobject
-
-OS_DashStyles_Dot=accessor=DashStyles::Dot,flags=const gcobject
-
-OS_DashStyles_Solid=accessor=DashStyles::Solid,flags=const gcobject
-
-OS_DataFormats_Bitmap=accessor=DataFormats::Bitmap,flags=const gcobject
-
-OS_DataFormats_FileDrop=accessor=DataFormats::FileDrop,flags=const gcobject
-
-OS_DataFormats_Html=accessor=DataFormats::Html,flags=const gcobject
-
-OS_DataFormats_Rtf=accessor=DataFormats::Rtf,flags=const gcobject
-
-OS_DataFormats_UnicodeText=accessor=DataFormats::UnicodeText,flags=const gcobject
-
-OS_DataObject_GetData=flags=cpp gcobject
-OS_DataObject_GetData_0=cast=(DataObject^),flags=gcobject
-OS_DataObject_GetData_1=cast=String^,flags=gcobject
-OS_DataObject_GetData_2=
-
-OS_DataObject_GetDataPresent=flags=cpp
-OS_DataObject_GetDataPresent_0=cast=(DataObject^),flags=gcobject
-OS_DataObject_GetDataPresent_1=cast=String^,flags=gcobject
-OS_DataObject_GetDataPresent_2=
-
-OS_DataObject_GetFormats=flags=cpp gcobject
-OS_DataObject_GetFormats_0=cast=(DataObject^),flags=gcobject
-OS_DataObject_GetFormats_1=
-
-OS_DataObject_SetData=flags=cpp
-OS_DataObject_SetData_0=cast=(DataObject^),flags=gcobject
-OS_DataObject_SetData_1=cast=String^,flags=gcobject
-OS_DataObject_SetData_2=cast=Object^,flags=gcobject
-OS_DataObject_SetData_3=
-
-OS_DeleteGlobalRef=flags=jni
-OS_DeleteGlobalRef_0=cast=jobject
-
-OS_DependencyObject_ClearValue=flags=cpp
-OS_DependencyObject_ClearValue_0=cast=(DependencyObject^),flags=gcobject
-OS_DependencyObject_ClearValue_1=cast=(DependencyProperty^),flags=gcobject
-
-OS_DependencyObject_GetValue=flags=cpp gcobject
-OS_DependencyObject_GetValue_0=cast=(DependencyObject^),flags=gcobject
-OS_DependencyObject_GetValue_1=cast=(DependencyProperty^),flags=gcobject
-
-OS_DependencyObject_GetValueDouble=accessor=GetValue,flags=cpp
-OS_DependencyObject_GetValueDouble_0=cast=(DependencyObject^),flags=gcobject
-OS_DependencyObject_GetValueDouble_1=cast=(DependencyProperty^),flags=gcobject
-
-OS_DependencyObject_GetValueInt=accessor=GetValue,flags=cpp
-OS_DependencyObject_GetValueInt_0=cast=(DependencyObject^),flags=gcobject
-OS_DependencyObject_GetValueInt_1=cast=(DependencyProperty^),flags=gcobject
-
-OS_DependencyObject_SetValue=flags=cpp
-OS_DependencyObject_SetValue_0=cast=(DependencyObject^),flags=gcobject
-OS_DependencyObject_SetValue_1=cast=(DependencyProperty^),flags=gcobject
-OS_DependencyObject_SetValue_2=cast=Object^,flags=gcobject
-
-OS_DependencyPropertyChangedEventArgs_NewValueDouble=accessor=NewValue,flags=getter
-OS_DependencyPropertyChangedEventArgs_NewValueDouble_0=cast=(DependencyPropertyChangedEventArgs^),flags=gcobject
-
-OS_DependencyPropertyChangedEventArgs_NewValueInt=accessor=NewValue,flags=getter
-OS_DependencyPropertyChangedEventArgs_NewValueInt_0=cast=(DependencyPropertyChangedEventArgs^),flags=gcobject
-
-OS_DependencyPropertyChangedEventArgs_OldValueDouble=accessor=OldValue,flags=getter
-OS_DependencyPropertyChangedEventArgs_OldValueDouble_0=cast=(DependencyPropertyChangedEventArgs^),flags=gcobject
-
-OS_DependencyPropertyChangedEventArgs_OldValueInt=accessor=OldValue,flags=getter
-OS_DependencyPropertyChangedEventArgs_OldValueInt_0=cast=(DependencyPropertyChangedEventArgs^),flags=gcobject
-
-OS_DependencyPropertyDescriptor_AddValueChanged=flags=cpp
-OS_DependencyPropertyDescriptor_AddValueChanged_0=cast=DependencyPropertyDescriptor^,flags=gcobject
-OS_DependencyPropertyDescriptor_AddValueChanged_1=cast=Object^,flags=gcobject
-OS_DependencyPropertyDescriptor_AddValueChanged_2=cast=EventHandler^,flags=gcobject
-
-OS_DependencyPropertyDescriptor_DependencyProperty=flags=gcobject getter
-OS_DependencyPropertyDescriptor_DependencyProperty_0=cast=DependencyPropertyDescriptor^,flags=gcobject
-
-OS_DependencyPropertyDescriptor_1FromProperty__I=accessor=DependencyPropertyDescriptor::FromProperty,flags=gcobject
-OS_DependencyPropertyDescriptor_1FromProperty__I_0=cast=PropertyDescriptor^,flags=gcobject
-
-OS_DependencyPropertyDescriptor_1FromProperty__II=accessor=DependencyPropertyDescriptor::FromProperty,flags=gcobject
-OS_DependencyPropertyDescriptor_1FromProperty__II_0=cast=DependencyProperty^,flags=gcobject
-OS_DependencyPropertyDescriptor_1FromProperty__II_1=cast=Type^,flags=gcobject
-
-OS_DependencyPropertyDescriptor_typeid=accessor=DependencyPropertyDescriptor::typeid,flags=const gcobject
-
-OS_DependencyProperty_UnsetValue=accessor=DependencyProperty::UnsetValue,flags=const gcobject
-
-OS_DispatcherFrame_1Continue__I=flags=getter
-OS_DispatcherFrame_1Continue__I_0=cast=DispatcherFrame^,flags=gcobject
-
-OS_DispatcherFrame_1Continue__IZ=flags=setter
-OS_DispatcherFrame_1Continue__IZ_0=cast=DispatcherFrame^,flags=gcobject
-OS_DispatcherFrame_1Continue__IZ_1=
-
-OS_DispatcherHookEventArgs_Operation=flags=gcobject getter
-OS_DispatcherHookEventArgs_Operation_0=cast=DispatcherHookEventArgs ^,flags=gcobject
-
-OS_DispatcherHooks_DispatcherInactive=flags=adder
-OS_DispatcherHooks_DispatcherInactive_0=cast=(DispatcherHooks ^),flags=gcobject
-OS_DispatcherHooks_DispatcherInactive_1=cast=EventHandler ^,flags=gcobject
-
-OS_DispatcherHooks_OperationAborted=flags=adder
-OS_DispatcherHooks_OperationAborted_0=cast=(DispatcherHooks ^),flags=gcobject
-OS_DispatcherHooks_OperationAborted_1=cast=(DispatcherHookEventHandler ^),flags=gcobject
-
-OS_DispatcherHooks_OperationCompleted=flags=adder
-OS_DispatcherHooks_OperationCompleted_0=cast=(DispatcherHooks ^),flags=gcobject
-OS_DispatcherHooks_OperationCompleted_1=cast=(DispatcherHookEventHandler ^),flags=gcobject
-
-OS_DispatcherHooks_OperationPosted=flags=adder
-OS_DispatcherHooks_OperationPosted_0=cast=(DispatcherHooks ^),flags=gcobject
-OS_DispatcherHooks_OperationPosted_1=cast=DispatcherHookEventHandler ^,flags=gcobject
-
-OS_DispatcherOperation_Abort=flags=cpp
-OS_DispatcherOperation_Abort_0=cast=DispatcherOperation^,flags=gcobject
-
-OS_DispatcherOperation_1Priority__I=flags=getter
-OS_DispatcherOperation_1Priority__I_0=cast=DispatcherOperation ^,flags=gcobject
-
-OS_DispatcherOperation_1Priority__II=flags=setter
-OS_DispatcherOperation_1Priority__II_0=cast=DispatcherOperation ^,flags=gcobject
-OS_DispatcherOperation_1Priority__II_1=cast=DispatcherPriority
-
-OS_DispatcherOperation_Wait=flags=cpp
-OS_DispatcherOperation_Wait_0=cast=DispatcherOperation^,flags=gcobject
-
-OS_DispatcherTimer_Interval=flags=setter
-OS_DispatcherTimer_Interval_0=cast=DispatcherTimer^,flags=gcobject
-OS_DispatcherTimer_Interval_1=cast=(TimeSpan),flags=gcobject
-
-OS_DispatcherTimer_Start=flags=cpp
-OS_DispatcherTimer_Start_0=cast=DispatcherTimer^,flags=gcobject
-
-OS_DispatcherTimer_Stop=flags=cpp
-OS_DispatcherTimer_Stop_0=cast=DispatcherTimer^,flags=gcobject
-
-OS_DispatcherTimer_1Tag__I=flags=getter
-OS_DispatcherTimer_1Tag__I_0=cast=DispatcherTimer^,flags=gcobject
-
-OS_DispatcherTimer_1Tag__II=flags=setter
-OS_DispatcherTimer_1Tag__II_0=cast=DispatcherTimer^,flags=gcobject
-OS_DispatcherTimer_1Tag__II_1=
-
-OS_DispatcherTimer_Tick=flags=adder
-OS_DispatcherTimer_Tick_0=cast=DispatcherTimer^,flags=gcobject
-OS_DispatcherTimer_Tick_1=cast=EventHandler^,flags=gcobject
-
-OS_Dispatcher_BeginInvoke=flags=cpp gcobject
-OS_Dispatcher_BeginInvoke_0=cast=(Dispatcher ^),flags=gcobject
-OS_Dispatcher_BeginInvoke_1=cast=DispatcherPriority
-OS_Dispatcher_BeginInvoke_2=cast=Delegate ^,flags=gcobject
-
-OS_Dispatcher_Hooks=flags=gcobject getter
-OS_Dispatcher_Hooks_0=cast=Dispatcher ^,flags=gcobject
-
-OS_Dispatcher_PushFrame=accessor=Dispatcher::PushFrame
-OS_Dispatcher_PushFrame_0=cast=DispatcherFrame ^,flags=gcobject
-
-OS_DockPanel_DockProperty=accessor=DockPanel::DockProperty,flags=const gcobject
-
-OS_DockPanel_typeid=accessor=DockPanel::typeid,flags=const gcobject
-
-OS_DoubleAnimationUsingKeyFrames_KeyFrames=flags=gcobject getter
-OS_DoubleAnimationUsingKeyFrames_KeyFrames_0=cast=DoubleAnimationUsingKeyFrames^,flags=gcobject
-
-OS_DoubleAnimation_1From__I=flags=getter
-OS_DoubleAnimation_1From__I_0=cast=DoubleAnimation^,flags=gcobject
-
-OS_DoubleAnimation_1From__ID=flags=setter
-OS_DoubleAnimation_1From__ID_0=cast=DoubleAnimation^,flags=gcobject
-OS_DoubleAnimation_1From__ID_1=
-
-OS_DoubleAnimation_1To__I=flags=getter
-OS_DoubleAnimation_1To__I_0=cast=DoubleAnimation^,flags=gcobject
-
-OS_DoubleAnimation_1To__ID=flags=setter
-OS_DoubleAnimation_1To__ID_0=cast=DoubleAnimation^,flags=gcobject
-OS_DoubleAnimation_1To__ID_1=
-
-OS_DoubleCollection_Add=flags=cpp
-OS_DoubleCollection_Add_0=cast=DoubleCollection^,flags=gcobject
-OS_DoubleCollection_Add_1=
-
-OS_DoubleKeyFrameCollection_Add=flags=cpp
-OS_DoubleKeyFrameCollection_Add_0=cast=DoubleKeyFrameCollection^,flags=gcobject
-OS_DoubleKeyFrameCollection_Add_1=cast=(DoubleKeyFrame^),flags=gcobject
-
-OS_DoubleKeyFrame_KeyTime=flags=setter
-OS_DoubleKeyFrame_KeyTime_0=cast=(DoubleKeyFrame^),flags=gcobject
-OS_DoubleKeyFrame_KeyTime_1=cast=(KeyTime),flags=gcobject
-
-OS_DoubleKeyFrame_Value=flags=setter
-OS_DoubleKeyFrame_Value_0=cast=DoubleKeyFrame^,flags=gcobject
-OS_DoubleKeyFrame_Value_1=
-
-OS_DragDeltaEventArgs_HorizontalChange=flags=getter
-OS_DragDeltaEventArgs_HorizontalChange_0=cast=(DragDeltaEventArgs^),flags=gcobject
-
-OS_DragDeltaEventArgs_VerticalChange=flags=getter
-OS_DragDeltaEventArgs_VerticalChange_0=cast=(DragDeltaEventArgs^),flags=gcobject
-
-OS_DragDrop_DoDragDrop=accessor=DragDrop::DoDragDrop
-OS_DragDrop_DoDragDrop_0=cast=(DependencyObject^),flags=gcobject
-OS_DragDrop_DoDragDrop_1=cast=(Object^),flags=gcobject
-OS_DragDrop_DoDragDrop_2=cast=(DragDropEffects)
-
-OS_DragEventArgs_AllowedEffects=flags=getter
-OS_DragEventArgs_AllowedEffects_0=cast=DragEventArgs^,flags=gcobject
-
-OS_DragEventArgs_Data=flags=gcobject getter
-OS_DragEventArgs_Data_0=cast=(DragEventArgs^),flags=gcobject
-
-OS_DragEventArgs_1Effects__I=flags=getter
-OS_DragEventArgs_1Effects__I_0=cast=DragEventArgs^,flags=gcobject
-
-OS_DragEventArgs_1Effects__II=flags=setter
-OS_DragEventArgs_1Effects__II_0=cast=DragEventArgs^,flags=gcobject
-OS_DragEventArgs_1Effects__II_1=cast=DragDropEffects
-
-OS_DragEventArgs_GetPosition=flags=cpp gcobject
-OS_DragEventArgs_GetPosition_0=cast=DragEventArgs^,flags=gcobject
-OS_DragEventArgs_GetPosition_1=cast=IInputElement^,flags=gcobject
-
-OS_DragEventArgs_KeyStates=flags=getter
-OS_DragEventArgs_KeyStates_0=cast=DragEventArgs^,flags=gcobject
-
-OS_DrawingColor_FromArgb=accessor=System::Drawing::Color::FromArgb,flags=gcobject
-OS_DrawingColor_FromArgb_0=
-OS_DrawingColor_FromArgb_1=
-OS_DrawingColor_FromArgb_2=
-OS_DrawingColor_FromArgb_3=
-
-OS_DrawingColor_ToArgb=flags=cpp
-OS_DrawingColor_ToArgb_0=cast=System::Drawing::Color^,flags=gcobject
-
-OS_DrawingContext_Close=flags=cpp
-OS_DrawingContext_Close_0=cast=DrawingContext^,flags=gcobject
-
-OS_DrawingContext_DrawDrawing=flags=cpp
-OS_DrawingContext_DrawDrawing_0=cast=DrawingContext^,flags=gcobject
-OS_DrawingContext_DrawDrawing_1=cast=(System::Windows::Media::Drawing^),flags=gcobject
-
-OS_DrawingContext_DrawEllipse=flags=cpp
-OS_DrawingContext_DrawEllipse_0=cast=(DrawingContext^),flags=gcobject
-OS_DrawingContext_DrawEllipse_1=cast=(Brush^),flags=gcobject
-OS_DrawingContext_DrawEllipse_2=cast=Pen^,flags=gcobject
-OS_DrawingContext_DrawEllipse_3=cast=(Point),flags=gcobject
-OS_DrawingContext_DrawEllipse_4=
-OS_DrawingContext_DrawEllipse_5=
-
-OS_DrawingContext_DrawGeometry=flags=cpp
-OS_DrawingContext_DrawGeometry_0=cast=(DrawingContext^),flags=gcobject
-OS_DrawingContext_DrawGeometry_1=cast=Brush^,flags=gcobject
-OS_DrawingContext_DrawGeometry_2=cast=Pen^,flags=gcobject
-OS_DrawingContext_DrawGeometry_3=cast=Geometry^,flags=gcobject
-
-OS_DrawingContext_DrawImage=flags=cpp
-OS_DrawingContext_DrawImage_0=cast=(DrawingContext^),flags=gcobject
-OS_DrawingContext_DrawImage_1=cast=ImageSource^,flags=gcobject
-OS_DrawingContext_DrawImage_2=cast=Rect,flags=gcobject
-
-OS_DrawingContext_DrawLine=flags=cpp
-OS_DrawingContext_DrawLine_0=cast=(DrawingContext^),flags=gcobject
-OS_DrawingContext_DrawLine_1=cast=Pen^,flags=gcobject
-OS_DrawingContext_DrawLine_2=cast=Point,flags=gcobject
-OS_DrawingContext_DrawLine_3=cast=Point,flags=gcobject
-
-OS_DrawingContext_DrawRectangle=flags=cpp
-OS_DrawingContext_DrawRectangle_0=cast=DrawingContext^,flags=gcobject
-OS_DrawingContext_DrawRectangle_1=cast=Brush^,flags=gcobject
-OS_DrawingContext_DrawRectangle_2=cast=Pen^,flags=gcobject
-OS_DrawingContext_DrawRectangle_3=cast=(Rect),flags=gcobject
-
-OS_DrawingContext_DrawRoundedRectangle=flags=cpp
-OS_DrawingContext_DrawRoundedRectangle_0=cast=(DrawingContext^),flags=gcobject
-OS_DrawingContext_DrawRoundedRectangle_1=cast=Brush^,flags=gcobject
-OS_DrawingContext_DrawRoundedRectangle_2=cast=Pen^,flags=gcobject
-OS_DrawingContext_DrawRoundedRectangle_3=cast=Rect,flags=gcobject
-OS_DrawingContext_DrawRoundedRectangle_4=
-OS_DrawingContext_DrawRoundedRectangle_5=
-
-OS_DrawingContext_DrawText=flags=cpp
-OS_DrawingContext_DrawText_0=cast=(DrawingContext^),flags=gcobject
-OS_DrawingContext_DrawText_1=cast=FormattedText^,flags=gcobject
-OS_DrawingContext_DrawText_2=cast=Point,flags=gcobject
-
-OS_DrawingContext_Pop=flags=cpp
-OS_DrawingContext_Pop_0=cast=(DrawingContext^),flags=gcobject
-
-OS_DrawingContext_PushClip=flags=cpp
-OS_DrawingContext_PushClip_0=cast=(DrawingContext^),flags=gcobject
-OS_DrawingContext_PushClip_1=cast=Geometry^,flags=gcobject
-
-OS_DrawingContext_PushOpacity=flags=cpp
-OS_DrawingContext_PushOpacity_0=cast=(DrawingContext^),flags=gcobject
-OS_DrawingContext_PushOpacity_1=
-
-OS_DrawingContext_PushTransform=flags=cpp
-OS_DrawingContext_PushTransform_0=cast=(DrawingContext^),flags=gcobject
-OS_DrawingContext_PushTransform_1=cast=Transform^,flags=gcobject
-
-OS_DrawingFontFamily_Name=flags=gcobject getter
-OS_DrawingFontFamily_Name_0=cast=(System::Drawing::FontFamily^),flags=gcobject
-
-OS_DrawingVisual_Drawing=flags=gcobject getter
-OS_DrawingVisual_Drawing_0=cast=DrawingVisual^,flags=gcobject
-
-OS_DrawingVisual_RenderOpen=flags=cpp gcobject
-OS_DrawingVisual_RenderOpen_0=cast=DrawingVisual^,flags=gcobject
-
-OS_DrawingVisual_typeid=accessor=DrawingVisual::typeid,flags=const gcobject
-
-OS_DropShadowBitmapEffect_1Color__I=flags=gcobject getter
-OS_DropShadowBitmapEffect_1Color__I_0=cast=DropShadowBitmapEffect^,flags=gcobject
-
-OS_DropShadowBitmapEffect_1Color__II=flags=setter
-OS_DropShadowBitmapEffect_1Color__II_0=cast=(DropShadowBitmapEffect^),flags=gcobject
-OS_DropShadowBitmapEffect_1Color__II_1=cast=Color,flags=gcobject
-
-OS_DropShadowBitmapEffect_1Direction__I=flags=getter
-OS_DropShadowBitmapEffect_1Direction__I_0=cast=(DropShadowBitmapEffect^),flags=gcobject
-
-OS_DropShadowBitmapEffect_1Direction__ID=flags=setter
-OS_DropShadowBitmapEffect_1Direction__ID_0=cast=(DropShadowBitmapEffect^),flags=gcobject
-OS_DropShadowBitmapEffect_1Direction__ID_1=
-
-OS_DropShadowBitmapEffect_1Opacity__I=flags=getter
-OS_DropShadowBitmapEffect_1Opacity__I_0=cast=(DropShadowBitmapEffect^),flags=gcobject
-
-OS_DropShadowBitmapEffect_1Opacity__ID=flags=setter
-OS_DropShadowBitmapEffect_1Opacity__ID_0=cast=(DropShadowBitmapEffect^),flags=gcobject
-OS_DropShadowBitmapEffect_1Opacity__ID_1=
-
-OS_DropShadowBitmapEffect_1ShadowDepth__I=flags=getter
-OS_DropShadowBitmapEffect_1ShadowDepth__I_0=cast=(DropShadowBitmapEffect^),flags=gcobject
-
-OS_DropShadowBitmapEffect_1ShadowDepth__ID=flags=setter
-OS_DropShadowBitmapEffect_1ShadowDepth__ID_0=cast=(DropShadowBitmapEffect^),flags=gcobject
-OS_DropShadowBitmapEffect_1ShadowDepth__ID_1=
-
-OS_DropShadowBitmapEffect_1Softness__I=flags=getter
-OS_DropShadowBitmapEffect_1Softness__I_0=cast=(DropShadowBitmapEffect^),flags=gcobject
-
-OS_DropShadowBitmapEffect_1Softness__ID=flags=setter
-OS_DropShadowBitmapEffect_1Softness__ID_0=cast=(DropShadowBitmapEffect^),flags=gcobject
-OS_DropShadowBitmapEffect_1Softness__ID_1=
-
-OS_Duration_TimeSpan=flags=gcobject getter
-OS_Duration_TimeSpan_0=cast=Duration^,flags=gcobject
-
-OS_EditingCommands_Backspace=accessor=EditingCommands::Backspace,flags=const gcobject
-
-OS_EditingCommands_Delete=accessor=EditingCommands::Delete,flags=const gcobject
-
-OS_EditingCommands_DeleteNextWord=accessor=EditingCommands::DeleteNextWord,flags=const gcobject
-
-OS_EditingCommands_DeletePreviousWord=accessor=EditingCommands::DeletePreviousWord,flags=const gcobject
-
-OS_Environment_ExpandEnvironmentVariables=accessor=Environment::ExpandEnvironmentVariables,flags=gcobject
-OS_Environment_ExpandEnvironmentVariables_0=cast=String^,flags=gcobject
-
-OS_ExecutedRoutedEventArgs_Command=flags=gcobject getter
-OS_ExecutedRoutedEventArgs_Command_0=cast=ExecutedRoutedEventArgs^,flags=gcobject
-
-OS_ExecutedRoutedEventArgs_Handled=flags=setter
-OS_ExecutedRoutedEventArgs_Handled_0=cast=(ExecutedRoutedEventArgs^),flags=gcobject
-OS_ExecutedRoutedEventArgs_Handled_1=
-
-OS_Expander_Collapsed=flags=adder
-OS_Expander_Collapsed_0=cast=Expander^,flags=gcobject
-OS_Expander_Collapsed_1=cast=RoutedEventHandler^,flags=gcobject
-
-OS_Expander_Expanded=flags=adder
-OS_Expander_Expanded_0=cast=Expander^,flags=gcobject
-OS_Expander_Expanded_1=cast=RoutedEventHandler^,flags=gcobject
-
-OS_Expander_1IsExpanded__I=flags=getter
-OS_Expander_1IsExpanded__I_0=cast=(Expander^),flags=gcobject
-
-OS_Expander_1IsExpanded__IZ=flags=setter
-OS_Expander_1IsExpanded__IZ_0=cast=Expander^,flags=gcobject
-OS_Expander_1IsExpanded__IZ_1=
-
-OS_FileDialog_FileName=flags=setter
-OS_FileDialog_FileName_0=cast=FileDialog^,flags=gcobject
-OS_FileDialog_FileName_1=cast=String^,flags=gcobject
-
-OS_FileDialog_FileNames=flags=gcobject getter
-OS_FileDialog_FileNames_0=cast=FileDialog^,flags=gcobject
-
-OS_FileDialog_Filter=flags=setter
-OS_FileDialog_Filter_0=cast=(FileDialog^),flags=gcobject
-OS_FileDialog_Filter_1=cast=String^,flags=gcobject
-
-OS_FileDialog_1FilterIndex__I=flags=getter
-OS_FileDialog_1FilterIndex__I_0=cast=(FileDialog^),flags=gcobject
-
-OS_FileDialog_1FilterIndex__II=flags=setter
-OS_FileDialog_1FilterIndex__II_0=cast=(FileDialog^),flags=gcobject
-OS_FileDialog_1FilterIndex__II_1=
-
-OS_FileDialog_InitialDirectory=flags=setter
-OS_FileDialog_InitialDirectory_0=cast=FileDialog^,flags=gcobject
-OS_FileDialog_InitialDirectory_1=cast=String^,flags=gcobject
-
-OS_FileDialog_Title=flags=setter
-OS_FileDialog_Title_0=cast=FileDialog^,flags=gcobject
-OS_FileDialog_Title_1=cast=String^,flags=gcobject
-
-OS_FileInfo_DirectoryName=flags=gcobject getter
-OS_FileInfo_DirectoryName_0=cast=(System::IO::FileInfo^),flags=gcobject
-
-OS_FileInfo_Name=flags=gcobject getter
-OS_FileInfo_Name_0=cast=(System::IO::FileInfo^),flags=gcobject
-
-OS_File_Exists=accessor=System::IO::File::Exists
-OS_File_Exists_0=cast=String^,flags=gcobject
-
-OS_File_ReadAllText=accessor=System::IO::File::ReadAllText,flags=gcobject
-OS_File_ReadAllText_0=cast=String^,flags=gcobject
-
-OS_FocusManager_GetFocusScope=accessor=FocusManager::GetFocusScope,flags=gcobject
-OS_FocusManager_GetFocusScope_0=cast=(DependencyObject^),flags=gcobject
-
-OS_FocusManager_GetFocusedElement=accessor=FocusManager::GetFocusedElement,flags=gcobject
-OS_FocusManager_GetFocusedElement_0=cast=(DependencyObject^),flags=gcobject
-
-OS_FolderBrowserDialog_Description=flags=setter
-OS_FolderBrowserDialog_Description_0=cast=System::Windows::Forms::FolderBrowserDialog^,flags=gcobject
-OS_FolderBrowserDialog_Description_1=cast=String^,flags=gcobject
-
-OS_FolderBrowserDialog_1SelectedPath__I=flags=gcobject getter
-OS_FolderBrowserDialog_1SelectedPath__I_0=cast=(System::Windows::Forms::FolderBrowserDialog^),flags=gcobject
-
-OS_FolderBrowserDialog_1SelectedPath__II=flags=setter
-OS_FolderBrowserDialog_1SelectedPath__II_0=cast=(System::Windows::Forms::FolderBrowserDialog^),flags=gcobject
-OS_FolderBrowserDialog_1SelectedPath__II_1=cast=String^,flags=gcobject
-
-OS_FontDialog_1Color__I=flags=gcobject getter
-OS_FontDialog_1Color__I_0=cast=System::Windows::Forms::FontDialog^,flags=gcobject
-
-OS_FontDialog_1Color__II=flags=setter
-OS_FontDialog_1Color__II_0=cast=System::Windows::Forms::FontDialog^,flags=gcobject
-OS_FontDialog_1Color__II_1=cast=System::Drawing::Color,flags=gcobject
-
-OS_FontDialog_1Font__I=flags=gcobject getter
-OS_FontDialog_1Font__I_0=cast=System::Windows::Forms::FontDialog^,flags=gcobject
-
-OS_FontDialog_1Font__II=flags=setter
-OS_FontDialog_1Font__II_0=cast=System::Windows::Forms::FontDialog^,flags=gcobject
-OS_FontDialog_1Font__II_1=cast=(System::Drawing::Font^),flags=gcobject
-
-OS_FontDialog_ShowColor=flags=setter
-OS_FontDialog_ShowColor_0=cast=System::Windows::Forms::FontDialog^,flags=gcobject
-OS_FontDialog_ShowColor_1=
-
-OS_FontFamily_GetTypefaces=flags=cpp gcobject
-OS_FontFamily_GetTypefaces_0=cast=FontFamily^,flags=gcobject
-
-OS_FontFamily_LineSpacing=flags=getter
-OS_FontFamily_LineSpacing_0=cast=FontFamily^,flags=gcobject
-
-OS_FontFamily_Source=flags=gcobject getter
-OS_FontFamily_Source_0=cast=FontFamily^,flags=gcobject
-
-OS_FontStretch_FromOpenTypeStretch=accessor=FontStretch::FromOpenTypeStretch,flags=gcobject
-OS_FontStretch_FromOpenTypeStretch_0=
-
-OS_FontStretch_ToOpenTypeStretch=flags=cpp
-OS_FontStretch_ToOpenTypeStretch_0=cast=FontStretch^,flags=gcobject
-
-OS_FontStretches_Normal=accessor=FontStretches::Normal,flags=const gcobject
-
-OS_FontStyles_Italic=accessor=FontStyles::Italic,flags=const gcobject
-
-OS_FontStyles_Normal=accessor=FontStyles::Normal,flags=const gcobject
-
-OS_FontStyles_Oblique=accessor=FontStyles::Oblique,flags=const gcobject
-
-OS_FontWeight_FromOpenTypeWeight=accessor=FontWeight::FromOpenTypeWeight,flags=gcobject
-OS_FontWeight_FromOpenTypeWeight_0=
-
-OS_FontWeight_ToOpenTypeWeight=flags=cpp
-OS_FontWeight_ToOpenTypeWeight_0=cast=(FontWeight^),flags=gcobject
-
-OS_FontWeights_Bold=accessor=FontWeights::Bold,flags=const gcobject
-
-OS_FontWeights_Normal=accessor=FontWeights::Normal,flags=const gcobject
-
-OS_Font_FontFamily=flags=gcobject getter
-OS_Font_FontFamily_0=cast=(System::Drawing::Font^),flags=gcobject
-
-OS_Font_Size=flags=getter
-OS_Font_Size_0=cast=System::Drawing::Font^,flags=gcobject
-
-OS_Font_Style=flags=getter
-OS_Font_Style_0=cast=(System::Drawing::Font^),flags=gcobject
-
-OS_Fonts_GetTypefaces=accessor=Fonts::GetTypefaces,flags=gcobject
-OS_Fonts_GetTypefaces_0=cast=String^,flags=gcobject
-
-OS_Fonts_SystemTypefaces=accessor=Fonts::SystemTypefaces,flags=const gcobject
-
-OS_FormattedText_Baseline=flags=getter
-OS_FormattedText_Baseline_0=cast=FormattedText^,flags=gcobject
-
-OS_FormattedText_BuildGeometry=flags=cpp gcobject
-OS_FormattedText_BuildGeometry_0=cast=FormattedText^,flags=gcobject
-OS_FormattedText_BuildGeometry_1=cast=Point,flags=gcobject
-
-OS_FormattedText_BuildHighlightGeometry=flags=cpp gcobject
-OS_FormattedText_BuildHighlightGeometry_0=cast=FormattedText^,flags=gcobject
-OS_FormattedText_BuildHighlightGeometry_1=cast=Point,flags=gcobject
-
-OS_FormattedText_Height=flags=getter
-OS_FormattedText_Height_0=cast=FormattedText^,flags=gcobject
-
-OS_FormattedText_SetTextDecorations=flags=cpp
-OS_FormattedText_SetTextDecorations_0=cast=FormattedText^,flags=gcobject
-OS_FormattedText_SetTextDecorations_1=cast=(TextDecorationCollection^),flags=gcobject
-OS_FormattedText_SetTextDecorations_2=
-OS_FormattedText_SetTextDecorations_3=
-
-OS_FormattedText_WidthIncludingTrailingWhitespace=flags=getter
-OS_FormattedText_WidthIncludingTrailingWhitespace_0=cast=FormattedText^,flags=gcobject
-
-OS_FormsCommonDialog_ShowDialog=flags=cpp
-OS_FormsCommonDialog_ShowDialog_0=cast=(System::Windows::Forms::CommonDialog^),flags=gcobject
-
-OS_FormsMouseEventArgs_Button=flags=getter
-OS_FormsMouseEventArgs_Button_0=cast=(System::Windows::Forms::MouseEventArgs^),flags=gcobject
-
-OS_Frame_CanGoBack=flags=getter
-OS_Frame_CanGoBack_0=cast=Frame^,flags=gcobject
-
-OS_Frame_CanGoForward=flags=getter
-OS_Frame_CanGoForward_0=cast=(Frame^),flags=gcobject
-
-OS_Frame_CurrentSource=flags=gcobject getter
-OS_Frame_CurrentSource_0=cast=(Frame^),flags=gcobject
-
-OS_Frame_GoBack=flags=cpp
-OS_Frame_GoBack_0=cast=(Frame^),flags=gcobject
-
-OS_Frame_GoForward=flags=cpp
-OS_Frame_GoForward_0=cast=(Frame^),flags=gcobject
-
-OS_Frame_Navigate=flags=cpp
-OS_Frame_Navigate_0=cast=(Frame^),flags=gcobject
-OS_Frame_Navigate_1=cast=(Uri^),flags=gcobject
-
-OS_Frame_NavigationUIVisibility=flags=setter
-OS_Frame_NavigationUIVisibility_0=cast=Frame^,flags=gcobject
-OS_Frame_NavigationUIVisibility_1=cast=(System::Windows::Navigation::NavigationUIVisibility)
-
-OS_Frame_Refresh=flags=cpp
-OS_Frame_Refresh_0=cast=(Frame^),flags=gcobject
-
-OS_Frame_1Source__I=flags=gcobject getter
-OS_Frame_1Source__I_0=cast=(Frame^),flags=gcobject
-
-OS_Frame_1Source__II=flags=setter
-OS_Frame_1Source__II_0=cast=(Frame^),flags=gcobject
-OS_Frame_1Source__II_1=cast=(Uri^),flags=gcobject
-
-OS_Frame_StopLoading=flags=cpp
-OS_Frame_StopLoading_0=cast=(Frame^),flags=gcobject
-
-OS_FrameworkContentElement_Parent=flags=gcobject getter
-OS_FrameworkContentElement_Parent_0=cast=(FrameworkContentElement^),flags=gcobject
-
-OS_FrameworkContentElement_1Tag__I=flags=getter
-OS_FrameworkContentElement_1Tag__I_0=cast=(FrameworkContentElement^),flags=gcobject
-
-OS_FrameworkContentElement_1Tag__II=flags=setter
-OS_FrameworkContentElement_1Tag__II_0=cast=FrameworkContentElement^,flags=gcobject
-OS_FrameworkContentElement_1Tag__II_1=
-
-OS_FrameworkContentElement_typeid=accessor=FrameworkContentElement::typeid,flags=const gcobject
-
-OS_FrameworkElementFactory_AppendChild=flags=cpp
-OS_FrameworkElementFactory_AppendChild_0=cast=FrameworkElementFactory^,flags=gcobject
-OS_FrameworkElementFactory_AppendChild_1=cast=FrameworkElementFactory^,flags=gcobject
-
-OS_FrameworkElementFactory_SetBinding=flags=cpp
-OS_FrameworkElementFactory_SetBinding_0=cast=FrameworkElementFactory^,flags=gcobject
-OS_FrameworkElementFactory_SetBinding_1=cast=DependencyProperty^,flags=gcobject
-OS_FrameworkElementFactory_SetBinding_2=cast=BindingBase^,flags=gcobject
-
-OS_FrameworkElementFactory_1SetValue__III=flags=cpp
-OS_FrameworkElementFactory_1SetValue__III_0=cast=(FrameworkElementFactory^),flags=gcobject
-OS_FrameworkElementFactory_1SetValue__III_1=cast=DependencyProperty^,flags=gcobject
-OS_FrameworkElementFactory_1SetValue__III_2=cast=Object^,flags=gcobject
-
-OS_FrameworkElementFactory_1SetValue__IIZ=flags=cpp
-OS_FrameworkElementFactory_1SetValue__IIZ_0=cast=(FrameworkElementFactory^),flags=gcobject
-OS_FrameworkElementFactory_1SetValue__IIZ_1=cast=DependencyProperty^,flags=gcobject
-OS_FrameworkElementFactory_1SetValue__IIZ_2=cast=(Boolean)
-
-OS_FrameworkElementFactory_SetValueDock=accessor=SetValue,flags=cpp
-OS_FrameworkElementFactory_SetValueDock_0=cast=(FrameworkElementFactory^),flags=gcobject
-OS_FrameworkElementFactory_SetValueDock_1=cast=(DependencyProperty^),flags=gcobject
-OS_FrameworkElementFactory_SetValueDock_2=cast=Dock
-
-OS_FrameworkElementFactory_SetValueInt=accessor=SetValue,flags=cpp
-OS_FrameworkElementFactory_SetValueInt_0=cast=(FrameworkElementFactory^),flags=gcobject
-OS_FrameworkElementFactory_SetValueInt_1=cast=(DependencyProperty^),flags=gcobject
-OS_FrameworkElementFactory_SetValueInt_2=
-
-OS_FrameworkElementFactory_SetValueOrientation=accessor=SetValue,flags=cpp
-OS_FrameworkElementFactory_SetValueOrientation_0=cast=(FrameworkElementFactory^),flags=gcobject
-OS_FrameworkElementFactory_SetValueOrientation_1=cast=(DependencyProperty^),flags=gcobject
-OS_FrameworkElementFactory_SetValueOrientation_2=cast=Orientation
-
-OS_FrameworkElementFactory_SetValueStretch=accessor=SetValue,flags=cpp
-OS_FrameworkElementFactory_SetValueStretch_0=cast=(FrameworkElementFactory^),flags=gcobject
-OS_FrameworkElementFactory_SetValueStretch_1=cast=(DependencyProperty^),flags=gcobject
-OS_FrameworkElementFactory_SetValueStretch_2=cast=Stretch
-
-OS_FrameworkElementFactory_SetValueVerticalAlignment=accessor=SetValue,flags=cpp
-OS_FrameworkElementFactory_SetValueVerticalAlignment_0=cast=(FrameworkElementFactory^),flags=gcobject
-OS_FrameworkElementFactory_SetValueVerticalAlignment_1=cast=(DependencyProperty^),flags=gcobject
-OS_FrameworkElementFactory_SetValueVerticalAlignment_2=cast=VerticalAlignment
-
-OS_FrameworkElementFactory_SetValueVisibility=accessor=SetValue,flags=cpp
-OS_FrameworkElementFactory_SetValueVisibility_0=cast=(FrameworkElementFactory^),flags=gcobject
-OS_FrameworkElementFactory_SetValueVisibility_1=cast=(DependencyProperty^),flags=gcobject
-OS_FrameworkElementFactory_SetValueVisibility_2=cast=Visibility
-
-OS_FrameworkElement_ActualHeight=flags=getter
-OS_FrameworkElement_ActualHeight_0=cast=(FrameworkElement^),flags=gcobject
-
-OS_FrameworkElement_ActualHeightProperty=accessor=FrameworkElement::ActualHeightProperty,flags=const gcobject
-
-OS_FrameworkElement_ActualWidth=flags=getter
-OS_FrameworkElement_ActualWidth_0=cast=(FrameworkElement^),flags=gcobject
-
-OS_FrameworkElement_ActualWidthProperty=accessor=FrameworkElement::ActualWidthProperty,flags=const gcobject
-
-OS_FrameworkElement_BeginInit=flags=cpp
-OS_FrameworkElement_BeginInit_0=cast=FrameworkElement^,flags=gcobject
-
-OS_FrameworkElement_BringIntoView=flags=cpp
-OS_FrameworkElement_BringIntoView_0=cast=FrameworkElement^,flags=gcobject
-
-OS_FrameworkElement_ContextMenu=flags=setter
-OS_FrameworkElement_ContextMenu_0=cast=FrameworkElement^,flags=gcobject
-OS_FrameworkElement_ContextMenu_1=cast=ContextMenu^,flags=gcobject
-
-OS_FrameworkElement_ContextMenuClosing=flags=adder
-OS_FrameworkElement_ContextMenuClosing_0=cast=FrameworkElement^,flags=gcobject
-OS_FrameworkElement_ContextMenuClosing_1=cast=(ContextMenuEventHandler^),flags=gcobject
-
-OS_FrameworkElement_ContextMenuOpening=flags=adder
-OS_FrameworkElement_ContextMenuOpening_0=cast=FrameworkElement^,flags=gcobject
-OS_FrameworkElement_ContextMenuOpening_1=cast=(ContextMenuEventHandler^),flags=gcobject
-
-OS_FrameworkElement_Cursor=flags=setter
-OS_FrameworkElement_Cursor_0=cast=FrameworkElement^,flags=gcobject
-OS_FrameworkElement_Cursor_1=cast=Cursor^,flags=gcobject
-
-OS_FrameworkElement_CursorProperty=accessor=FrameworkElement::CursorProperty,flags=const gcobject
-
-OS_FrameworkElement_FindResource=flags=cpp gcobject
-OS_FrameworkElement_FindResource_0=cast=FrameworkElement^,flags=gcobject
-OS_FrameworkElement_FindResource_1=cast=Object^,flags=gcobject
-
-OS_FrameworkElement_1FlowDirection__I=flags=getter
-OS_FrameworkElement_1FlowDirection__I_0=cast=FrameworkElement^,flags=gcobject
-
-OS_FrameworkElement_1FlowDirection__II=flags=setter
-OS_FrameworkElement_1FlowDirection__II_0=cast=FrameworkElement^,flags=gcobject
-OS_FrameworkElement_1FlowDirection__II_1=cast=FlowDirection
-
-OS_FrameworkElement_FocusVisualStyle=flags=setter
-OS_FrameworkElement_FocusVisualStyle_0=cast=FrameworkElement^,flags=gcobject
-OS_FrameworkElement_FocusVisualStyle_1=cast=Style^,flags=gcobject
-
-OS_FrameworkElement_GetBindingExpression=flags=cpp gcobject
-OS_FrameworkElement_GetBindingExpression_0=cast=FrameworkElement^,flags=gcobject
-OS_FrameworkElement_GetBindingExpression_1=cast=DependencyProperty^,flags=gcobject
-
-OS_FrameworkElement_1Height__I=flags=getter
-OS_FrameworkElement_1Height__I_0=cast=(FrameworkElement^),flags=gcobject
-
-OS_FrameworkElement_1Height__ID=flags=setter
-OS_FrameworkElement_1Height__ID_0=cast=(FrameworkElement^),flags=gcobject
-OS_FrameworkElement_1Height__ID_1=
-
-OS_FrameworkElement_HeightProperty=accessor=FrameworkElement::HeightProperty,flags=const gcobject
-
-OS_FrameworkElement_HorizontalAlignment=flags=setter
-OS_FrameworkElement_HorizontalAlignment_0=cast=FrameworkElement^,flags=gcobject
-OS_FrameworkElement_HorizontalAlignment_1=cast=(HorizontalAlignment)
-
-OS_FrameworkElement_IsLoaded=flags=getter
-OS_FrameworkElement_IsLoaded_0=cast=FrameworkElement^,flags=gcobject
-
-OS_FrameworkElement_LayoutTransform=flags=setter
-OS_FrameworkElement_LayoutTransform_0=cast=FrameworkElement^,flags=gcobject
-OS_FrameworkElement_LayoutTransform_1=cast=Transform^,flags=gcobject
-
-OS_FrameworkElement_Loaded=flags=adder
-OS_FrameworkElement_Loaded_0=cast=FrameworkElement^,flags=gcobject
-OS_FrameworkElement_Loaded_1=cast=RoutedEventHandler^,flags=gcobject
-
-OS_FrameworkElement_1Margin__I=flags=gcobject getter
-OS_FrameworkElement_1Margin__I_0=cast=FrameworkElement^,flags=gcobject
-
-OS_FrameworkElement_1Margin__II=flags=setter
-OS_FrameworkElement_1Margin__II_0=cast=FrameworkElement^,flags=gcobject
-OS_FrameworkElement_1Margin__II_1=cast=(Thickness),flags=gcobject
-
-OS_FrameworkElement_MarginProperty=accessor=FrameworkElement::MarginProperty,flags=const gcobject
-
-OS_FrameworkElement_1MaxHeight__I=flags=getter
-OS_FrameworkElement_1MaxHeight__I_0=cast=(FrameworkElement^),flags=gcobject
-
-OS_FrameworkElement_1MaxHeight__ID=flags=setter
-OS_FrameworkElement_1MaxHeight__ID_0=cast=(FrameworkElement^),flags=gcobject
-OS_FrameworkElement_1MaxHeight__ID_1=
-
-OS_FrameworkElement_1MaxWidth__I=flags=getter
-OS_FrameworkElement_1MaxWidth__I_0=cast=(FrameworkElement^),flags=gcobject
-
-OS_FrameworkElement_1MaxWidth__ID=flags=setter
-OS_FrameworkElement_1MaxWidth__ID_0=cast=(FrameworkElement^),flags=gcobject
-OS_FrameworkElement_1MaxWidth__ID_1=
-
-OS_FrameworkElement_1MinHeight__I=flags=getter
-OS_FrameworkElement_1MinHeight__I_0=cast=(FrameworkElement^),flags=gcobject
-
-OS_FrameworkElement_1MinHeight__ID=flags=setter
-OS_FrameworkElement_1MinHeight__ID_0=cast=(FrameworkElement^),flags=gcobject
-OS_FrameworkElement_1MinHeight__ID_1=
-
-OS_FrameworkElement_1MinWidth__I=flags=getter
-OS_FrameworkElement_1MinWidth__I_0=cast=(FrameworkElement^),flags=gcobject
-
-OS_FrameworkElement_1MinWidth__ID=flags=setter
-OS_FrameworkElement_1MinWidth__ID_0=cast=(FrameworkElement^),flags=gcobject
-OS_FrameworkElement_1MinWidth__ID_1=
-
-OS_FrameworkElement_Name=flags=gcobject getter
-OS_FrameworkElement_Name_0=cast=(FrameworkElement^),flags=gcobject
-
-OS_FrameworkElement_NameProperty=accessor=FrameworkElement::NameProperty,flags=const gcobject
-
-OS_FrameworkElement_Parent=flags=gcobject getter
-OS_FrameworkElement_Parent_0=cast=(FrameworkElement^),flags=gcobject
-
-OS_FrameworkElement_RegisterName=flags=cpp
-OS_FrameworkElement_RegisterName_0=cast=FrameworkElement^,flags=gcobject
-OS_FrameworkElement_RegisterName_1=cast=String^,flags=gcobject
-OS_FrameworkElement_RegisterName_2=cast=Object^,flags=gcobject
-
-OS_FrameworkElement_1RenderTransform__I=flags=gcobject getter
-OS_FrameworkElement_1RenderTransform__I_0=cast=FrameworkElement^,flags=gcobject
-
-OS_FrameworkElement_1RenderTransform__II=flags=setter
-OS_FrameworkElement_1RenderTransform__II_0=cast=FrameworkElement^,flags=gcobject
-OS_FrameworkElement_1RenderTransform__II_1=cast=Transform^,flags=gcobject
-
-OS_FrameworkElement_1Resources__I=flags=gcobject getter
-OS_FrameworkElement_1Resources__I_0=cast=FrameworkElement^,flags=gcobject
-
-OS_FrameworkElement_1Resources__II=flags=setter
-OS_FrameworkElement_1Resources__II_0=cast=FrameworkElement^,flags=gcobject
-OS_FrameworkElement_1Resources__II_1=cast=ResourceDictionary^,flags=gcobject
-
-OS_FrameworkElement_SizeChanged=flags=adder
-OS_FrameworkElement_SizeChanged_0=cast=FrameworkElement^,flags=gcobject
-OS_FrameworkElement_SizeChanged_1=cast=(SizeChangedEventHandler^),flags=gcobject
-
-OS_FrameworkElement_SizeChangedEvent=accessor=FrameworkElement::SizeChangedEvent,flags=const gcobject
-
-OS_FrameworkElement_1Style__I=flags=gcobject getter
-OS_FrameworkElement_1Style__I_0=cast=FrameworkElement^,flags=gcobject
-
-OS_FrameworkElement_1Style__II=flags=setter
-OS_FrameworkElement_1Style__II_0=cast=FrameworkElement^,flags=gcobject
-OS_FrameworkElement_1Style__II_1=cast=Style^,flags=gcobject
-
-OS_FrameworkElement_StyleProperty=accessor=FrameworkElement::StyleProperty,flags=const gcobject
-
-OS_FrameworkElement_1Tag__I=flags=gcobject getter
-OS_FrameworkElement_1Tag__I_0=cast=(FrameworkElement^),flags=gcobject
-
-OS_FrameworkElement_1Tag__II=flags=setter
-OS_FrameworkElement_1Tag__II_0=cast=(FrameworkElement^),flags=gcobject
-OS_FrameworkElement_1Tag__II_1=cast=Object^,flags=gcobject
-
-OS_FrameworkElement_TagProperty=accessor=FrameworkElement::TagProperty,flags=const gcobject
-
-OS_FrameworkElement_1ToolTip__I=flags=gcobject getter
-OS_FrameworkElement_1ToolTip__I_0=cast=FrameworkElement^,flags=gcobject
-
-OS_FrameworkElement_1ToolTip__II=flags=setter
-OS_FrameworkElement_1ToolTip__II_0=cast=FrameworkElement^,flags=gcobject
-OS_FrameworkElement_1ToolTip__II_1=cast=Object^,flags=gcobject
-
-OS_FrameworkElement_VerticalAlignment=flags=setter
-OS_FrameworkElement_VerticalAlignment_0=cast=FrameworkElement^,flags=gcobject
-OS_FrameworkElement_VerticalAlignment_1=cast=VerticalAlignment
-
-OS_FrameworkElement_VerticalAlignmentProperty=accessor=FrameworkElement::VerticalAlignmentProperty,flags=const gcobject
-
-OS_FrameworkElement_1Width__I=flags=getter
-OS_FrameworkElement_1Width__I_0=cast=(FrameworkElement^),flags=gcobject
-
-OS_FrameworkElement_1Width__ID=flags=setter
-OS_FrameworkElement_1Width__ID_0=cast=(FrameworkElement^),flags=gcobject
-OS_FrameworkElement_1Width__ID_1=
-
-OS_FrameworkElement_WidthProperty=accessor=FrameworkElement::WidthProperty,flags=const gcobject
-
-OS_FrameworkElement_typeid=accessor=FrameworkElement::typeid,flags=const gcobject
-
-OS_FrameworkTemplate_FindName=flags=cpp gcobject
-OS_FrameworkTemplate_FindName_0=cast=FrameworkTemplate^,flags=gcobject
-OS_FrameworkTemplate_FindName_1=cast=String^,flags=gcobject
-OS_FrameworkTemplate_FindName_2=cast=FrameworkElement^,flags=gcobject
-
-OS_FrameworkTemplate_VisualTree=flags=setter
-OS_FrameworkTemplate_VisualTree_0=cast=FrameworkTemplate^,flags=gcobject
-OS_FrameworkTemplate_VisualTree_1=cast=FrameworkElementFactory^,flags=gcobject
-
-OS_Freezable_CanFreeze=flags=getter
-OS_Freezable_CanFreeze_0=cast=Freezable^,flags=gcobject
-
-OS_Freezable_Clone=flags=cpp gcobject
-OS_Freezable_Clone_0=cast=Freezable^,flags=gcobject
-
-OS_Freezable_Freeze=flags=cpp
-OS_Freezable_Freeze_0=cast=Freezable^,flags=gcobject
-
-OS_GCHandle_Alloc=flags=no_gen
-OS_GCHandle_Alloc_0=
-
-OS_GCHandle_Dump=flags=no_gen
-
-OS_GCHandle_Free=flags=no_gen
-OS_GCHandle_Free_0=
-
-OS_GCHandle_ToHandle=flags=no_gen
-OS_GCHandle_ToHandle_0=
-
-OS_GeometryCollection_Add=flags=cpp
-OS_GeometryCollection_Add_0=cast=(GeometryCollection^),flags=gcobject
-OS_GeometryCollection_Add_1=cast=Geometry^,flags=gcobject
-
-OS_GeometryCollection_Clear=flags=cpp
-OS_GeometryCollection_Clear_0=cast=GeometryCollection^,flags=gcobject
-
-OS_GeometryCollection_Count=flags=getter
-OS_GeometryCollection_Count_0=cast=(GeometryCollection^),flags=gcobject
-
-OS_GeometryCollection_Remove=flags=cpp
-OS_GeometryCollection_Remove_0=cast=(GeometryCollection^),flags=gcobject
-OS_GeometryCollection_Remove_1=cast=Geometry^,flags=gcobject
-
-OS_GeometryGroup_1Children__I=flags=gcobject getter
-OS_GeometryGroup_1Children__I_0=cast=(GeometryGroup^),flags=gcobject
-
-OS_GeometryGroup_1Children__II=flags=gcobject getter
-OS_GeometryGroup_1Children__II_0=cast=(GeometryGroup^),flags=gcobject
-OS_GeometryGroup_1Children__II_1=
-
-OS_Geometry_Bounds=flags=gcobject getter
-OS_Geometry_Bounds_0=cast=Geometry^,flags=gcobject
-
-OS_Geometry_Clone=flags=cpp gcobject
-OS_Geometry_Clone_0=cast=(Geometry^),flags=gcobject
-
-OS_Geometry_FillContains=flags=cpp
-OS_Geometry_FillContains_0=cast=Geometry^,flags=gcobject
-OS_Geometry_FillContains_1=cast=Point,flags=gcobject
-
-OS_Geometry_FillContainsWithDetail=flags=cpp
-OS_Geometry_FillContainsWithDetail_0=cast=Geometry^,flags=gcobject
-OS_Geometry_FillContainsWithDetail_1=cast=Geometry^,flags=gcobject
-
-OS_Geometry_1GetFlattenedPathGeometry__I=flags=cpp gcobject
-OS_Geometry_1GetFlattenedPathGeometry__I_0=cast=Geometry^,flags=gcobject
-
-OS_Geometry_1GetFlattenedPathGeometry__IDI=flags=cpp gcobject
-OS_Geometry_1GetFlattenedPathGeometry__IDI_0=cast=Geometry^,flags=gcobject
-OS_Geometry_1GetFlattenedPathGeometry__IDI_1=
-OS_Geometry_1GetFlattenedPathGeometry__IDI_2=cast=ToleranceType
-
-OS_Geometry_IsEmpty=flags=cpp
-OS_Geometry_IsEmpty_0=cast=Geometry^,flags=gcobject
-
-OS_Geometry_StrokeContains=flags=cpp
-OS_Geometry_StrokeContains_0=cast=Geometry^,flags=gcobject
-OS_Geometry_StrokeContains_1=cast=Pen^,flags=gcobject
-OS_Geometry_StrokeContains_2=cast=Point,flags=gcobject
-
-OS_Geometry_1Transform__I=flags=gcobject getter
-OS_Geometry_1Transform__I_0=cast=Geometry^,flags=gcobject
-
-OS_Geometry_1Transform__II=flags=setter
-OS_Geometry_1Transform__II_0=cast=(Geometry^),flags=gcobject
-OS_Geometry_1Transform__II_1=cast=Transform^,flags=gcobject
-
-OS_GiveFeedbackEventArgs_Effects=flags=getter
-OS_GiveFeedbackEventArgs_Effects_0=cast=GiveFeedbackEventArgs^,flags=gcobject
-
-OS_GlyphRun_BidiLevel=flags=getter
-OS_GlyphRun_BidiLevel_0=cast=GlyphRun^,flags=gcobject
-
-OS_GradientBrush_MappingMode=flags=setter
-OS_GradientBrush_MappingMode_0=cast=(GradientBrush^),flags=gcobject
-OS_GradientBrush_MappingMode_1=cast=BrushMappingMode
-
-OS_GradientBrush_SpreadMethod=flags=setter
-OS_GradientBrush_SpreadMethod_0=cast=(GradientBrush^),flags=gcobject
-OS_GradientBrush_SpreadMethod_1=cast=GradientSpreadMethod
-
-OS_GridViewColumnCollection_Clear=flags=cpp
-OS_GridViewColumnCollection_Clear_0=cast=(GridViewColumnCollection^),flags=gcobject
-
-OS_GridViewColumnCollection_Count=flags=getter
-OS_GridViewColumnCollection_Count_0=cast=(GridViewColumnCollection^),flags=gcobject
-
-OS_GridViewColumnCollection_IndexOf=flags=cpp
-OS_GridViewColumnCollection_IndexOf_0=cast=(GridViewColumnCollection ^),flags=gcobject
-OS_GridViewColumnCollection_IndexOf_1=cast=(GridViewColumn^),flags=gcobject
-
-OS_GridViewColumnCollection_Insert=flags=cpp
-OS_GridViewColumnCollection_Insert_0=cast=(GridViewColumnCollection^),flags=gcobject
-OS_GridViewColumnCollection_Insert_1=
-OS_GridViewColumnCollection_Insert_2=cast=GridViewColumn^,flags=gcobject
-
-OS_GridViewColumnCollection_Remove=flags=cpp
-OS_GridViewColumnCollection_Remove_0=cast=GridViewColumnCollection^,flags=gcobject
-OS_GridViewColumnCollection_Remove_1=cast=GridViewColumn^,flags=gcobject
-
-OS_GridViewColumnCollection_default=flags=gcobject getter
-OS_GridViewColumnCollection_default_0=cast=GridViewColumnCollection^,flags=gcobject
-OS_GridViewColumnCollection_default_1=
-
-OS_GridViewColumnHeader_Content=flags=setter
-OS_GridViewColumnHeader_Content_0=cast=GridViewColumnHeader^,flags=gcobject
-OS_GridViewColumnHeader_Content_1=cast=Object^,flags=gcobject
-
-OS_GridViewColumn_ActualWidth=flags=getter
-OS_GridViewColumn_ActualWidth_0=cast=GridViewColumn^,flags=gcobject
-
-OS_GridViewColumn_1CellTemplate__I=flags=gcobject getter
-OS_GridViewColumn_1CellTemplate__I_0=cast=GridViewColumn^,flags=gcobject
-
-OS_GridViewColumn_1CellTemplate__II=flags=setter
-OS_GridViewColumn_1CellTemplate__II_0=cast=GridViewColumn^,flags=gcobject
-OS_GridViewColumn_1CellTemplate__II_1=cast=DataTemplate^,flags=gcobject
-
-OS_GridViewColumn_1Header__I=flags=gcobject getter
-OS_GridViewColumn_1Header__I_0=cast=GridViewColumn^,flags=gcobject
-
-OS_GridViewColumn_1Header__II=flags=setter
-OS_GridViewColumn_1Header__II_0=cast=GridViewColumn^,flags=gcobject
-OS_GridViewColumn_1Header__II_1=cast=Object^,flags=gcobject
-
-OS_GridViewColumn_1HeaderTemplate__I=flags=gcobject getter
-OS_GridViewColumn_1HeaderTemplate__I_0=cast=GridViewColumn^,flags=gcobject
-
-OS_GridViewColumn_1HeaderTemplate__II=flags=setter
-OS_GridViewColumn_1HeaderTemplate__II_0=cast=GridViewColumn^,flags=gcobject
-OS_GridViewColumn_1HeaderTemplate__II_1=cast=DataTemplate^,flags=gcobject
-
-OS_GridViewColumn_1Width__I=flags=getter
-OS_GridViewColumn_1Width__I_0=cast=GridViewColumn^,flags=gcobject
-
-OS_GridViewColumn_1Width__ID=flags=setter
-OS_GridViewColumn_1Width__ID_0=cast=GridViewColumn^,flags=gcobject
-OS_GridViewColumn_1Width__ID_1=
-
-OS_GridViewColumn_WidthProperty=accessor=GridViewColumn::WidthProperty,flags=const gcobject
-
-OS_GridViewHeaderRowPresenter_typeid=accessor=GridViewHeaderRowPresenter::typeid,flags=const gcobject
-
-OS_GridViewRowPresenterBase_Columns=flags=setter
-OS_GridViewRowPresenterBase_Columns_0=cast=GridViewRowPresenterBase^,flags=gcobject
-OS_GridViewRowPresenterBase_Columns_1=cast=GridViewColumnCollection^,flags=gcobject
-
-OS_GridViewRowPresenterBase_ColumnsProperty=accessor=GridViewRowPresenterBase::ColumnsProperty,flags=const gcobject
-
-OS_GridViewRowPresenter_1Content__I=flags=gcobject getter
-OS_GridViewRowPresenter_1Content__I_0=cast=GridViewRowPresenter^,flags=gcobject
-
-OS_GridViewRowPresenter_1Content__II=flags=setter
-OS_GridViewRowPresenter_1Content__II_0=cast=GridViewRowPresenter^,flags=gcobject
-OS_GridViewRowPresenter_1Content__II_1=cast=Object^,flags=gcobject
-
-OS_GridViewRowPresenter_typeid=accessor=GridViewRowPresenter::typeid,flags=const gcobject
-
-OS_GridView_AllowsColumnReorder=flags=setter
-OS_GridView_AllowsColumnReorder_0=cast=GridView^,flags=gcobject
-OS_GridView_AllowsColumnReorder_1=
-
-OS_GridView_ColumnHeaderContainerStyle=flags=setter
-OS_GridView_ColumnHeaderContainerStyle_0=cast=GridView^,flags=gcobject
-OS_GridView_ColumnHeaderContainerStyle_1=cast=Style^,flags=gcobject
-
-OS_GridView_Columns=flags=gcobject getter
-OS_GridView_Columns_0=cast=GridView^,flags=gcobject
-
-OS_Grid_ColumnDefinitions=flags=gcobject getter
-OS_Grid_ColumnDefinitions_0=cast=Grid^,flags=gcobject
-
-OS_Grid_RowDefinitions=flags=gcobject getter
-OS_Grid_RowDefinitions_0=cast=Grid^,flags=gcobject
-
-OS_Grid_SetColumn=accessor=Grid::SetColumn
-OS_Grid_SetColumn_0=cast=(UIElement^),flags=gcobject
-OS_Grid_SetColumn_1=
-
-OS_Grid_SetColumnSpan=accessor=Grid::SetColumnSpan
-OS_Grid_SetColumnSpan_0=cast=(UIElement^),flags=gcobject
-OS_Grid_SetColumnSpan_1=
-
-OS_Grid_SetRow=accessor=Grid::SetRow
-OS_Grid_SetRow_0=cast=UIElement^,flags=gcobject
-OS_Grid_SetRow_1=
-
-OS_Grid_SetRowSpan=accessor=Grid::SetRowSpan
-OS_Grid_SetRowSpan_0=cast=(UIElement^),flags=gcobject
-OS_Grid_SetRowSpan_1=
-
-OS_HeaderedContentControl_1Header__I=flags=gcobject getter
-OS_HeaderedContentControl_1Header__I_0=cast=(HeaderedContentControl^),flags=gcobject
-
-OS_HeaderedContentControl_1Header__II=flags=setter
-OS_HeaderedContentControl_1Header__II_0=cast=(HeaderedContentControl^),flags=gcobject
-OS_HeaderedContentControl_1Header__II_1=cast=(Object^),flags=gcobject
-
-OS_HeaderedItemsControl_1Header__I=flags=gcobject getter
-OS_HeaderedItemsControl_1Header__I_0=cast=HeaderedItemsControl^,flags=gcobject
-
-OS_HeaderedItemsControl_1Header__II=flags=setter
-OS_HeaderedItemsControl_1Header__II_0=cast=HeaderedItemsControl^,flags=gcobject
-OS_HeaderedItemsControl_1Header__II_1=cast=(Object^),flags=gcobject
-
-OS_HeaderedItemsControl_HeaderTemplateProperty=accessor=HeaderedItemsControl::HeaderTemplateProperty,flags=const gcobject
-
-OS_HtmlDocument_InvokeScript=flags=cpp gcobject
-OS_HtmlDocument_InvokeScript_0=cast=(System::Windows::Forms::HtmlDocument^),flags=gcobject
-OS_HtmlDocument_InvokeScript_1=cast=String^,flags=gcobject
-
-OS_HwndSource_CompositionTarget=flags=gcobject getter
-OS_HwndSource_CompositionTarget_0=cast=HwndSource^,flags=gcobject
-
-OS_HwndSource_Handle=flags=gcobject getter
-OS_HwndSource_Handle_0=cast=(HwndSource^),flags=gcobject
-
-OS_HwndTarget_BackgroundColor=flags=setter
-OS_HwndTarget_BackgroundColor_0=cast=HwndTarget^,flags=gcobject
-OS_HwndTarget_BackgroundColor_1=cast=Color,flags=gcobject
-
-OS_Hyperlink_Click=flags=adder
-OS_Hyperlink_Click_0=cast=Hyperlink^,flags=gcobject
-OS_Hyperlink_Click_1=cast=RoutedEventHandler^,flags=gcobject
-
-OS_ICollection_Count=flags=getter
-OS_ICollection_Count_0=cast=ICollection^),flags=gcobject
-
-OS_IEnumerable_GetEnumerator=flags=cpp gcobject
-OS_IEnumerable_GetEnumerator_0=cast=IEnumerable ^,flags=gcobject
-
-OS_IEnumerator_Current=flags=gcobject getter
-OS_IEnumerator_Current_0=cast=IEnumerator^,flags=gcobject
-
-OS_IEnumerator_MoveNext=flags=cpp
-OS_IEnumerator_MoveNext_0=cast=IEnumerator^,flags=gcobject
-
-OS_IList_Add=flags=cpp
-OS_IList_Add_0=cast=IList^,flags=gcobject
-OS_IList_Add_1=cast=Object^,flags=gcobject
-
-OS_IList_Clear=flags=cpp
-OS_IList_Clear_0=cast=IList^,flags=gcobject
-
-OS_IList_GetEnumerator=flags=cpp gcobject
-OS_IList_GetEnumerator_0=cast=IList^,flags=gcobject
-
-OS_IList_IndexOf=flags=cpp
-OS_IList_IndexOf_0=cast=IList^,flags=gcobject
-OS_IList_IndexOf_1=cast=Object^,flags=gcobject
-
-OS_IList_Insert=flags=cpp
-OS_IList_Insert_0=cast=IList^,flags=gcobject
-OS_IList_Insert_1=
-OS_IList_Insert_2=cast=Object^,flags=gcobject
-
-OS_IList_Remove=flags=cpp
-OS_IList_Remove_0=cast=IList^,flags=gcobject
-OS_IList_Remove_1=cast=Object^,flags=gcobject
-
-OS_IList_default=flags=gcobject getter
-OS_IList_default_0=cast=IList^,flags=gcobject
-OS_IList_default_1=
-
-OS_Icon_FromHandle=accessor=System::Drawing::Icon::FromHandle,flags=no_gen gcobject
-OS_Icon_FromHandle_0=cast=(IntPtr),flags=gcobject
-
-OS_ImageSource_typeid=accessor=ImageSource::typeid,flags=const gcobject
-
-OS_Image_1Source__I=flags=gcobject getter
-OS_Image_1Source__I_0=cast=Image^,flags=gcobject
-
-OS_Image_1Source__II=flags=setter
-OS_Image_1Source__II_0=cast=Image^,flags=gcobject
-OS_Image_1Source__II_1=cast=ImageSource^,flags=gcobject
-
-OS_Image_SourceProperty=accessor=Image::SourceProperty,flags=const gcobject
-
-OS_Image_Stretch=flags=setter
-OS_Image_Stretch_0=cast=Image^,flags=gcobject
-OS_Image_Stretch_1=cast=Stretch
-
-OS_Image_StretchProperty=accessor=Image::StretchProperty,flags=const gcobject
-
-OS_Image_typeid=accessor=Image::typeid,flags=const gcobject
-
-OS_Imaging_CreateBitmapSourceFromHIcon=accessor=System::Windows::Interop::Imaging::CreateBitmapSourceFromHIcon,flags=gcobject
-OS_Imaging_CreateBitmapSourceFromHIcon_0=cast=IntPtr
-OS_Imaging_CreateBitmapSourceFromHIcon_1=cast=Int32Rect,flags=gcobject
-OS_Imaging_CreateBitmapSourceFromHIcon_2=cast=BitmapSizeOptions^,flags=gcobject
-
-OS_IndexedGlyphRunCollection_Current=flags=gcobject getter
-OS_IndexedGlyphRunCollection_Current_0=cast=(IEnumerator^),flags=gcobject
-
-OS_IndexedGlyphRunCollection_GetEnumerator=flags=cpp gcobject
-OS_IndexedGlyphRunCollection_GetEnumerator_0=cast=IEnumerable^,flags=gcobject
-
-OS_IndexedGlyphRun_GlyphRun=flags=gcobject getter
-OS_IndexedGlyphRun_GlyphRun_0=cast=IndexedGlyphRun^,flags=gcobject
-
-OS_IndexedGlyphRun_TextSourceCharacterIndex=flags=getter
-OS_IndexedGlyphRun_TextSourceCharacterIndex_0=cast=IndexedGlyphRun^,flags=gcobject
-
-OS_IndexedGlyphRun_TextSourceLength=flags=getter
-OS_IndexedGlyphRun_TextSourceLength_0=cast=IndexedGlyphRun^,flags=gcobject
-
-OS_InlineCollection_Add=flags=cpp
-OS_InlineCollection_Add_0=cast=InlineCollection^,flags=gcobject
-OS_InlineCollection_Add_1=cast=Inline^,flags=gcobject
-
-OS_InlineCollection_Clear=flags=cpp
-OS_InlineCollection_Clear_0=cast=InlineCollection^,flags=gcobject
-
-OS_InputEventArgs_Timestamp=flags=getter
-OS_InputEventArgs_Timestamp_0=cast=InputEventArgs^,flags=gcobject
-
-OS_Int32AnimationUsingKeyFrames_KeyFrames=flags=gcobject getter
-OS_Int32AnimationUsingKeyFrames_KeyFrames_0=cast=Int32AnimationUsingKeyFrames^,flags=gcobject
-
-OS_Int32Animation_1From__I=flags=getter
-OS_Int32Animation_1From__I_0=cast=Int32Animation^,flags=gcobject
-
-OS_Int32Animation_1From__II=flags=setter
-OS_Int32Animation_1From__II_0=cast=Int32Animation^,flags=gcobject
-OS_Int32Animation_1From__II_1=
-
-OS_Int32Animation_1To__I=flags=getter
-OS_Int32Animation_1To__I_0=cast=Int32Animation^,flags=gcobject
-
-OS_Int32Animation_1To__II=flags=setter
-OS_Int32Animation_1To__II_0=cast=Int32Animation^,flags=gcobject
-OS_Int32Animation_1To__II_1=
-
-OS_Int32KeyFrame_KeyTime=flags=setter
-OS_Int32KeyFrame_KeyTime_0=cast=Int32KeyFrame^,flags=gcobject
-OS_Int32KeyFrame_KeyTime_1=cast=(KeyTime),flags=gcobject
-
-OS_Int32KeyFrame_Value=flags=setter
-OS_Int32KeyFrame_Value_0=cast=Int32KeyFrame^,flags=gcobject
-OS_Int32KeyFrame_Value_1=
-
-OS_Int32Rect_Empty=accessor=Int32Rect::Empty,flags=const gcobject
-
-OS_IntPtr_ToInt32=flags=cpp
-OS_IntPtr_ToInt32_0=cast=(IntPtr^),flags=gcobject
-
-OS_ItemCollection_Add=flags=cpp
-OS_ItemCollection_Add_0=cast=(ItemCollection^),flags=gcobject
-OS_ItemCollection_Add_1=cast=(Object^),flags=gcobject
-
-OS_ItemCollection_Clear=flags=cpp
-OS_ItemCollection_Clear_0=cast=(ItemCollection^),flags=gcobject
-
-OS_ItemCollection_Count=flags=getter
-OS_ItemCollection_Count_0=cast=(ItemCollection^),flags=gcobject
-
-OS_ItemCollection_CurrentItem=flags=gcobject getter
-OS_ItemCollection_CurrentItem_0=cast=(ItemCollection^),flags=gcobject
-
-OS_ItemCollection_CurrentPosition=flags=getter
-OS_ItemCollection_CurrentPosition_0=cast=ItemCollection^,flags=gcobject
-
-OS_ItemCollection_GetItemAt=flags=cpp gcobject
-OS_ItemCollection_GetItemAt_0=cast=(ItemCollection^),flags=gcobject
-OS_ItemCollection_GetItemAt_1=
-
-OS_ItemCollection_IndexOf=flags=cpp
-OS_ItemCollection_IndexOf_0=cast=ItemCollection^,flags=gcobject
-OS_ItemCollection_IndexOf_1=cast=(Object^),flags=gcobject
-
-OS_ItemCollection_Insert=flags=cpp
-OS_ItemCollection_Insert_0=cast=(ItemCollection^),flags=gcobject
-OS_ItemCollection_Insert_1=
-OS_ItemCollection_Insert_2=cast=(Object^),flags=gcobject
-
-OS_ItemCollection_Remove=flags=cpp
-OS_ItemCollection_Remove_0=cast=ItemCollection^,flags=gcobject
-OS_ItemCollection_Remove_1=cast=Object^,flags=gcobject
-
-OS_ItemCollection_RemoveAt=flags=cpp
-OS_ItemCollection_RemoveAt_0=cast=(ItemCollection^),flags=gcobject
-OS_ItemCollection_RemoveAt_1=
-
-OS_ItemsControl_HasItems=flags=getter
-OS_ItemsControl_HasItems_0=cast=ItemsControl^,flags=gcobject
-
-OS_ItemsControl_IsTextSearchEnabled=flags=setter
-OS_ItemsControl_IsTextSearchEnabled_0=cast=ItemsControl^,flags=gcobject
-OS_ItemsControl_IsTextSearchEnabled_1=
-
-OS_ItemsControl_1ItemTemplate__I=flags=gcobject getter
-OS_ItemsControl_1ItemTemplate__I_0=cast=ItemsControl^,flags=gcobject
-
-OS_ItemsControl_1ItemTemplate__II=flags=setter
-OS_ItemsControl_1ItemTemplate__II_0=cast=ItemsControl^,flags=gcobject
-OS_ItemsControl_1ItemTemplate__II_1=cast=DataTemplate^,flags=gcobject
-
-OS_ItemsControl_Items=flags=gcobject getter
-OS_ItemsControl_Items_0=cast=(ItemsControl^),flags=gcobject
-
-OS_ItemsControl_ItemsSource=flags=setter
-OS_ItemsControl_ItemsSource_0=cast=ItemsControl^,flags=gcobject
-OS_ItemsControl_ItemsSource_1=cast=IEnumerable^,flags=gcobject
-
-OS_ItemsPresenter_typeid=accessor=ItemsPresenter::typeid,flags=const gcobject
-
-OS_JNIGetObject=flags=no_gen
-OS_JNIGetObject_0=
-
-OS_KeyEventArgs_IsDown=flags=getter
-OS_KeyEventArgs_IsDown_0=cast=(KeyEventArgs^),flags=gcobject
-
-OS_KeyEventArgs_IsRepeat=flags=getter
-OS_KeyEventArgs_IsRepeat_0=cast=(KeyEventArgs^),flags=gcobject
-
-OS_KeyEventArgs_IsToggled=flags=getter
-OS_KeyEventArgs_IsToggled_0=cast=(KeyEventArgs^),flags=gcobject
-
-OS_KeyEventArgs_Key=flags=getter
-OS_KeyEventArgs_Key_0=cast=(KeyEventArgs^),flags=gcobject
-
-OS_KeyEventArgs_SystemKey=flags=getter
-OS_KeyEventArgs_SystemKey_0=cast=(KeyEventArgs^),flags=gcobject
-
-OS_KeyInterop_VirtualKeyFromKey=accessor=KeyInterop::VirtualKeyFromKey
-OS_KeyInterop_VirtualKeyFromKey_0=cast=Key
-
-OS_KeyTime_FromTimeSpan=accessor=KeyTime::FromTimeSpan,flags=gcobject
-OS_KeyTime_FromTimeSpan_0=cast=(TimeSpan),flags=gcobject
-
-OS_KeyTime_Uniform=accessor=KeyTime::Uniform,flags=const gcobject
-
-OS_KeyboardDevice_Modifiers=flags=getter
-OS_KeyboardDevice_Modifiers_0=cast=(KeyboardDevice^),flags=gcobject
-
-OS_KeyboardEventArgs_KeyboardDevice=flags=gcobject getter
-OS_KeyboardEventArgs_KeyboardDevice_0=cast=KeyboardEventArgs^,flags=gcobject
-
-OS_KeyboardNavigation_GetIsTabStop=accessor=KeyboardNavigation::GetIsTabStop
-OS_KeyboardNavigation_GetIsTabStop_0=cast=(DependencyObject^),flags=gcobject
-
-OS_KeyboardNavigation_SetControlTabNavigation=accessor=KeyboardNavigation::SetControlTabNavigation
-OS_KeyboardNavigation_SetControlTabNavigation_0=cast=(DependencyObject^),flags=gcobject
-OS_KeyboardNavigation_SetControlTabNavigation_1=cast=(KeyboardNavigationMode)
-
-OS_KeyboardNavigation_SetDirectionalNavigation=accessor=KeyboardNavigation::SetDirectionalNavigation
-OS_KeyboardNavigation_SetDirectionalNavigation_0=cast=(DependencyObject^),flags=gcobject
-OS_KeyboardNavigation_SetDirectionalNavigation_1=cast=(KeyboardNavigationMode)
-
-OS_KeyboardNavigation_SetIsTabStop=accessor=KeyboardNavigation::SetIsTabStop
-OS_KeyboardNavigation_SetIsTabStop_0=cast=(DependencyObject^),flags=gcobject
-OS_KeyboardNavigation_SetIsTabStop_1=
-
-OS_KeyboardNavigation_SetTabNavigation=accessor=KeyboardNavigation::SetTabNavigation
-OS_KeyboardNavigation_SetTabNavigation_0=cast=(DependencyObject^),flags=gcobject
-OS_KeyboardNavigation_SetTabNavigation_1=cast=(KeyboardNavigationMode)
-
-OS_Keyboard_Focus=accessor=Keyboard::Focus,flags=gcobject
-OS_Keyboard_Focus_0=cast=IInputElement^,flags=gcobject
-
-OS_Keyboard_FocusedElement=accessor=Keyboard::FocusedElement,flags=const gcobject
-
-OS_Keyboard_Modifiers=accessor=Keyboard::Modifiers,flags=const
-
-OS_ListBoxItem_1IsSelected__I=flags=getter
-OS_ListBoxItem_1IsSelected__I_0=cast=ListBoxItem^,flags=gcobject
-
-OS_ListBoxItem_1IsSelected__IZ=flags=setter
-OS_ListBoxItem_1IsSelected__IZ_0=cast=ListBoxItem^,flags=gcobject
-OS_ListBoxItem_1IsSelected__IZ_1=
-
-OS_ListBox_ScrollIntoView=flags=cpp
-OS_ListBox_ScrollIntoView_0=cast=ListBox^,flags=gcobject
-OS_ListBox_ScrollIntoView_1=cast=(Object^),flags=gcobject
-
-OS_ListBox_SelectAll=flags=cpp
-OS_ListBox_SelectAll_0=cast=ListBox^,flags=gcobject
-
-OS_ListBox_SelectedItems=flags=gcobject getter
-OS_ListBox_SelectedItems_0=cast=ListBox^,flags=gcobject
-
-OS_ListBox_SelectionMode=flags=setter
-OS_ListBox_SelectionMode_0=cast=(ListBox^),flags=gcobject
-OS_ListBox_SelectionMode_1=cast=(SelectionMode)
-
-OS_ListBox_UnselectAll=flags=cpp
-OS_ListBox_UnselectAll_0=cast=ListBox^,flags=gcobject
-
-OS_ListViewItem_typeid=accessor=ListViewItem::typeid,flags=const gcobject
-
-OS_ListView_View=flags=setter
-OS_ListView_View_0=cast=ListView^,flags=gcobject
-OS_ListView_View_1=cast=ViewBase^,flags=gcobject
-
-OS_MatrixTransform_1Matrix__I=flags=gcobject getter
-OS_MatrixTransform_1Matrix__I_0=cast=(MatrixTransform^),flags=gcobject
-
-OS_MatrixTransform_1Matrix__II=flags=setter
-OS_MatrixTransform_1Matrix__II_0=cast=(MatrixTransform^),flags=gcobject
-OS_MatrixTransform_1Matrix__II_1=cast=(Matrix),flags=gcobject
-
-OS_Matrix_Invert=flags=cpp
-OS_Matrix_Invert_0=cast=(Matrix^),flags=gcobject
-
-OS_Matrix_IsIdentity=flags=getter
-OS_Matrix_IsIdentity_0=cast=(Matrix^),flags=gcobject
-
-OS_Matrix_1M11__I=flags=getter
-OS_Matrix_1M11__I_0=cast=(Matrix^),flags=gcobject
-
-OS_Matrix_1M11__ID=flags=setter
-OS_Matrix_1M11__ID_0=cast=(Matrix^),flags=gcobject
-OS_Matrix_1M11__ID_1=
-
-OS_Matrix_1M12__I=flags=getter
-OS_Matrix_1M12__I_0=cast=(Matrix^),flags=gcobject
-
-OS_Matrix_1M12__ID=flags=setter
-OS_Matrix_1M12__ID_0=cast=(Matrix^),flags=gcobject
-OS_Matrix_1M12__ID_1=
-
-OS_Matrix_1M21__I=flags=getter
-OS_Matrix_1M21__I_0=cast=(Matrix^),flags=gcobject
-
-OS_Matrix_1M21__ID=flags=setter
-OS_Matrix_1M21__ID_0=cast=(Matrix^),flags=gcobject
-OS_Matrix_1M21__ID_1=
-
-OS_Matrix_1M22__I=flags=getter
-OS_Matrix_1M22__I_0=cast=(Matrix^),flags=gcobject
-
-OS_Matrix_1M22__ID=flags=setter
-OS_Matrix_1M22__ID_0=cast=(Matrix^),flags=gcobject
-OS_Matrix_1M22__ID_1=
-
-OS_Matrix_Multiply=accessor=Matrix::Multiply,flags=gcobject
-OS_Matrix_Multiply_0=cast=(Matrix),flags=gcobject
-OS_Matrix_Multiply_1=cast=(Matrix),flags=gcobject
-
-OS_Matrix_1OffsetX__I=flags=getter
-OS_Matrix_1OffsetX__I_0=cast=(Matrix^),flags=gcobject
-
-OS_Matrix_1OffsetX__ID=flags=setter
-OS_Matrix_1OffsetX__ID_0=cast=(Matrix^),flags=gcobject
-OS_Matrix_1OffsetX__ID_1=
-
-OS_Matrix_1OffsetY__I=flags=getter
-OS_Matrix_1OffsetY__I_0=cast=(Matrix^),flags=gcobject
-
-OS_Matrix_1OffsetY__ID=flags=setter
-OS_Matrix_1OffsetY__ID_0=cast=(Matrix^),flags=gcobject
-OS_Matrix_1OffsetY__ID_1=
-
-OS_Matrix_RotatePrepend=flags=cpp
-OS_Matrix_RotatePrepend_0=cast=(Matrix^),flags=gcobject
-OS_Matrix_RotatePrepend_1=
-
-OS_Matrix_ScalePrepend=flags=cpp
-OS_Matrix_ScalePrepend_0=cast=(Matrix^),flags=gcobject
-OS_Matrix_ScalePrepend_1=
-OS_Matrix_ScalePrepend_2=
-
-OS_Matrix_SetIdentity=flags=cpp
-OS_Matrix_SetIdentity_0=cast=(Matrix^),flags=gcobject
-
-OS_Matrix_SkewPrepend=flags=cpp
-OS_Matrix_SkewPrepend_0=cast=Matrix^,flags=gcobject
-OS_Matrix_SkewPrepend_1=
-OS_Matrix_SkewPrepend_2=
-
-OS_Matrix_Transform=flags=cpp gcobject
-OS_Matrix_Transform_0=cast=(Matrix^),flags=gcobject
-OS_Matrix_Transform_1=cast=Point,flags=gcobject
-
-OS_Matrix_TranslatePrepend=flags=cpp
-OS_Matrix_TranslatePrepend_0=cast=(Matrix^),flags=gcobject
-OS_Matrix_TranslatePrepend_1=
-OS_Matrix_TranslatePrepend_2=
-
-OS_MemberDescriptor_Name=flags=gcobject getter
-OS_MemberDescriptor_Name_0=cast=MemberDescriptor^,flags=gcobject
-
-OS_MemoryStream_ToArray=flags=cpp gcobject
-OS_MemoryStream_ToArray_0=cast=(System::IO::MemoryStream^),flags=gcobject
-
-OS_MemoryStream_Write=flags=cpp
-OS_MemoryStream_Write_0=cast=(System::IO::MemoryStream^),flags=gcobject
-OS_MemoryStream_Write_1=cast=(array<Byte>^),flags=gcobject
-OS_MemoryStream_Write_2=
-OS_MemoryStream_Write_3=
-
-OS_MenuItem_Click=flags=adder
-OS_MenuItem_Click_0=cast=MenuItem^,flags=gcobject
-OS_MenuItem_Click_1=cast=RoutedEventHandler^,flags=gcobject
-
-OS_MenuItem_Icon=flags=setter
-OS_MenuItem_Icon_0=cast=MenuItem^,flags=gcobject
-OS_MenuItem_Icon_1=cast=Image^,flags=gcobject
-
-OS_MenuItem_InputGestureText=flags=setter
-OS_MenuItem_InputGestureText_0=cast=MenuItem^,flags=gcobject
-OS_MenuItem_InputGestureText_1=cast=String^,flags=gcobject
-
-OS_MenuItem_IsCheckable=flags=setter
-OS_MenuItem_IsCheckable_0=cast=MenuItem^,flags=gcobject
-OS_MenuItem_IsCheckable_1=
-
-OS_MenuItem_1IsChecked__I=flags=getter
-OS_MenuItem_1IsChecked__I_0=cast=MenuItem^,flags=gcobject
-
-OS_MenuItem_1IsChecked__IZ=flags=setter
-OS_MenuItem_1IsChecked__IZ_0=cast=MenuItem^,flags=gcobject
-OS_MenuItem_1IsChecked__IZ_1=
-
-OS_MenuItem_SubmenuClosed=flags=adder
-OS_MenuItem_SubmenuClosed_0=cast=MenuItem^,flags=gcobject
-OS_MenuItem_SubmenuClosed_1=cast=RoutedEventHandler^,flags=gcobject
-
-OS_MenuItem_SubmenuOpened=flags=adder
-OS_MenuItem_SubmenuOpened_0=cast=MenuItem^,flags=gcobject
-OS_MenuItem_SubmenuOpened_1=cast=RoutedEventHandler^,flags=gcobject
-
-OS_Menu_IsMainMenu=flags=setter
-OS_Menu_IsMainMenu_0=cast=Menu^,flags=gcobject
-OS_Menu_IsMainMenu_1=
-
-OS_MessageBox_Show=accessor=MessageBox::Show
-OS_MessageBox_Show_0=cast=String^,flags=gcobject
-OS_MessageBox_Show_1=cast=String^,flags=gcobject
-OS_MessageBox_Show_2=cast=MessageBoxButton
-OS_MessageBox_Show_3=cast=MessageBoxImage
-OS_MessageBox_Show_4=cast=MessageBoxResult
-
-OS_MethodInfo_Invoke=flags=cpp gcobject
-OS_MethodInfo_Invoke_0=cast=(MethodInfo^),flags=gcobject
-OS_MethodInfo_Invoke_1=cast=Object^,flags=gcobject
-OS_MethodInfo_Invoke_2=cast=(array<Object^>^),flags=gcobject
-
-OS_MouseButtonEventArgs_ButtonState=flags=getter
-OS_MouseButtonEventArgs_ButtonState_0=cast=(MouseButtonEventArgs^),flags=gcobject
-
-OS_MouseButtonEventArgs_ChangedButton=flags=getter
-OS_MouseButtonEventArgs_ChangedButton_0=cast=(MouseButtonEventArgs^),flags=gcobject
-
-OS_MouseButtonEventArgs_ClickCount=flags=getter
-OS_MouseButtonEventArgs_ClickCount_0=cast=(MouseButtonEventArgs^),flags=gcobject
-
-OS_MouseEventArgs_GetPosition=flags=cpp gcobject
-OS_MouseEventArgs_GetPosition_0=cast=MouseEventArgs^,flags=gcobject
-OS_MouseEventArgs_GetPosition_1=cast=(IInputElement^),flags=gcobject
-
-OS_MouseEventArgs_LeftButton=flags=getter
-OS_MouseEventArgs_LeftButton_0=cast=(MouseEventArgs^),flags=gcobject
-
-OS_MouseEventArgs_MiddleButton=flags=getter
-OS_MouseEventArgs_MiddleButton_0=cast=(MouseEventArgs^),flags=gcobject
-
-OS_MouseEventArgs_RightButton=flags=getter
-OS_MouseEventArgs_RightButton_0=cast=(MouseEventArgs^),flags=gcobject
-
-OS_MouseEventArgs_XButton1=flags=getter
-OS_MouseEventArgs_XButton1_0=cast=(MouseEventArgs^),flags=gcobject
-
-OS_MouseEventArgs_XButton2=flags=getter
-OS_MouseEventArgs_XButton2_0=cast=(MouseEventArgs^),flags=gcobject
-
-OS_MouseWheelEventArgs_Delta=flags=getter
-OS_MouseWheelEventArgs_Delta_0=cast=MouseWheelEventArgs^,flags=gcobject
-
-OS_Mouse_Captured=accessor=Mouse::Captured,flags=const gcobject
-
-OS_Mouse_DirectlyOver=accessor=Mouse::DirectlyOver,flags=const gcobject
-
-OS_Mouse_GetPosition=accessor=Mouse::GetPosition,flags=gcobject
-OS_Mouse_GetPosition_0=cast=IInputElement^,flags=gcobject
-
-OS_Mouse_LeftButton=accessor=Mouse::LeftButton,flags=const
-
-OS_Mouse_MiddleButton=accessor=Mouse::MiddleButton,flags=const
-
-OS_Mouse_RightButton=accessor=Mouse::RightButton,flags=const
-
-OS_Mouse_SetCursor=accessor=Mouse::SetCursor
-OS_Mouse_SetCursor_0=cast=Cursor^,flags=gcobject
-
-OS_Mouse_XButton1=accessor=Mouse::XButton1,flags=const
-
-OS_Mouse_XButton2=accessor=Mouse::XButton2,flags=const
-
-OS_NameScope_GetNameScope=accessor=NameScope::GetNameScope,flags=gcobject
-OS_NameScope_GetNameScope_0=cast=(DependencyObject^),flags=gcobject
-
-OS_NameScope_RegisterName=flags=cpp
-OS_NameScope_RegisterName_0=cast=NameScope^,flags=gcobject
-OS_NameScope_RegisterName_1=cast=String^,flags=gcobject
-OS_NameScope_RegisterName_2=cast=Object^,flags=gcobject
-
-OS_NameScope_SetNameScope=accessor=NameScope::SetNameScope
-OS_NameScope_SetNameScope_0=cast=(DependencyObject^),flags=gcobject
-OS_NameScope_SetNameScope_1=cast=INameScope^,flags=gcobject
-
-OS_NewGlobalRef=flags=jni
-OS_NewGlobalRef_0=
-
-OS_NotifyIcon_DoubleClick=flags=adder
-OS_NotifyIcon_DoubleClick_0=cast=(System::Windows::Forms::NotifyIcon^),flags=gcobject
-OS_NotifyIcon_DoubleClick_1=cast=EventHandler^,flags=gcobject
-
-OS_NotifyIcon_Icon=flags=setter
-OS_NotifyIcon_Icon_0=cast=(System::Windows::Forms::NotifyIcon^),flags=gcobject
-OS_NotifyIcon_Icon_1=cast=System::Drawing::Icon^,flags=gcobject
-
-OS_NotifyIcon_MouseDown=flags=adder
-OS_NotifyIcon_MouseDown_0=cast=(System::Windows::Forms::NotifyIcon^),flags=gcobject
-OS_NotifyIcon_MouseDown_1=cast=(System::Windows::Forms::MouseEventHandler^),flags=gcobject
-
-OS_NotifyIcon_MouseUp=flags=adder
-OS_NotifyIcon_MouseUp_0=cast=(System::Windows::Forms::NotifyIcon^),flags=gcobject
-OS_NotifyIcon_MouseUp_1=cast=(System::Windows::Forms::MouseEventHandler^),flags=gcobject
-
-OS_NotifyIcon_Text=flags=setter
-OS_NotifyIcon_Text_0=cast=(System::Windows::Forms::NotifyIcon^),flags=gcobject
-OS_NotifyIcon_Text_1=cast=String^,flags=gcobject
-
-OS_NotifyIcon_Visible=flags=setter
-OS_NotifyIcon_Visible_0=cast=(System::Windows::Forms::NotifyIcon^),flags=gcobject
-OS_NotifyIcon_Visible_1=
-
-OS_Object_Equals=flags=cpp
-OS_Object_Equals_0=cast=Object ^,flags=gcobject
-OS_Object_Equals_1=cast=Object ^,flags=gcobject
-
-OS_Object_GetType=flags=cpp gcobject
-OS_Object_GetType_0=cast=(Object ^),flags=gcobject
-
-OS_Object_ToString=flags=cpp gcobject
-OS_Object_ToString_0=cast=(Object ^),flags=gcobject
-
-OS_ObservableCollectionGridViewColumn_Move=flags=cpp
-OS_ObservableCollectionGridViewColumn_Move_0=cast=(ObservableCollection<GridViewColumn^>^),flags=gcobject
-OS_ObservableCollectionGridViewColumn_Move_1=
-OS_ObservableCollectionGridViewColumn_Move_2=
-
-OS_OpenFileDialog_Multiselect=flags=setter
-OS_OpenFileDialog_Multiselect_0=cast=OpenFileDialog^,flags=gcobject
-OS_OpenFileDialog_Multiselect_1=
-
-OS_OuterGlowBitmapEffect_1GlowColor__I=flags=gcobject getter
-OS_OuterGlowBitmapEffect_1GlowColor__I_0=cast=(OuterGlowBitmapEffect^),flags=gcobject
-
-OS_OuterGlowBitmapEffect_1GlowColor__II=flags=setter
-OS_OuterGlowBitmapEffect_1GlowColor__II_0=cast=OuterGlowBitmapEffect^,flags=gcobject
-OS_OuterGlowBitmapEffect_1GlowColor__II_1=cast=(Color),flags=gcobject
-
-OS_OuterGlowBitmapEffect_1GlowSize__I=flags=getter
-OS_OuterGlowBitmapEffect_1GlowSize__I_0=cast=(OuterGlowBitmapEffect^),flags=gcobject
-
-OS_OuterGlowBitmapEffect_1GlowSize__ID=flags=setter
-OS_OuterGlowBitmapEffect_1GlowSize__ID_0=cast=(OuterGlowBitmapEffect^),flags=gcobject
-OS_OuterGlowBitmapEffect_1GlowSize__ID_1=
-
-OS_OuterGlowBitmapEffect_GlowSizeProperty=accessor=OuterGlowBitmapEffect::GlowSizeProperty,flags=const gcobject
-
-OS_OuterGlowBitmapEffect_1Opacity__I=flags=getter
-OS_OuterGlowBitmapEffect_1Opacity__I_0=cast=OuterGlowBitmapEffect^,flags=gcobject
-
-OS_OuterGlowBitmapEffect_1Opacity__ID=flags=setter
-OS_OuterGlowBitmapEffect_1Opacity__ID_0=cast=OuterGlowBitmapEffect^,flags=gcobject
-OS_OuterGlowBitmapEffect_1Opacity__ID_1=
-
-OS_Panel_1Background__I=flags=gcobject getter
-OS_Panel_1Background__I_0=cast=Panel^,flags=gcobject
-
-OS_Panel_1Background__II=flags=setter
-OS_Panel_1Background__II_0=cast=Panel^,flags=gcobject
-OS_Panel_1Background__II_1=cast=Brush^,flags=gcobject
-
-OS_Panel_BackgroundProperty=accessor=Panel::BackgroundProperty,flags=const gcobject
-
-OS_Panel_Children=flags=gcobject getter
-OS_Panel_Children_0=cast=(Panel^,flags=gcobject
-
-OS_Panel_GetZIndex=accessor=Panel::GetZIndex
-OS_Panel_GetZIndex_0=cast=UIElement^,flags=gcobject
-
-OS_Panel_HeightProperty=accessor=Panel::HeightProperty,flags=const gcobject
-
-OS_Panel_SetZIndex=accessor=Panel::SetZIndex
-OS_Panel_SetZIndex_0=cast=UIElement ^,flags=gcobject
-OS_Panel_SetZIndex_1=
-
-OS_Panel_WidthProperty=accessor=Panel::WidthProperty,flags=const gcobject
-
-OS_PasswordBox_1MaxLength__I=flags=getter
-OS_PasswordBox_1MaxLength__I_0=cast=(PasswordBox^),flags=gcobject
-
-OS_PasswordBox_1MaxLength__II=flags=setter
-OS_PasswordBox_1MaxLength__II_0=cast=(PasswordBox^),flags=gcobject
-OS_PasswordBox_1MaxLength__II_1=
-
-OS_PasswordBox_1Password__I=flags=gcobject getter
-OS_PasswordBox_1Password__I_0=cast=(PasswordBox^),flags=gcobject
-
-OS_PasswordBox_1Password__II=flags=setter
-OS_PasswordBox_1Password__II_0=cast=(PasswordBox^),flags=gcobject
-OS_PasswordBox_1Password__II_1=cast=String^,flags=gcobject
-
-OS_PasswordBox_PasswordChanged=flags=adder
-OS_PasswordBox_PasswordChanged_0=cast=(PasswordBox^),flags=gcobject
-OS_PasswordBox_PasswordChanged_1=cast=RoutedEventHandler^,flags=gcobject
-
-OS_PasswordBox_1PasswordChar__I=flags=getter
-OS_PasswordBox_1PasswordChar__I_0=cast=(PasswordBox^),flags=gcobject
-
-OS_PasswordBox_1PasswordChar__IC=flags=setter
-OS_PasswordBox_1PasswordChar__IC_0=cast=PasswordBox^,flags=gcobject
-OS_PasswordBox_1PasswordChar__IC_1=
-
-OS_PasswordBox_Paste=flags=cpp
-OS_PasswordBox_Paste_0=cast=(PasswordBox^),flags=gcobject
-
-OS_PathFigureCollection_Add=flags=cpp
-OS_PathFigureCollection_Add_0=cast=(PathFigureCollection^),flags=gcobject
-OS_PathFigureCollection_Add_1=cast=PathFigure^,flags=gcobject
-
-OS_PathFigureCollection_Count=flags=getter
-OS_PathFigureCollection_Count_0=cast=PathFigureCollection^,flags=gcobject
-
-OS_PathFigure_1IsClosed__I=flags=getter
-OS_PathFigure_1IsClosed__I_0=cast=PathFigure^,flags=gcobject
-
-OS_PathFigure_1IsClosed__IZ=flags=setter
-OS_PathFigure_1IsClosed__IZ_0=cast=PathFigure^,flags=gcobject
-OS_PathFigure_1IsClosed__IZ_1=
-
-OS_PathFigure_1Segments__I=flags=gcobject getter
-OS_PathFigure_1Segments__I_0=cast=PathFigure^,flags=gcobject
-
-OS_PathFigure_1Segments__II=flags=gcobject getter
-OS_PathFigure_1Segments__II_0=cast=PathFigure^,flags=gcobject
-OS_PathFigure_1Segments__II_1=
-
-OS_PathFigure_StartPoint=flags=setter
-OS_PathFigure_StartPoint_0=cast=PathFigure^,flags=gcobject
-OS_PathFigure_StartPoint_1=cast=Point,flags=gcobject
-
-OS_PathGeometry_AddGeometry=flags=cpp
-OS_PathGeometry_AddGeometry_0=cast=PathGeometry^,flags=gcobject
-OS_PathGeometry_AddGeometry_1=cast=Geometry^,flags=gcobject
-
-OS_PathGeometry_Bounds=flags=gcobject getter
-OS_PathGeometry_Bounds_0=cast=PathGeometry^,flags=gcobject
-
-OS_PathGeometry_Clone=flags=cpp gcobject
-OS_PathGeometry_Clone_0=cast=(PathGeometry^),flags=gcobject
-
-OS_PathGeometry_1Figures__I=flags=gcobject getter
-OS_PathGeometry_1Figures__I_0=cast=PathGeometry^,flags=gcobject
-
-OS_PathGeometry_1Figures__II=flags=gcobject getter
-OS_PathGeometry_1Figures__II_0=cast=PathGeometry^,flags=gcobject
-OS_PathGeometry_1Figures__II_1=
-
-OS_PathGeometry_FillRule=flags=setter
-OS_PathGeometry_FillRule_0=cast=PathGeometry^,flags=gcobject
-OS_PathGeometry_FillRule_1=cast=FillRule
-
-OS_PathSegmentCollection_Add=flags=cpp
-OS_PathSegmentCollection_Add_0=cast=PathSegmentCollection^,flags=gcobject
-OS_PathSegmentCollection_Add_1=cast=PathSegment^,flags=gcobject
-
-OS_PathSegmentCollection_Count=flags=getter
-OS_PathSegmentCollection_Count_0=cast=PathSegmentCollection^,flags=gcobject
-
-OS_Path_Data=flags=setter
-OS_Path_Data_0=cast=Path^,flags=gcobject
-OS_Path_Data_1=cast=Geometry^,flags=gcobject
-
-OS_Path_Fill=flags=setter
-OS_Path_Fill_0=cast=Path^,flags=gcobject
-OS_Path_Fill_1=cast=(Brush^),flags=gcobject
-
-OS_Path_Stretch=flags=setter
-OS_Path_Stretch_0=cast=Path^,flags=gcobject
-OS_Path_Stretch_1=cast=Stretch
-
-OS_Pen_1Brush__I=flags=gcobject getter
-OS_Pen_1Brush__I_0=cast=(Pen^),flags=gcobject
-
-OS_Pen_1Brush__II=flags=setter
-OS_Pen_1Brush__II_0=cast=(Pen^),flags=gcobject
-OS_Pen_1Brush__II_1=cast=Brush^,flags=gcobject
-
-OS_Pen_DashCap=flags=setter
-OS_Pen_DashCap_0=cast=(Pen^),flags=gcobject
-OS_Pen_DashCap_1=cast=PenLineCap
-
-OS_Pen_DashStyle=flags=setter
-OS_Pen_DashStyle_0=cast=(Pen^),flags=gcobject
-OS_Pen_DashStyle_1=cast=DashStyle^,flags=gcobject
-
-OS_Pen_EndLineCap=flags=setter
-OS_Pen_EndLineCap_0=cast=(Pen^),flags=gcobject
-OS_Pen_EndLineCap_1=cast=(PenLineCap
-
-OS_Pen_LineJoin=flags=setter
-OS_Pen_LineJoin_0=cast=(Pen^),flags=gcobject
-OS_Pen_LineJoin_1=cast=(PenLineJoin)
-
-OS_Pen_MiterLimit=flags=setter
-OS_Pen_MiterLimit_0=cast=(Pen^),flags=gcobject
-OS_Pen_MiterLimit_1=
-
-OS_Pen_StartLineCap=flags=setter
-OS_Pen_StartLineCap_0=cast=(Pen^),flags=gcobject
-OS_Pen_StartLineCap_1=cast=(PenLineCap)
-
-OS_Pen_Thickness=flags=setter
-OS_Pen_Thickness_0=cast=(Pen^),flags=gcobject
-OS_Pen_Thickness_1=
-
-OS_PixelFormat_BitsPerPixel=flags=getter
-OS_PixelFormat_BitsPerPixel_0=cast=(PixelFormat^),flags=gcobject
-
-OS_PixelFormats_Bgr101010=accessor=PixelFormats::Bgr101010,flags=const gcobject
-
-OS_PixelFormats_Bgr24=accessor=PixelFormats::Bgr24,flags=const gcobject
-
-OS_PixelFormats_Bgr32=accessor=PixelFormats::Bgr32,flags=const gcobject
-
-OS_PixelFormats_Bgr555=accessor=PixelFormats::Bgr555,flags=const gcobject
-
-OS_PixelFormats_Bgr565=accessor=PixelFormats::Bgr565,flags=const gcobject
-
-OS_PixelFormats_Bgra32=accessor=PixelFormats::Bgra32,flags=const gcobject
-
-OS_PixelFormats_BlackWhite=accessor=PixelFormats::BlackWhite,flags=const gcobject
-
-OS_PixelFormats_Default=accessor=PixelFormats::Default,flags=const gcobject
-
-OS_PixelFormats_Indexed1=accessor=PixelFormats::Indexed1,flags=const gcobject
-
-OS_PixelFormats_Indexed2=accessor=PixelFormats::Indexed2,flags=const gcobject
-
-OS_PixelFormats_Indexed4=accessor=PixelFormats::Indexed4,flags=const gcobject
-
-OS_PixelFormats_Indexed8=accessor=PixelFormats::Indexed8,flags=const gcobject
-
-OS_PixelFormats_Pbgra32=accessor=PixelFormats::Pbgra32,flags=const gcobject
-
-OS_PixelFormats_Rgb24=accessor=PixelFormats::Rgb24,flags=const gcobject
-
-OS_PointCollection_Add=flags=cpp
-OS_PointCollection_Add_0=cast=PointCollection^,flags=gcobject
-OS_PointCollection_Add_1=cast=Point,flags=gcobject
-
-OS_Point_X=flags=getter
-OS_Point_X_0=cast=Point^,flags=gcobject
-
-OS_Point_Y=flags=getter
-OS_Point_Y_0=cast=Point^,flags=gcobject
-
-OS_Popup_AllowsTransparency=flags=setter
-OS_Popup_AllowsTransparency_0=cast=Popup^,flags=gcobject
-OS_Popup_AllowsTransparency_1=
-
-OS_Popup_1Child__I=flags=getter gcobject
-OS_Popup_1Child__I_0=cast=Popup^,flags=gcobject
-
-OS_Popup_1Child__II=flags=setter
-OS_Popup_1Child__II_0=cast=Popup^,flags=gcobject
-OS_Popup_1Child__II_1=cast=UIElement^,flags=gcobject
-
-OS_Popup_Closed=flags=adder
-OS_Popup_Closed_0=cast=Popup^,flags=gcobject
-OS_Popup_Closed_1=cast=EventHandler^,flags=gcobject
-
-OS_Popup_1HorizontalOffset__I=flags=getter
-OS_Popup_1HorizontalOffset__I_0=cast=Popup^,flags=gcobject
-
-OS_Popup_1HorizontalOffset__ID=flags=setter
-OS_Popup_1HorizontalOffset__ID_0=cast=Popup^,flags=gcobject
-OS_Popup_1HorizontalOffset__ID_1=
-
-OS_Popup_1IsOpen__I=flags=getter
-OS_Popup_1IsOpen__I_0=cast=Popup^,flags=gcobject
-
-OS_Popup_1IsOpen__IZ=flags=setter
-OS_Popup_1IsOpen__IZ_0=cast=Popup^,flags=gcobject
-OS_Popup_1IsOpen__IZ_1=
-
-OS_Popup_Opened=flags=adder
-OS_Popup_Opened_0=cast=Popup^,flags=gcobject
-OS_Popup_Opened_1=cast=EventHandler^,flags=gcobject
-
-OS_Popup_1VerticalOffset__I=flags=getter
-OS_Popup_1VerticalOffset__I_0=cast=Popup^,flags=gcobject
-
-OS_Popup_1VerticalOffset__ID=flags=setter
-OS_Popup_1VerticalOffset__ID_0=cast=Popup^,flags=gcobject
-OS_Popup_1VerticalOffset__ID_1=
-
-OS_PresentationSource_CurrentSources=accessor=PresentationSource::CurrentSources,flags=const gcobject
-
-OS_PresentationSource_FromVisual=accessor=PresentationSource::FromVisual,flags=gcobject
-OS_PresentationSource_FromVisual_0=cast=Visual^,flags=gcobject
-
-OS_PresentationSource_RootVisual=flags=gcobject getter
-OS_PresentationSource_RootVisual_0=cast=PresentationSource^,flags=gcobject
-
-OS_ProgressBar_1IsIndeterminate__I=flags=getter
-OS_ProgressBar_1IsIndeterminate__I_0=cast=(ProgressBar ^),flags=gcobject
-
-OS_ProgressBar_1IsIndeterminate__IZ=flags=setter
-OS_ProgressBar_1IsIndeterminate__IZ_0=cast=(ProgressBar ^),flags=gcobject
-OS_ProgressBar_1IsIndeterminate__IZ_1=
-
-OS_ProgressBar_Orientation=flags=setter
-OS_ProgressBar_Orientation_0=cast=(ProgressBar ^),flags=gcobject
-OS_ProgressBar_Orientation_1=cast=(Orientation)
-
-OS_PropertyInfo_SetValue=flags=cpp
-OS_PropertyInfo_SetValue_0=cast=(PropertyInfo^),flags=gcobject
-OS_PropertyInfo_SetValue_1=cast=Object^,flags=gcobject
-OS_PropertyInfo_SetValue_2=cast=Object^,flags=gcobject
-OS_PropertyInfo_SetValue_3=cast=(array<Object^>^),flags=gcobject
-
-OS_PropertyInfo_SetValueBoolean=accessor=PropertyInfo::SetValue,flags=cpp
-OS_PropertyInfo_SetValueBoolean_0=cast=PropertyInfo^,flags=gcobject
-OS_PropertyInfo_SetValueBoolean_1=cast=Object^,flags=gcobject
-OS_PropertyInfo_SetValueBoolean_2=cast=bool
-OS_PropertyInfo_SetValueBoolean_3=cast=(array<Object^>^),flags=gcobject
-
-OS_QueryContinueDragEventArgs_Action=flags=setter
-OS_QueryContinueDragEventArgs_Action_0=cast=QueryContinueDragEventArgs^,flags=gcobject
-OS_QueryContinueDragEventArgs_Action_1=cast=(DragAction)
-
-OS_QueryContinueDragEventArgs_EscapePressed=flags=getter
-OS_QueryContinueDragEventArgs_EscapePressed_0=cast=QueryContinueDragEventArgs^,flags=gcobject
-
-OS_RangeBase_1LargeChange__I=flags=getter
-OS_RangeBase_1LargeChange__I_0=cast=RangeBase ^,flags=gcobject
-
-OS_RangeBase_1LargeChange__ID=flags=setter
-OS_RangeBase_1LargeChange__ID_0=cast=RangeBase ^,flags=gcobject
-OS_RangeBase_1LargeChange__ID_1=
-
-OS_RangeBase_1Maximum__I=flags=getter
-OS_RangeBase_1Maximum__I_0=cast=(RangeBase ^),flags=gcobject
-
-OS_RangeBase_1Maximum__ID=flags=setter
-OS_RangeBase_1Maximum__ID_0=cast=(RangeBase ^),flags=gcobject
-OS_RangeBase_1Maximum__ID_1=
-
-OS_RangeBase_1Minimum__I=flags=getter
-OS_RangeBase_1Minimum__I_0=cast=(RangeBase ^),flags=gcobject
-
-OS_RangeBase_1Minimum__ID=flags=setter
-OS_RangeBase_1Minimum__ID_0=cast=(RangeBase ^),flags=gcobject
-OS_RangeBase_1Minimum__ID_1=
-
-OS_RangeBase_1SmallChange__I=flags=getter
-OS_RangeBase_1SmallChange__I_0=cast=RangeBase ^,flags=gcobject
-
-OS_RangeBase_1SmallChange__ID=flags=setter
-OS_RangeBase_1SmallChange__ID_0=cast=RangeBase ^,flags=gcobject
-OS_RangeBase_1SmallChange__ID_1=
-
-OS_RangeBase_1Value__I=flags=getter
-OS_RangeBase_1Value__I_0=cast=(RangeBase ^),flags=gcobject
-
-OS_RangeBase_1Value__ID=flags=setter
-OS_RangeBase_1Value__ID_0=cast=(RangeBase ^),flags=gcobject
-OS_RangeBase_1Value__ID_1=
-
-OS_RangeBase_ValueChanged=flags=adder
-OS_RangeBase_ValueChanged_0=cast=(RangeBase ^),flags=gcobject
-OS_RangeBase_ValueChanged_1=cast=(RoutedPropertyChangedEventHandler<double> ^),flags=gcobject
-
-OS_Rect_Contains=flags=cpp
-OS_Rect_Contains_0=cast=Rect^,flags=gcobject
-OS_Rect_Contains_1=cast=Point,flags=gcobject
-
-OS_Rect_1Height__I=flags=getter
-OS_Rect_1Height__I_0=cast=(Rect^),flags=gcobject
-
-OS_Rect_1Height__ID=flags=setter
-OS_Rect_1Height__ID_0=cast=(Rect^),flags=gcobject
-OS_Rect_1Height__ID_1=
-
-OS_Rect_Intersect=flags=cpp
-OS_Rect_Intersect_0=cast=(Rect^),flags=gcobject
-OS_Rect_Intersect_1=cast=Rect,flags=gcobject
-
-OS_Rect_Union=flags=cpp
-OS_Rect_Union_0=cast=(Rect^),flags=gcobject
-OS_Rect_Union_1=cast=(Rect),flags=gcobject
-
-OS_Rect_1Width__I=flags=getter
-OS_Rect_1Width__I_0=cast=(Rect^),flags=gcobject
-
-OS_Rect_1Width__ID=flags=setter
-OS_Rect_1Width__ID_0=cast=(Rect^),flags=gcobject
-OS_Rect_1Width__ID_1=
-
-OS_Rect_1X__I=flags=getter
-OS_Rect_1X__I_0=cast=(Rect^),flags=gcobject
-
-OS_Rect_1X__ID=flags=setter
-OS_Rect_1X__ID_0=cast=(Rect^),flags=gcobject
-OS_Rect_1X__ID_1=
-
-OS_Rect_1Y__I=flags=getter
-OS_Rect_1Y__I_0=cast=(Rect^),flags=gcobject
-
-OS_Rect_1Y__ID=flags=setter
-OS_Rect_1Y__ID_0=cast=(Rect^),flags=gcobject
-OS_Rect_1Y__ID_1=
-
-OS_Rectangle_Height=flags=getter
-OS_Rectangle_Height_0=cast=System::Drawing::Rectangle^,flags=gcobject
-
-OS_Rectangle_Width=flags=getter
-OS_Rectangle_Width_0=cast=System::Drawing::Rectangle^,flags=gcobject
-
-OS_Rectangle_X=flags=getter
-OS_Rectangle_X_0=cast=System::Drawing::Rectangle^,flags=gcobject
-
-OS_Rectangle_Y=flags=getter
-OS_Rectangle_Y_0=cast=System::Drawing::Rectangle^,flags=gcobject
-
-OS_RegistryKey_GetSubKeyNames=flags=cpp gcobject
-OS_RegistryKey_GetSubKeyNames_0=cast=RegistryKey^,flags=gcobject
-
-OS_RegistryKey_GetValue=flags=cpp gcobject
-OS_RegistryKey_GetValue_0=cast=RegistryKey^,flags=gcobject
-OS_RegistryKey_GetValue_1=cast=String^,flags=gcobject
-
-OS_RegistryKey_OpenSubKey=flags=cpp gcobject
-OS_RegistryKey_OpenSubKey_0=cast=RegistryKey^,flags=gcobject
-OS_RegistryKey_OpenSubKey_1=cast=String^,flags=gcobject
-
-OS_Registry_ClassesRoot=accessor=Registry::ClassesRoot,flags=const gcobject
-
-OS_RelativeSource_AncestorType=flags=setter
-OS_RelativeSource_AncestorType_0=cast=(RelativeSource^),flags=gcobject
-OS_RelativeSource_AncestorType_1=cast=Type^,flags=gcobject
-
-OS_RenderOptions_GetBitmapScalingMode=accessor=RenderOptions::GetBitmapScalingMode
-OS_RenderOptions_GetBitmapScalingMode_0=cast=(DependencyObject^),flags=gcobject
-
-OS_RenderOptions_SetBitmapScalingMode=accessor=RenderOptions::SetBitmapScalingMode
-OS_RenderOptions_SetBitmapScalingMode_0=cast=(DependencyObject^),flags=gcobject
-OS_RenderOptions_SetBitmapScalingMode_1=cast=(BitmapScalingMode)
-
-OS_RenderOptions_SetEdgeMode=accessor=RenderOptions::SetEdgeMode
-OS_RenderOptions_SetEdgeMode_0=cast=(DependencyObject^),flags=gcobject
-OS_RenderOptions_SetEdgeMode_1=cast=(EdgeMode)
-
-OS_RenderTargetBitmap_Render=flags=cpp
-OS_RenderTargetBitmap_Render_0=cast=RenderTargetBitmap^,flags=gcobject
-OS_RenderTargetBitmap_Render_1=cast=Visual^,flags=gcobject
-
-OS_RepeatBehavior_Forever=accessor=RepeatBehavior::Forever,flags=const gcobject
-
-OS_ResourceDictionary_Source=flags=setter
-OS_ResourceDictionary_Source_0=cast=ResourceDictionary^,flags=gcobject
-OS_ResourceDictionary_Source_1=cast=Uri^,flags=gcobject
-
-OS_RoutedEventArgs_Handled=flags=setter
-OS_RoutedEventArgs_Handled_0=cast=RoutedEventArgs^,flags=gcobject
-OS_RoutedEventArgs_Handled_1=
-
-OS_RoutedEventArgs_OriginalSource=flags=gcobject getter
-OS_RoutedEventArgs_OriginalSource_0=cast=(RoutedEventArgs^),flags=gcobject
-
-OS_RoutedEventArgs_Source=flags=gcobject getter
-OS_RoutedEventArgs_Source_0=cast=(RoutedEventArgs^),flags=gcobject
-
-OS_RoutedEventArgs_typeid=accessor=RoutedEventArgs::typeid,flags=const gcobject
-
-OS_RoutedPropertyChangedEventArgs_NewValue=flags=gcobject getter
-OS_RoutedPropertyChangedEventArgs_NewValue_0=cast=(RoutedPropertyChangedEventArgs<Object^>^),flags=gcobject
-
-OS_RoutedPropertyChangedEventArgs_OldValue=flags=gcobject getter
-OS_RoutedPropertyChangedEventArgs_OldValue_0=cast=(RoutedPropertyChangedEventArgs<Object^>^),flags=gcobject
-
-OS_RowDefinitionCollection_Add=flags=cpp
-OS_RowDefinitionCollection_Add_0=cast=(RowDefinitionCollection^),flags=gcobject
-OS_RowDefinitionCollection_Add_1=cast=RowDefinition^,flags=gcobject
-
-OS_RowDefinition_Height=flags=setter
-OS_RowDefinition_Height_0=cast=RowDefinition^,flags=gcobject
-OS_RowDefinition_Height_1=cast=(GridLength),flags=gcobject
-
-OS_Run_Text=flags=setter
-OS_Run_Text_0=cast=Run^,flags=gcobject
-OS_Run_Text_1=cast=String^,flags=gcobject
-
-OS_SWTAnimator_DoubleValueProperty=accessor=SWTAnimator::DoubleValueProperty,flags=no_gen gcobject const
-
-OS_SWTAnimator_IntValueProperty=accessor=SWTAnimator::IntValueProperty,flags=no_gen gcobject const
-
-OS_SWTCanvas_1Visual__I=flags=getter no_gen gcobject
-OS_SWTCanvas_1Visual__I_0=cast=(SWTCanvas^),flags=gcobject
-
-OS_SWTCanvas_1Visual__II=flags=no_gen setter
-OS_SWTCanvas_1Visual__II_0=cast=SWTCanvas^,flags=gcobject
-OS_SWTCanvas_1Visual__II_1=cast=DrawingVisual^,flags=gcobject
-
-OS_SWTDockPanel_JNIRefProperty=flags=no_gen
-
-OS_SWTDockPanel_typeid=flags=no_gen
-
-OS_SWTTextRunProperties_ForegroundBrush=flags=no_gen setter
-OS_SWTTextRunProperties_ForegroundBrush_0=cast=SWTTextRunProperties^,flags=gcobject
-OS_SWTTextRunProperties_ForegroundBrush_1=cast=Brush^,flags=gcobject
-
-OS_SaveFileDialog_OverwritePrompt=flags=setter
-OS_SaveFileDialog_OverwritePrompt_0=cast=(SaveFileDialog^),flags=gcobject
-OS_SaveFileDialog_OverwritePrompt_1=
-
-OS_Screen_AllScreens=accessor=System::Windows::Forms::Screen::AllScreens,flags=const gcobject
-
-OS_Screen_Bounds=flags=gcobject getter
-OS_Screen_Bounds_0=cast=(System::Windows::Forms::Screen^),flags=gcobject
-
-OS_Screen_PrimaryScreen=accessor=System::Windows::Forms::Screen::PrimaryScreen,flags=const gcobject
-
-OS_Screen_WorkingArea=flags=gcobject getter
-OS_Screen_WorkingArea_0=cast=(System::Windows::Forms::Screen^),flags=gcobject
-
-OS_ScrollBar_1Orientation__I=flags=getter
-OS_ScrollBar_1Orientation__I_0=cast=(ScrollBar^),flags=gcobject
-
-OS_ScrollBar_1Orientation__II=flags=setter
-OS_ScrollBar_1Orientation__II_0=cast=(ScrollBar^),flags=gcobject
-OS_ScrollBar_1Orientation__II_1=cast=Orientation
-
-OS_ScrollBar_Scroll=flags=adder
-OS_ScrollBar_Scroll_0=cast=(ScrollBar^),flags=gcobject
-OS_ScrollBar_Scroll_1=cast=(ScrollEventHandler^),flags=gcobject
-
-OS_ScrollBar_1ViewportSize__I=flags=getter
-OS_ScrollBar_1ViewportSize__I_0=cast=(ScrollBar^),flags=gcobject
-
-OS_ScrollBar_1ViewportSize__ID=flags=setter
-OS_ScrollBar_1ViewportSize__ID_0=cast=(ScrollBar^),flags=gcobject
-OS_ScrollBar_1ViewportSize__ID_1=
-
-OS_ScrollBar_typeid=accessor=ScrollBar::typeid,flags=const gcobject
-
-OS_ScrollEventArgs_ScrollEventType=flags=getter
-OS_ScrollEventArgs_ScrollEventType_0=cast=ScrollEventArgs^,flags=gcobject
-
-OS_ScrollViewer_ScrollToVerticalOffset=flags=cpp
-OS_ScrollViewer_ScrollToVerticalOffset_0=cast=ScrollViewer^,flags=gcobject
-OS_ScrollViewer_ScrollToVerticalOffset_1=
-
-OS_ScrollViewer_SetHorizontalScrollBarVisibility=accessor=ScrollViewer::SetHorizontalScrollBarVisibility
-OS_ScrollViewer_SetHorizontalScrollBarVisibility_0=cast=(DependencyObject^),flags=gcobject
-OS_ScrollViewer_SetHorizontalScrollBarVisibility_1=cast=(ScrollBarVisibility)
-
-OS_ScrollViewer_SetVerticalScrollBarVisibility=accessor=ScrollViewer::SetVerticalScrollBarVisibility
-OS_ScrollViewer_SetVerticalScrollBarVisibility_0=cast=(DependencyObject^),flags=gcobject
-OS_ScrollViewer_SetVerticalScrollBarVisibility_1=cast=(ScrollBarVisibility)
-
-OS_ScrollViewer_VerticalOffset=flags=getter
-OS_ScrollViewer_VerticalOffset_0=cast=ScrollViewer^,flags=gcobject
-
-OS_ScrollViewer_typeid=accessor=ScrollViewer::typeid,flags=const gcobject
-
-OS_SelectionChangedEventArgs_AddedItems=flags=gcobject getter
-OS_SelectionChangedEventArgs_AddedItems_0=cast=SelectionChangedEventArgs^,flags=gcobject
-
-OS_SelectionChangedEventArgs_RemovedItems=flags=gcobject getter
-OS_SelectionChangedEventArgs_RemovedItems_0=cast=(SelectionChangedEventArgs^),flags=gcobject
-
-OS_Selector_IsSynchronizedWithCurrentItem=flags=setter
-OS_Selector_IsSynchronizedWithCurrentItem_0=cast=Selector^,flags=gcobject
-OS_Selector_IsSynchronizedWithCurrentItem_1=
-
-OS_Selector_1SelectedIndex__I=flags=getter
-OS_Selector_1SelectedIndex__I_0=cast=(Selector^),flags=gcobject
-
-OS_Selector_1SelectedIndex__II=flags=setter
-OS_Selector_1SelectedIndex__II_0=cast=(Selector^),flags=gcobject
-OS_Selector_1SelectedIndex__II_1=
-
-OS_Selector_SelectedItem=flags=gcobject getter
-OS_Selector_SelectedItem_0=cast=(Selector^),flags=gcobject
-
-OS_Selector_SelectedValue=flags=gcobject getter
-OS_Selector_SelectedValue_0=cast=(Selector^),flags=gcobject
-
-OS_Selector_SelectionChanged=flags=adder
-OS_Selector_SelectionChanged_0=cast=Selector^,flags=gcobject
-OS_Selector_SelectionChanged_1=cast=(SelectionChangedEventHandler^),flags=gcobject
-
-OS_SetterBaseCollection_Add=flags=cpp
-OS_SetterBaseCollection_Add_0=cast=SetterBaseCollection^,flags=gcobject
-OS_SetterBaseCollection_Add_1=cast=SetterBase^,flags=gcobject
-
-OS_Shape_Fill=flags=setter
-OS_Shape_Fill_0=cast=Shape^,flags=gcobject
-OS_Shape_Fill_1=cast=Brush^,flags=gcobject
-
-OS_Shape_Stroke=flags=setter
-OS_Shape_Stroke_0=cast=(Shape^),flags=gcobject
-OS_Shape_Stroke_1=cast=Brush^,flags=gcobject
-
-OS_Shape_StrokeThickness=flags=setter
-OS_Shape_StrokeThickness_0=cast=(Shape^),flags=gcobject
-OS_Shape_StrokeThickness_1=
-
-OS_SizeChangedEventArgs_NewSize=flags=gcobject getter
-OS_SizeChangedEventArgs_NewSize_0=cast=(SizeChangedEventArgs^),flags=gcobject
-
-OS_SizeChangedEventArgs_PreviousSize=flags=gcobject getter
-OS_SizeChangedEventArgs_PreviousSize_0=cast=(SizeChangedEventArgs^),flags=gcobject
-
-OS_Size_1Height__I=flags=getter
-OS_Size_1Height__I_0=cast=Size ^,flags=gcobject
-
-OS_Size_1Height__ID=flags=setter
-OS_Size_1Height__ID_0=cast=Size ^,flags=gcobject
-OS_Size_1Height__ID_1=
-
-OS_Size_1Width__I=flags=getter
-OS_Size_1Width__I_0=cast=Size ^,flags=gcobject
-
-OS_Size_1Width__ID=flags=setter
-OS_Size_1Width__ID_0=cast=Size ^,flags=gcobject
-OS_Size_1Width__ID_1=
-
-OS_Slider_Orientation=flags=setter
-OS_Slider_Orientation_0=cast=(Slider ^),flags=gcobject
-OS_Slider_Orientation_1=cast=Orientation
-
-OS_Slider_TickFrequency=flags=setter
-OS_Slider_TickFrequency_0=cast=Slider^,flags=gcobject
-OS_Slider_TickFrequency_1=
-
-OS_Slider_TickPlacement=flags=setter
-OS_Slider_TickPlacement_0=cast=Slider^,flags=gcobject
-OS_Slider_TickPlacement_1=cast=TickPlacement
-
-OS_SplineDoubleKeyFrame_KeySpline=flags=setter
-OS_SplineDoubleKeyFrame_KeySpline_0=cast=SplineDoubleKeyFrame^,flags=gcobject
-OS_SplineDoubleKeyFrame_KeySpline_1=cast=KeySpline^,flags=gcobject
-
-OS_SplineInt32KeyFrame_KeySpline=flags=setter
-OS_SplineInt32KeyFrame_KeySpline_0=cast=(SplineInt32KeyFrame^),flags=gcobject
-OS_SplineInt32KeyFrame_KeySpline_1=cast=(KeySpline^),flags=gcobject
-
-OS_StackPanel_Orientation=flags=setter
-OS_StackPanel_Orientation_0=cast=StackPanel^,flags=gcobject
-OS_StackPanel_Orientation_1=cast=Orientation
-
-OS_StackPanel_OrientationProperty=accessor=StackPanel::OrientationProperty,flags=const gcobject
-
-OS_StackPanel_typeid=accessor=StackPanel::typeid,flags=const gcobject
-
-OS_Storyboard_Begin=flags=cpp
-OS_Storyboard_Begin_0=cast=(Storyboard^),flags=gcobject
-OS_Storyboard_Begin_1=cast=FrameworkElement^,flags=gcobject
-OS_Storyboard_Begin_2=
-
-OS_Storyboard_Pause=flags=cpp
-OS_Storyboard_Pause_0=cast=(Storyboard^),flags=gcobject
-OS_Storyboard_Pause_1=cast=(FrameworkElement^),flags=gcobject
-
-OS_Storyboard_Resume=flags=cpp
-OS_Storyboard_Resume_0=cast=(Storyboard^),flags=gcobject
-OS_Storyboard_Resume_1=cast=(FrameworkElement^),flags=gcobject
-
-OS_Storyboard_SetTargetName=accessor=Storyboard::SetTargetName
-OS_Storyboard_SetTargetName_0=cast=DependencyObject^,flags=gcobject
-OS_Storyboard_SetTargetName_1=cast=String^,flags=gcobject
-
-OS_Storyboard_SetTargetProperty=accessor=Storyboard::SetTargetProperty
-OS_Storyboard_SetTargetProperty_0=cast=DependencyObject^,flags=gcobject
-OS_Storyboard_SetTargetProperty_1=cast=PropertyPath^,flags=gcobject
-
-OS_Storyboard_Stop=flags=cpp
-OS_Storyboard_Stop_0=cast=(Storyboard^),flags=gcobject
-OS_Storyboard_Stop_1=cast=(FrameworkElement^),flags=gcobject
-
-OS_StreamGeometryContext_BeginFigure=flags=cpp
-OS_StreamGeometryContext_BeginFigure_0=cast=(StreamGeometryContext^),flags=gcobject
-OS_StreamGeometryContext_BeginFigure_1=cast=(Point),flags=gcobject
-OS_StreamGeometryContext_BeginFigure_2=
-OS_StreamGeometryContext_BeginFigure_3=
-
-OS_StreamGeometryContext_Close=flags=cpp
-OS_StreamGeometryContext_Close_0=cast=StreamGeometryContext^,flags=gcobject
-
-OS_StreamGeometryContext_LineTo=flags=cpp
-OS_StreamGeometryContext_LineTo_0=cast=(StreamGeometryContext^),flags=gcobject
-OS_StreamGeometryContext_LineTo_1=cast=(Point),flags=gcobject
-OS_StreamGeometryContext_LineTo_2=
-OS_StreamGeometryContext_LineTo_3=
-
-OS_StreamGeometry_Open=flags=cpp gcobject
-OS_StreamGeometry_Open_0=cast=StreamGeometry^,flags=gcobject
-
-OS_String_Length=flags=getter
-OS_String_Length_0=cast=String^,flags=gcobject
-
-OS_String_ToCharArray=flags=cpp gcobject
-OS_String_ToCharArray_0=cast=String^,flags=gcobject
-
-OS_String_typeid=accessor=String::typeid,flags=const gcobject
-
-OS_Style_Setters=flags=gcobject getter
-OS_Style_Setters_0=cast=Style^,flags=gcobject
-
-OS_SystemColors_ActiveBorderBrush=accessor=SystemColors::ActiveBorderBrush,flags=const gcobject
-
-OS_SystemColors_ActiveBorderColor=accessor=SystemColors::ActiveBorderColor,flags=const struct gcobject
-
-OS_SystemColors_ActiveCaptionColor=accessor=SystemColors::ActiveCaptionColor,flags=const struct gcobject
-
-OS_SystemColors_ActiveCaptionTextColor=accessor=SystemColors::ActiveCaptionTextColor,flags=const struct gcobject
-
-OS_SystemColors_ControlBrush=accessor=SystemColors::ControlBrush,flags=const gcobject
-
-OS_SystemColors_ControlColor=accessor=SystemColors::ControlColor,flags=const struct gcobject
-
-OS_SystemColors_ControlDarkColor=accessor=SystemColors::ControlDarkColor,flags=const struct gcobject
-
-OS_SystemColors_ControlDarkDarkColor=accessor=SystemColors::ControlDarkDarkColor,flags=const struct gcobject
-
-OS_SystemColors_ControlLightColor=accessor=SystemColors::ControlLightColor,flags=const struct gcobject
-
-OS_SystemColors_ControlLightLightColor=accessor=SystemColors::ControlLightLightColor,flags=const struct gcobject
-
-OS_SystemColors_ControlTextBrush=accessor=SystemColors::ControlTextBrush,flags=const gcobject
-
-OS_SystemColors_ControlTextColor=accessor=SystemColors::ControlTextColor,flags=const struct gcobject
-
-OS_SystemColors_GradientActiveCaptionColor=accessor=SystemColors::GradientActiveCaptionColor,flags=const struct gcobject
-
-OS_SystemColors_GradientInactiveCaptionColor=accessor=SystemColors::GradientInactiveCaptionColor,flags=const struct gcobject
-
-OS_SystemColors_HighlightBrush=accessor=SystemColors::HighlightBrush,flags=const gcobject
-
-OS_SystemColors_HighlightColor=accessor=SystemColors::HighlightColor,flags=const struct gcobject
-
-OS_SystemColors_HighlightTextColor=accessor=SystemColors::HighlightTextColor,flags=const struct gcobject
-
-OS_SystemColors_InactiveCaptionColor=accessor=SystemColors::InactiveCaptionColor,flags=const struct gcobject
-
-OS_SystemColors_InactiveCaptionTextColor=accessor=SystemColors::InactiveCaptionTextColor,flags=const struct gcobject
-
-OS_SystemColors_InfoColor=accessor=SystemColors::InfoColor,flags=const struct gcobject
-
-OS_SystemColors_InfoTextColor=accessor=SystemColors::InfoTextColor,flags=const struct gcobject
-
-OS_SystemColors_WindowColor=accessor=SystemColors::WindowColor,flags=const struct gcobject
-
-OS_SystemColors_WindowTextColor=accessor=SystemColors::WindowTextColor,flags=const struct gcobject
-
-OS_SystemFonts_MessageFontFamily=accessor=SystemFonts::MessageFontFamily,flags=const gcobject
-
-OS_SystemFonts_MessageFontSize=accessor=SystemFonts::MessageFontSize,flags=const
-
-OS_SystemFonts_MessageFontStyle=accessor=SystemFonts::MessageFontStyle,flags=const gcobject
-
-OS_SystemFonts_MessageFontWeight=accessor=SystemFonts::MessageFontWeight,flags=const gcobject
-
-OS_SystemParameters_HighContrast=accessor=SystemParameters::HighContrast,flags=const
-
-OS_SystemParameters_HorizontalScrollBarButtonWidth=accessor=SystemParameters::HorizontalScrollBarButtonWidth,flags=const
-
-OS_SystemParameters_HorizontalScrollBarHeight=accessor=SystemParameters::HorizontalScrollBarHeight,flags=const
-
-OS_SystemParameters_MinimumHorizontalDragDistance=accessor=SystemParameters::MinimumHorizontalDragDistance,flags=const
-
-OS_SystemParameters_MinimumVerticalDragDistance=accessor=SystemParameters::MinimumVerticalDragDistance,flags=const
-
-OS_SystemParameters_PrimaryScreenHeight=accessor=SystemParameters::PrimaryScreenHeight,flags=const
-
-OS_SystemParameters_PrimaryScreenWidth=accessor=SystemParameters::PrimaryScreenWidth,flags=const
-
-OS_SystemParameters_ThinHorizontalBorderHeight=accessor=SystemParameters::ThinHorizontalBorderHeight,flags=const
-
-OS_SystemParameters_ThinVerticalBorderWidth=accessor=SystemParameters::ThinVerticalBorderWidth,flags=const
-
-OS_SystemParameters_VerticalScrollBarButtonHeight=accessor=SystemParameters::VerticalScrollBarButtonHeight,flags=const
-
-OS_SystemParameters_VerticalScrollBarWidth=accessor=SystemParameters::VerticalScrollBarWidth,flags=const
-
-OS_SystemParameters_VirtualScreenHeight=accessor=SystemParameters::VirtualScreenHeight,flags=const
-
-OS_SystemParameters_VirtualScreenLeft=accessor=SystemParameters::VirtualScreenLeft,flags=const
-
-OS_SystemParameters_VirtualScreenTop=accessor=SystemParameters::VirtualScreenTop,flags=const
-
-OS_SystemParameters_VirtualScreenWidth=accessor=SystemParameters::VirtualScreenWidth,flags=const
-
-OS_SystemParameters_WheelScrollLines=accessor=SystemParameters::WheelScrollLines,flags=const
-
-OS_SystemParameters_WorkArea=accessor=SystemParameters::WorkArea,flags=const gcobject
-
-OS_TabControl_TabStripPlacement=flags=setter
-OS_TabControl_TabStripPlacement_0=cast=TabControl^,flags=gcobject
-OS_TabControl_TabStripPlacement_1=cast=Dock
-
-OS_TabItem_IsSelected=flags=getter
-OS_TabItem_IsSelected_0=cast=TabItem^,flags=gcobject
-
-OS_TextBlock_Background=flags=setter
-OS_TextBlock_Background_0=cast=TextBlock^,flags=gcobject
-OS_TextBlock_Background_1=cast=Brush^,flags=gcobject
-
-OS_TextBlock_BackgroundProperty=accessor=TextBlock::BackgroundProperty,flags=const gcobject
-
-OS_TextBlock_FontFamily=flags=setter
-OS_TextBlock_FontFamily_0=cast=(TextBlock^),flags=gcobject
-OS_TextBlock_FontFamily_1=cast=FontFamily^,flags=gcobject
-
-OS_TextBlock_FontFamilyProperty=accessor=TextBlock::FontFamilyProperty,flags=const gcobject
-
-OS_TextBlock_FontSize=flags=setter
-OS_TextBlock_FontSize_0=cast=(TextBlock^),flags=gcobject
-OS_TextBlock_FontSize_1=
-
-OS_TextBlock_FontSizeProperty=accessor=TextBlock::FontSizeProperty,flags=const gcobject
-
-OS_TextBlock_FontStretch=flags=setter
-OS_TextBlock_FontStretch_0=cast=(TextBlock^),flags=gcobject
-OS_TextBlock_FontStretch_1=cast=FontStretch,flags=gcobject
-
-OS_TextBlock_FontStretchProperty=accessor=TextBlock::FontStretchProperty,flags=const gcobject
-
-OS_TextBlock_FontStyle=flags=setter
-OS_TextBlock_FontStyle_0=cast=(TextBlock^),flags=gcobject
-OS_TextBlock_FontStyle_1=cast=FontStyle,flags=gcobject
-
-OS_TextBlock_FontStyleProperty=accessor=TextBlock::FontStyleProperty,flags=const gcobject
-
-OS_TextBlock_FontWeight=flags=setter
-OS_TextBlock_FontWeight_0=cast=(TextBlock^),flags=gcobject
-OS_TextBlock_FontWeight_1=cast=FontWeight,flags=gcobject
-
-OS_TextBlock_FontWeightProperty=accessor=TextBlock::FontWeightProperty,flags=const gcobject
-
-OS_TextBlock_Foreground=flags=setter
-OS_TextBlock_Foreground_0=cast=TextBlock^,flags=gcobject
-OS_TextBlock_Foreground_1=cast=Brush^,flags=gcobject
-
-OS_TextBlock_ForegroundProperty=accessor=TextBlock::ForegroundProperty,flags=const gcobject
-
-OS_TextBlock_Inlines=flags=gcobject getter
-OS_TextBlock_Inlines_0=cast=TextBlock^,flags=gcobject
-
-OS_TextBlock_1Text__I=flags=gcobject getter
-OS_TextBlock_1Text__I_0=cast=TextBlock^,flags=gcobject
-
-OS_TextBlock_1Text__II=flags=setter
-OS_TextBlock_1Text__II_0=cast=TextBlock^,flags=gcobject
-OS_TextBlock_1Text__II_1=cast=String^,flags=gcobject
-
-OS_TextBlock_TextProperty=accessor=TextBlock::TextProperty,flags=const gcobject
-
-OS_TextBlock_typeid=accessor=TextBlock::typeid,flags=const gcobject
-
-OS_TextBoundsCollection_Current=flags=gcobject getter
-OS_TextBoundsCollection_Current_0=cast=IEnumerator^,flags=gcobject
-
-OS_TextBoundsCollection_GetEnumerator=flags=cpp gcobject
-OS_TextBoundsCollection_GetEnumerator_0=cast=IEnumerable^,flags=gcobject
-
-OS_TextBounds_Rectangle=flags=gcobject getter
-OS_TextBounds_Rectangle_0=cast=TextBounds^,flags=gcobject
-
-OS_TextBoxBase_AcceptsReturn=flags=setter
-OS_TextBoxBase_AcceptsReturn_0=cast=TextBoxBase^,flags=gcobject
-OS_TextBoxBase_AcceptsReturn_1=
-
-OS_TextBoxBase_AcceptsTab=flags=setter
-OS_TextBoxBase_AcceptsTab_0=cast=TextBoxBase^,flags=gcobject
-OS_TextBoxBase_AcceptsTab_1=
-
-OS_TextBoxBase_AppendText=flags=cpp
-OS_TextBoxBase_AppendText_0=cast=TextBoxBase^,flags=gcobject
-OS_TextBoxBase_AppendText_1=cast=(String^),flags=gcobject
-
-OS_TextBoxBase_Copy=flags=cpp
-OS_TextBoxBase_Copy_0=cast=TextBoxBase^,flags=gcobject
-
-OS_TextBoxBase_Cut=flags=cpp
-OS_TextBoxBase_Cut_0=cast=TextBoxBase^,flags=gcobject
-
-OS_TextBoxBase_HorizontalScrollBarVisibility=flags=setter
-OS_TextBoxBase_HorizontalScrollBarVisibility_0=cast=TextBoxBase^,flags=gcobject
-OS_TextBoxBase_HorizontalScrollBarVisibility_1=cast=(ScrollBarVisibility)
-
-OS_TextBoxBase_1IsReadOnly__I=flags=getter
-OS_TextBoxBase_1IsReadOnly__I_0=cast=TextBoxBase^,flags=gcobject
-
-OS_TextBoxBase_1IsReadOnly__IZ=flags=setter
-OS_TextBoxBase_1IsReadOnly__IZ_0=cast=TextBoxBase^,flags=gcobject
-OS_TextBoxBase_1IsReadOnly__IZ_1=
-
-OS_TextBoxBase_Paste=flags=cpp
-OS_TextBoxBase_Paste_0=cast=TextBoxBase^,flags=gcobject
-
-OS_TextBoxBase_ScrollToEnd=flags=cpp
-OS_TextBoxBase_ScrollToEnd_0=cast=TextBoxBase^,flags=gcobject
-
-OS_TextBoxBase_ScrollToVerticalOffset=flags=cpp
-OS_TextBoxBase_ScrollToVerticalOffset_0=cast=TextBoxBase^,flags=gcobject
-OS_TextBoxBase_ScrollToVerticalOffset_1=
-
-OS_TextBoxBase_SelectAll=flags=cpp
-OS_TextBoxBase_SelectAll_0=cast=TextBoxBase^,flags=gcobject
-
-OS_TextBoxBase_TextChanged=flags=adder
-OS_TextBoxBase_TextChanged_0=cast=TextBoxBase^,flags=gcobject
-OS_TextBoxBase_TextChanged_1=cast=TextChangedEventHandler^,flags=gcobject
-
-OS_TextBoxBase_VerticalOffset=flags=getter
-OS_TextBoxBase_VerticalOffset_0=cast=TextBoxBase^,flags=gcobject
-
-OS_TextBoxBase_VerticalScrollBarVisibility=flags=setter
-OS_TextBoxBase_VerticalScrollBarVisibility_0=cast=TextBoxBase^,flags=gcobject
-OS_TextBoxBase_VerticalScrollBarVisibility_1=cast=(ScrollBarVisibility)
-
-OS_TextBox_1CaretIndex__I=flags=getter
-OS_TextBox_1CaretIndex__I_0=cast=TextBox^,flags=gcobject
-
-OS_TextBox_1CaretIndex__II=flags=setter
-OS_TextBox_1CaretIndex__II_0=cast=TextBox^,flags=gcobject
-OS_TextBox_1CaretIndex__II_1=
-
-OS_TextBox_GetFirstVisibleLineIndex=flags=cpp
-OS_TextBox_GetFirstVisibleLineIndex_0=cast=TextBox^,flags=gcobject
-
-OS_TextBox_GetLineIndexFromCharacterIndex=flags=cpp
-OS_TextBox_GetLineIndexFromCharacterIndex_0=cast=TextBox^,flags=gcobject
-OS_TextBox_GetLineIndexFromCharacterIndex_1=
-
-OS_TextBox_GetRectFromCharacterIndex=flags=cpp gcobject
-OS_TextBox_GetRectFromCharacterIndex_0=cast=TextBox^,flags=gcobject
-OS_TextBox_GetRectFromCharacterIndex_1=
-
-OS_TextBox_LineCount=flags=getter
-OS_TextBox_LineCount_0=cast=TextBox^,flags=gcobject
-
-OS_TextBox_1MaxLength__I=flags=getter
-OS_TextBox_1MaxLength__I_0=cast=TextBox^,flags=gcobject
-
-OS_TextBox_1MaxLength__II=flags=setter
-OS_TextBox_1MaxLength__II_0=cast=TextBox^,flags=gcobject
-OS_TextBox_1MaxLength__II_1=
-
-OS_TextBox_ScrollToLine=flags=cpp
-OS_TextBox_ScrollToLine_0=cast=TextBox^,flags=gcobject
-OS_TextBox_ScrollToLine_1=
-
-OS_TextBox_Select=flags=cpp
-OS_TextBox_Select_0=cast=TextBox^,flags=gcobject
-OS_TextBox_Select_1=
-OS_TextBox_Select_2=
-
-OS_TextBox_1SelectedText__I=flags=gcobject getter
-OS_TextBox_1SelectedText__I_0=cast=TextBox^,flags=gcobject
-
-OS_TextBox_1SelectedText__II=flags=setter
-OS_TextBox_1SelectedText__II_0=cast=TextBox^,flags=gcobject
-OS_TextBox_1SelectedText__II_1=cast=String^,flags=gcobject
-
-OS_TextBox_1SelectionLength__I=flags=getter
-OS_TextBox_1SelectionLength__I_0=cast=TextBox^,flags=gcobject
-
-OS_TextBox_1SelectionLength__II=flags=setter
-OS_TextBox_1SelectionLength__II_0=cast=TextBox^,flags=gcobject
-OS_TextBox_1SelectionLength__II_1=
-
-OS_TextBox_1SelectionStart__I=flags=getter
-OS_TextBox_1SelectionStart__I_0=cast=TextBox^,flags=gcobject
-
-OS_TextBox_1SelectionStart__II=flags=setter
-OS_TextBox_1SelectionStart__II_0=cast=TextBox^,flags=gcobject
-OS_TextBox_1SelectionStart__II_1=
-
-OS_TextBox_1Text__I=flags=gcobject getter
-OS_TextBox_1Text__I_0=cast=(TextBox^),flags=gcobject
-
-OS_TextBox_1Text__II=flags=setter
-OS_TextBox_1Text__II_0=cast=(TextBox^),flags=gcobject
-OS_TextBox_1Text__II_1=cast=String^,flags=gcobject
-
-OS_TextBox_TextWrapping=flags=setter
-OS_TextBox_TextWrapping_0=cast=TextBox^,flags=gcobject
-OS_TextBox_TextWrapping_1=cast=TextWrapping
-
-OS_TextCompositionEventArgs_ControlText=flags=gcobject getter
-OS_TextCompositionEventArgs_ControlText_0=cast=(TextCompositionEventArgs^),flags=gcobject
-
-OS_TextCompositionEventArgs_Handled=flags=setter
-OS_TextCompositionEventArgs_Handled_0=cast=TextCompositionEventArgs^,flags=gcobject
-OS_TextCompositionEventArgs_Handled_1=
-
-OS_TextCompositionEventArgs_SystemText=flags=gcobject getter
-OS_TextCompositionEventArgs_SystemText_0=cast=(TextCompositionEventArgs^),flags=gcobject
-
-OS_TextCompositionEventArgs_Text=flags=gcobject getter
-OS_TextCompositionEventArgs_Text_0=cast=(TextCompositionEventArgs^),flags=gcobject
-
-OS_TextDecorationCollection_Add=flags=cpp
-OS_TextDecorationCollection_Add_0=cast=(TextDecorationCollection^),flags=gcobject
-OS_TextDecorationCollection_Add_1=cast=(TextDecoration^),flags=gcobject
-
-OS_TextDecorations_Strikethrough=accessor=TextDecorations::Strikethrough,flags=const gcobject
-
-OS_TextDecorations_Underline=accessor=TextDecorations::Underline,flags=const gcobject
-
-OS_TextFormatter_Create=accessor=TextFormatter::Create,flags=gcobject
-
-OS_TextFormatter_FormatLine=flags=cpp gcobject
-OS_TextFormatter_FormatLine_0=cast=TextFormatter^,flags=gcobject
-OS_TextFormatter_FormatLine_1=cast=TextSource^,flags=gcobject
-OS_TextFormatter_FormatLine_2=
-OS_TextFormatter_FormatLine_3=
-OS_TextFormatter_FormatLine_4=cast=TextParagraphProperties^,flags=gcobject
-OS_TextFormatter_FormatLine_5=cast=TextLineBreak^,flags=gcobject
-
-OS_TextLine_Baseline=flags=getter
-OS_TextLine_Baseline_0=cast=TextLine^,flags=gcobject
-
-OS_TextLine_Draw=flags=cpp
-OS_TextLine_Draw_0=cast=TextLine^,flags=gcobject
-OS_TextLine_Draw_1=cast=(DrawingContext^),flags=gcobject
-OS_TextLine_Draw_2=cast=Point,flags=gcobject
-OS_TextLine_Draw_3=cast=InvertAxes
-
-OS_TextLine_GetCharacterHitFromDistance=flags=cpp gcobject
-OS_TextLine_GetCharacterHitFromDistance_0=cast=TextLine^,flags=gcobject
-OS_TextLine_GetCharacterHitFromDistance_1=
-
-OS_TextLine_GetDistanceFromCharacterHit=flags=cpp
-OS_TextLine_GetDistanceFromCharacterHit_0=cast=(TextLine^),flags=gcobject
-OS_TextLine_GetDistanceFromCharacterHit_1=cast=(CharacterHit),flags=gcobject
-
-OS_TextLine_GetIndexedGlyphRuns=flags=cpp gcobject
-OS_TextLine_GetIndexedGlyphRuns_0=cast=(TextLine^),flags=gcobject
-
-OS_TextLine_GetNextCaretCharacterHit=flags=cpp gcobject
-OS_TextLine_GetNextCaretCharacterHit_0=cast=(TextLine^),flags=gcobject
-OS_TextLine_GetNextCaretCharacterHit_1=cast=(CharacterHit),flags=gcobject
-
-OS_TextLine_GetPreviousCaretCharacterHit=flags=cpp gcobject
-OS_TextLine_GetPreviousCaretCharacterHit_0=cast=(TextLine^),flags=gcobject
-OS_TextLine_GetPreviousCaretCharacterHit_1=cast=(CharacterHit),flags=gcobject
-
-OS_TextLine_GetTextBounds=flags=cpp gcobject
-OS_TextLine_GetTextBounds_0=cast=TextLine^,flags=gcobject
-OS_TextLine_GetTextBounds_1=
-OS_TextLine_GetTextBounds_2=
-
-OS_TextLine_GetTextLineBreak=flags=cpp gcobject
-OS_TextLine_GetTextLineBreak_0=cast=TextLine^,flags=gcobject
-
-OS_TextLine_Height=flags=getter
-OS_TextLine_Height_0=cast=TextLine^,flags=gcobject
-
-OS_TextLine_Length=flags=getter
-OS_TextLine_Length_0=cast=TextLine^,flags=gcobject
-
-OS_TextLine_NewlineLength=flags=getter
-OS_TextLine_NewlineLength_0=cast=TextLine^,flags=gcobject
-
-OS_TextLine_Start=flags=getter
-OS_TextLine_Start_0=cast=(TextLine^),flags=gcobject
-
-OS_TextLine_Width=flags=getter
-OS_TextLine_Width_0=cast=(TextLine^),flags=gcobject
-
-OS_TextLine_WidthIncludingTrailingWhitespace=flags=getter
-OS_TextLine_WidthIncludingTrailingWhitespace_0=cast=TextLine^,flags=gcobject
-
-OS_TextTabPropertiesCollection_Add=flags=cpp
-OS_TextTabPropertiesCollection_Add_0=cast=System::Collections::Generic::IList<TextTabProperties^>^,flags=gcobject
-OS_TextTabPropertiesCollection_Add_1=cast=TextTabProperties^,flags=gcobject
-
-OS_Thickness_Bottom=flags=getter
-OS_Thickness_Bottom_0=cast=(Thickness^),flags=gcobject
-
-OS_Thickness_Left=flags=getter
-OS_Thickness_Left_0=cast=(Thickness^),flags=gcobject
-
-OS_Thickness_Right=flags=getter
-OS_Thickness_Right_0=cast=(Thickness^),flags=gcobject
-
-OS_Thickness_Top=flags=getter
-OS_Thickness_Top_0=cast=(Thickness^),flags=gcobject
-
-OS_Thumb_DragDeltaEvent=accessor=Thumb::DragDeltaEvent,flags=const gcobject
-
-OS_TileBrush_AlignmentX=flags=setter
-OS_TileBrush_AlignmentX_0=cast=(TileBrush^),flags=gcobject
-OS_TileBrush_AlignmentX_1=cast=AlignmentX
-
-OS_TileBrush_AlignmentY=flags=setter
-OS_TileBrush_AlignmentY_0=cast=(TileBrush^),flags=gcobject
-OS_TileBrush_AlignmentY_1=cast=AlignmentY
-
-OS_TileBrush_Stretch=flags=setter
-OS_TileBrush_Stretch_0=cast=(TileBrush^),flags=gcobject
-OS_TileBrush_Stretch_1=cast=(Stretch)
-
-OS_TileBrush_TileMode=flags=setter
-OS_TileBrush_TileMode_0=cast=(TileBrush^),flags=gcobject
-OS_TileBrush_TileMode_1=cast=(TileMode)
-
-OS_TileBrush_Viewport=flags=setter
-OS_TileBrush_Viewport_0=cast=TileBrush^,flags=gcobject
-OS_TileBrush_Viewport_1=cast=Rect,flags=gcobject
-
-OS_TileBrush_ViewportUnits=flags=setter
-OS_TileBrush_ViewportUnits_0=cast=(TileBrush^),flags=gcobject
-OS_TileBrush_ViewportUnits_1=cast=BrushMappingMode
-
-OS_TimeSpan_FromMilliseconds=accessor=TimeSpan::FromMilliseconds(arg0),flags=const gcobject
-OS_TimeSpan_FromMilliseconds_0=
-
-OS_TimeSpan_TotalMilliseconds=flags=getter
-OS_TimeSpan_TotalMilliseconds_0=cast=TimeSpan^,flags=gcobject
-
-OS_TimelineGroup_Children=flags=gcobject getter
-OS_TimelineGroup_Children_0=cast=TimelineGroup^,flags=gcobject
-
-OS_Timeline_1AccelerationRatio__I=flags=getter
-OS_Timeline_1AccelerationRatio__I_0=cast=(Timeline^),flags=gcobject
-
-OS_Timeline_1AccelerationRatio__ID=flags=setter
-OS_Timeline_1AccelerationRatio__ID_0=cast=(Timeline^),flags=gcobject
-OS_Timeline_1AccelerationRatio__ID_1=
-
-OS_Timeline_AutoReverse=flags=setter
-OS_Timeline_AutoReverse_0=cast=Timeline^,flags=gcobject
-OS_Timeline_AutoReverse_1=
-
-OS_Timeline_1BeginTime__I=flags=gcobject getter
-OS_Timeline_1BeginTime__I_0=cast=(Timeline^),flags=gcobject
-
-OS_Timeline_1BeginTime__II=flags=no_gen setter gcobject
-OS_Timeline_1BeginTime__II_0=cast=Timeline^,flags=gcobject
-OS_Timeline_1BeginTime__II_1=cast=(TimeSpan^),flags=gcobject
-
-OS_Timeline_Completed=flags=adder
-OS_Timeline_Completed_0=cast=Timeline^,flags=gcobject
-OS_Timeline_Completed_1=cast=EventHandler^,flags=gcobject
-
-OS_Timeline_1DecelerationRatio__I=flags=getter
-OS_Timeline_1DecelerationRatio__I_0=cast=(Timeline^),flags=gcobject
-
-OS_Timeline_1DecelerationRatio__ID=flags=setter
-OS_Timeline_1DecelerationRatio__ID_0=cast=(Timeline^),flags=gcobject
-OS_Timeline_1DecelerationRatio__ID_1=
-
-OS_Timeline_1Duration__I=flags=gcobject getter
-OS_Timeline_1Duration__I_0=cast=Timeline^,flags=gcobject
-
-OS_Timeline_1Duration__II=flags=setter
-OS_Timeline_1Duration__II_0=cast=Timeline^,flags=gcobject
-OS_Timeline_1Duration__II_1=cast=(Duration),flags=gcobject
-
-OS_Timeline_RepeatBehavior=flags=setter
-OS_Timeline_RepeatBehavior_0=cast=Timeline^,flags=gcobject
-OS_Timeline_RepeatBehavior_1=cast=(RepeatBehavior),flags=gcobject
-
-OS_ToggleButton_Checked=flags=adder
-OS_ToggleButton_Checked_0=cast=ToggleButton^,flags=gcobject
-OS_ToggleButton_Checked_1=cast=RoutedEventHandler^,flags=gcobject
-
-OS_ToggleButton_CheckedEvent=accessor=ToggleButton::CheckedEvent,flags=const gcobject
-
-OS_ToggleButton_IndeterminateEvent=accessor=ToggleButton::IndeterminateEvent,flags=const gcobject
-
-OS_ToggleButton_1IsChecked__I=flags=getter
-OS_ToggleButton_1IsChecked__I_0=cast=(ToggleButton ^),flags=gcobject
-
-OS_ToggleButton_1IsChecked__IZ=flags=setter
-OS_ToggleButton_1IsChecked__IZ_0=cast=(ToggleButton ^),flags=gcobject
-OS_ToggleButton_1IsChecked__IZ_1=
-
-OS_ToggleButton_IsCheckedNullSetter=flags=no_gen setter
-OS_ToggleButton_IsCheckedNullSetter_0=cast=ToggleButton^,flags=gcobject
-
-OS_ToggleButton_IsCheckedProperty=accessor=ToggleButton::IsCheckedProperty,flags=const gcobject
-
-OS_ToggleButton_IsThreeStateProperty=accessor=ToggleButton::IsThreeStateProperty,flags=const gcobject
-
-OS_ToggleButton_Unchecked=flags=adder
-OS_ToggleButton_Unchecked_0=cast=ToggleButton^,flags=gcobject
-OS_ToggleButton_Unchecked_1=cast=RoutedEventHandler^,flags=gcobject
-
-OS_ToggleButton_UncheckedEvent=accessor=ToggleButton::UncheckedEvent,flags=const gcobject
-
-OS_ToolBarTray_Background=flags=setter
-OS_ToolBarTray_Background_0=cast=ToolBarTray^,flags=gcobject
-OS_ToolBarTray_Background_1=cast=Brush^,flags=gcobject
-
-OS_ToolBarTray_1IsLocked__I=flags=getter
-OS_ToolBarTray_1IsLocked__I_0=cast=ToolBarTray^,flags=gcobject
-
-OS_ToolBarTray_1IsLocked__IZ=flags=setter
-OS_ToolBarTray_1IsLocked__IZ_0=cast=ToolBarTray^,flags=gcobject
-OS_ToolBarTray_1IsLocked__IZ_1=
-
-OS_ToolBarTray_Orientation=flags=setter
-OS_ToolBarTray_Orientation_0=cast=ToolBarTray^,flags=gcobject
-OS_ToolBarTray_Orientation_1=cast=(Orientation)
-
-OS_ToolBarTray_ToolBars=flags=gcobject getter
-OS_ToolBarTray_ToolBars_0=cast=ToolBarTray^,flags=gcobject
-
-OS_ToolBar_1Band__I=flags=getter
-OS_ToolBar_1Band__I_0=cast=ToolBar^,flags=gcobject
-
-OS_ToolBar_1Band__II=flags=setter
-OS_ToolBar_1Band__II_0=cast=ToolBar^,flags=gcobject
-OS_ToolBar_1Band__II_1=
-
-OS_ToolBar_1BandIndex__I=flags=getter
-OS_ToolBar_1BandIndex__I_0=cast=ToolBar^,flags=gcobject
-
-OS_ToolBar_1BandIndex__II=flags=setter
-OS_ToolBar_1BandIndex__II_0=cast=ToolBar^,flags=gcobject
-OS_ToolBar_1BandIndex__II_1=
-
-OS_ToolBar_BandProperty=accessor=ToolBar::BandProperty,flags=const gcobject
-
-OS_ToolBar_ButtonStyleKey=accessor=ToolBar::ButtonStyleKey,flags=const gcobject
-
-OS_ToolBar_CheckBoxStyleKey=accessor=ToolBar::CheckBoxStyleKey,flags=const gcobject
-
-OS_ToolBar_HasOverflowItems=flags=getter
-OS_ToolBar_HasOverflowItems_0=cast=ToolBar^,flags=gcobject
-
-OS_ToolBar_RadioButtonStyleKey=accessor=ToolBar::RadioButtonStyleKey,flags=const gcobject
-
-OS_ToolBar_SeparatorStyleKey=accessor=ToolBar::SeparatorStyleKey,flags=const gcobject
-
-OS_ToolBar_SetOverflowMode=accessor=ToolBar::SetOverflowMode
-OS_ToolBar_SetOverflowMode_0=cast=DependencyObject^,flags=gcobject
-OS_ToolBar_SetOverflowMode_1=cast=OverflowMode
-
-OS_ToolBar_typeid=accessor=ToolBar::typeid,flags=const gcobject
-
-OS_TransformCollection_Add=flags=cpp
-OS_TransformCollection_Add_0=cast=(TransformCollection^),flags=gcobject
-OS_TransformCollection_Add_1=cast=Transform^,flags=gcobject
-
-OS_TransformGroup_Children=flags=gcobject getter
-OS_TransformGroup_Children_0=cast=TransformGroup^,flags=gcobject
-
-OS_Transform_Clone=flags=cpp gcobject
-OS_Transform_Clone_0=cast=Transform^,flags=gcobject
-
-OS_TreeViewItem_CollapsedEvent=accessor=TreeViewItem::CollapsedEvent,flags=const gcobject
-
-OS_TreeViewItem_ExpandedEvent=accessor=TreeViewItem::ExpandedEvent,flags=const gcobject
-
-OS_TreeViewItem_1HeaderTemplate__I=flags=gcobject getter
-OS_TreeViewItem_1HeaderTemplate__I_0=cast=TreeViewItem^,flags=gcobject
-
-OS_TreeViewItem_1HeaderTemplate__II=flags=setter
-OS_TreeViewItem_1HeaderTemplate__II_0=cast=TreeViewItem^,flags=gcobject
-OS_TreeViewItem_1HeaderTemplate__II_1=cast=DataTemplate^,flags=gcobject
-
-OS_TreeViewItem_HeaderTemplateProperty=accessor=TreeViewItem::HeaderTemplateProperty,flags=const gcobject
-
-OS_TreeViewItem_1IsExpanded__I=flags=getter
-OS_TreeViewItem_1IsExpanded__I_0=cast=TreeViewItem^,flags=gcobject
-
-OS_TreeViewItem_1IsExpanded__IZ=flags=setter
-OS_TreeViewItem_1IsExpanded__IZ_0=cast=TreeViewItem^,flags=gcobject
-OS_TreeViewItem_1IsExpanded__IZ_1=
-
-OS_TreeViewItem_1IsSelected__I=flags=getter
-OS_TreeViewItem_1IsSelected__I_0=cast=TreeViewItem^,flags=gcobject
-
-OS_TreeViewItem_1IsSelected__IZ=flags=setter
-OS_TreeViewItem_1IsSelected__IZ_0=cast=TreeViewItem^,flags=gcobject
-OS_TreeViewItem_1IsSelected__IZ_1=
-
-OS_TreeViewItem_typeid=accessor=TreeViewItem::typeid,flags=const gcobject
-
-OS_TreeView_SelectedItem=flags=gcobject getter
-OS_TreeView_SelectedItem_0=cast=(TreeView^),flags=gcobject
-
-OS_TreeView_SelectedItemChanged=flags=adder
-OS_TreeView_SelectedItemChanged_0=cast=TreeView^,flags=gcobject
-OS_TreeView_SelectedItemChanged_1=cast=(RoutedPropertyChangedEventHandler<Object^>^),flags=gcobject
-
-OS_TreeView_typeid=accessor=TreeView::typeid,flags=const gcobject
-
-OS_TypeConverter_ConvertFromString=flags=cpp gcobject
-OS_TypeConverter_ConvertFromString_0=cast=(TypeConverter^),flags=gcobject
-OS_TypeConverter_ConvertFromString_1=cast=String^,flags=gcobject
-
-OS_TypeConverter_ConvertToString=flags=cpp gcobject
-OS_TypeConverter_ConvertToString_0=cast=(TypeConverter^),flags=gcobject
-OS_TypeConverter_ConvertToString_1=cast=Object^,flags=gcobject
-
-OS_TypeDescriptor_GetConverter=accessor=TypeDescriptor::GetConverter,flags=gcobject
-OS_TypeDescriptor_GetConverter_0=cast=Object^,flags=gcobject
-
-OS_TypeDescriptor_GetProperties=accessor=TypeDescriptor::GetProperties,flags=gcobject
-OS_TypeDescriptor_GetProperties_0=cast=Object^,flags=gcobject
-
-OS_Type_FullName=flags=struct gcobject getter
-OS_Type_FullName_0=cast=Type^,flags=gcobject
-
-OS_Type_GetMethod=flags=cpp gcobject
-OS_Type_GetMethod_0=cast=Type^,flags=gcobject
-OS_Type_GetMethod_1=cast=String^,flags=gcobject
-OS_Type_GetMethod_2=cast=BindingFlags
-
-OS_Type_GetProperty=flags=cpp gcobject
-OS_Type_GetProperty_0=cast=Type^,flags=gcobject
-OS_Type_GetProperty_1=cast=String^,flags=gcobject
-OS_Type_GetProperty_2=cast=BindingFlags
-
-OS_Type_GetType=accessor=Type::GetType,flags=gcobject
-OS_Type_GetType_0=cast=String^,flags=gcobject
-OS_Type_GetType_1=
-OS_Type_GetType_2=
-
-OS_Type_IsInstanceOfType=flags=cpp
-OS_Type_IsInstanceOfType_0=cast=Type^,flags=gcobject
-OS_Type_IsInstanceOfType_1=cast=Object^,flags=gcobject
-
-OS_TypefaceCollection_Count=flags=getter
-OS_TypefaceCollection_Count_0=cast=(System::Collections::Generic::ICollection<Typeface^>^),flags=gcobject
-
-OS_TypefaceCollection_Current=flags=gcobject getter
-OS_TypefaceCollection_Current_0=cast=(System::Collections::Generic::IEnumerator<Typeface^>^),flags=gcobject
-
-OS_TypefaceCollection_GetEnumerator=flags=cpp gcobject
-OS_TypefaceCollection_GetEnumerator_0=cast=(System::Collections::Generic::IEnumerable<Typeface^>^),flags=gcobject
-
-OS_Typeface_FontFamily=flags=struct gcobject getter
-OS_Typeface_FontFamily_0=cast=(Typeface^),flags=gcobject
-
-OS_Typeface_Stretch=flags=struct gcobject getter
-OS_Typeface_Stretch_0=cast=(Typeface^),flags=gcobject
-
-OS_Typeface_Style=flags=struct gcobject getter
-OS_Typeface_Style_0=cast=(Typeface^),flags=gcobject
-
-OS_Typeface_Weight=flags=struct gcobject getter
-OS_Typeface_Weight_0=cast=(Typeface^),flags=gcobject
-
-OS_UIElementCollection_Add=flags=cpp
-OS_UIElementCollection_Add_0=cast=(UIElementCollection^),flags=gcobject
-OS_UIElementCollection_Add_1=cast=(UIElement^),flags=gcobject
-
-OS_UIElementCollection_Clear=flags=cpp
-OS_UIElementCollection_Clear_0=cast=(UIElementCollection^),flags=gcobject
-
-OS_UIElementCollection_Contains=flags=cpp
-OS_UIElementCollection_Contains_0=cast=(UIElementCollection^),flags=gcobject
-OS_UIElementCollection_Contains_1=cast=(UIElement^),flags=gcobject
-
-OS_UIElementCollection_Count=flags=getter
-OS_UIElementCollection_Count_0=cast=(UIElementCollection^),flags=gcobject
-
-OS_UIElementCollection_Current=flags=gcobject getter
-OS_UIElementCollection_Current_0=cast=(IEnumerator^),flags=gcobject
-
-OS_UIElementCollection_GetEnumerator=flags=cpp gcobject
-OS_UIElementCollection_GetEnumerator_0=cast=(IEnumerable^),flags=gcobject
-
-OS_UIElementCollection_IndexOf=flags=cpp
-OS_UIElementCollection_IndexOf_0=cast=UIElementCollection^,flags=gcobject
-OS_UIElementCollection_IndexOf_1=cast=UIElement^,flags=gcobject
-
-OS_UIElementCollection_Insert=flags=cpp
-OS_UIElementCollection_Insert_0=cast=(UIElementCollection^),flags=gcobject
-OS_UIElementCollection_Insert_1=
-OS_UIElementCollection_Insert_2=cast=UIElement^,flags=gcobject
-
-OS_UIElementCollection_Remove=flags=cpp
-OS_UIElementCollection_Remove_0=cast=(UIElementCollection^),flags=gcobject
-OS_UIElementCollection_Remove_1=cast=(UIElement^),flags=gcobject
-
-OS_UIElementCollection_default=flags=gcobject getter
-OS_UIElementCollection_default_0=cast=(UIElementCollection^),flags=gcobject
-OS_UIElementCollection_default_1=
-
-OS_UIElement_AddHandler=flags=cpp
-OS_UIElement_AddHandler_0=cast=UIElement^,flags=gcobject
-OS_UIElement_AddHandler_1=cast=RoutedEvent^,flags=gcobject
-OS_UIElement_AddHandler_2=cast=Delegate^,flags=gcobject
-OS_UIElement_AddHandler_3=
-
-OS_UIElement_AllowDrop=flags=setter
-OS_UIElement_AllowDrop_0=cast=(UIElement^),flags=gcobject
-OS_UIElement_AllowDrop_1=
-
-OS_UIElement_BeginAnimation=flags=cpp
-OS_UIElement_BeginAnimation_0=cast=(UIElement^),flags=gcobject
-OS_UIElement_BeginAnimation_1=cast=DependencyProperty^,flags=gcobject
-OS_UIElement_BeginAnimation_2=cast=AnimationTimeline^,flags=gcobject
-
-OS_UIElement_1BitmapEffect__I=flags=gcobject getter
-OS_UIElement_1BitmapEffect__I_0=cast=UIElement^,flags=gcobject
-
-OS_UIElement_1BitmapEffect__II=flags=setter
-OS_UIElement_1BitmapEffect__II_0=cast=UIElement^,flags=gcobject
-OS_UIElement_1BitmapEffect__II_1=cast=BitmapEffect^,flags=gcobject
-
-OS_UIElement_CaptureMouse=flags=cpp
-OS_UIElement_CaptureMouse_0=cast=UIElement^,flags=gcobject
-
-OS_UIElement_Clip=flags=setter
-OS_UIElement_Clip_0=cast=UIElement^,flags=gcobject
-OS_UIElement_Clip_1=cast=Geometry^,flags=gcobject
-
-OS_UIElement_ClipToBounds=flags=setter
-OS_UIElement_ClipToBounds_0=cast=UIElement^,flags=gcobject
-OS_UIElement_ClipToBounds_1=
-
-OS_UIElement_ClipToBoundsProperty=accessor=UIElement::ClipToBoundsProperty,flags=const gcobject
-
-OS_UIElement_DesiredSize=flags=struct gcobject getter
-OS_UIElement_DesiredSize_0=cast=UIElement^,flags=gcobject
-
-OS_UIElement_DragEnter=flags=adder
-OS_UIElement_DragEnter_0=cast=(UIElement^),flags=gcobject
-OS_UIElement_DragEnter_1=cast=(DragEventHandler^),flags=gcobject
-
-OS_UIElement_DragEnterEvent=accessor=UIElement::DragEnterEvent,flags=const gcobject
-
-OS_UIElement_DragLeave=flags=adder
-OS_UIElement_DragLeave_0=cast=(UIElement^),flags=gcobject
-OS_UIElement_DragLeave_1=cast=(DragEventHandler^),flags=gcobject
-
-OS_UIElement_DragLeaveEvent=accessor=UIElement::DragLeaveEvent,flags=const gcobject
-
-OS_UIElement_DragOver=flags=adder
-OS_UIElement_DragOver_0=cast=(UIElement^),flags=gcobject
-OS_UIElement_DragOver_1=cast=(DragEventHandler^),flags=gcobject
-
-OS_UIElement_DragOverEvent=accessor=UIElement::DragOverEvent,flags=const gcobject
-
-OS_UIElement_Drop=flags=adder
-OS_UIElement_Drop_0=cast=(UIElement^),flags=gcobject
-OS_UIElement_Drop_1=cast=(DragEventHandler^),flags=gcobject
-
-OS_UIElement_DropEvent=accessor=UIElement::DropEvent,flags=const gcobject
-
-OS_UIElement_Focus=flags=cpp
-OS_UIElement_Focus_0=cast=(UIElement^),flags=gcobject
-
-OS_UIElement_Focusable=flags=setter
-OS_UIElement_Focusable_0=cast=(UIElement^),flags=gcobject
-OS_UIElement_Focusable_1=
-
-OS_UIElement_GiveFeedback=flags=adder
-OS_UIElement_GiveFeedback_0=cast=(UIElement^),flags=gcobject
-OS_UIElement_GiveFeedback_1=cast=GiveFeedbackEventHandler^,flags=gcobject
-
-OS_UIElement_GiveFeedbackEvent=accessor=UIElement::GiveFeedbackEvent,flags=const gcobject
-
-OS_UIElement_InputHitTest=flags=cpp gcobject
-OS_UIElement_InputHitTest_0=cast=UIElement^,flags=gcobject
-OS_UIElement_InputHitTest_1=cast=Point,flags=gcobject
-
-OS_UIElement_InvalidateVisual=flags=cpp
-OS_UIElement_InvalidateVisual_0=cast=(UIElement^),flags=gcobject
-
-OS_UIElement_1IsEnabled__I=flags=getter
-OS_UIElement_1IsEnabled__I_0=cast=(UIElement^),flags=gcobject
-
-OS_UIElement_1IsEnabled__IZ=flags=setter
-OS_UIElement_1IsEnabled__IZ_0=cast=UIElement^,flags=gcobject
-OS_UIElement_1IsEnabled__IZ_1=
-
-OS_UIElement_IsFocused=flags=getter
-OS_UIElement_IsFocused_0=cast=(UIElement^),flags=gcobject
-
-OS_UIElement_IsHitTestVisible=flags=setter
-OS_UIElement_IsHitTestVisible_0=cast=UIElement^,flags=gcobject
-OS_UIElement_IsHitTestVisible_1=
-
-OS_UIElement_IsKeyboardFocusWithin=flags=getter
-OS_UIElement_IsKeyboardFocusWithin_0=cast=(UIElement^),flags=gcobject
-
-OS_UIElement_IsKeyboardFocused=flags=getter
-OS_UIElement_IsKeyboardFocused_0=cast=(UIElement^),flags=gcobject
-
-OS_UIElement_IsMeasureValid=flags=getter
-OS_UIElement_IsMeasureValid_0=cast=UIElement^,flags=gcobject
-
-OS_UIElement_IsMouseOver=flags=getter
-OS_UIElement_IsMouseOver_0=cast=UIElement^,flags=gcobject
-
-OS_UIElement_IsVisible=flags=getter
-OS_UIElement_IsVisible_0=cast=UIElement^,flags=gcobject
-
-OS_UIElement_KeyDown=flags=adder
-OS_UIElement_KeyDown_0=cast=(UIElement^),flags=gcobject
-OS_UIElement_KeyDown_1=cast=(KeyEventHandler^),flags=gcobject
-
-OS_UIElement_KeyUp=flags=adder
-OS_UIElement_KeyUp_0=cast=(UIElement^),flags=gcobject
-OS_UIElement_KeyUp_1=cast=KeyEventHandler^,flags=gcobject
-
-OS_UIElement_LayoutUpdated=flags=adder
-OS_UIElement_LayoutUpdated_0=cast=UIElement^,flags=gcobject
-OS_UIElement_LayoutUpdated_1=cast=EventHandler^,flags=gcobject
-
-OS_UIElement_LostKeyboardFocus=flags=adder
-OS_UIElement_LostKeyboardFocus_0=cast=(UIElement^),flags=gcobject
-OS_UIElement_LostKeyboardFocus_1=cast=(KeyboardFocusChangedEventHandler^),flags=gcobject
-
-OS_UIElement_Measure=flags=cpp
-OS_UIElement_Measure_0=cast=(UIElement ^),flags=gcobject
-OS_UIElement_Measure_1=cast=(Size),flags=gcobject
-
-OS_UIElement_MouseDown=flags=adder
-OS_UIElement_MouseDown_0=cast=(UIElement^),flags=gcobject
-OS_UIElement_MouseDown_1=cast=(MouseButtonEventHandler^),flags=gcobject
-
-OS_UIElement_MouseEnter=flags=adder
-OS_UIElement_MouseEnter_0=cast=UIElement^,flags=gcobject
-OS_UIElement_MouseEnter_1=cast=MouseEventHandler^,flags=gcobject
-
-OS_UIElement_MouseLeave=flags=adder
-OS_UIElement_MouseLeave_0=cast=UIElement^,flags=gcobject
-OS_UIElement_MouseLeave_1=cast=MouseEventHandler^,flags=gcobject
-
-OS_UIElement_MouseMove=flags=adder
-OS_UIElement_MouseMove_0=cast=(UIElement^),flags=gcobject
-OS_UIElement_MouseMove_1=cast=(MouseEventHandler^),flags=gcobject
-
-OS_UIElement_MouseUp=flags=adder
-OS_UIElement_MouseUp_0=cast=(UIElement^),flags=gcobject
-OS_UIElement_MouseUp_1=cast=(MouseButtonEventHandler^),flags=gcobject
-
-OS_UIElement_MouseWheel=flags=adder
-OS_UIElement_MouseWheel_0=cast=(UIElement^),flags=gcobject
-OS_UIElement_MouseWheel_1=cast=(MouseWheelEventHandler^),flags=gcobject
-
-OS_UIElement_MoveFocus=flags=cpp
-OS_UIElement_MoveFocus_0=cast=UIElement^,flags=gcobject
-OS_UIElement_MoveFocus_1=cast=TraversalRequest^,flags=gcobject
-
-OS_UIElement_1Opacity__I=flags=getter
-OS_UIElement_1Opacity__I_0=cast=UIElement^,flags=gcobject
-
-OS_UIElement_1Opacity__ID=flags=setter
-OS_UIElement_1Opacity__ID_0=cast=UIElement^,flags=gcobject
-OS_UIElement_1Opacity__ID_1=
-
-OS_UIElement_OpacityProperty=accessor=UIElement::OpacityProperty,flags=const gcobject
-
-OS_UIElement_PreviewGotKeyboardFocus=flags=adder
-OS_UIElement_PreviewGotKeyboardFocus_0=cast=(UIElement^),flags=gcobject
-OS_UIElement_PreviewGotKeyboardFocus_1=cast=(KeyboardFocusChangedEventHandler^),flags=gcobject
-
-OS_UIElement_PreviewKeyDown=flags=adder
-OS_UIElement_PreviewKeyDown_0=cast=(UIElement^),flags=gcobject
-OS_UIElement_PreviewKeyDown_1=cast=(KeyEventHandler^),flags=gcobject
-
-OS_UIElement_PreviewKeyUp=flags=adder
-OS_UIElement_PreviewKeyUp_0=cast=(UIElement^),flags=gcobject
-OS_UIElement_PreviewKeyUp_1=cast=(KeyEventHandler^),flags=gcobject
-
-OS_UIElement_PreviewLostKeyboardFocus=flags=adder
-OS_UIElement_PreviewLostKeyboardFocus_0=cast=(UIElement^),flags=gcobject
-OS_UIElement_PreviewLostKeyboardFocus_1=cast=(KeyboardFocusChangedEventHandler^),flags=gcobject
-
-OS_UIElement_PreviewMouseDown=flags=adder
-OS_UIElement_PreviewMouseDown_0=cast=(UIElement ^),flags=gcobject
-OS_UIElement_PreviewMouseDown_1=cast=(MouseButtonEventHandler^),flags=gcobject
-
-OS_UIElement_PreviewMouseMove=flags=adder
-OS_UIElement_PreviewMouseMove_0=cast=(UIElement ^),flags=gcobject
-OS_UIElement_PreviewMouseMove_1=cast=(MouseEventHandler^),flags=gcobject
-
-OS_UIElement_PreviewMouseUp=flags=adder
-OS_UIElement_PreviewMouseUp_0=cast=(UIElement ^),flags=gcobject
-OS_UIElement_PreviewMouseUp_1=cast=(MouseButtonEventHandler^),flags=gcobject
-
-OS_UIElement_PreviewMouseWheel=flags=adder
-OS_UIElement_PreviewMouseWheel_0=cast=(UIElement ^),flags=gcobject
-OS_UIElement_PreviewMouseWheel_1=cast=(MouseWheelEventHandler^),flags=gcobject
-
-OS_UIElement_PreviewTextInput=flags=adder
-OS_UIElement_PreviewTextInput_0=cast=UIElement^,flags=gcobject
-OS_UIElement_PreviewTextInput_1=cast=TextCompositionEventHandler^,flags=gcobject
-
-OS_UIElement_QueryContinueDrag=flags=adder
-OS_UIElement_QueryContinueDrag_0=cast=(UIElement^),flags=gcobject
-OS_UIElement_QueryContinueDrag_1=cast=QueryContinueDragEventHandler^,flags=gcobject
-
-OS_UIElement_QueryContinueDragEvent=accessor=UIElement::QueryContinueDragEvent,flags=const gcobject
-
-OS_UIElement_ReleaseMouseCapture=flags=cpp
-OS_UIElement_ReleaseMouseCapture_0=cast=UIElement^,flags=gcobject
-
-OS_UIElement_RemoveHandler=flags=cpp
-OS_UIElement_RemoveHandler_0=cast=UIElement^,flags=gcobject
-OS_UIElement_RemoveHandler_1=cast=RoutedEvent^,flags=gcobject
-OS_UIElement_RemoveHandler_2=cast=Delegate^,flags=gcobject
-
-OS_UIElement_RenderSize=flags=gcobject getter
-OS_UIElement_RenderSize_0=cast=UIElement^,flags=gcobject
-
-OS_UIElement_SnapsToDevicePixels=flags=setter
-OS_UIElement_SnapsToDevicePixels_0=cast=UIElement^,flags=gcobject
-OS_UIElement_SnapsToDevicePixels_1=
-
-OS_UIElement_TextInput=flags=adder
-OS_UIElement_TextInput_0=cast=(UIElement^),flags=gcobject
-OS_UIElement_TextInput_1=cast=TextCompositionEventHandler^,flags=gcobject
-
-OS_UIElement_TranslatePoint=flags=struct cpp gcobject
-OS_UIElement_TranslatePoint_0=cast=(UIElement^),flags=gcobject
-OS_UIElement_TranslatePoint_1=cast=Point,flags=gcobject
-OS_UIElement_TranslatePoint_2=cast=(UIElement^),flags=gcobject
-
-OS_UIElement_UpdateLayout=flags=cpp
-OS_UIElement_UpdateLayout_0=cast=UIElement^,flags=gcobject
-
-OS_UIElement_1Visibility__I=flags=getter
-OS_UIElement_1Visibility__I_0=cast=(UIElement^),flags=gcobject
-
-OS_UIElement_1Visibility__IB=flags=setter
-OS_UIElement_1Visibility__IB_0=cast=(UIElement^),flags=gcobject
-OS_UIElement_1Visibility__IB_1=cast=Visibility
-
-OS_UIElement_VisibilityProperty=accessor=UIElement::VisibilityProperty,flags=const gcobject
-
-OS_VirtualizingStackPanel_VerticalOffset=flags=getter
-OS_VirtualizingStackPanel_VerticalOffset_0=cast=VirtualizingStackPanel^,flags=gcobject
-
-OS_VisualTreeHelper_GetChild=accessor=VisualTreeHelper::GetChild,flags=gcobject
-OS_VisualTreeHelper_GetChild_0=cast=DependencyObject^,flags=gcobject
-OS_VisualTreeHelper_GetChild_1=
-
-OS_VisualTreeHelper_GetChildrenCount=accessor=VisualTreeHelper::GetChildrenCount
-OS_VisualTreeHelper_GetChildrenCount_0=cast=DependencyObject^,flags=gcobject
-
-OS_VisualTreeHelper_GetParent=accessor=VisualTreeHelper::GetParent,flags=gcobject
-OS_VisualTreeHelper_GetParent_0=cast=DependencyObject^,flags=gcobject
-
-OS_Visual_IsAncestorOf=flags=cpp
-OS_Visual_IsAncestorOf_0=cast=Visual^,flags=gcobject
-OS_Visual_IsAncestorOf_1=cast=DependencyObject^,flags=gcobject
-
-OS_Visual_IsDescendantOf=flags=cpp
-OS_Visual_IsDescendantOf_0=cast=Visual^,flags=gcobject
-OS_Visual_IsDescendantOf_1=cast=DependencyObject^,flags=gcobject
-
-OS_Visual_PointFromScreen=flags=struct cpp gcobject
-OS_Visual_PointFromScreen_0=cast=(Visual^),flags=gcobject
-OS_Visual_PointFromScreen_1=cast=(Point),flags=gcobject
-
-OS_Visual_PointToScreen=flags=struct cpp gcobject
-OS_Visual_PointToScreen_0=cast=Visual^,flags=gcobject
-OS_Visual_PointToScreen_1=cast=(Point),flags=gcobject
-
-OS_WebBrowserDocumentCompletedEventArgs_Url=flags=gcobject getter
-OS_WebBrowserDocumentCompletedEventArgs_Url_0=cast=(System::Windows::Forms::WebBrowserDocumentCompletedEventArgs^),flags=gcobject
-
-OS_WebBrowserNavigatedEventArgs_Url=flags=gcobject getter
-OS_WebBrowserNavigatedEventArgs_Url_0=cast=(System::Windows::Forms::WebBrowserNavigatedEventArgs^),flags=gcobject
-
-OS_WebBrowserNavigatingEventArgs_Url=flags=gcobject getter
-OS_WebBrowserNavigatingEventArgs_Url_0=cast=(System::Windows::Forms::WebBrowserNavigatingEventArgs^),flags=gcobject
-
-OS_WebBrowserProgressChangedEventArgs_CurrentProgress=flags=getter
-OS_WebBrowserProgressChangedEventArgs_CurrentProgress_0=cast=(System::Windows::Forms::WebBrowserProgressChangedEventArgs^),flags=gcobject
-
-OS_WebBrowserProgressChangedEventArgs_MaximumProgress=flags=getter
-OS_WebBrowserProgressChangedEventArgs_MaximumProgress_0=cast=(System::Windows::Forms::WebBrowserProgressChangedEventArgs^),flags=gcobject
-
-OS_WebBrowser_CanGoBack=flags=getter
-OS_WebBrowser_CanGoBack_0=cast=(System::Windows::Forms::WebBrowser^),flags=gcobject
-
-OS_WebBrowser_CanGoForward=flags=getter
-OS_WebBrowser_CanGoForward_0=cast=(System::Windows::Forms::WebBrowser^),flags=gcobject
-
-OS_WebBrowser_Document=flags=gcobject getter
-OS_WebBrowser_Document_0=cast=(System::Windows::Forms::WebBrowser^),flags=gcobject
-
-OS_WebBrowser_DocumentCompleted=flags=adder
-OS_WebBrowser_DocumentCompleted_0=cast=(System::Windows::Forms::WebBrowser^),flags=gcobject
-OS_WebBrowser_DocumentCompleted_1=cast=(System::Windows::Forms::WebBrowserDocumentCompletedEventHandler^),flags=gcobject
-
-OS_WebBrowser_1DocumentText__I=flags=gcobject getter
-OS_WebBrowser_1DocumentText__I_0=cast=(System::Windows::Forms::WebBrowser^),flags=gcobject
-
-OS_WebBrowser_1DocumentText__II=flags=setter
-OS_WebBrowser_1DocumentText__II_0=cast=(System::Windows::Forms::WebBrowser^),flags=gcobject
-OS_WebBrowser_1DocumentText__II_1=cast=String^,flags=gcobject
-
-OS_WebBrowser_DocumentTitle=flags=gcobject getter
-OS_WebBrowser_DocumentTitle_0=cast=(System::Windows::Forms::WebBrowser^),flags=gcobject
-
-OS_WebBrowser_DocumentTitleChanged=flags=adder
-OS_WebBrowser_DocumentTitleChanged_0=cast=(System::Windows::Forms::WebBrowser^),flags=gcobject
-OS_WebBrowser_DocumentTitleChanged_1=cast=EventHandler^,flags=gcobject
-
-OS_WebBrowser_GoBack=flags=cpp
-OS_WebBrowser_GoBack_0=cast=(System::Windows::Forms::WebBrowser^),flags=gcobject
-
-OS_WebBrowser_GoForward=flags=cpp
-OS_WebBrowser_GoForward_0=cast=(System::Windows::Forms::WebBrowser^),flags=gcobject
-
-OS_WebBrowser_Navigate=flags=cpp
-OS_WebBrowser_Navigate_0=cast=(System::Windows::Forms::WebBrowser^),flags=gcobject
-OS_WebBrowser_Navigate_1=cast=String^,flags=gcobject
-
-OS_WebBrowser_Navigated=flags=adder
-OS_WebBrowser_Navigated_0=cast=(System::Windows::Forms::WebBrowser^),flags=gcobject
-OS_WebBrowser_Navigated_1=cast=(System::Windows::Forms::WebBrowserNavigatedEventHandler^),flags=gcobject
-
-OS_WebBrowser_Navigating=flags=adder
-OS_WebBrowser_Navigating_0=cast=(System::Windows::Forms::WebBrowser^),flags=gcobject
-OS_WebBrowser_Navigating_1=cast=(System::Windows::Forms::WebBrowserNavigatingEventHandler^),flags=gcobject
-
-OS_WebBrowser_ProgressChanged=flags=adder
-OS_WebBrowser_ProgressChanged_0=cast=(System::Windows::Forms::WebBrowser^),flags=gcobject
-OS_WebBrowser_ProgressChanged_1=cast=(System::Windows::Forms::WebBrowserProgressChangedEventHandler^),flags=gcobject
-
-OS_WebBrowser_ReadyState=flags=getter
-OS_WebBrowser_ReadyState_0=cast=(System::Windows::Forms::WebBrowser^),flags=gcobject
-
-OS_WebBrowser_Refresh=flags=cpp
-OS_WebBrowser_Refresh_0=cast=(System::Windows::Forms::WebBrowser^),flags=gcobject
-
-OS_WebBrowser_ScriptErrorsSuppressed=flags=setter
-OS_WebBrowser_ScriptErrorsSuppressed_0=cast=(System::Windows::Forms::WebBrowser^),flags=gcobject
-OS_WebBrowser_ScriptErrorsSuppressed_1=
-
-OS_WebBrowser_StatusText=flags=gcobject getter
-OS_WebBrowser_StatusText_0=cast=(System::Windows::Forms::WebBrowser^),flags=gcobject
-
-OS_WebBrowser_StatusTextChanged=flags=adder
-OS_WebBrowser_StatusTextChanged_0=cast=(System::Windows::Forms::WebBrowser^),flags=gcobject
-OS_WebBrowser_StatusTextChanged_1=cast=EventHandler^,flags=gcobject
-
-OS_WebBrowser_Stop=flags=cpp
-OS_WebBrowser_Stop_0=cast=(System::Windows::Forms::WebBrowser^),flags=gcobject
-
-OS_WebBrowser_Url=flags=gcobject getter
-OS_WebBrowser_Url_0=cast=(System::Windows::Forms::WebBrowser^),flags=gcobject
-
-OS_WindowCollection_Count=flags=getter
-OS_WindowCollection_Count_0=cast=(WindowCollection^),flags=gcobject
-
-OS_WindowCollection_Current=flags=gcobject getter
-OS_WindowCollection_Current_0=cast=IEnumerator^,flags=gcobject
-
-OS_WindowCollection_GetEnumerator=flags=cpp gcobject
-OS_WindowCollection_GetEnumerator_0=cast=IEnumerable^,flags=gcobject
-
-OS_Window_Activate=flags=cpp
-OS_Window_Activate_0=cast=(Window^),flags=gcobject
-
-OS_Window_Activated=flags=adder
-OS_Window_Activated_0=cast=(Window^),flags=gcobject
-OS_Window_Activated_1=cast=EventHandler^,flags=gcobject
-
-OS_Window_AllowsTransparency=flags=setter
-OS_Window_AllowsTransparency_0=cast=(Window^),flags=gcobject
-OS_Window_AllowsTransparency_1=
-
-OS_Window_Close=flags=cpp
-OS_Window_Close_0=cast=(Window^),flags=gcobject
-
-OS_Window_Closing=flags=adder
-OS_Window_Closing_0=cast=(Window^),flags=gcobject
-OS_Window_Closing_1=cast=CancelEventHandler^,flags=gcobject
-
-OS_Window_Deactivated=flags=adder
-OS_Window_Deactivated_0=cast=(Window^),flags=gcobject
-OS_Window_Deactivated_1=cast=EventHandler^,flags=gcobject
-
-OS_Window_GetWindow=accessor=Window::GetWindow,flags=gcobject
-OS_Window_GetWindow_0=cast=(DependencyObject^),flags=gcobject
-
-OS_Window_Hide=flags=cpp
-OS_Window_Hide_0=cast=(Window^),flags=gcobject
-
-OS_Window_Icon=flags=setter
-OS_Window_Icon_0=cast=(Window^),flags=gcobject
-OS_Window_Icon_1=cast=ImageSource^,flags=gcobject
-
-OS_Window_IsActive=flags=getter
-OS_Window_IsActive_0=cast=(Window^),flags=gcobject
-
-OS_Window_1Left__I=flags=getter
-OS_Window_1Left__I_0=cast=Window^,flags=gcobject
-
-OS_Window_1Left__ID=flags=setter
-OS_Window_1Left__ID_0=cast=Window^,flags=gcobject
-OS_Window_1Left__ID_1=
-
-OS_Window_LocationChanged=flags=adder
-OS_Window_LocationChanged_0=cast=Window^,flags=gcobject
-OS_Window_LocationChanged_1=cast=EventHandler^,flags=gcobject
-
-OS_Window_Owner=flags=setter
-OS_Window_Owner_0=cast=(Window^),flags=gcobject
-OS_Window_Owner_1=cast=(Window^),flags=gcobject
-
-OS_Window_ResizeMode=flags=setter
-OS_Window_ResizeMode_0=cast=(Window^),flags=gcobject
-OS_Window_ResizeMode_1=cast=ResizeMode
-
-OS_Window_Show=flags=cpp
-OS_Window_Show_0=cast=(Window^),flags=gcobject
-
-OS_Window_ShowInTaskbar=flags=setter
-OS_Window_ShowInTaskbar_0=cast=(Window^),flags=gcobject
-OS_Window_ShowInTaskbar_1=
-
-OS_Window_1Title__I=flags=gcobject getter
-OS_Window_1Title__I_0=cast=(Window^),flags=gcobject
-
-OS_Window_1Title__II=flags=setter
-OS_Window_1Title__II_0=cast=(Window^),flags=gcobject
-OS_Window_1Title__II_1=cast=String^,flags=gcobject
-
-OS_Window_1Top__I=flags=getter
-OS_Window_1Top__I_0=cast=Window ^,flags=gcobject
-
-OS_Window_1Top__ID=flags=setter
-OS_Window_1Top__ID_0=cast=Window ^,flags=gcobject
-OS_Window_1Top__ID_1=
-
-OS_Window_1WindowState__I=flags=getter
-OS_Window_1WindowState__I_0=cast=(Window^),flags=gcobject
-
-OS_Window_1WindowState__II=flags=setter
-OS_Window_1WindowState__II_0=cast=(Window^),flags=gcobject
-OS_Window_1WindowState__II_1=cast=WindowState
-
-OS_Window_1WindowStyle__I=flags=getter
-OS_Window_1WindowStyle__I_0=cast=(Window^),flags=gcobject
-
-OS_Window_1WindowStyle__II=flags=setter
-OS_Window_1WindowStyle__II_0=cast=(Window^),flags=gcobject
-OS_Window_1WindowStyle__II_1=cast=WindowStyle
-
-OS_WindowsFormsHost_Child=flags=setter
-OS_WindowsFormsHost_Child_0=cast=(System::Windows::Forms::Integration::WindowsFormsHost^),flags=gcobject
-OS_WindowsFormsHost_Child_1=cast=(System::Windows::Forms::Control^),flags=gcobject
-
-OS_WriteableBitmap_WritePixels=flags=cpp
-OS_WriteableBitmap_WritePixels_0=cast=WriteableBitmap^,flags=gcobject
-OS_WriteableBitmap_WritePixels_1=cast=Int32Rect,flags=gcobject
-OS_WriteableBitmap_WritePixels_2=cast=IntPtr
-OS_WriteableBitmap_WritePixels_3=
-OS_WriteableBitmap_WritePixels_4=
-
-OS_XamlReader_Load=accessor=XamlReader::Load,flags=gcobject
-OS_XamlReader_Load_0=cast=XmlReader^,flags=gcobject
-
-OS_XmlReader_Create=accessor=XmlReader::Create,flags=gcobject
-OS_XmlReader_Create_0=cast=(System::IO::TextReader^),flags=gcobject
-
-OS_gcnew_AccessText=flags=gcnew
-
-OS_gcnew_Application=flags=gcnew
-
-OS_gcnew_ArcSegment=flags=gcnew
-OS_gcnew_ArcSegment_0=cast=Point,flags=gcobject
-OS_gcnew_ArcSegment_1=cast=Size,flags=gcobject
-OS_gcnew_ArcSegment_2=
-OS_gcnew_ArcSegment_3=
-OS_gcnew_ArcSegment_4=cast=(SweepDirection)
-OS_gcnew_ArcSegment_5=
-
-OS_gcnew_ArrayList=flags=gcnew
-OS_gcnew_ArrayList_0=
-
-OS_gcnew_BevelBitmapEffect=flags=gcnew
-
-OS_gcnew_BezierSegment=flags=gcnew
-OS_gcnew_BezierSegment_0=cast=Point,flags=gcobject
-OS_gcnew_BezierSegment_1=cast=Point,flags=gcobject
-OS_gcnew_BezierSegment_2=cast=Point,flags=gcobject
-OS_gcnew_BezierSegment_3=
-
-OS_gcnew_Binding=flags=gcnew
-OS_gcnew_Binding_0=cast=String^,flags=gcobject
-
-OS_gcnew_Bitmap=accessor=System::Drawing::Bitmap,flags=gcnew
-OS_gcnew_Bitmap_0=
-OS_gcnew_Bitmap_1=
-OS_gcnew_Bitmap_2=
-OS_gcnew_Bitmap_3=cast=(System::Drawing::Imaging::PixelFormat)
-OS_gcnew_Bitmap_4=cast=IntPtr
-
-OS_gcnew_BitmapEffectGroup=flags=gcnew
-
-OS_gcnew_BitmapImage=flags=gcnew
-
-OS_gcnew_BitmapPalette=flags=gcnew
-OS_gcnew_BitmapPalette_0=cast=(System::Collections::Generic::IList<Color>^),flags=gcobject
-
-OS_gcnew_BlurBitmapEffect=flags=gcnew
-
-OS_gcnew_Button=flags=gcnew
-
-OS_gcnew_CancelEventHandler=flags=no_gen
-OS_gcnew_CancelEventHandler_0=
-OS_gcnew_CancelEventHandler_1=
-
-OS_gcnew_Canvas=flags=gcnew
-
-OS_gcnew_CharacterHit=flags=gcnew
-OS_gcnew_CharacterHit_0=
-OS_gcnew_CharacterHit_1=
-
-OS_gcnew_CheckBox=flags=gcnew
-
-OS_gcnew_ColorDialog=accessor=System::Windows::Forms::ColorDialog,flags=gcnew
-
-OS_gcnew_ColorList=accessor=System::Collections::Generic::List<Color>,flags=gcnew
-OS_gcnew_ColorList_0=
-
-OS_gcnew_ColumnDefinition=flags=gcnew
-
-OS_gcnew_CombinedGeometry=flags=gcnew
-OS_gcnew_CombinedGeometry_0=cast=(GeometryCombineMode)
-OS_gcnew_CombinedGeometry_1=cast=(Geometry^),flags=gcobject
-OS_gcnew_CombinedGeometry_2=cast=(Geometry^),flags=gcobject
-
-OS_gcnew_ComboBox=flags=gcnew
-
-OS_gcnew_ComboBoxItem=flags=gcnew
-
-OS_gcnew_CompositeCollection=flags=gcnew
-
-OS_gcnew_ContentControl=flags=gcnew
-
-OS_gcnew_ContextMenu=flags=gcnew
-
-OS_gcnew_ContextMenuEventHandler=flags=gcnew no_gen
-OS_gcnew_ContextMenuEventHandler_0=
-OS_gcnew_ContextMenuEventHandler_1=
-
-OS_gcnew_ControlTemplate=flags=gcnew
-
-OS_gcnew_CroppedBitmap=flags=gcnew
-OS_gcnew_CroppedBitmap_0=cast=BitmapSource^,flags=gcobject
-OS_gcnew_CroppedBitmap_1=cast=Int32Rect,flags=gcobject
-
-OS_gcnew_DashStyle=flags=gcnew
-OS_gcnew_DashStyle_0=cast=(DoubleCollection^),flags=gcobject
-OS_gcnew_DashStyle_1=
-
-OS_gcnew_DataObject=flags=gcnew
-
-OS_gcnew_DataTemplate=flags=gcnew
-
-OS_gcnew_1DiscreteDoubleKeyFrame__=flags=gcnew
-
-OS_gcnew_1DiscreteDoubleKeyFrame__DI=flags=gcnew
-OS_gcnew_1DiscreteDoubleKeyFrame__DI_0=
-OS_gcnew_1DiscreteDoubleKeyFrame__DI_1=cast=(KeyTime),flags=gcobject
-
-OS_gcnew_DiscreteInt32KeyFrame=flags=gcnew
-
-OS_gcnew_DispatcherFrame=flags=gcnew
-
-OS_gcnew_DispatcherHookEventHandler=flags=no_gen
-OS_gcnew_DispatcherHookEventHandler_0=
-OS_gcnew_DispatcherHookEventHandler_1=
-
-OS_gcnew_DispatcherTimer=flags=gcnew
-
-OS_gcnew_DoubleAnimation=flags=gcnew
-
-OS_gcnew_DoubleAnimationUsingKeyFrames=flags=gcnew
-
-OS_gcnew_DoubleCollection=flags=gcnew
-OS_gcnew_DoubleCollection_0=
-
-OS_gcnew_DragDeltaEventHandler=flags=no_gen
-OS_gcnew_DragDeltaEventHandler_0=
-OS_gcnew_DragDeltaEventHandler_1=
-
-OS_gcnew_DragEventHandler=flags=no_gen
-OS_gcnew_DragEventHandler_0=
-OS_gcnew_DragEventHandler_1=
-
-OS_gcnew_DrawingVisual=flags=gcnew
-
-OS_gcnew_DropShadowBitmapEffect=flags=gcnew
-
-OS_gcnew_Duration=flags=gcnew
-OS_gcnew_Duration_0=cast=(TimeSpan),flags=gcobject
-
-OS_gcnew_EllipseGeometry=flags=gcnew
-OS_gcnew_EllipseGeometry_0=cast=(Rect),flags=gcobject
-
-OS_gcnew_EventHandler=flags=no_gen
-OS_gcnew_EventHandler_0=
-OS_gcnew_EventHandler_1=
-
-OS_gcnew_ExecutedRoutedEventHandler=flags=no_gen
-OS_gcnew_ExecutedRoutedEventHandler_0=
-OS_gcnew_ExecutedRoutedEventHandler_1=
-
-OS_gcnew_Expander=flags=gcnew
-
-OS_gcnew_FileInfo=accessor=System::IO::FileInfo,flags=gcnew
-OS_gcnew_FileInfo_0=cast=String^,flags=gcobject
-
-OS_gcnew_FolderBrowserDialog=accessor=System::Windows::Forms::FolderBrowserDialog,flags=gcnew
-
-OS_gcnew_Font=accessor=System::Drawing::Font,flags=gcnew
-OS_gcnew_Font_0=cast=String^,flags=gcobject
-OS_gcnew_Font_1=
-OS_gcnew_Font_2=cast=System::Drawing::FontStyle
-
-OS_gcnew_FontDialog=accessor=System::Windows::Forms::FontDialog,flags=gcnew
-
-OS_gcnew_FontFamily=flags=gcnew
-OS_gcnew_FontFamily_0=cast=String^,flags=gcobject
-
-OS_gcnew_FormatConvertedBitmap=flags=gcnew
-OS_gcnew_FormatConvertedBitmap_0=cast=BitmapSource^,flags=gcobject
-OS_gcnew_FormatConvertedBitmap_1=cast=PixelFormat,flags=gcobject
-OS_gcnew_FormatConvertedBitmap_2=cast=BitmapPalette^,flags=gcobject
-OS_gcnew_FormatConvertedBitmap_3=
-
-OS_gcnew_FormattedText=flags=gcnew
-OS_gcnew_FormattedText_0=cast=String^,flags=gcobject
-OS_gcnew_FormattedText_1=cast=CultureInfo^,flags=gcobject
-OS_gcnew_FormattedText_2=cast=FlowDirection
-OS_gcnew_FormattedText_3=cast=Typeface^,flags=gcobject
-OS_gcnew_FormattedText_4=
-OS_gcnew_FormattedText_5=cast=Brush^,flags=gcobject
-
-OS_gcnew_FormsMouseEventHandler=flags=no_gen
-OS_gcnew_FormsMouseEventHandler_0=
-OS_gcnew_FormsMouseEventHandler_1=
-
-OS_gcnew_Frame=flags=gcnew
-
-OS_gcnew_1FrameworkElementFactory__I=flags=gcnew
-OS_gcnew_1FrameworkElementFactory__I_0=cast=Type^,flags=gcobject
-
-OS_gcnew_1FrameworkElementFactory__II=flags=gcnew
-OS_gcnew_1FrameworkElementFactory__II_0=cast=Type^,flags=gcobject
-OS_gcnew_1FrameworkElementFactory__II_1=cast=String^,flags=gcobject
-
-OS_gcnew_GeometryGroup=flags=gcnew
-
-OS_gcnew_GiveFeedbackEventHandler=flags=no_gen
-OS_gcnew_GiveFeedbackEventHandler_0=
-OS_gcnew_GiveFeedbackEventHandler_1=
-
-OS_gcnew_Grid=flags=gcnew
-
-OS_gcnew_GridLength=flags=gcnew
-OS_gcnew_GridLength_0=
-OS_gcnew_GridLength_1=cast=GridUnitType
-
-OS_gcnew_GridView=flags=gcnew
-
-OS_gcnew_GridViewColumn=flags=gcnew
-
-OS_gcnew_GridViewColumnCollection=flags=gcnew
-
-OS_gcnew_GridViewColumnHeader=flags=gcnew
-
-OS_gcnew_GroupBox=flags=gcnew
-
-OS_gcnew_Hyperlink=flags=gcnew
-OS_gcnew_Hyperlink_0=cast=Inline^,flags=gcobject
-
-OS_gcnew_Image=flags=gcnew
-
-OS_gcnew_ImageBrush=flags=gcnew
-OS_gcnew_ImageBrush_0=cast=ImageSource^,flags=gcobject
-
-OS_gcnew_Int32=flags=gcnew
-OS_gcnew_Int32_0=
-
-OS_gcnew_Int32Animation=flags=gcnew
-
-OS_gcnew_Int32AnimationUsingKeyFrames=flags=gcnew
-
-OS_gcnew_Int32Rect=flags=gcnew
-OS_gcnew_Int32Rect_0=
-OS_gcnew_Int32Rect_1=
-OS_gcnew_Int32Rect_2=
-OS_gcnew_Int32Rect_3=
-
-OS_gcnew_IntPtr=flags=gcnew
-OS_gcnew_IntPtr_0=
-
-OS_gcnew_KeyEventHandler=flags=no_gen
-OS_gcnew_KeyEventHandler_0=
-OS_gcnew_KeyEventHandler_1=
-
-OS_gcnew_KeySpline=flags=gcnew
-OS_gcnew_KeySpline_0=
-OS_gcnew_KeySpline_1=
-OS_gcnew_KeySpline_2=
-OS_gcnew_KeySpline_3=
-
-OS_gcnew_KeyboardFocusChangedEventHandler=flags=no_gen
-OS_gcnew_KeyboardFocusChangedEventHandler_0=
-OS_gcnew_KeyboardFocusChangedEventHandler_1=
-
-OS_gcnew_Label=flags=gcnew
-
-OS_gcnew_LineSegment=flags=gcnew
-OS_gcnew_LineSegment_0=cast=Point,flags=gcobject
-OS_gcnew_LineSegment_1=
-
-OS_gcnew_LinearDoubleKeyFrame=flags=gcnew
-
-OS_gcnew_1LinearGradientBrush__IID=flags=gcnew
-OS_gcnew_1LinearGradientBrush__IID_0=cast=Color,flags=gcobject
-OS_gcnew_1LinearGradientBrush__IID_1=cast=Color,flags=gcobject
-OS_gcnew_1LinearGradientBrush__IID_2=
-
-OS_gcnew_1LinearGradientBrush__IIII=flags=gcnew
-OS_gcnew_1LinearGradientBrush__IIII_0=cast=Color,flags=gcobject
-OS_gcnew_1LinearGradientBrush__IIII_1=cast=Color,flags=gcobject
-OS_gcnew_1LinearGradientBrush__IIII_2=cast=Point,flags=gcobject
-OS_gcnew_1LinearGradientBrush__IIII_3=cast=Point,flags=gcobject
-
-OS_gcnew_LinearInt32KeyFrame=flags=gcnew
-
-OS_gcnew_ListBox=flags=gcnew
-
-OS_gcnew_ListBoxItem=flags=gcnew
-
-OS_gcnew_ListView=flags=gcnew
-
-OS_gcnew_ListViewItem=flags=gcnew
-
-OS_gcnew_Matrix=flags=gcnew
-OS_gcnew_Matrix_0=
-OS_gcnew_Matrix_1=
-OS_gcnew_Matrix_2=
-OS_gcnew_Matrix_3=
-OS_gcnew_Matrix_4=
-OS_gcnew_Matrix_5=
-
-OS_gcnew_MatrixTransform=flags=gcnew
-OS_gcnew_MatrixTransform_0=cast=(Matrix),flags=gcobject
-
-OS_gcnew_MemoryStream=accessor=System::IO::MemoryStream,flags=gcnew
-
-OS_gcnew_Menu=flags=gcnew
-
-OS_gcnew_MenuItem=flags=gcnew
-
-OS_gcnew_MouseButtonEventHandler=flags=no_gen
-OS_gcnew_MouseButtonEventHandler_0=
-OS_gcnew_MouseButtonEventHandler_1=
-
-OS_gcnew_MouseEventHandler=flags=no_gen
-OS_gcnew_MouseEventHandler_0=
-OS_gcnew_MouseEventHandler_1=
-
-OS_gcnew_MouseWheelEventHandler=flags=no_gen
-OS_gcnew_MouseWheelEventHandler_0=
-OS_gcnew_MouseWheelEventHandler_1=
-
-OS_gcnew_NameScope=flags=gcnew
-
-OS_gcnew_NoArgsDelegate=flags=no_gen
-OS_gcnew_NoArgsDelegate_0=
-OS_gcnew_NoArgsDelegate_1=
-
-OS_gcnew_NotifyIcon=accessor=System::Windows::Forms::NotifyIcon,flags=gcnew
-
-OS_gcnew_OpenFileDialog=flags=gcnew
-
-OS_gcnew_OuterGlowBitmapEffect=flags=gcnew
-
-OS_gcnew_PasswordBox=flags=gcnew
-
-OS_gcnew_Path=flags=gcnew
-
-OS_gcnew_PathFigure=flags=gcnew
-
-OS_gcnew_PathGeometry=flags=gcnew
-
-OS_gcnew_1Pen__=flags=gcnew
-
-OS_gcnew_1Pen__ID=flags=gcnew
-OS_gcnew_1Pen__ID_0=cast=Brush^,flags=gcobject
-OS_gcnew_1Pen__ID_1=
-
-OS_gcnew_Point=flags=gcnew
-OS_gcnew_Point_0=
-OS_gcnew_Point_1=
-
-OS_gcnew_PointCollection=flags=gcnew
-OS_gcnew_PointCollection_0=
-
-OS_gcnew_PolyLineSegment=flags=gcnew
-OS_gcnew_PolyLineSegment_0=cast=PointCollection^,flags=gcobject
-OS_gcnew_PolyLineSegment_1=
-
-OS_gcnew_Popup=flags=gcnew
-
-OS_gcnew_ProgressBar=flags=gcnew
-
-OS_gcnew_PropertyPath=flags=gcnew
-OS_gcnew_PropertyPath_0=cast=Object^,flags=gcobject
-
-OS_gcnew_QuadraticBezierSegment=flags=gcnew
-OS_gcnew_QuadraticBezierSegment_0=cast=Point,flags=gcobject
-OS_gcnew_QuadraticBezierSegment_1=cast=Point,flags=gcobject
-OS_gcnew_QuadraticBezierSegment_2=
-
-OS_gcnew_QueryContinueDragEventHandler=flags=no_gen
-OS_gcnew_QueryContinueDragEventHandler_0=
-OS_gcnew_QueryContinueDragEventHandler_1=
-
-OS_gcnew_RadioButton=flags=gcnew
-
-OS_gcnew_Rect=flags=gcnew
-OS_gcnew_Rect_0=
-OS_gcnew_Rect_1=
-OS_gcnew_Rect_2=
-OS_gcnew_Rect_3=
-
-OS_gcnew_Rectangle=accessor=System::Windows::Shapes::Rectangle,flags=gcnew
-
-OS_gcnew_RectangleGeometry=flags=gcnew
-OS_gcnew_RectangleGeometry_0=cast=Rect,flags=gcobject
-
-OS_gcnew_RelativeSource=flags=gcnew
-OS_gcnew_RelativeSource_0=cast=RelativeSourceMode
-
-OS_gcnew_RenderTargetBitmap=flags=gcnew
-OS_gcnew_RenderTargetBitmap_0=
-OS_gcnew_RenderTargetBitmap_1=
-OS_gcnew_RenderTargetBitmap_2=
-OS_gcnew_RenderTargetBitmap_3=
-OS_gcnew_RenderTargetBitmap_4=cast=(PixelFormat),flags=gcobject
-
-OS_gcnew_RepeatBehavior=flags=gcnew
-OS_gcnew_RepeatBehavior_0=
-
-OS_gcnew_RepeatButton=flags=gcnew
-
-OS_gcnew_ResourceDictionary=flags=gcnew
-
-OS_gcnew_RoutedEventHandler=flags=no_gen
-OS_gcnew_RoutedEventHandler_0=
-OS_gcnew_RoutedEventHandler_1=
-
-OS_gcnew_RoutedPropertyChangedEventHandler=flags=no_gen
-OS_gcnew_RoutedPropertyChangedEventHandler_0=
-OS_gcnew_RoutedPropertyChangedEventHandler_1=
-
-OS_gcnew_RoutedPropertyChangedEventHandlerObject=flags=no_gen
-OS_gcnew_RoutedPropertyChangedEventHandlerObject_0=
-OS_gcnew_RoutedPropertyChangedEventHandlerObject_1=
-
-OS_gcnew_RowDefinition=flags=gcnew
-
-OS_gcnew_Run=flags=gcnew
-
-OS_gcnew_SWTAnimation=flags=no_gen gcnew
-OS_gcnew_SWTAnimation_0=
-
-OS_gcnew_SWTAnimator=flags=no_gen gcnew
-OS_gcnew_SWTAnimator_0=
-
-OS_gcnew_SWTCanvas=flags=no_gen
-OS_gcnew_SWTCanvas_0=
-
-OS_gcnew_SWTSafeHandle=flags=no_gen gcnew
-OS_gcnew_SWTSafeHandle_0=cast=IntPtr
-OS_gcnew_SWTSafeHandle_1=
-
-OS_gcnew_SWTTextEmbeddedObject=flags=no_gen gcnew
-OS_gcnew_SWTTextEmbeddedObject_0=cast=TextRunProperties^,flags=gcobject
-OS_gcnew_SWTTextEmbeddedObject_1=
-OS_gcnew_SWTTextEmbeddedObject_2=
-OS_gcnew_SWTTextEmbeddedObject_3=
-OS_gcnew_SWTTextEmbeddedObject_4=
-
-OS_gcnew_SWTTextParagraphProperties=flags=no_gen
-OS_gcnew_SWTTextParagraphProperties_0=
-OS_gcnew_SWTTextParagraphProperties_1=
-OS_gcnew_SWTTextParagraphProperties_2=
-OS_gcnew_SWTTextParagraphProperties_3=
-OS_gcnew_SWTTextParagraphProperties_4=
-OS_gcnew_SWTTextParagraphProperties_5=
-OS_gcnew_SWTTextParagraphProperties_6=
-OS_gcnew_SWTTextParagraphProperties_7=
-
-OS_gcnew_SWTTextRunProperties=flags=no_gen gcnew
-OS_gcnew_SWTTextRunProperties_0=cast=Typeface^,flags=gcobject
-OS_gcnew_SWTTextRunProperties_1=
-OS_gcnew_SWTTextRunProperties_2=
-OS_gcnew_SWTTextRunProperties_3=cast=TextDecorationCollection^,flags=gcobject
-OS_gcnew_SWTTextRunProperties_4=cast=Brush^,flags=gcobject
-OS_gcnew_SWTTextRunProperties_5=cast=Brush^,flags=gcobject
-OS_gcnew_SWTTextRunProperties_6=cast=BaselineAlignment
-OS_gcnew_SWTTextRunProperties_7=cast=CultureInfo^,flags=gcobject
-
-OS_gcnew_SWTTextSource=flags=no_gen gcnew
-OS_gcnew_SWTTextSource_0=
-
-OS_gcnew_SWTTreeView=flags=no_gen gcnew
-OS_gcnew_SWTTreeView_0=
-
-OS_gcnew_SWTTreeViewRowPresenter=flags=no_gen gcnew
-OS_gcnew_SWTTreeViewRowPresenter_0=cast=TreeView^,flags=gcobject
-
-OS_gcnew_SaveFileDialog=flags=gcnew
-
-OS_gcnew_ScaleTransform=flags=gcnew
-OS_gcnew_ScaleTransform_0=
-OS_gcnew_ScaleTransform_1=
-
-OS_gcnew_ScrollBar=flags=gcnew
-
-OS_gcnew_ScrollEventHandler=flags=no_gen
-OS_gcnew_ScrollEventHandler_0=
-OS_gcnew_ScrollEventHandler_1=
-
-OS_gcnew_ScrollViewer=flags=gcnew
-
-OS_gcnew_SelectionChangedEventHandler=flags=no_gen
-OS_gcnew_SelectionChangedEventHandler_0=
-OS_gcnew_SelectionChangedEventHandler_1=
-
-OS_gcnew_Separator=flags=gcnew
-
-OS_gcnew_Setter=flags=gcnew
-OS_gcnew_Setter_0=cast=(DependencyProperty^),flags=gcobject
-OS_gcnew_Setter_1=cast=Object^,flags=gcobject
-
-OS_gcnew_SetterVisibility=accessor=System::Windows::Setter,flags=gcnew
-OS_gcnew_SetterVisibility_0=cast=(DependencyProperty^),flags=gcobject
-OS_gcnew_SetterVisibility_1=cast=Visibility
-
-OS_gcnew_1Size__=flags=gcnew
-
-OS_gcnew_1Size__DD=flags=gcnew
-OS_gcnew_1Size__DD_0=
-OS_gcnew_1Size__DD_1=
-
-OS_gcnew_SizeChangedEventHandler=flags=no_gen
-OS_gcnew_SizeChangedEventHandler_0=
-OS_gcnew_SizeChangedEventHandler_1=
-
-OS_gcnew_Slider=flags=gcnew
-
-OS_gcnew_SolidColorBrush=flags=gcnew
-OS_gcnew_SolidColorBrush_0=cast=(Color),flags=gcobject
-
-OS_gcnew_SplineDoubleKeyFrame=flags=gcnew
-
-OS_gcnew_SplineInt32KeyFrame=flags=gcnew
-
-OS_gcnew_StackPanel=flags=gcnew
-
-OS_gcnew_Storyboard=flags=gcnew
-
-OS_gcnew_StreamGeometry=flags=gcnew
-
-OS_gcnew_1String___3C=flags=gcnew
-OS_gcnew_1String___3C_0=cast=const wchar_t *
-
-OS_gcnew_1String___3CII=flags=gcnew
-OS_gcnew_1String___3CII_0=cast=const wchar_t *
-OS_gcnew_1String___3CII_1=
-OS_gcnew_1String___3CII_2=
-
-OS_gcnew_StringReader=accessor=System::IO::StringReader,flags=gcnew
-OS_gcnew_StringReader_0=cast=String^,flags=gcobject
-
-OS_gcnew_Style=flags=gcnew
-
-OS_gcnew_TabControl=flags=gcnew
-
-OS_gcnew_TabItem=flags=gcnew
-
-OS_gcnew_TemplateBindingExtension=flags=gcnew
-OS_gcnew_TemplateBindingExtension_0=cast=DependencyProperty^,flags=gcobject
-
-OS_gcnew_TextBlock=flags=gcnew
-
-OS_gcnew_TextBox=flags=gcnew
-
-OS_gcnew_TextChangedEventHandler=flags=no_gen
-OS_gcnew_TextChangedEventHandler_0=
-OS_gcnew_TextChangedEventHandler_1=
-
-OS_gcnew_TextCharacters=flags=gcnew
-OS_gcnew_TextCharacters_0=cast=String^,flags=gcobject
-OS_gcnew_TextCharacters_1=
-OS_gcnew_TextCharacters_2=
-OS_gcnew_TextCharacters_3=cast=TextRunProperties^,flags=gcobject
-
-OS_gcnew_TextCompositionEventHandler=flags=no_gen gcnew
-OS_gcnew_TextCompositionEventHandler_0=
-OS_gcnew_TextCompositionEventHandler_1=
-
-OS_gcnew_TextDecoration=flags=gcnew
-OS_gcnew_TextDecoration_0=cast=TextDecorationLocation
-OS_gcnew_TextDecoration_1=cast=Pen^,flags=gcobject
-OS_gcnew_TextDecoration_2=
-OS_gcnew_TextDecoration_3=cast=TextDecorationUnit
-OS_gcnew_TextDecoration_4=cast=TextDecorationUnit
-
-OS_gcnew_TextDecorationCollection=flags=gcnew
-OS_gcnew_TextDecorationCollection_0=
-
-OS_gcnew_TextEndOfLine=flags=gcnew
-OS_gcnew_TextEndOfLine_0=
-OS_gcnew_TextEndOfLine_1=cast=TextRunProperties^,flags=gcobject
-
-OS_gcnew_TextEndOfParagraph=flags=gcnew
-OS_gcnew_TextEndOfParagraph_0=
-OS_gcnew_TextEndOfParagraph_1=cast=TextRunProperties^,flags=gcobject
-
-OS_gcnew_TextTabProperties=flags=gcnew
-OS_gcnew_TextTabProperties_0=cast=TextTabAlignment
-OS_gcnew_TextTabProperties_1=
-OS_gcnew_TextTabProperties_2=
-OS_gcnew_TextTabProperties_3=
-
-OS_gcnew_TextTabPropertiesCollection=accessor=System::Collections::Generic::List<TextTabProperties^>,flags=gcnew
-OS_gcnew_TextTabPropertiesCollection_0=
-
-OS_gcnew_Thickness=flags=gcnew
-OS_gcnew_Thickness_0=
-OS_gcnew_Thickness_1=
-OS_gcnew_Thickness_2=
-OS_gcnew_Thickness_3=
-
-OS_gcnew_TiffBitmapEncoder=flags=gcnew
-
-OS_gcnew_TimeSpan=flags=gcnew
-OS_gcnew_TimeSpan_0=
-
-OS_gcnew_TimerHandler=flags=no_gen
-OS_gcnew_TimerHandler_0=
-OS_gcnew_TimerHandler_1=
-
-OS_gcnew_ToggleButton=flags=gcnew
-
-OS_gcnew_ToolBar=flags=gcnew
-
-OS_gcnew_ToolBarTray=flags=gcnew
-
-OS_gcnew_TransformGroup=flags=gcnew
-
-OS_gcnew_TranslateTransform=flags=gcnew
-OS_gcnew_TranslateTransform_0=
-OS_gcnew_TranslateTransform_1=
-
-OS_gcnew_TraversalRequest=flags=gcnew
-OS_gcnew_TraversalRequest_0=cast=FocusNavigationDirection
-
-OS_gcnew_TreeView=flags=gcnew
-
-OS_gcnew_TreeViewItem=flags=gcnew
-
-OS_gcnew_Typeface=flags=gcnew
-OS_gcnew_Typeface_0=cast=FontFamily^,flags=gcobject
-OS_gcnew_Typeface_1=cast=(FontStyle),flags=gcobject
-OS_gcnew_Typeface_2=cast=(FontWeight),flags=gcobject
-OS_gcnew_Typeface_3=cast=(FontStretch),flags=gcobject
-
-OS_gcnew_Uri=flags=gcnew
-OS_gcnew_Uri_0=cast=String^,flags=gcobject
-OS_gcnew_Uri_1=cast=UriKind
-
-OS_gcnew_UserControl=flags=gcnew
-
-OS_gcnew_WebBrowser=accessor=System::Windows::Forms::WebBrowser,flags=gcnew
-
-OS_gcnew_WebBrowserDocumentCompletedEventHandler=flags=no_gen
-OS_gcnew_WebBrowserDocumentCompletedEventHandler_0=
-OS_gcnew_WebBrowserDocumentCompletedEventHandler_1=
-
-OS_gcnew_WebBrowserNavigatedEventHandler=flags=no_gen
-OS_gcnew_WebBrowserNavigatedEventHandler_0=
-OS_gcnew_WebBrowserNavigatedEventHandler_1=
-
-OS_gcnew_WebBrowserNavigatingEventHandler=flags=no_gen
-OS_gcnew_WebBrowserNavigatingEventHandler_0=
-OS_gcnew_WebBrowserNavigatingEventHandler_1=
-
-OS_gcnew_WebBrowserProgressChangedEventHandler=flags=no_gen
-OS_gcnew_WebBrowserProgressChangedEventHandler_0=
-OS_gcnew_WebBrowserProgressChangedEventHandler_1=
-
-OS_gcnew_Window=flags=gcnew
-
-OS_gcnew_WindowsFormsHost=accessor=System::Windows::Forms::Integration::WindowsFormsHost,flags=gcnew
-
-OS_gcnew_1WriteableBitmap__I=flags=gcnew
-OS_gcnew_1WriteableBitmap__I_0=cast=BitmapSource^,flags=gcobject
-
-OS_gcnew_1WriteableBitmap__IIDDII=flags=gcnew
-OS_gcnew_1WriteableBitmap__IIDDII_0=
-OS_gcnew_1WriteableBitmap__IIDDII_1=
-OS_gcnew_1WriteableBitmap__IIDDII_2=
-OS_gcnew_1WriteableBitmap__IIDDII_3=
-OS_gcnew_1WriteableBitmap__IIDDII_4=cast=PixelFormat,flags=gcobject
-OS_gcnew_1WriteableBitmap__IIDDII_5=cast=BitmapPalette^,flags=gcobject
-
-OS_memcpy__I_3BI=flags=no_gen
-OS_memcpy__I_3BI_0=cast=array<Byte>^,flags=gcobject
-OS_memcpy__I_3BI_1=flags=no_out critical
-OS_memcpy__I_3BI_2=
-
-OS_memcpy___3BII=flags=no_gen
-OS_memcpy___3BII_0=flags=no_in critical
-OS_memcpy___3BII_1=cast=array<Byte>^,flags=gcobject
-OS_memcpy___3BII_2=
-
-OS_memcpy___3CII=flags=no_gen
-OS_memcpy___3CII_0=
-OS_memcpy___3CII_1=
-OS_memcpy___3CII_2=
-
-
diff --git a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.opengl.GL.properties b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.opengl.GL.properties
deleted file mode 100644
index 98e27b8a72..0000000000
--- a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.opengl.GL.properties
+++ /dev/null
@@ -1,1776 +0,0 @@
-###############################################################################
-# Copyright (c) 2005 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-org_eclipse_swt_opengl_GL=
-GL_glAccum=
-GL_glAccum_0=
-GL_glAccum_1=
-
-GL_glAlphaFunc=
-GL_glAlphaFunc_0=
-GL_glAlphaFunc_1=
-
-GL_glAreTexturesResident=
-GL_glAreTexturesResident_0=
-GL_glAreTexturesResident_1=cast=(const GLuint *),flags=critical
-GL_glAreTexturesResident_2=flags=critical
-
-GL_glArrayElement=
-GL_glArrayElement_0=
-
-GL_glBegin=
-GL_glBegin_0=
-
-GL_glBindTexture=
-GL_glBindTexture_0=
-GL_glBindTexture_1=
-
-GL_glBitmap=
-GL_glBitmap_0=
-GL_glBitmap_1=
-GL_glBitmap_2=
-GL_glBitmap_3=
-GL_glBitmap_4=
-GL_glBitmap_5=
-GL_glBitmap_6=cast=(const GLubyte *),flags=critical
-
-GL_glBlendFunc=
-GL_glBlendFunc_0=
-GL_glBlendFunc_1=
-
-GL_glCallList=
-GL_glCallList_0=
-
-GL_glCallLists__II_3B=
-GL_glCallLists__II_3B_0=
-GL_glCallLists__II_3B_1=
-GL_glCallLists__II_3B_2=
-
-GL_glCallLists__II_3C=
-GL_glCallLists__II_3C_0=
-GL_glCallLists__II_3C_1=
-GL_glCallLists__II_3C_2=
-
-GL_glCallLists__II_3I=
-GL_glCallLists__II_3I_0=
-GL_glCallLists__II_3I_1=
-GL_glCallLists__II_3I_2=
-
-GL_glClear=
-GL_glClear_0=
-
-GL_glClearAccum=
-GL_glClearAccum_0=
-GL_glClearAccum_1=
-GL_glClearAccum_2=
-GL_glClearAccum_3=
-
-GL_glClearColor=
-GL_glClearColor_0=
-GL_glClearColor_1=
-GL_glClearColor_2=
-GL_glClearColor_3=
-
-GL_glClearDepth=
-GL_glClearDepth_0=
-
-GL_glClearIndex=
-GL_glClearIndex_0=
-
-GL_glClearStencil=
-GL_glClearStencil_0=
-
-GL_glClipPlane=
-GL_glClipPlane_0=
-GL_glClipPlane_1=flags=critical
-
-GL_glColor3b=
-GL_glColor3b_0=
-GL_glColor3b_1=
-GL_glColor3b_2=
-
-GL_glColor3bv=
-GL_glColor3bv_0=flags=critical
-
-GL_glColor3d=
-GL_glColor3d_0=
-GL_glColor3d_1=
-GL_glColor3d_2=
-
-GL_glColor3dv=
-GL_glColor3dv_0=flags=critical
-
-GL_glColor3f=
-GL_glColor3f_0=
-GL_glColor3f_1=
-GL_glColor3f_2=
-
-GL_glColor3fv=
-GL_glColor3fv_0=flags=critical
-
-GL_glColor3i=
-GL_glColor3i_0=
-GL_glColor3i_1=
-GL_glColor3i_2=
-
-GL_glColor3iv=
-GL_glColor3iv_0=flags=critical
-
-GL_glColor3s=
-GL_glColor3s_0=
-GL_glColor3s_1=
-GL_glColor3s_2=
-
-GL_glColor3sv=
-GL_glColor3sv_0=flags=critical
-
-GL_glColor3ub=
-GL_glColor3ub_0=
-GL_glColor3ub_1=
-GL_glColor3ub_2=
-
-GL_glColor3ubv=
-GL_glColor3ubv_0=cast=(const GLubyte *),flags=critical
-
-GL_glColor3ui=
-GL_glColor3ui_0=
-GL_glColor3ui_1=
-GL_glColor3ui_2=
-
-GL_glColor3uiv=
-GL_glColor3uiv_0=cast=(const GLuint *),flags=critical
-
-GL_glColor3us=
-GL_glColor3us_0=
-GL_glColor3us_1=
-GL_glColor3us_2=
-
-GL_glColor3usv=
-GL_glColor3usv_0=cast=(const GLushort *),flags=critical
-
-GL_glColor4b=
-GL_glColor4b_0=
-GL_glColor4b_1=
-GL_glColor4b_2=
-GL_glColor4b_3=
-
-GL_glColor4bv=
-GL_glColor4bv_0=flags=critical
-
-GL_glColor4d=
-GL_glColor4d_0=
-GL_glColor4d_1=
-GL_glColor4d_2=
-GL_glColor4d_3=
-
-GL_glColor4dv=
-GL_glColor4dv_0=flags=critical
-
-GL_glColor4f=
-GL_glColor4f_0=
-GL_glColor4f_1=
-GL_glColor4f_2=
-GL_glColor4f_3=
-
-GL_glColor4fv=
-GL_glColor4fv_0=flags=critical
-
-GL_glColor4i=
-GL_glColor4i_0=
-GL_glColor4i_1=
-GL_glColor4i_2=
-GL_glColor4i_3=
-
-GL_glColor4iv=
-GL_glColor4iv_0=flags=critical
-
-GL_glColor4s=
-GL_glColor4s_0=
-GL_glColor4s_1=
-GL_glColor4s_2=
-GL_glColor4s_3=
-
-GL_glColor4ub=
-GL_glColor4ub_0=
-GL_glColor4ub_1=
-GL_glColor4ub_2=
-GL_glColor4ub_3=
-
-GL_glColor4ubv=
-GL_glColor4ubv_0=
-
-GL_glColor4ui=
-GL_glColor4ui_0=
-GL_glColor4ui_1=
-GL_glColor4ui_2=
-GL_glColor4ui_3=
-
-GL_glColor4uiv=
-GL_glColor4uiv_0=cast=(const GLuint *),flags=critical
-
-GL_glColor4us=
-GL_glColor4us_0=
-GL_glColor4us_1=
-GL_glColor4us_2=
-GL_glColor4us_3=
-
-GL_glColor4usv=
-GL_glColor4usv_0=cast=(const GLushort *),flags=critical
-
-GL_glColorMask=
-GL_glColorMask_0=
-GL_glColorMask_1=
-GL_glColorMask_2=
-GL_glColorMask_3=
-
-GL_glColorMaterial=
-GL_glColorMaterial_0=
-GL_glColorMaterial_1=
-
-GL_glColorPointer=
-GL_glColorPointer_0=
-GL_glColorPointer_1=
-GL_glColorPointer_2=
-GL_glColorPointer_3=flags=critical
-
-GL_glCopyPixels=
-GL_glCopyPixels_0=
-GL_glCopyPixels_1=
-GL_glCopyPixels_2=
-GL_glCopyPixels_3=
-GL_glCopyPixels_4=
-
-GL_glCopyTexImage1D=
-GL_glCopyTexImage1D_0=
-GL_glCopyTexImage1D_1=
-GL_glCopyTexImage1D_2=
-GL_glCopyTexImage1D_3=
-GL_glCopyTexImage1D_4=
-GL_glCopyTexImage1D_5=
-GL_glCopyTexImage1D_6=
-
-GL_glCopyTexImage2D=
-GL_glCopyTexImage2D_0=
-GL_glCopyTexImage2D_1=
-GL_glCopyTexImage2D_2=
-GL_glCopyTexImage2D_3=
-GL_glCopyTexImage2D_4=
-GL_glCopyTexImage2D_5=
-GL_glCopyTexImage2D_6=
-GL_glCopyTexImage2D_7=
-
-GL_glCopyTexSubImage1D=
-GL_glCopyTexSubImage1D_0=
-GL_glCopyTexSubImage1D_1=
-GL_glCopyTexSubImage1D_2=
-GL_glCopyTexSubImage1D_3=
-GL_glCopyTexSubImage1D_4=
-GL_glCopyTexSubImage1D_5=
-
-GL_glCopyTexSubImage2D=
-GL_glCopyTexSubImage2D_0=
-GL_glCopyTexSubImage2D_1=
-GL_glCopyTexSubImage2D_2=
-GL_glCopyTexSubImage2D_3=
-GL_glCopyTexSubImage2D_4=
-GL_glCopyTexSubImage2D_5=
-GL_glCopyTexSubImage2D_6=
-GL_glCopyTexSubImage2D_7=
-
-GL_glCullFace=
-GL_glCullFace_0=
-
-GL_glDeleteLists=
-GL_glDeleteLists_0=
-GL_glDeleteLists_1=
-
-GL_glDeleteTextures=
-GL_glDeleteTextures_0=
-GL_glDeleteTextures_1=cast=(const GLuint *),flags=critical
-
-GL_glDepthFunc=
-GL_glDepthFunc_0=
-
-GL_glDepthMask=
-GL_glDepthMask_0=
-
-GL_glDepthRange=
-GL_glDepthRange_0=
-GL_glDepthRange_1=
-
-GL_glDisable=
-GL_glDisable_0=
-
-GL_glDisableClientState=
-GL_glDisableClientState_0=
-
-GL_glDrawArrays=
-GL_glDrawArrays_0=
-GL_glDrawArrays_1=
-GL_glDrawArrays_2=
-
-GL_glDrawBuffer=
-GL_glDrawBuffer_0=
-
-GL_glDrawElements=
-GL_glDrawElements_0=
-GL_glDrawElements_1=
-GL_glDrawElements_2=
-GL_glDrawElements_3=flags=critical
-
-GL_glDrawPixels=
-GL_glDrawPixels_0=
-GL_glDrawPixels_1=
-GL_glDrawPixels_2=
-GL_glDrawPixels_3=
-GL_glDrawPixels_4=flags=critical
-
-GL_glEdgeFlag=
-GL_glEdgeFlag_0=
-
-GL_glEdgeFlagPointer=
-GL_glEdgeFlagPointer_0=
-GL_glEdgeFlagPointer_1=flags=critical
-
-GL_glEdgeFlagv=
-GL_glEdgeFlagv_0=flags=critical
-
-GL_glEnable=
-GL_glEnable_0=
-
-GL_glEnableClientState=
-GL_glEnableClientState_0=
-
-GL_glEnd=
-
-GL_glEndList=
-
-GL_glEvalCoord1d=
-GL_glEvalCoord1d_0=
-
-GL_glEvalCoord1dv=
-GL_glEvalCoord1dv_0=flags=critical
-
-GL_glEvalCoord1f=
-GL_glEvalCoord1f_0=
-
-GL_glEvalCoord1fv=
-GL_glEvalCoord1fv_0=flags=critical
-
-GL_glEvalCoord2d=
-GL_glEvalCoord2d_0=
-GL_glEvalCoord2d_1=
-
-GL_glEvalCoord2dv=
-GL_glEvalCoord2dv_0=flags=critical
-
-GL_glEvalCoord2f=
-GL_glEvalCoord2f_0=
-GL_glEvalCoord2f_1=
-
-GL_glEvalCoord2fv=
-GL_glEvalCoord2fv_0=flags=critical
-
-GL_glEvalMesh1=
-GL_glEvalMesh1_0=
-GL_glEvalMesh1_1=
-GL_glEvalMesh1_2=
-
-GL_glEvalMesh2=
-GL_glEvalMesh2_0=
-GL_glEvalMesh2_1=
-GL_glEvalMesh2_2=
-GL_glEvalMesh2_3=
-GL_glEvalMesh2_4=
-
-GL_glEvalPoint1=
-GL_glEvalPoint1_0=
-
-GL_glEvalPoint2=
-GL_glEvalPoint2_0=
-GL_glEvalPoint2_1=
-
-GL_glFeedbackBuffer=
-GL_glFeedbackBuffer_0=
-GL_glFeedbackBuffer_1=
-GL_glFeedbackBuffer_2=flags=critical
-
-GL_glFinish=
-
-GL_glFlush=
-
-GL_glFogf=
-GL_glFogf_0=
-GL_glFogf_1=
-
-GL_glFogfv=
-GL_glFogfv_0=
-GL_glFogfv_1=flags=critical
-
-GL_glFogi=
-GL_glFogi_0=
-GL_glFogi_1=
-
-GL_glFogiv=
-GL_glFogiv_0=
-GL_glFogiv_1=flags=critical
-
-GL_glFrontFace=
-GL_glFrontFace_0=
-
-GL_glFrustum=
-GL_glFrustum_0=
-GL_glFrustum_1=
-GL_glFrustum_2=
-GL_glFrustum_3=
-GL_glFrustum_4=
-GL_glFrustum_5=
-
-GL_glGenLists=
-GL_glGenLists_0=
-
-GL_glGenTextures=
-GL_glGenTextures_0=
-GL_glGenTextures_1=cast=(GLuint *),flags=critical
-
-GL_glGetBooleanv=
-GL_glGetBooleanv_0=
-GL_glGetBooleanv_1=flags=critical
-
-GL_glGetClipPlane=
-GL_glGetClipPlane_0=
-GL_glGetClipPlane_1=flags=critical
-
-GL_glGetDoublev=
-GL_glGetDoublev_0=
-GL_glGetDoublev_1=flags=critical
-
-GL_glGetError=
-
-GL_glGetFloatv=
-GL_glGetFloatv_0=
-GL_glGetFloatv_1=flags=critical
-
-GL_glGetIntegerv=
-GL_glGetIntegerv_0=
-GL_glGetIntegerv_1=flags=critical
-
-GL_glGetLightfv=
-GL_glGetLightfv_0=
-GL_glGetLightfv_1=
-GL_glGetLightfv_2=flags=critical
-
-GL_glGetLightiv=
-GL_glGetLightiv_0=
-GL_glGetLightiv_1=
-GL_glGetLightiv_2=flags=critical
-
-GL_glGetMapdv=
-GL_glGetMapdv_0=
-GL_glGetMapdv_1=
-GL_glGetMapdv_2=flags=critical
-
-GL_glGetMapfv=
-GL_glGetMapfv_0=
-GL_glGetMapfv_1=
-GL_glGetMapfv_2=flags=critical
-
-GL_glGetMapiv=
-GL_glGetMapiv_0=
-GL_glGetMapiv_1=
-GL_glGetMapiv_2=flags=critical
-
-GL_glGetMaterialfv=
-GL_glGetMaterialfv_0=
-GL_glGetMaterialfv_1=
-GL_glGetMaterialfv_2=flags=critical
-
-GL_glGetMaterialiv=
-GL_glGetMaterialiv_0=
-GL_glGetMaterialiv_1=
-GL_glGetMaterialiv_2=flags=critical
-
-GL_glGetPixelMapfv=
-GL_glGetPixelMapfv_0=
-GL_glGetPixelMapfv_1=flags=critical
-
-GL_glGetPixelMapuiv=
-GL_glGetPixelMapuiv_0=
-GL_glGetPixelMapuiv_1=cast=(GLuint *),flags=critical
-
-GL_glGetPixelMapusv=
-GL_glGetPixelMapusv_0=
-GL_glGetPixelMapusv_1=cast=(GLushort *),flags=critical
-
-GL_glGetPointerv=
-GL_glGetPointerv_0=
-GL_glGetPointerv_1=cast=(GLvoid **)
-
-GL_glGetPolygonStipple=
-GL_glGetPolygonStipple_0=cast=(GLubyte *),flags=critical
-
-GL_glGetString=
-GL_glGetString_0=
-
-GL_glGetTexEnvfv=
-GL_glGetTexEnvfv_0=
-GL_glGetTexEnvfv_1=
-GL_glGetTexEnvfv_2=flags=critical
-
-GL_glGetTexEnviv=
-GL_glGetTexEnviv_0=
-GL_glGetTexEnviv_1=
-GL_glGetTexEnviv_2=flags=critical
-
-GL_glGetTexGendv=
-GL_glGetTexGendv_0=
-GL_glGetTexGendv_1=
-GL_glGetTexGendv_2=flags=critical
-
-GL_glGetTexGenfv=
-GL_glGetTexGenfv_0=
-GL_glGetTexGenfv_1=
-GL_glGetTexGenfv_2=flags=critical
-
-GL_glGetTexGeniv=
-GL_glGetTexGeniv_0=
-GL_glGetTexGeniv_1=
-GL_glGetTexGeniv_2=flags=critical
-
-GL_glGetTexImage=
-GL_glGetTexImage_0=
-GL_glGetTexImage_1=
-GL_glGetTexImage_2=
-GL_glGetTexImage_3=
-GL_glGetTexImage_4=flags=critical
-
-GL_glGetTexLevelParameterfv=
-GL_glGetTexLevelParameterfv_0=
-GL_glGetTexLevelParameterfv_1=
-GL_glGetTexLevelParameterfv_2=
-GL_glGetTexLevelParameterfv_3=flags=critical
-
-GL_glGetTexLevelParameteriv=
-GL_glGetTexLevelParameteriv_0=
-GL_glGetTexLevelParameteriv_1=
-GL_glGetTexLevelParameteriv_2=
-GL_glGetTexLevelParameteriv_3=flags=critical
-
-GL_glGetTexParameterfv=
-GL_glGetTexParameterfv_0=
-GL_glGetTexParameterfv_1=
-GL_glGetTexParameterfv_2=flags=critical
-
-GL_glGetTexParameteriv=
-GL_glGetTexParameteriv_0=
-GL_glGetTexParameteriv_1=
-GL_glGetTexParameteriv_2=flags=critical
-
-GL_glHint=
-GL_glHint_0=
-GL_glHint_1=
-
-GL_glIndexMask=
-GL_glIndexMask_0=
-
-GL_glIndexPointer=
-GL_glIndexPointer_0=
-GL_glIndexPointer_1=
-GL_glIndexPointer_2=flags=critical
-
-GL_glIndexd=
-GL_glIndexd_0=
-
-GL_glIndexdv=
-GL_glIndexdv_0=flags=critical
-
-GL_glIndexf=
-GL_glIndexf_0=
-
-GL_glIndexfv=
-GL_glIndexfv_0=flags=critical
-
-GL_glIndexi=
-GL_glIndexi_0=
-
-GL_glIndexiv=
-GL_glIndexiv_0=flags=critical
-
-GL_glIndexs=
-GL_glIndexs_0=
-
-GL_glIndexsv=
-GL_glIndexsv_0=flags=critical
-
-GL_glInitNames=
-
-GL_glInterleavedArrays=
-GL_glInterleavedArrays_0=
-GL_glInterleavedArrays_1=
-GL_glInterleavedArrays_2=flags=critical
-
-GL_glIsEnabled=
-GL_glIsEnabled_0=
-
-GL_glIsList=
-GL_glIsList_0=
-
-GL_glIsTexture=
-GL_glIsTexture_0=
-
-GL_glLightModelf=
-GL_glLightModelf_0=
-GL_glLightModelf_1=
-
-GL_glLightModelfv=
-GL_glLightModelfv_0=
-GL_glLightModelfv_1=flags=critical
-
-GL_glLightModeli=
-GL_glLightModeli_0=
-GL_glLightModeli_1=
-
-GL_glLightModeliv=
-GL_glLightModeliv_0=
-GL_glLightModeliv_1=flags=critical
-
-GL_glLightf=
-GL_glLightf_0=
-GL_glLightf_1=
-GL_glLightf_2=
-
-GL_glLightfv=
-GL_glLightfv_0=
-GL_glLightfv_1=
-GL_glLightfv_2=flags=critical
-
-GL_glLighti=
-GL_glLighti_0=
-GL_glLighti_1=
-GL_glLighti_2=
-
-GL_glLightiv=
-GL_glLightiv_0=
-GL_glLightiv_1=
-GL_glLightiv_2=flags=critical
-
-GL_glLineStipple=
-GL_glLineStipple_0=
-GL_glLineStipple_1=
-
-GL_glLineWidth=
-GL_glLineWidth_0=
-
-GL_glListBase=
-GL_glListBase_0=
-
-GL_glLoadIdentity=
-
-GL_glLoadMatrixd=
-GL_glLoadMatrixd_0=flags=critical
-
-GL_glLoadMatrixf=
-GL_glLoadMatrixf_0=flags=critical
-
-GL_glLoadName=
-GL_glLoadName_0=
-
-GL_glLogicOp=
-GL_glLogicOp_0=
-
-GL_glMap1d=
-GL_glMap1d_0=
-GL_glMap1d_1=
-GL_glMap1d_2=
-GL_glMap1d_3=
-GL_glMap1d_4=
-GL_glMap1d_5=flags=critical
-
-GL_glMap1f=
-GL_glMap1f_0=
-GL_glMap1f_1=
-GL_glMap1f_2=
-GL_glMap1f_3=
-GL_glMap1f_4=
-GL_glMap1f_5=flags=critical
-
-GL_glMap2d=
-GL_glMap2d_0=
-GL_glMap2d_1=
-GL_glMap2d_2=
-GL_glMap2d_3=
-GL_glMap2d_4=
-GL_glMap2d_5=
-GL_glMap2d_6=
-GL_glMap2d_7=
-GL_glMap2d_8=
-GL_glMap2d_9=flags=critical
-
-GL_glMap2f=
-GL_glMap2f_0=
-GL_glMap2f_1=
-GL_glMap2f_2=
-GL_glMap2f_3=
-GL_glMap2f_4=
-GL_glMap2f_5=
-GL_glMap2f_6=
-GL_glMap2f_7=
-GL_glMap2f_8=
-GL_glMap2f_9=flags=critical
-
-GL_glMapGrid1d=
-GL_glMapGrid1d_0=
-GL_glMapGrid1d_1=
-GL_glMapGrid1d_2=
-
-GL_glMapGrid1f=
-GL_glMapGrid1f_0=
-GL_glMapGrid1f_1=
-GL_glMapGrid1f_2=
-
-GL_glMapGrid2d=
-GL_glMapGrid2d_0=
-GL_glMapGrid2d_1=
-GL_glMapGrid2d_2=
-GL_glMapGrid2d_3=
-GL_glMapGrid2d_4=
-GL_glMapGrid2d_5=
-
-GL_glMapGrid2f=
-GL_glMapGrid2f_0=
-GL_glMapGrid2f_1=
-GL_glMapGrid2f_2=
-GL_glMapGrid2f_3=
-GL_glMapGrid2f_4=
-GL_glMapGrid2f_5=
-
-GL_glMaterialf=
-GL_glMaterialf_0=
-GL_glMaterialf_1=
-GL_glMaterialf_2=
-
-GL_glMaterialfv=
-GL_glMaterialfv_0=
-GL_glMaterialfv_1=
-GL_glMaterialfv_2=flags=critical
-
-GL_glMateriali=
-GL_glMateriali_0=
-GL_glMateriali_1=
-GL_glMateriali_2=
-
-GL_glMaterialiv=
-GL_glMaterialiv_0=
-GL_glMaterialiv_1=
-GL_glMaterialiv_2=flags=critical
-
-GL_glMatrixMode=
-GL_glMatrixMode_0=
-
-GL_glMultMatrixd=
-GL_glMultMatrixd_0=flags=critical
-
-GL_glMultMatrixf=
-GL_glMultMatrixf_0=flags=critical
-
-GL_glNewList=
-GL_glNewList_0=
-GL_glNewList_1=
-
-GL_glNormal3b=
-GL_glNormal3b_0=
-GL_glNormal3b_1=
-GL_glNormal3b_2=
-
-GL_glNormal3bv=
-GL_glNormal3bv_0=flags=critical
-
-GL_glNormal3d=
-GL_glNormal3d_0=
-GL_glNormal3d_1=
-GL_glNormal3d_2=
-
-GL_glNormal3dv=
-GL_glNormal3dv_0=flags=critical
-
-GL_glNormal3f=
-GL_glNormal3f_0=
-GL_glNormal3f_1=
-GL_glNormal3f_2=
-
-GL_glNormal3fv=
-GL_glNormal3fv_0=flags=critical
-
-GL_glNormal3i=
-GL_glNormal3i_0=
-GL_glNormal3i_1=
-GL_glNormal3i_2=
-
-GL_glNormal3iv=
-GL_glNormal3iv_0=flags=critical
-
-GL_glNormal3s=
-GL_glNormal3s_0=
-GL_glNormal3s_1=
-GL_glNormal3s_2=
-
-GL_glNormal3sv=
-GL_glNormal3sv_0=flags=critical
-
-GL_glNormalPointer=
-GL_glNormalPointer_0=
-GL_glNormalPointer_1=
-GL_glNormalPointer_2=flags=critical
-
-GL_glOrtho=
-GL_glOrtho_0=
-GL_glOrtho_1=
-GL_glOrtho_2=
-GL_glOrtho_3=
-GL_glOrtho_4=
-GL_glOrtho_5=
-
-GL_glPassThrough=
-GL_glPassThrough_0=
-
-GL_glPixelMapfv=
-GL_glPixelMapfv_0=
-GL_glPixelMapfv_1=
-GL_glPixelMapfv_2=flags=critical
-
-GL_glPixelMapuiv=
-GL_glPixelMapuiv_0=
-GL_glPixelMapuiv_1=
-GL_glPixelMapuiv_2=cast=(const GLuint *),flags=critical
-
-GL_glPixelMapusv=
-GL_glPixelMapusv_0=
-GL_glPixelMapusv_1=
-GL_glPixelMapusv_2=cast=(const GLushort *),flags=critical
-
-GL_glPixelStoref=
-GL_glPixelStoref_0=
-GL_glPixelStoref_1=
-
-GL_glPixelStorei=
-GL_glPixelStorei_0=
-GL_glPixelStorei_1=
-
-GL_glPixelTransferf=
-GL_glPixelTransferf_0=
-GL_glPixelTransferf_1=
-
-GL_glPixelTransferi=
-GL_glPixelTransferi_0=
-GL_glPixelTransferi_1=
-
-GL_glPixelZoom=
-GL_glPixelZoom_0=
-GL_glPixelZoom_1=
-
-GL_glPointSize=
-GL_glPointSize_0=
-
-GL_glPolygonMode=
-GL_glPolygonMode_0=
-GL_glPolygonMode_1=
-
-GL_glPolygonOffset=
-GL_glPolygonOffset_0=
-GL_glPolygonOffset_1=
-
-GL_glPolygonStipple=
-GL_glPolygonStipple_0=cast=(GLubyte *),flags=critical
-
-GL_glPopAttrib=
-
-GL_glPopClientAttrib=
-
-GL_glPopMatrix=
-
-GL_glPopName=
-
-GL_glPrioritizeTextures=
-GL_glPrioritizeTextures_0=
-GL_glPrioritizeTextures_1=cast=(const GLuint *),flags=critical
-GL_glPrioritizeTextures_2=flags=critical
-
-GL_glPushAttrib=
-GL_glPushAttrib_0=
-
-GL_glPushClientAttrib=
-GL_glPushClientAttrib_0=
-
-GL_glPushMatrix=
-
-GL_glPushName=
-GL_glPushName_0=
-
-GL_glRasterPos2d=
-GL_glRasterPos2d_0=
-GL_glRasterPos2d_1=
-
-GL_glRasterPos2dv=
-GL_glRasterPos2dv_0=flags=critical
-
-GL_glRasterPos2f=
-GL_glRasterPos2f_0=
-GL_glRasterPos2f_1=
-
-GL_glRasterPos2fv=
-GL_glRasterPos2fv_0=flags=critical
-
-GL_glRasterPos2i=
-GL_glRasterPos2i_0=
-GL_glRasterPos2i_1=
-
-GL_glRasterPos2iv=
-GL_glRasterPos2iv_0=flags=critical
-
-GL_glRasterPos2s=
-GL_glRasterPos2s_0=
-GL_glRasterPos2s_1=
-
-GL_glRasterPos2sv=
-GL_glRasterPos2sv_0=flags=critical
-
-GL_glRasterPos3d=
-GL_glRasterPos3d_0=
-GL_glRasterPos3d_1=
-GL_glRasterPos3d_2=
-
-GL_glRasterPos3dv=
-GL_glRasterPos3dv_0=flags=critical
-
-GL_glRasterPos3f=
-GL_glRasterPos3f_0=
-GL_glRasterPos3f_1=
-GL_glRasterPos3f_2=
-
-GL_glRasterPos3fv=
-GL_glRasterPos3fv_0=flags=critical
-
-GL_glRasterPos3i=
-GL_glRasterPos3i_0=
-GL_glRasterPos3i_1=
-GL_glRasterPos3i_2=
-
-GL_glRasterPos3iv=
-GL_glRasterPos3iv_0=flags=critical
-
-GL_glRasterPos3s=
-GL_glRasterPos3s_0=
-GL_glRasterPos3s_1=
-GL_glRasterPos3s_2=
-
-GL_glRasterPos3sv=
-GL_glRasterPos3sv_0=flags=critical
-
-GL_glRasterPos4d=
-GL_glRasterPos4d_0=
-GL_glRasterPos4d_1=
-GL_glRasterPos4d_2=
-GL_glRasterPos4d_3=
-
-GL_glRasterPos4dv=
-GL_glRasterPos4dv_0=flags=critical
-
-GL_glRasterPos4f=
-GL_glRasterPos4f_0=
-GL_glRasterPos4f_1=
-GL_glRasterPos4f_2=
-GL_glRasterPos4f_3=
-
-GL_glRasterPos4fv=
-GL_glRasterPos4fv_0=flags=critical
-
-GL_glRasterPos4i=
-GL_glRasterPos4i_0=
-GL_glRasterPos4i_1=
-GL_glRasterPos4i_2=
-GL_glRasterPos4i_3=
-
-GL_glRasterPos4iv=
-GL_glRasterPos4iv_0=flags=critical
-
-GL_glRasterPos4s=
-GL_glRasterPos4s_0=
-GL_glRasterPos4s_1=
-GL_glRasterPos4s_2=
-GL_glRasterPos4s_3=
-
-GL_glRasterPos4sv=
-GL_glRasterPos4sv_0=flags=critical
-
-GL_glReadBuffer=
-GL_glReadBuffer_0=
-
-GL_glReadPixels=
-GL_glReadPixels_0=
-GL_glReadPixels_1=
-GL_glReadPixels_2=
-GL_glReadPixels_3=
-GL_glReadPixels_4=
-GL_glReadPixels_5=
-GL_glReadPixels_6=flags=critical
-
-GL_glRectd=
-GL_glRectd_0=
-GL_glRectd_1=
-GL_glRectd_2=
-GL_glRectd_3=
-
-GL_glRectdv=
-GL_glRectdv_0=flags=critical
-GL_glRectdv_1=flags=critical
-
-GL_glRectf=
-GL_glRectf_0=
-GL_glRectf_1=
-GL_glRectf_2=
-GL_glRectf_3=
-
-GL_glRectfv=
-GL_glRectfv_0=flags=critical
-GL_glRectfv_1=flags=critical
-
-GL_glRecti=
-GL_glRecti_0=
-GL_glRecti_1=
-GL_glRecti_2=
-GL_glRecti_3=
-
-GL_glRectiv=
-GL_glRectiv_0=flags=critical
-GL_glRectiv_1=flags=critical
-
-GL_glRects=
-GL_glRects_0=
-GL_glRects_1=
-GL_glRects_2=
-GL_glRects_3=
-
-GL_glRectsv=
-GL_glRectsv_0=flags=critical
-GL_glRectsv_1=flags=critical
-
-GL_glRenderMode=
-GL_glRenderMode_0=
-
-GL_glRotated=
-GL_glRotated_0=
-GL_glRotated_1=
-GL_glRotated_2=
-GL_glRotated_3=
-
-GL_glRotatef=
-GL_glRotatef_0=
-GL_glRotatef_1=
-GL_glRotatef_2=
-GL_glRotatef_3=
-
-GL_glScaled=
-GL_glScaled_0=
-GL_glScaled_1=
-GL_glScaled_2=
-
-GL_glScalef=
-GL_glScalef_0=
-GL_glScalef_1=
-GL_glScalef_2=
-
-GL_glScissor=
-GL_glScissor_0=
-GL_glScissor_1=
-GL_glScissor_2=
-GL_glScissor_3=
-
-GL_glSelectBuffer=
-GL_glSelectBuffer_0=
-GL_glSelectBuffer_1=cast=(GLuint *)
-
-GL_glShadeModel=
-GL_glShadeModel_0=
-
-GL_glStencilFunc=
-GL_glStencilFunc_0=
-GL_glStencilFunc_1=
-GL_glStencilFunc_2=
-
-GL_glStencilMask=
-GL_glStencilMask_0=
-
-GL_glStencilOp=
-GL_glStencilOp_0=
-GL_glStencilOp_1=
-GL_glStencilOp_2=
-
-GL_glTexCoord1d=
-GL_glTexCoord1d_0=
-
-GL_glTexCoord1dv=
-GL_glTexCoord1dv_0=flags=critical
-
-GL_glTexCoord1f=
-GL_glTexCoord1f_0=
-
-GL_glTexCoord1fv=
-GL_glTexCoord1fv_0=flags=critical
-
-GL_glTexCoord1i=
-GL_glTexCoord1i_0=
-
-GL_glTexCoord1iv=
-GL_glTexCoord1iv_0=flags=critical
-
-GL_glTexCoord1s=
-GL_glTexCoord1s_0=
-
-GL_glTexCoord1sv=
-GL_glTexCoord1sv_0=flags=critical
-
-GL_glTexCoord2d=
-GL_glTexCoord2d_0=
-GL_glTexCoord2d_1=
-
-GL_glTexCoord2dv=
-GL_glTexCoord2dv_0=flags=critical
-
-GL_glTexCoord2f=
-GL_glTexCoord2f_0=
-GL_glTexCoord2f_1=
-
-GL_glTexCoord2fv=
-GL_glTexCoord2fv_0=flags=critical
-
-GL_glTexCoord2i=
-GL_glTexCoord2i_0=
-GL_glTexCoord2i_1=
-
-GL_glTexCoord2iv=
-GL_glTexCoord2iv_0=flags=critical
-
-GL_glTexCoord2s=
-GL_glTexCoord2s_0=
-GL_glTexCoord2s_1=
-
-GL_glTexCoord2sv=
-GL_glTexCoord2sv_0=flags=critical
-
-GL_glTexCoord3d=
-GL_glTexCoord3d_0=
-GL_glTexCoord3d_1=
-GL_glTexCoord3d_2=
-
-GL_glTexCoord3dv=
-GL_glTexCoord3dv_0=flags=critical
-
-GL_glTexCoord3f=
-GL_glTexCoord3f_0=
-GL_glTexCoord3f_1=
-GL_glTexCoord3f_2=
-
-GL_glTexCoord3fv=
-GL_glTexCoord3fv_0=flags=critical
-
-GL_glTexCoord3i=
-GL_glTexCoord3i_0=
-GL_glTexCoord3i_1=
-GL_glTexCoord3i_2=
-
-GL_glTexCoord3iv=
-GL_glTexCoord3iv_0=flags=critical
-
-GL_glTexCoord3s=
-GL_glTexCoord3s_0=
-GL_glTexCoord3s_1=
-GL_glTexCoord3s_2=
-
-GL_glTexCoord3sv=
-GL_glTexCoord3sv_0=flags=critical
-
-GL_glTexCoord4d=
-GL_glTexCoord4d_0=
-GL_glTexCoord4d_1=
-GL_glTexCoord4d_2=
-GL_glTexCoord4d_3=
-
-GL_glTexCoord4dv=
-GL_glTexCoord4dv_0=flags=critical
-
-GL_glTexCoord4f=
-GL_glTexCoord4f_0=
-GL_glTexCoord4f_1=
-GL_glTexCoord4f_2=
-GL_glTexCoord4f_3=
-
-GL_glTexCoord4fv=
-GL_glTexCoord4fv_0=flags=critical
-
-GL_glTexCoord4i=
-GL_glTexCoord4i_0=
-GL_glTexCoord4i_1=
-GL_glTexCoord4i_2=
-GL_glTexCoord4i_3=
-
-GL_glTexCoord4iv=
-GL_glTexCoord4iv_0=flags=critical
-
-GL_glTexCoord4s=
-GL_glTexCoord4s_0=
-GL_glTexCoord4s_1=
-GL_glTexCoord4s_2=
-GL_glTexCoord4s_3=
-
-GL_glTexCoord4sv=
-GL_glTexCoord4sv_0=flags=critical
-
-GL_glTexCoordPointer=
-GL_glTexCoordPointer_0=
-GL_glTexCoordPointer_1=
-GL_glTexCoordPointer_2=
-GL_glTexCoordPointer_3=flags=critical
-
-GL_glTexEnvf=
-GL_glTexEnvf_0=
-GL_glTexEnvf_1=
-GL_glTexEnvf_2=
-
-GL_glTexEnvfv=
-GL_glTexEnvfv_0=
-GL_glTexEnvfv_1=
-GL_glTexEnvfv_2=flags=critical
-
-GL_glTexEnvi=
-GL_glTexEnvi_0=
-GL_glTexEnvi_1=
-GL_glTexEnvi_2=
-
-GL_glTexEnviv=
-GL_glTexEnviv_0=
-GL_glTexEnviv_1=
-GL_glTexEnviv_2=flags=critical
-
-GL_glTexGend=
-GL_glTexGend_0=
-GL_glTexGend_1=
-GL_glTexGend_2=
-
-GL_glTexGendv=
-GL_glTexGendv_0=
-GL_glTexGendv_1=
-GL_glTexGendv_2=flags=critical
-
-GL_glTexGenf=
-GL_glTexGenf_0=
-GL_glTexGenf_1=
-GL_glTexGenf_2=
-
-GL_glTexGenfv=
-GL_glTexGenfv_0=
-GL_glTexGenfv_1=
-GL_glTexGenfv_2=flags=critical
-
-GL_glTexGeni=
-GL_glTexGeni_0=
-GL_glTexGeni_1=
-GL_glTexGeni_2=
-
-GL_glTexGeniv=
-GL_glTexGeniv_0=
-GL_glTexGeniv_1=
-GL_glTexGeniv_2=flags=critical
-
-GL_glTexImage1D=
-GL_glTexImage1D_0=
-GL_glTexImage1D_1=
-GL_glTexImage1D_2=
-GL_glTexImage1D_3=
-GL_glTexImage1D_4=
-GL_glTexImage1D_5=
-GL_glTexImage1D_6=
-GL_glTexImage1D_7=flags=critical
-
-GL_glTexImage2D=
-GL_glTexImage2D_0=
-GL_glTexImage2D_1=
-GL_glTexImage2D_2=
-GL_glTexImage2D_3=
-GL_glTexImage2D_4=
-GL_glTexImage2D_5=
-GL_glTexImage2D_6=
-GL_glTexImage2D_7=
-GL_glTexImage2D_8=flags=critical
-
-GL_glTexParameterf=
-GL_glTexParameterf_0=
-GL_glTexParameterf_1=
-GL_glTexParameterf_2=
-
-GL_glTexParameterfv=
-GL_glTexParameterfv_0=
-GL_glTexParameterfv_1=
-GL_glTexParameterfv_2=flags=critical
-
-GL_glTexParameteri=
-GL_glTexParameteri_0=
-GL_glTexParameteri_1=
-GL_glTexParameteri_2=
-
-GL_glTexParameteriv=
-GL_glTexParameteriv_0=
-GL_glTexParameteriv_1=
-GL_glTexParameteriv_2=flags=critical
-
-GL_glTexSubImage1D=
-GL_glTexSubImage1D_0=
-GL_glTexSubImage1D_1=
-GL_glTexSubImage1D_2=
-GL_glTexSubImage1D_3=
-GL_glTexSubImage1D_4=
-GL_glTexSubImage1D_5=
-GL_glTexSubImage1D_6=flags=critical
-
-GL_glTexSubImage2D=
-GL_glTexSubImage2D_0=
-GL_glTexSubImage2D_1=
-GL_glTexSubImage2D_2=
-GL_glTexSubImage2D_3=
-GL_glTexSubImage2D_4=
-GL_glTexSubImage2D_5=
-GL_glTexSubImage2D_6=
-GL_glTexSubImage2D_7=
-GL_glTexSubImage2D_8=flags=critical
-
-GL_glTranslated=
-GL_glTranslated_0=
-GL_glTranslated_1=
-GL_glTranslated_2=
-
-GL_glTranslatef=
-GL_glTranslatef_0=
-GL_glTranslatef_1=
-GL_glTranslatef_2=
-
-GL_glVertex2d=
-GL_glVertex2d_0=
-GL_glVertex2d_1=
-
-GL_glVertex2dv=
-GL_glVertex2dv_0=flags=critical
-
-GL_glVertex2f=
-GL_glVertex2f_0=
-GL_glVertex2f_1=
-
-GL_glVertex2fv=
-GL_glVertex2fv_0=flags=critical
-
-GL_glVertex2i=
-GL_glVertex2i_0=
-GL_glVertex2i_1=
-
-GL_glVertex2iv=
-GL_glVertex2iv_0=flags=critical
-
-GL_glVertex2s=
-GL_glVertex2s_0=
-GL_glVertex2s_1=
-
-GL_glVertex2sv=
-GL_glVertex2sv_0=flags=critical
-
-GL_glVertex3d=
-GL_glVertex3d_0=
-GL_glVertex3d_1=
-GL_glVertex3d_2=
-
-GL_glVertex3dv__I=
-GL_glVertex3dv__I_0=cast=(const GLdouble *)
-
-GL_glVertex3dv___3D=
-GL_glVertex3dv___3D_0=
-
-GL_glVertex3f=
-GL_glVertex3f_0=
-GL_glVertex3f_1=
-GL_glVertex3f_2=
-
-GL_glVertex3fv=
-GL_glVertex3fv_0=flags=critical
-
-GL_glVertex3i=
-GL_glVertex3i_0=
-GL_glVertex3i_1=
-GL_glVertex3i_2=
-
-GL_glVertex3iv=
-GL_glVertex3iv_0=flags=critical
-
-GL_glVertex3s=
-GL_glVertex3s_0=
-GL_glVertex3s_1=
-GL_glVertex3s_2=
-
-GL_glVertex3sv=
-GL_glVertex3sv_0=flags=critical
-
-GL_glVertex4d=
-GL_glVertex4d_0=
-GL_glVertex4d_1=
-GL_glVertex4d_2=
-GL_glVertex4d_3=
-
-GL_glVertex4dv=
-GL_glVertex4dv_0=flags=critical
-
-GL_glVertex4f=
-GL_glVertex4f_0=
-GL_glVertex4f_1=
-GL_glVertex4f_2=
-GL_glVertex4f_3=
-
-GL_glVertex4fv=
-GL_glVertex4fv_0=flags=critical
-
-GL_glVertex4i=
-GL_glVertex4i_0=
-GL_glVertex4i_1=
-GL_glVertex4i_2=
-GL_glVertex4i_3=
-
-GL_glVertex4iv=
-GL_glVertex4iv_0=flags=critical
-
-GL_glVertex4s=
-GL_glVertex4s_0=
-GL_glVertex4s_1=
-GL_glVertex4s_2=
-GL_glVertex4s_3=
-
-GL_glVertex4sv=
-GL_glVertex4sv_0=flags=critical
-
-GL_glVertexPointer=
-GL_glVertexPointer_0=
-GL_glVertexPointer_1=
-GL_glVertexPointer_2=
-GL_glVertexPointer_3=flags=critical
-
-GL_glViewport=
-GL_glViewport_0=
-GL_glViewport_1=
-GL_glViewport_2=
-GL_glViewport_3=
-
-
-org_eclipse_swt_opengl_GLContext=flags=no_gen
-
-org_eclipse_swt_opengl_GLData=flags=no_gen
-GLData_device=
-GLData_style=
-GLData_image=
-GLData_display=
-GLData_drawable=
-GLData_foreground=
-GLData_background=
-GLData_font=
-GLData_colormap=
-GLData_clipRgn=
-GLData_lineStyle=
-GLData_renderTable=
-GLData_string=
-GLData_stringWidth=
-GLData_stringHeight=
-GLData_xmString=
-GLData_text=
-GLData_textWidth=
-GLData_textHeight=
-GLData_xmText=
-GLData_xmMnemonic=
-GLData_drawFlags=
-
-org_eclipse_swt_opengl_GLDrawable=flags=no_gen
-
-org_eclipse_swt_opengl_GLListener=flags=no_gen
-
-org_eclipse_swt_opengl_GLU=flags=no_gen
-GLU_gluBeginCurve=
-GLU_gluBeginCurve_0=
-
-GLU_gluBeginPolygon=
-GLU_gluBeginPolygon_0=
-
-GLU_gluBeginSurface=
-GLU_gluBeginSurface_0=
-
-GLU_gluBeginTrim=
-GLU_gluBeginTrim_0=
-
-GLU_gluBuild1DMipmaps=
-GLU_gluBuild1DMipmaps_0=
-GLU_gluBuild1DMipmaps_1=
-GLU_gluBuild1DMipmaps_2=
-GLU_gluBuild1DMipmaps_3=
-GLU_gluBuild1DMipmaps_4=
-GLU_gluBuild1DMipmaps_5=
-
-GLU_gluBuild2DMipmaps=
-GLU_gluBuild2DMipmaps_0=
-GLU_gluBuild2DMipmaps_1=
-GLU_gluBuild2DMipmaps_2=
-GLU_gluBuild2DMipmaps_3=
-GLU_gluBuild2DMipmaps_4=
-GLU_gluBuild2DMipmaps_5=
-GLU_gluBuild2DMipmaps_6=
-
-GLU_gluCylinder=
-GLU_gluCylinder_0=
-GLU_gluCylinder_1=
-GLU_gluCylinder_2=
-GLU_gluCylinder_3=
-GLU_gluCylinder_4=
-GLU_gluCylinder_5=
-
-GLU_gluDeleteNurbsRenderer=
-GLU_gluDeleteNurbsRenderer_0=
-
-GLU_gluDeleteQuadric=
-GLU_gluDeleteQuadric_0=
-
-GLU_gluDeleteTess=
-GLU_gluDeleteTess_0=
-
-GLU_gluDisk=
-GLU_gluDisk_0=
-GLU_gluDisk_1=
-GLU_gluDisk_2=
-GLU_gluDisk_3=
-GLU_gluDisk_4=
-
-GLU_gluEndCurve=
-GLU_gluEndCurve_0=
-
-GLU_gluEndPolygon=
-GLU_gluEndPolygon_0=
-
-GLU_gluEndSurface=
-GLU_gluEndSurface_0=
-
-GLU_gluEndTrim=
-GLU_gluEndTrim_0=
-
-GLU_gluErrorString=
-GLU_gluErrorString_0=
-
-GLU_gluGetNurbsProperty=
-GLU_gluGetNurbsProperty_0=
-GLU_gluGetNurbsProperty_1=
-GLU_gluGetNurbsProperty_2=
-
-GLU_gluGetString=
-GLU_gluGetString_0=
-
-GLU_gluGetTessProperty=
-GLU_gluGetTessProperty_0=
-GLU_gluGetTessProperty_1=
-GLU_gluGetTessProperty_2=
-
-GLU_gluLoadSamplingMatrices=
-GLU_gluLoadSamplingMatrices_0=
-GLU_gluLoadSamplingMatrices_1=
-GLU_gluLoadSamplingMatrices_2=
-GLU_gluLoadSamplingMatrices_3=
-
-GLU_gluLookAt=
-GLU_gluLookAt_0=
-GLU_gluLookAt_1=
-GLU_gluLookAt_2=
-GLU_gluLookAt_3=
-GLU_gluLookAt_4=
-GLU_gluLookAt_5=
-GLU_gluLookAt_6=
-GLU_gluLookAt_7=
-GLU_gluLookAt_8=
-
-GLU_gluNewNurbsRenderer=
-
-GLU_gluNewQuadric=
-
-GLU_gluNewTess=
-
-GLU_gluNextContour=
-GLU_gluNextContour_0=
-GLU_gluNextContour_1=
-
-GLU_gluNurbsCallback=
-GLU_gluNurbsCallback_0=
-GLU_gluNurbsCallback_1=
-GLU_gluNurbsCallback_2=
-
-GLU_gluNurbsCurve=
-GLU_gluNurbsCurve_0=
-GLU_gluNurbsCurve_1=
-GLU_gluNurbsCurve_2=
-GLU_gluNurbsCurve_3=
-GLU_gluNurbsCurve_4=
-GLU_gluNurbsCurve_5=
-GLU_gluNurbsCurve_6=
-
-GLU_gluNurbsProperty=
-GLU_gluNurbsProperty_0=
-GLU_gluNurbsProperty_1=
-GLU_gluNurbsProperty_2=
-
-GLU_gluNurbsSurface=
-GLU_gluNurbsSurface_0=
-GLU_gluNurbsSurface_1=
-GLU_gluNurbsSurface_2=
-GLU_gluNurbsSurface_3=
-GLU_gluNurbsSurface_4=
-GLU_gluNurbsSurface_5=
-GLU_gluNurbsSurface_6=
-GLU_gluNurbsSurface_7=
-GLU_gluNurbsSurface_8=
-GLU_gluNurbsSurface_9=
-GLU_gluNurbsSurface_10=
-
-GLU_gluOrtho2D=
-GLU_gluOrtho2D_0=
-GLU_gluOrtho2D_1=
-GLU_gluOrtho2D_2=
-GLU_gluOrtho2D_3=
-
-GLU_gluPartialDisk=
-GLU_gluPartialDisk_0=
-GLU_gluPartialDisk_1=
-GLU_gluPartialDisk_2=
-GLU_gluPartialDisk_3=
-GLU_gluPartialDisk_4=
-GLU_gluPartialDisk_5=
-GLU_gluPartialDisk_6=
-
-GLU_gluPerspective=
-GLU_gluPerspective_0=
-GLU_gluPerspective_1=
-GLU_gluPerspective_2=
-GLU_gluPerspective_3=
-
-GLU_gluPickMatrix=
-GLU_gluPickMatrix_0=
-GLU_gluPickMatrix_1=
-GLU_gluPickMatrix_2=
-GLU_gluPickMatrix_3=
-GLU_gluPickMatrix_4=
-
-GLU_gluProject=
-GLU_gluProject_0=
-GLU_gluProject_1=
-GLU_gluProject_2=
-GLU_gluProject_3=
-GLU_gluProject_4=
-GLU_gluProject_5=
-GLU_gluProject_6=
-GLU_gluProject_7=
-GLU_gluProject_8=
-
-GLU_gluPwlCurve=
-GLU_gluPwlCurve_0=
-GLU_gluPwlCurve_1=
-GLU_gluPwlCurve_2=
-GLU_gluPwlCurve_3=
-GLU_gluPwlCurve_4=
-
-GLU_gluQuadricCallback=
-GLU_gluQuadricCallback_0=
-GLU_gluQuadricCallback_1=
-GLU_gluQuadricCallback_2=
-
-GLU_gluQuadricDrawStyle=
-GLU_gluQuadricDrawStyle_0=
-GLU_gluQuadricDrawStyle_1=
-
-GLU_gluQuadricNormals=
-GLU_gluQuadricNormals_0=
-GLU_gluQuadricNormals_1=
-
-GLU_gluQuadricOrientation=
-GLU_gluQuadricOrientation_0=
-GLU_gluQuadricOrientation_1=
-
-GLU_gluQuadricTexture=
-GLU_gluQuadricTexture_0=
-GLU_gluQuadricTexture_1=
-
-GLU_gluScaleImage=
-GLU_gluScaleImage_0=
-GLU_gluScaleImage_1=
-GLU_gluScaleImage_2=
-GLU_gluScaleImage_3=
-GLU_gluScaleImage_4=
-GLU_gluScaleImage_5=
-GLU_gluScaleImage_6=
-GLU_gluScaleImage_7=
-GLU_gluScaleImage_8=
-
-GLU_gluSphere=
-GLU_gluSphere_0=
-GLU_gluSphere_1=
-GLU_gluSphere_2=
-GLU_gluSphere_3=
-
-GLU_gluTessBeginContour=
-GLU_gluTessBeginContour_0=
-
-GLU_gluTessBeginPolygon=
-GLU_gluTessBeginPolygon_0=
-GLU_gluTessBeginPolygon_1=
-
-GLU_gluTessCallback=
-GLU_gluTessCallback_0=
-GLU_gluTessCallback_1=
-GLU_gluTessCallback_2=
-
-GLU_gluTessEndContour=
-GLU_gluTessEndContour_0=
-
-GLU_gluTessEndPolygon=
-GLU_gluTessEndPolygon_0=
-
-GLU_gluTessNormal=
-GLU_gluTessNormal_0=
-GLU_gluTessNormal_1=
-GLU_gluTessNormal_2=
-GLU_gluTessNormal_3=
-
-GLU_gluTessProperty=
-GLU_gluTessProperty_0=
-GLU_gluTessProperty_1=
-GLU_gluTessProperty_2=
-
-GLU_gluTessVertex=
-GLU_gluTessVertex_0=
-GLU_gluTessVertex_1=
-GLU_gluTessVertex_2=
-
-GLU_gluUnProject=
-GLU_gluUnProject_0=
-GLU_gluUnProject_1=
-GLU_gluUnProject_2=
-GLU_gluUnProject_3=
-GLU_gluUnProject_4=
-GLU_gluUnProject_5=
-GLU_gluUnProject_6=
-GLU_gluUnProject_7=
-GLU_gluUnProject_8=
-
-
-org_eclipse_swt_opengl_Library=flags=no_gen
-
diff --git a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.opengl.GLU.properties b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.opengl.GLU.properties
deleted file mode 100644
index 3f80707c50..0000000000
--- a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.opengl.GLU.properties
+++ /dev/null
@@ -1,1779 +0,0 @@
-###############################################################################
-# Copyright (c) 2005 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-org_eclipse_swt_opengl_GL=flags=no_gen
-GL_glAccum=
-GL_glAccum_0=
-GL_glAccum_1=
-
-GL_glAlphaFunc=
-GL_glAlphaFunc_0=
-GL_glAlphaFunc_1=
-
-GL_glAreTexturesResident=
-GL_glAreTexturesResident_0=
-GL_glAreTexturesResident_1=
-GL_glAreTexturesResident_2=
-
-GL_glArrayElement=
-GL_glArrayElement_0=
-
-GL_glBegin=
-GL_glBegin_0=
-
-GL_glBindTexture=
-GL_glBindTexture_0=
-GL_glBindTexture_1=
-
-GL_glBitmap=
-GL_glBitmap_0=
-GL_glBitmap_1=
-GL_glBitmap_2=
-GL_glBitmap_3=
-GL_glBitmap_4=
-GL_glBitmap_5=
-GL_glBitmap_6=
-
-GL_glBlendFunc=
-GL_glBlendFunc_0=
-GL_glBlendFunc_1=
-
-GL_glCallList=
-GL_glCallList_0=
-
-GL_glCallLists__II_3B=
-GL_glCallLists__II_3B_0=
-GL_glCallLists__II_3B_1=
-GL_glCallLists__II_3B_2=
-
-GL_glCallLists__II_3C=
-GL_glCallLists__II_3C_0=
-GL_glCallLists__II_3C_1=
-GL_glCallLists__II_3C_2=
-
-GL_glCallLists__II_3I=
-GL_glCallLists__II_3I_0=
-GL_glCallLists__II_3I_1=
-GL_glCallLists__II_3I_2=
-
-GL_glClear=
-GL_glClear_0=
-
-GL_glClearAccum=
-GL_glClearAccum_0=
-GL_glClearAccum_1=
-GL_glClearAccum_2=
-GL_glClearAccum_3=
-
-GL_glClearColor=
-GL_glClearColor_0=
-GL_glClearColor_1=
-GL_glClearColor_2=
-GL_glClearColor_3=
-
-GL_glClearDepth=
-GL_glClearDepth_0=
-
-GL_glClearIndex=
-GL_glClearIndex_0=
-
-GL_glClearStencil=
-GL_glClearStencil_0=
-
-GL_glClipPlane=
-GL_glClipPlane_0=
-GL_glClipPlane_1=
-
-GL_glColor3b=
-GL_glColor3b_0=
-GL_glColor3b_1=
-GL_glColor3b_2=
-
-GL_glColor3bv=
-GL_glColor3bv_0=
-
-GL_glColor3d=
-GL_glColor3d_0=
-GL_glColor3d_1=
-GL_glColor3d_2=
-
-GL_glColor3dv=
-GL_glColor3dv_0=
-
-GL_glColor3f=
-GL_glColor3f_0=
-GL_glColor3f_1=
-GL_glColor3f_2=
-
-GL_glColor3fv=
-GL_glColor3fv_0=
-
-GL_glColor3i=
-GL_glColor3i_0=
-GL_glColor3i_1=
-GL_glColor3i_2=
-
-GL_glColor3iv=
-GL_glColor3iv_0=
-
-GL_glColor3s=
-GL_glColor3s_0=
-GL_glColor3s_1=
-GL_glColor3s_2=
-
-GL_glColor3sv=
-GL_glColor3sv_0=
-
-GL_glColor3ub=
-GL_glColor3ub_0=
-GL_glColor3ub_1=
-GL_glColor3ub_2=
-
-GL_glColor3ubv=
-GL_glColor3ubv_0=
-
-GL_glColor3ui=
-GL_glColor3ui_0=
-GL_glColor3ui_1=
-GL_glColor3ui_2=
-
-GL_glColor3uiv=
-GL_glColor3uiv_0=
-
-GL_glColor3us=
-GL_glColor3us_0=
-GL_glColor3us_1=
-GL_glColor3us_2=
-
-GL_glColor3usv=
-GL_glColor3usv_0=
-
-GL_glColor4b=
-GL_glColor4b_0=
-GL_glColor4b_1=
-GL_glColor4b_2=
-GL_glColor4b_3=
-
-GL_glColor4bv=
-GL_glColor4bv_0=
-
-GL_glColor4d=
-GL_glColor4d_0=
-GL_glColor4d_1=
-GL_glColor4d_2=
-GL_glColor4d_3=
-
-GL_glColor4dv=
-GL_glColor4dv_0=
-
-GL_glColor4f=
-GL_glColor4f_0=
-GL_glColor4f_1=
-GL_glColor4f_2=
-GL_glColor4f_3=
-
-GL_glColor4fv=
-GL_glColor4fv_0=
-
-GL_glColor4i=
-GL_glColor4i_0=
-GL_glColor4i_1=
-GL_glColor4i_2=
-GL_glColor4i_3=
-
-GL_glColor4iv=
-GL_glColor4iv_0=
-
-GL_glColor4s=
-GL_glColor4s_0=
-GL_glColor4s_1=
-GL_glColor4s_2=
-GL_glColor4s_3=
-
-GL_glColor4ub=
-GL_glColor4ub_0=
-GL_glColor4ub_1=
-GL_glColor4ub_2=
-GL_glColor4ub_3=
-
-GL_glColor4ubv___3B=
-GL_glColor4ubv___3B_0=
-
-GL_glColor4ubv___3S=
-GL_glColor4ubv___3S_0=
-
-GL_glColor4ui=
-GL_glColor4ui_0=
-GL_glColor4ui_1=
-GL_glColor4ui_2=
-GL_glColor4ui_3=
-
-GL_glColor4uiv=
-GL_glColor4uiv_0=
-
-GL_glColor4us=
-GL_glColor4us_0=
-GL_glColor4us_1=
-GL_glColor4us_2=
-GL_glColor4us_3=
-
-GL_glColor4usv=
-GL_glColor4usv_0=
-
-GL_glColorMask=
-GL_glColorMask_0=
-GL_glColorMask_1=
-GL_glColorMask_2=
-GL_glColorMask_3=
-
-GL_glColorMaterial=
-GL_glColorMaterial_0=
-GL_glColorMaterial_1=
-
-GL_glColorPointer=
-GL_glColorPointer_0=
-GL_glColorPointer_1=
-GL_glColorPointer_2=
-GL_glColorPointer_3=
-
-GL_glCopyPixels=
-GL_glCopyPixels_0=
-GL_glCopyPixels_1=
-GL_glCopyPixels_2=
-GL_glCopyPixels_3=
-GL_glCopyPixels_4=
-
-GL_glCopyTexImage1D=
-GL_glCopyTexImage1D_0=
-GL_glCopyTexImage1D_1=
-GL_glCopyTexImage1D_2=
-GL_glCopyTexImage1D_3=
-GL_glCopyTexImage1D_4=
-GL_glCopyTexImage1D_5=
-GL_glCopyTexImage1D_6=
-
-GL_glCopyTexImage2D=
-GL_glCopyTexImage2D_0=
-GL_glCopyTexImage2D_1=
-GL_glCopyTexImage2D_2=
-GL_glCopyTexImage2D_3=
-GL_glCopyTexImage2D_4=
-GL_glCopyTexImage2D_5=
-GL_glCopyTexImage2D_6=
-GL_glCopyTexImage2D_7=
-
-GL_glCopyTexSubImage1D=
-GL_glCopyTexSubImage1D_0=
-GL_glCopyTexSubImage1D_1=
-GL_glCopyTexSubImage1D_2=
-GL_glCopyTexSubImage1D_3=
-GL_glCopyTexSubImage1D_4=
-GL_glCopyTexSubImage1D_5=
-
-GL_glCopyTexSubImage2D=
-GL_glCopyTexSubImage2D_0=
-GL_glCopyTexSubImage2D_1=
-GL_glCopyTexSubImage2D_2=
-GL_glCopyTexSubImage2D_3=
-GL_glCopyTexSubImage2D_4=
-GL_glCopyTexSubImage2D_5=
-GL_glCopyTexSubImage2D_6=
-GL_glCopyTexSubImage2D_7=
-
-GL_glCullFace=
-GL_glCullFace_0=
-
-GL_glDeleteLists=
-GL_glDeleteLists_0=
-GL_glDeleteLists_1=
-
-GL_glDeleteTextures=
-GL_glDeleteTextures_0=
-GL_glDeleteTextures_1=
-
-GL_glDepthFunc=
-GL_glDepthFunc_0=
-
-GL_glDepthMask=
-GL_glDepthMask_0=
-
-GL_glDepthRange=
-GL_glDepthRange_0=
-GL_glDepthRange_1=
-
-GL_glDisable=
-GL_glDisable_0=
-
-GL_glDisableClientState=
-GL_glDisableClientState_0=
-
-GL_glDrawArrays=
-GL_glDrawArrays_0=
-GL_glDrawArrays_1=
-GL_glDrawArrays_2=
-
-GL_glDrawBuffer=
-GL_glDrawBuffer_0=
-
-GL_glDrawElements=
-GL_glDrawElements_0=
-GL_glDrawElements_1=
-GL_glDrawElements_2=
-GL_glDrawElements_3=
-
-GL_glDrawPixels=
-GL_glDrawPixels_0=
-GL_glDrawPixels_1=
-GL_glDrawPixels_2=
-GL_glDrawPixels_3=
-GL_glDrawPixels_4=
-
-GL_glEdgeFlag=
-GL_glEdgeFlag_0=
-
-GL_glEdgeFlagPointer=
-GL_glEdgeFlagPointer_0=
-GL_glEdgeFlagPointer_1=
-
-GL_glEdgeFlagv=
-GL_glEdgeFlagv_0=
-
-GL_glEnable=
-GL_glEnable_0=
-
-GL_glEnableClientState=
-GL_glEnableClientState_0=
-
-GL_glEnd=
-
-GL_glEndList=
-
-GL_glEvalCoord1d=
-GL_glEvalCoord1d_0=
-
-GL_glEvalCoord1dv=
-GL_glEvalCoord1dv_0=
-
-GL_glEvalCoord1f=
-GL_glEvalCoord1f_0=
-
-GL_glEvalCoord1fv=
-GL_glEvalCoord1fv_0=
-
-GL_glEvalCoord2d=
-GL_glEvalCoord2d_0=
-GL_glEvalCoord2d_1=
-
-GL_glEvalCoord2dv=
-GL_glEvalCoord2dv_0=
-
-GL_glEvalCoord2f=
-GL_glEvalCoord2f_0=
-GL_glEvalCoord2f_1=
-
-GL_glEvalCoord2fv=
-GL_glEvalCoord2fv_0=
-
-GL_glEvalMesh1=
-GL_glEvalMesh1_0=
-GL_glEvalMesh1_1=
-GL_glEvalMesh1_2=
-
-GL_glEvalMesh2=
-GL_glEvalMesh2_0=
-GL_glEvalMesh2_1=
-GL_glEvalMesh2_2=
-GL_glEvalMesh2_3=
-GL_glEvalMesh2_4=
-
-GL_glEvalPoint1=
-GL_glEvalPoint1_0=
-
-GL_glEvalPoint2=
-GL_glEvalPoint2_0=
-GL_glEvalPoint2_1=
-
-GL_glFeedbackBuffer=
-GL_glFeedbackBuffer_0=
-GL_glFeedbackBuffer_1=
-GL_glFeedbackBuffer_2=
-
-GL_glFinish=
-
-GL_glFlush=
-
-GL_glFogf=
-GL_glFogf_0=
-GL_glFogf_1=
-
-GL_glFogfv=
-GL_glFogfv_0=
-GL_glFogfv_1=
-
-GL_glFogi=
-GL_glFogi_0=
-GL_glFogi_1=
-
-GL_glFogiv=
-GL_glFogiv_0=
-GL_glFogiv_1=
-
-GL_glFrontFace=
-GL_glFrontFace_0=
-
-GL_glFrustum=
-GL_glFrustum_0=
-GL_glFrustum_1=
-GL_glFrustum_2=
-GL_glFrustum_3=
-GL_glFrustum_4=
-GL_glFrustum_5=
-
-GL_glGenLists=
-GL_glGenLists_0=
-
-GL_glGenTextures=
-GL_glGenTextures_0=
-GL_glGenTextures_1=
-
-GL_glGetBooleanv=
-GL_glGetBooleanv_0=
-GL_glGetBooleanv_1=
-
-GL_glGetClipPlane=
-GL_glGetClipPlane_0=
-GL_glGetClipPlane_1=
-
-GL_glGetDoublev=
-GL_glGetDoublev_0=
-GL_glGetDoublev_1=
-
-GL_glGetError=
-
-GL_glGetFloatv=
-GL_glGetFloatv_0=
-GL_glGetFloatv_1=
-
-GL_glGetIntegerv=
-GL_glGetIntegerv_0=
-GL_glGetIntegerv_1=
-
-GL_glGetLightfv=
-GL_glGetLightfv_0=
-GL_glGetLightfv_1=
-GL_glGetLightfv_2=
-
-GL_glGetLightiv=
-GL_glGetLightiv_0=
-GL_glGetLightiv_1=
-GL_glGetLightiv_2=
-
-GL_glGetMapdv=
-GL_glGetMapdv_0=
-GL_glGetMapdv_1=
-GL_glGetMapdv_2=
-
-GL_glGetMapfv=
-GL_glGetMapfv_0=
-GL_glGetMapfv_1=
-GL_glGetMapfv_2=
-
-GL_glGetMapiv=
-GL_glGetMapiv_0=
-GL_glGetMapiv_1=
-GL_glGetMapiv_2=
-
-GL_glGetMaterialfv=
-GL_glGetMaterialfv_0=
-GL_glGetMaterialfv_1=
-GL_glGetMaterialfv_2=
-
-GL_glGetMaterialiv=
-GL_glGetMaterialiv_0=
-GL_glGetMaterialiv_1=
-GL_glGetMaterialiv_2=
-
-GL_glGetPixelMapfv=
-GL_glGetPixelMapfv_0=
-GL_glGetPixelMapfv_1=
-
-GL_glGetPixelMapuiv=
-GL_glGetPixelMapuiv_0=
-GL_glGetPixelMapuiv_1=
-
-GL_glGetPixelMapusv=
-GL_glGetPixelMapusv_0=
-GL_glGetPixelMapusv_1=
-
-GL_glGetPointerv=
-GL_glGetPointerv_0=
-GL_glGetPointerv_1=
-
-GL_glGetPolygonStipple=
-GL_glGetPolygonStipple_0=
-
-GL_glGetString=
-GL_glGetString_0=
-
-GL_glGetTexEnvfv=
-GL_glGetTexEnvfv_0=
-GL_glGetTexEnvfv_1=
-GL_glGetTexEnvfv_2=
-
-GL_glGetTexEnviv=
-GL_glGetTexEnviv_0=
-GL_glGetTexEnviv_1=
-GL_glGetTexEnviv_2=
-
-GL_glGetTexGendv=
-GL_glGetTexGendv_0=
-GL_glGetTexGendv_1=
-GL_glGetTexGendv_2=
-
-GL_glGetTexGenfv=
-GL_glGetTexGenfv_0=
-GL_glGetTexGenfv_1=
-GL_glGetTexGenfv_2=
-
-GL_glGetTexGeniv=
-GL_glGetTexGeniv_0=
-GL_glGetTexGeniv_1=
-GL_glGetTexGeniv_2=
-
-GL_glGetTexImage=
-GL_glGetTexImage_0=
-GL_glGetTexImage_1=
-GL_glGetTexImage_2=
-GL_glGetTexImage_3=
-GL_glGetTexImage_4=
-
-GL_glGetTexLevelParameterfv=
-GL_glGetTexLevelParameterfv_0=
-GL_glGetTexLevelParameterfv_1=
-GL_glGetTexLevelParameterfv_2=
-GL_glGetTexLevelParameterfv_3=
-
-GL_glGetTexLevelParameteriv=
-GL_glGetTexLevelParameteriv_0=
-GL_glGetTexLevelParameteriv_1=
-GL_glGetTexLevelParameteriv_2=
-GL_glGetTexLevelParameteriv_3=
-
-GL_glGetTexParameterfv=
-GL_glGetTexParameterfv_0=
-GL_glGetTexParameterfv_1=
-GL_glGetTexParameterfv_2=
-
-GL_glGetTexParameteriv=
-GL_glGetTexParameteriv_0=
-GL_glGetTexParameteriv_1=
-GL_glGetTexParameteriv_2=
-
-GL_glHint=
-GL_glHint_0=
-GL_glHint_1=
-
-GL_glIndexMask=
-GL_glIndexMask_0=
-
-GL_glIndexPointer=
-GL_glIndexPointer_0=
-GL_glIndexPointer_1=
-GL_glIndexPointer_2=
-
-GL_glIndexd=
-GL_glIndexd_0=
-
-GL_glIndexdv=
-GL_glIndexdv_0=
-
-GL_glIndexf=
-GL_glIndexf_0=
-
-GL_glIndexfv=
-GL_glIndexfv_0=
-
-GL_glIndexi=
-GL_glIndexi_0=
-
-GL_glIndexiv=
-GL_glIndexiv_0=
-
-GL_glIndexs=
-GL_glIndexs_0=
-
-GL_glIndexsv=
-GL_glIndexsv_0=
-
-GL_glInitNames=
-
-GL_glInterleavedArrays=
-GL_glInterleavedArrays_0=
-GL_glInterleavedArrays_1=
-GL_glInterleavedArrays_2=
-
-GL_glIsEnabled=
-GL_glIsEnabled_0=
-
-GL_glIsList=
-GL_glIsList_0=
-
-GL_glIsTexture=
-GL_glIsTexture_0=
-
-GL_glLightModelf=
-GL_glLightModelf_0=
-GL_glLightModelf_1=
-
-GL_glLightModelfv=
-GL_glLightModelfv_0=
-GL_glLightModelfv_1=
-
-GL_glLightModeli=
-GL_glLightModeli_0=
-GL_glLightModeli_1=
-
-GL_glLightModeliv=
-GL_glLightModeliv_0=
-GL_glLightModeliv_1=
-
-GL_glLightf=
-GL_glLightf_0=
-GL_glLightf_1=
-GL_glLightf_2=
-
-GL_glLightfv=
-GL_glLightfv_0=
-GL_glLightfv_1=
-GL_glLightfv_2=
-
-GL_glLighti=
-GL_glLighti_0=
-GL_glLighti_1=
-GL_glLighti_2=
-
-GL_glLightiv=
-GL_glLightiv_0=
-GL_glLightiv_1=
-GL_glLightiv_2=
-
-GL_glLineStipple=
-GL_glLineStipple_0=
-GL_glLineStipple_1=
-
-GL_glLineWidth=
-GL_glLineWidth_0=
-
-GL_glListBase=
-GL_glListBase_0=
-
-GL_glLoadIdentity=
-
-GL_glLoadMatrixd=
-GL_glLoadMatrixd_0=
-
-GL_glLoadMatrixf=
-GL_glLoadMatrixf_0=
-
-GL_glLoadName=
-GL_glLoadName_0=
-
-GL_glLogicOp=
-GL_glLogicOp_0=
-
-GL_glMap1d=
-GL_glMap1d_0=
-GL_glMap1d_1=
-GL_glMap1d_2=
-GL_glMap1d_3=
-GL_glMap1d_4=
-GL_glMap1d_5=
-
-GL_glMap1f=
-GL_glMap1f_0=
-GL_glMap1f_1=
-GL_glMap1f_2=
-GL_glMap1f_3=
-GL_glMap1f_4=
-GL_glMap1f_5=
-
-GL_glMap2d=
-GL_glMap2d_0=
-GL_glMap2d_1=
-GL_glMap2d_2=
-GL_glMap2d_3=
-GL_glMap2d_4=
-GL_glMap2d_5=
-GL_glMap2d_6=
-GL_glMap2d_7=
-GL_glMap2d_8=
-GL_glMap2d_9=
-
-GL_glMap2f=
-GL_glMap2f_0=
-GL_glMap2f_1=
-GL_glMap2f_2=
-GL_glMap2f_3=
-GL_glMap2f_4=
-GL_glMap2f_5=
-GL_glMap2f_6=
-GL_glMap2f_7=
-GL_glMap2f_8=
-GL_glMap2f_9=
-
-GL_glMapGrid1d=
-GL_glMapGrid1d_0=
-GL_glMapGrid1d_1=
-GL_glMapGrid1d_2=
-
-GL_glMapGrid1f=
-GL_glMapGrid1f_0=
-GL_glMapGrid1f_1=
-GL_glMapGrid1f_2=
-
-GL_glMapGrid2d=
-GL_glMapGrid2d_0=
-GL_glMapGrid2d_1=
-GL_glMapGrid2d_2=
-GL_glMapGrid2d_3=
-GL_glMapGrid2d_4=
-GL_glMapGrid2d_5=
-
-GL_glMapGrid2f=
-GL_glMapGrid2f_0=
-GL_glMapGrid2f_1=
-GL_glMapGrid2f_2=
-GL_glMapGrid2f_3=
-GL_glMapGrid2f_4=
-GL_glMapGrid2f_5=
-
-GL_glMaterialf=
-GL_glMaterialf_0=
-GL_glMaterialf_1=
-GL_glMaterialf_2=
-
-GL_glMaterialfv=
-GL_glMaterialfv_0=
-GL_glMaterialfv_1=
-GL_glMaterialfv_2=
-
-GL_glMateriali=
-GL_glMateriali_0=
-GL_glMateriali_1=
-GL_glMateriali_2=
-
-GL_glMaterialiv=
-GL_glMaterialiv_0=
-GL_glMaterialiv_1=
-GL_glMaterialiv_2=
-
-GL_glMatrixMode=
-GL_glMatrixMode_0=
-
-GL_glMultMatrixd=
-GL_glMultMatrixd_0=
-
-GL_glMultMatrixf=
-GL_glMultMatrixf_0=
-
-GL_glNewList=
-GL_glNewList_0=
-GL_glNewList_1=
-
-GL_glNormal3b=
-GL_glNormal3b_0=
-GL_glNormal3b_1=
-GL_glNormal3b_2=
-
-GL_glNormal3bv=
-GL_glNormal3bv_0=
-
-GL_glNormal3d=
-GL_glNormal3d_0=
-GL_glNormal3d_1=
-GL_glNormal3d_2=
-
-GL_glNormal3dv=
-GL_glNormal3dv_0=
-
-GL_glNormal3f=
-GL_glNormal3f_0=
-GL_glNormal3f_1=
-GL_glNormal3f_2=
-
-GL_glNormal3fv=
-GL_glNormal3fv_0=
-
-GL_glNormal3i=
-GL_glNormal3i_0=
-GL_glNormal3i_1=
-GL_glNormal3i_2=
-
-GL_glNormal3iv=
-GL_glNormal3iv_0=
-
-GL_glNormal3s=
-GL_glNormal3s_0=
-GL_glNormal3s_1=
-GL_glNormal3s_2=
-
-GL_glNormal3sv=
-GL_glNormal3sv_0=
-
-GL_glNormalPointer=
-GL_glNormalPointer_0=
-GL_glNormalPointer_1=
-GL_glNormalPointer_2=
-
-GL_glOrtho=
-GL_glOrtho_0=
-GL_glOrtho_1=
-GL_glOrtho_2=
-GL_glOrtho_3=
-GL_glOrtho_4=
-GL_glOrtho_5=
-
-GL_glPassThrough=
-GL_glPassThrough_0=
-
-GL_glPixelMapfv=
-GL_glPixelMapfv_0=
-GL_glPixelMapfv_1=
-GL_glPixelMapfv_2=
-
-GL_glPixelMapuiv=
-GL_glPixelMapuiv_0=
-GL_glPixelMapuiv_1=
-GL_glPixelMapuiv_2=
-
-GL_glPixelMapusv=
-GL_glPixelMapusv_0=
-GL_glPixelMapusv_1=
-GL_glPixelMapusv_2=
-
-GL_glPixelStoref=
-GL_glPixelStoref_0=
-GL_glPixelStoref_1=
-
-GL_glPixelStorei=
-GL_glPixelStorei_0=
-GL_glPixelStorei_1=
-
-GL_glPixelTransferf=
-GL_glPixelTransferf_0=
-GL_glPixelTransferf_1=
-
-GL_glPixelTransferi=
-GL_glPixelTransferi_0=
-GL_glPixelTransferi_1=
-
-GL_glPixelZoom=
-GL_glPixelZoom_0=
-GL_glPixelZoom_1=
-
-GL_glPointSize=
-GL_glPointSize_0=
-
-GL_glPolygonMode=
-GL_glPolygonMode_0=
-GL_glPolygonMode_1=
-
-GL_glPolygonOffset=
-GL_glPolygonOffset_0=
-GL_glPolygonOffset_1=
-
-GL_glPolygonStipple=
-GL_glPolygonStipple_0=
-
-GL_glPopAttrib=
-
-GL_glPopClientAttrib=
-
-GL_glPopMatrix=
-
-GL_glPopName=
-
-GL_glPrioritizeTextures=
-GL_glPrioritizeTextures_0=
-GL_glPrioritizeTextures_1=
-GL_glPrioritizeTextures_2=
-
-GL_glPushAttrib=
-GL_glPushAttrib_0=
-
-GL_glPushClientAttrib=
-GL_glPushClientAttrib_0=
-
-GL_glPushMatrix=
-
-GL_glPushName=
-GL_glPushName_0=
-
-GL_glRasterPos2d=
-GL_glRasterPos2d_0=
-GL_glRasterPos2d_1=
-
-GL_glRasterPos2dv=
-GL_glRasterPos2dv_0=
-
-GL_glRasterPos2f=
-GL_glRasterPos2f_0=
-GL_glRasterPos2f_1=
-
-GL_glRasterPos2fv=
-GL_glRasterPos2fv_0=
-
-GL_glRasterPos2i=
-GL_glRasterPos2i_0=
-GL_glRasterPos2i_1=
-
-GL_glRasterPos2iv=
-GL_glRasterPos2iv_0=
-
-GL_glRasterPos2s=
-GL_glRasterPos2s_0=
-GL_glRasterPos2s_1=
-
-GL_glRasterPos2sv=
-GL_glRasterPos2sv_0=
-
-GL_glRasterPos3d=
-GL_glRasterPos3d_0=
-GL_glRasterPos3d_1=
-GL_glRasterPos3d_2=
-
-GL_glRasterPos3dv=
-GL_glRasterPos3dv_0=
-
-GL_glRasterPos3f=
-GL_glRasterPos3f_0=
-GL_glRasterPos3f_1=
-GL_glRasterPos3f_2=
-
-GL_glRasterPos3fv=
-GL_glRasterPos3fv_0=
-
-GL_glRasterPos3i=
-GL_glRasterPos3i_0=
-GL_glRasterPos3i_1=
-GL_glRasterPos3i_2=
-
-GL_glRasterPos3iv=
-GL_glRasterPos3iv_0=
-
-GL_glRasterPos3s=
-GL_glRasterPos3s_0=
-GL_glRasterPos3s_1=
-GL_glRasterPos3s_2=
-
-GL_glRasterPos3sv=
-GL_glRasterPos3sv_0=
-
-GL_glRasterPos4d=
-GL_glRasterPos4d_0=
-GL_glRasterPos4d_1=
-GL_glRasterPos4d_2=
-GL_glRasterPos4d_3=
-
-GL_glRasterPos4dv=
-GL_glRasterPos4dv_0=
-
-GL_glRasterPos4f=
-GL_glRasterPos4f_0=
-GL_glRasterPos4f_1=
-GL_glRasterPos4f_2=
-GL_glRasterPos4f_3=
-
-GL_glRasterPos4fv=
-GL_glRasterPos4fv_0=
-
-GL_glRasterPos4i=
-GL_glRasterPos4i_0=
-GL_glRasterPos4i_1=
-GL_glRasterPos4i_2=
-GL_glRasterPos4i_3=
-
-GL_glRasterPos4iv=
-GL_glRasterPos4iv_0=
-
-GL_glRasterPos4s=
-GL_glRasterPos4s_0=
-GL_glRasterPos4s_1=
-GL_glRasterPos4s_2=
-GL_glRasterPos4s_3=
-
-GL_glRasterPos4sv=
-GL_glRasterPos4sv_0=
-
-GL_glReadBuffer=
-GL_glReadBuffer_0=
-
-GL_glReadPixels=
-GL_glReadPixels_0=
-GL_glReadPixels_1=
-GL_glReadPixels_2=
-GL_glReadPixels_3=
-GL_glReadPixels_4=
-GL_glReadPixels_5=
-GL_glReadPixels_6=
-
-GL_glRectd=
-GL_glRectd_0=
-GL_glRectd_1=
-GL_glRectd_2=
-GL_glRectd_3=
-
-GL_glRectdv=
-GL_glRectdv_0=
-GL_glRectdv_1=
-
-GL_glRectf=
-GL_glRectf_0=
-GL_glRectf_1=
-GL_glRectf_2=
-GL_glRectf_3=
-
-GL_glRectfv=
-GL_glRectfv_0=
-GL_glRectfv_1=
-
-GL_glRecti=
-GL_glRecti_0=
-GL_glRecti_1=
-GL_glRecti_2=
-GL_glRecti_3=
-
-GL_glRectiv=
-GL_glRectiv_0=
-GL_glRectiv_1=
-
-GL_glRects=
-GL_glRects_0=
-GL_glRects_1=
-GL_glRects_2=
-GL_glRects_3=
-
-GL_glRectsv=
-GL_glRectsv_0=
-GL_glRectsv_1=
-
-GL_glRenderMode=
-GL_glRenderMode_0=
-
-GL_glRotated=
-GL_glRotated_0=
-GL_glRotated_1=
-GL_glRotated_2=
-GL_glRotated_3=
-
-GL_glRotatef=
-GL_glRotatef_0=
-GL_glRotatef_1=
-GL_glRotatef_2=
-GL_glRotatef_3=
-
-GL_glScaled=
-GL_glScaled_0=
-GL_glScaled_1=
-GL_glScaled_2=
-
-GL_glScalef=
-GL_glScalef_0=
-GL_glScalef_1=
-GL_glScalef_2=
-
-GL_glScissor=
-GL_glScissor_0=
-GL_glScissor_1=
-GL_glScissor_2=
-GL_glScissor_3=
-
-GL_glSelectBuffer=
-GL_glSelectBuffer_0=
-GL_glSelectBuffer_1=
-
-GL_glShadeModel=
-GL_glShadeModel_0=
-
-GL_glStencilFunc=
-GL_glStencilFunc_0=
-GL_glStencilFunc_1=
-GL_glStencilFunc_2=
-
-GL_glStencilMask=
-GL_glStencilMask_0=
-
-GL_glStencilOp=
-GL_glStencilOp_0=
-GL_glStencilOp_1=
-GL_glStencilOp_2=
-
-GL_glTexCoord1d=
-GL_glTexCoord1d_0=
-
-GL_glTexCoord1dv=
-GL_glTexCoord1dv_0=
-
-GL_glTexCoord1f=
-GL_glTexCoord1f_0=
-
-GL_glTexCoord1fv=
-GL_glTexCoord1fv_0=
-
-GL_glTexCoord1i=
-GL_glTexCoord1i_0=
-
-GL_glTexCoord1iv=
-GL_glTexCoord1iv_0=
-
-GL_glTexCoord1s=
-GL_glTexCoord1s_0=
-
-GL_glTexCoord1sv=
-GL_glTexCoord1sv_0=
-
-GL_glTexCoord2d=
-GL_glTexCoord2d_0=
-GL_glTexCoord2d_1=
-
-GL_glTexCoord2dv=
-GL_glTexCoord2dv_0=
-
-GL_glTexCoord2f=
-GL_glTexCoord2f_0=
-GL_glTexCoord2f_1=
-
-GL_glTexCoord2fv=
-GL_glTexCoord2fv_0=
-
-GL_glTexCoord2i=
-GL_glTexCoord2i_0=
-GL_glTexCoord2i_1=
-
-GL_glTexCoord2iv=
-GL_glTexCoord2iv_0=
-
-GL_glTexCoord2s=
-GL_glTexCoord2s_0=
-GL_glTexCoord2s_1=
-
-GL_glTexCoord2sv=
-GL_glTexCoord2sv_0=
-
-GL_glTexCoord3d=
-GL_glTexCoord3d_0=
-GL_glTexCoord3d_1=
-GL_glTexCoord3d_2=
-
-GL_glTexCoord3dv=
-GL_glTexCoord3dv_0=
-
-GL_glTexCoord3f=
-GL_glTexCoord3f_0=
-GL_glTexCoord3f_1=
-GL_glTexCoord3f_2=
-
-GL_glTexCoord3fv=
-GL_glTexCoord3fv_0=
-
-GL_glTexCoord3i=
-GL_glTexCoord3i_0=
-GL_glTexCoord3i_1=
-GL_glTexCoord3i_2=
-
-GL_glTexCoord3iv=
-GL_glTexCoord3iv_0=
-
-GL_glTexCoord3s=
-GL_glTexCoord3s_0=
-GL_glTexCoord3s_1=
-GL_glTexCoord3s_2=
-
-GL_glTexCoord3sv=
-GL_glTexCoord3sv_0=
-
-GL_glTexCoord4d=
-GL_glTexCoord4d_0=
-GL_glTexCoord4d_1=
-GL_glTexCoord4d_2=
-GL_glTexCoord4d_3=
-
-GL_glTexCoord4dv=
-GL_glTexCoord4dv_0=
-
-GL_glTexCoord4f=
-GL_glTexCoord4f_0=
-GL_glTexCoord4f_1=
-GL_glTexCoord4f_2=
-GL_glTexCoord4f_3=
-
-GL_glTexCoord4fv=
-GL_glTexCoord4fv_0=
-
-GL_glTexCoord4i=
-GL_glTexCoord4i_0=
-GL_glTexCoord4i_1=
-GL_glTexCoord4i_2=
-GL_glTexCoord4i_3=
-
-GL_glTexCoord4iv=
-GL_glTexCoord4iv_0=
-
-GL_glTexCoord4s=
-GL_glTexCoord4s_0=
-GL_glTexCoord4s_1=
-GL_glTexCoord4s_2=
-GL_glTexCoord4s_3=
-
-GL_glTexCoord4sv=
-GL_glTexCoord4sv_0=
-
-GL_glTexCoordPointer=
-GL_glTexCoordPointer_0=
-GL_glTexCoordPointer_1=
-GL_glTexCoordPointer_2=
-GL_glTexCoordPointer_3=
-
-GL_glTexEnvf=
-GL_glTexEnvf_0=
-GL_glTexEnvf_1=
-GL_glTexEnvf_2=
-
-GL_glTexEnvfv=
-GL_glTexEnvfv_0=
-GL_glTexEnvfv_1=
-GL_glTexEnvfv_2=
-
-GL_glTexEnvi=
-GL_glTexEnvi_0=
-GL_glTexEnvi_1=
-GL_glTexEnvi_2=
-
-GL_glTexEnviv=
-GL_glTexEnviv_0=
-GL_glTexEnviv_1=
-GL_glTexEnviv_2=
-
-GL_glTexGend=
-GL_glTexGend_0=
-GL_glTexGend_1=
-GL_glTexGend_2=
-
-GL_glTexGendv=
-GL_glTexGendv_0=
-GL_glTexGendv_1=
-GL_glTexGendv_2=
-
-GL_glTexGenf=
-GL_glTexGenf_0=
-GL_glTexGenf_1=
-GL_glTexGenf_2=
-
-GL_glTexGenfv=
-GL_glTexGenfv_0=
-GL_glTexGenfv_1=
-GL_glTexGenfv_2=
-
-GL_glTexGeni=
-GL_glTexGeni_0=
-GL_glTexGeni_1=
-GL_glTexGeni_2=
-
-GL_glTexGeniv=
-GL_glTexGeniv_0=
-GL_glTexGeniv_1=
-GL_glTexGeniv_2=
-
-GL_glTexImage1D=
-GL_glTexImage1D_0=
-GL_glTexImage1D_1=
-GL_glTexImage1D_2=
-GL_glTexImage1D_3=
-GL_glTexImage1D_4=
-GL_glTexImage1D_5=
-GL_glTexImage1D_6=
-GL_glTexImage1D_7=
-
-GL_glTexImage2D=
-GL_glTexImage2D_0=
-GL_glTexImage2D_1=
-GL_glTexImage2D_2=
-GL_glTexImage2D_3=
-GL_glTexImage2D_4=
-GL_glTexImage2D_5=
-GL_glTexImage2D_6=
-GL_glTexImage2D_7=
-GL_glTexImage2D_8=
-
-GL_glTexParameterf=
-GL_glTexParameterf_0=
-GL_glTexParameterf_1=
-GL_glTexParameterf_2=
-
-GL_glTexParameterfv=
-GL_glTexParameterfv_0=
-GL_glTexParameterfv_1=
-GL_glTexParameterfv_2=
-
-GL_glTexParameteri=
-GL_glTexParameteri_0=
-GL_glTexParameteri_1=
-GL_glTexParameteri_2=
-
-GL_glTexParameteriv=
-GL_glTexParameteriv_0=
-GL_glTexParameteriv_1=
-GL_glTexParameteriv_2=
-
-GL_glTexSubImage1D=
-GL_glTexSubImage1D_0=
-GL_glTexSubImage1D_1=
-GL_glTexSubImage1D_2=
-GL_glTexSubImage1D_3=
-GL_glTexSubImage1D_4=
-GL_glTexSubImage1D_5=
-GL_glTexSubImage1D_6=
-
-GL_glTexSubImage2D=
-GL_glTexSubImage2D_0=
-GL_glTexSubImage2D_1=
-GL_glTexSubImage2D_2=
-GL_glTexSubImage2D_3=
-GL_glTexSubImage2D_4=
-GL_glTexSubImage2D_5=
-GL_glTexSubImage2D_6=
-GL_glTexSubImage2D_7=
-GL_glTexSubImage2D_8=
-
-GL_glTranslated=
-GL_glTranslated_0=
-GL_glTranslated_1=
-GL_glTranslated_2=
-
-GL_glTranslatef=
-GL_glTranslatef_0=
-GL_glTranslatef_1=
-GL_glTranslatef_2=
-
-GL_glVertex2d=
-GL_glVertex2d_0=
-GL_glVertex2d_1=
-
-GL_glVertex2dv=
-GL_glVertex2dv_0=
-
-GL_glVertex2f=
-GL_glVertex2f_0=
-GL_glVertex2f_1=
-
-GL_glVertex2fv=
-GL_glVertex2fv_0=
-
-GL_glVertex2i=
-GL_glVertex2i_0=
-GL_glVertex2i_1=
-
-GL_glVertex2iv=
-GL_glVertex2iv_0=
-
-GL_glVertex2s=
-GL_glVertex2s_0=
-GL_glVertex2s_1=
-
-GL_glVertex2sv=
-GL_glVertex2sv_0=
-
-GL_glVertex3d=
-GL_glVertex3d_0=
-GL_glVertex3d_1=
-GL_glVertex3d_2=
-
-GL_glVertex3dv__I=
-GL_glVertex3dv__I_0=
-
-GL_glVertex3dv___3D=
-GL_glVertex3dv___3D_0=
-
-GL_glVertex3f=
-GL_glVertex3f_0=
-GL_glVertex3f_1=
-GL_glVertex3f_2=
-
-GL_glVertex3fv=
-GL_glVertex3fv_0=
-
-GL_glVertex3i=
-GL_glVertex3i_0=
-GL_glVertex3i_1=
-GL_glVertex3i_2=
-
-GL_glVertex3iv=
-GL_glVertex3iv_0=
-
-GL_glVertex3s=
-GL_glVertex3s_0=
-GL_glVertex3s_1=
-GL_glVertex3s_2=
-
-GL_glVertex3sv=
-GL_glVertex3sv_0=
-
-GL_glVertex4d=
-GL_glVertex4d_0=
-GL_glVertex4d_1=
-GL_glVertex4d_2=
-GL_glVertex4d_3=
-
-GL_glVertex4dv=
-GL_glVertex4dv_0=
-
-GL_glVertex4f=
-GL_glVertex4f_0=
-GL_glVertex4f_1=
-GL_glVertex4f_2=
-GL_glVertex4f_3=
-
-GL_glVertex4fv=
-GL_glVertex4fv_0=
-
-GL_glVertex4i=
-GL_glVertex4i_0=
-GL_glVertex4i_1=
-GL_glVertex4i_2=
-GL_glVertex4i_3=
-
-GL_glVertex4iv=
-GL_glVertex4iv_0=
-
-GL_glVertex4s=
-GL_glVertex4s_0=
-GL_glVertex4s_1=
-GL_glVertex4s_2=
-GL_glVertex4s_3=
-
-GL_glVertex4sv=
-GL_glVertex4sv_0=
-
-GL_glVertexPointer=
-GL_glVertexPointer_0=
-GL_glVertexPointer_1=
-GL_glVertexPointer_2=
-GL_glVertexPointer_3=
-
-GL_glViewport=
-GL_glViewport_0=
-GL_glViewport_1=
-GL_glViewport_2=
-GL_glViewport_3=
-
-
-org_eclipse_swt_opengl_GLContext=flags=no_gen
-
-org_eclipse_swt_opengl_GLData=flags=no_gen
-GLData_device=
-GLData_style=
-GLData_image=
-GLData_display=
-GLData_drawable=
-GLData_foreground=
-GLData_background=
-GLData_font=
-GLData_colormap=
-GLData_clipRgn=
-GLData_lineStyle=
-GLData_renderTable=
-GLData_string=
-GLData_stringWidth=
-GLData_stringHeight=
-GLData_xmString=
-GLData_text=
-GLData_textWidth=
-GLData_textHeight=
-GLData_xmText=
-GLData_xmMnemonic=
-GLData_drawFlags=
-
-org_eclipse_swt_opengl_GLDrawable=flags=no_gen
-
-org_eclipse_swt_opengl_GLListener=flags=no_gen
-
-org_eclipse_swt_opengl_GLU=
-GLU_gluBeginCurve=
-GLU_gluBeginCurve_0=cast=(GLUnurbs *)
-
-GLU_gluBeginPolygon=
-GLU_gluBeginPolygon_0=cast=(GLUtesselator*)
-
-GLU_gluBeginSurface=
-GLU_gluBeginSurface_0=cast=(GLUnurbs *)
-
-GLU_gluBeginTrim=
-GLU_gluBeginTrim_0=cast=(GLUnurbs *)
-
-GLU_gluBuild1DMipmaps=
-GLU_gluBuild1DMipmaps_0=
-GLU_gluBuild1DMipmaps_1=
-GLU_gluBuild1DMipmaps_2=
-GLU_gluBuild1DMipmaps_3=
-GLU_gluBuild1DMipmaps_4=
-GLU_gluBuild1DMipmaps_5=cast=(const void *)
-
-GLU_gluBuild2DMipmaps=
-GLU_gluBuild2DMipmaps_0=
-GLU_gluBuild2DMipmaps_1=
-GLU_gluBuild2DMipmaps_2=
-GLU_gluBuild2DMipmaps_3=
-GLU_gluBuild2DMipmaps_4=
-GLU_gluBuild2DMipmaps_5=
-GLU_gluBuild2DMipmaps_6=flags=critical
-
-GLU_gluCylinder=
-GLU_gluCylinder_0=cast=(GLUquadric *)
-GLU_gluCylinder_1=
-GLU_gluCylinder_2=
-GLU_gluCylinder_3=
-GLU_gluCylinder_4=
-GLU_gluCylinder_5=
-
-GLU_gluDeleteNurbsRenderer=
-GLU_gluDeleteNurbsRenderer_0=cast=(GLUnurbs *)
-
-GLU_gluDeleteQuadric=
-GLU_gluDeleteQuadric_0=cast=(GLUquadric *)
-
-GLU_gluDeleteTess=
-GLU_gluDeleteTess_0=cast=(GLUtesselator *)
-
-GLU_gluDisk=
-GLU_gluDisk_0=cast=(GLUquadricObj *)
-GLU_gluDisk_1=
-GLU_gluDisk_2=
-GLU_gluDisk_3=
-GLU_gluDisk_4=
-
-GLU_gluEndCurve=
-GLU_gluEndCurve_0=cast=(GLUnurbsObj *)
-
-GLU_gluEndPolygon=
-GLU_gluEndPolygon_0=cast=(GLUtriangulatorObj *)
-
-GLU_gluEndSurface=
-GLU_gluEndSurface_0=cast=(GLUnurbsObj *)
-
-GLU_gluEndTrim=
-GLU_gluEndTrim_0=cast=(GLUnurbsObj *)
-
-GLU_gluErrorString=
-GLU_gluErrorString_0=
-
-GLU_gluGetNurbsProperty=
-GLU_gluGetNurbsProperty_0=cast=(GLUnurbs *)
-GLU_gluGetNurbsProperty_1=
-GLU_gluGetNurbsProperty_2=flags=critical
-
-GLU_gluGetString=
-GLU_gluGetString_0=
-
-GLU_gluGetTessProperty=
-GLU_gluGetTessProperty_0=cast=(GLUtesselator *)
-GLU_gluGetTessProperty_1=
-GLU_gluGetTessProperty_2=flags=critical
-
-GLU_gluLoadSamplingMatrices=
-GLU_gluLoadSamplingMatrices_0=cast=(GLUnurbs *)
-GLU_gluLoadSamplingMatrices_1=flags=critical
-GLU_gluLoadSamplingMatrices_2=flags=critical
-GLU_gluLoadSamplingMatrices_3=flags=critical
-
-GLU_gluLookAt=
-GLU_gluLookAt_0=
-GLU_gluLookAt_1=
-GLU_gluLookAt_2=
-GLU_gluLookAt_3=
-GLU_gluLookAt_4=
-GLU_gluLookAt_5=
-GLU_gluLookAt_6=
-GLU_gluLookAt_7=
-GLU_gluLookAt_8=
-
-GLU_gluNewNurbsRenderer=
-
-GLU_gluNewQuadric=
-
-GLU_gluNewTess=
-
-GLU_gluNextContour=
-GLU_gluNextContour_0=cast=(GLUtesselator *)
-GLU_gluNextContour_1=
-
-GLU_gluNurbsCallback=
-GLU_gluNurbsCallback_0=cast=(GLUnurbs *)
-GLU_gluNurbsCallback_1=
-GLU_gluNurbsCallback_2=cast=(GLvoid(*))
-
-GLU_gluNurbsCurve=
-GLU_gluNurbsCurve_0=cast=(GLUnurbs *)
-GLU_gluNurbsCurve_1=
-GLU_gluNurbsCurve_2=flags=critical
-GLU_gluNurbsCurve_3=
-GLU_gluNurbsCurve_4=flags=critical
-GLU_gluNurbsCurve_5=
-GLU_gluNurbsCurve_6=
-
-GLU_gluNurbsProperty=
-GLU_gluNurbsProperty_0=cast=(GLUnurbs *)
-GLU_gluNurbsProperty_1=
-GLU_gluNurbsProperty_2=
-
-GLU_gluNurbsSurface=
-GLU_gluNurbsSurface_0=cast=(GLUnurbsObj *)
-GLU_gluNurbsSurface_1=
-GLU_gluNurbsSurface_2=flags=critical
-GLU_gluNurbsSurface_3=
-GLU_gluNurbsSurface_4=flags=critical
-GLU_gluNurbsSurface_5=
-GLU_gluNurbsSurface_6=
-GLU_gluNurbsSurface_7=flags=critical
-GLU_gluNurbsSurface_8=
-GLU_gluNurbsSurface_9=
-GLU_gluNurbsSurface_10=
-
-GLU_gluOrtho2D=
-GLU_gluOrtho2D_0=
-GLU_gluOrtho2D_1=
-GLU_gluOrtho2D_2=
-GLU_gluOrtho2D_3=
-
-GLU_gluPartialDisk=
-GLU_gluPartialDisk_0=cast=(GLUquadric *)
-GLU_gluPartialDisk_1=
-GLU_gluPartialDisk_2=
-GLU_gluPartialDisk_3=
-GLU_gluPartialDisk_4=
-GLU_gluPartialDisk_5=
-GLU_gluPartialDisk_6=
-
-GLU_gluPerspective=
-GLU_gluPerspective_0=
-GLU_gluPerspective_1=
-GLU_gluPerspective_2=
-GLU_gluPerspective_3=
-
-GLU_gluPickMatrix=
-GLU_gluPickMatrix_0=
-GLU_gluPickMatrix_1=
-GLU_gluPickMatrix_2=
-GLU_gluPickMatrix_3=
-GLU_gluPickMatrix_4=flags=critical
-
-GLU_gluProject=
-GLU_gluProject_0=
-GLU_gluProject_1=
-GLU_gluProject_2=
-GLU_gluProject_3=flags=critical
-GLU_gluProject_4=flags=critical
-GLU_gluProject_5=flags=critical
-GLU_gluProject_6=flags=critical
-GLU_gluProject_7=flags=critical
-GLU_gluProject_8=flags=critical
-
-GLU_gluPwlCurve=
-GLU_gluPwlCurve_0=cast=(GLUnurbs *)
-GLU_gluPwlCurve_1=
-GLU_gluPwlCurve_2=flags=critical
-GLU_gluPwlCurve_3=
-GLU_gluPwlCurve_4=
-
-GLU_gluQuadricCallback=
-GLU_gluQuadricCallback_0=cast=(GLUquadricObj *)
-GLU_gluQuadricCallback_1=
-GLU_gluQuadricCallback_2=cast=(GLvoid(*))
-
-GLU_gluQuadricDrawStyle=
-GLU_gluQuadricDrawStyle_0=cast=(GLUquadricObj *)
-GLU_gluQuadricDrawStyle_1=
-
-GLU_gluQuadricNormals=
-GLU_gluQuadricNormals_0=cast=(GLUquadricObj *)
-GLU_gluQuadricNormals_1=
-
-GLU_gluQuadricOrientation=
-GLU_gluQuadricOrientation_0=cast=(GLUquadric *)
-GLU_gluQuadricOrientation_1=
-
-GLU_gluQuadricTexture=
-GLU_gluQuadricTexture_0=cast=(GLUquadric *)
-GLU_gluQuadricTexture_1=
-
-GLU_gluScaleImage=
-GLU_gluScaleImage_0=
-GLU_gluScaleImage_1=
-GLU_gluScaleImage_2=
-GLU_gluScaleImage_3=
-GLU_gluScaleImage_4=cast=(const void *)
-GLU_gluScaleImage_5=
-GLU_gluScaleImage_6=
-GLU_gluScaleImage_7=
-GLU_gluScaleImage_8=cast=(void *)
-
-GLU_gluSphere=
-GLU_gluSphere_0=cast=(GLUquadric *)
-GLU_gluSphere_1=
-GLU_gluSphere_2=
-GLU_gluSphere_3=
-
-GLU_gluTessBeginContour=
-GLU_gluTessBeginContour_0=cast=(GLUtesselator *)
-
-GLU_gluTessBeginPolygon=
-GLU_gluTessBeginPolygon_0=cast=(GLUtesselator *)
-GLU_gluTessBeginPolygon_1=cast=(GLvoid *)
-
-GLU_gluTessCallback=
-GLU_gluTessCallback_0=cast=(GLUtesselator *)
-GLU_gluTessCallback_1=
-GLU_gluTessCallback_2=cast=(GLvoid(*))
-
-GLU_gluTessEndContour=
-GLU_gluTessEndContour_0=cast=(GLUtesselator *)
-
-GLU_gluTessEndPolygon=
-GLU_gluTessEndPolygon_0=cast=(GLUtesselator *)
-
-GLU_gluTessNormal=
-GLU_gluTessNormal_0=cast=(GLUtesselator *)
-GLU_gluTessNormal_1=
-GLU_gluTessNormal_2=
-GLU_gluTessNormal_3=
-
-GLU_gluTessProperty=
-GLU_gluTessProperty_0=cast=(GLUtesselator *)
-GLU_gluTessProperty_1=
-GLU_gluTessProperty_2=
-
-GLU_gluTessVertex=
-GLU_gluTessVertex_0=cast=(GLUtesselator *)
-GLU_gluTessVertex_1=flags=critical
-GLU_gluTessVertex_2=cast=(GLvoid *)
-
-GLU_gluUnProject=
-GLU_gluUnProject_0=
-GLU_gluUnProject_1=
-GLU_gluUnProject_2=
-GLU_gluUnProject_3=flags=critical
-GLU_gluUnProject_4=flags=critical
-GLU_gluUnProject_5=flags=critical
-GLU_gluUnProject_6=flags=critical
-GLU_gluUnProject_7=flags=critical
-GLU_gluUnProject_8=flags=critical
-
-
-org_eclipse_swt_opengl_Library=flags=no_gen
-

Back to the top