comparison dwt/internal/gtk/OS.d @ 259:c0d810de7093

Update SWT 3.4M7 to 3.4
author Frank Benoit <benoit@tionex.de>
date Sun, 29 Jun 2008 14:33:38 +0200
parents c07d56c08e9f
children b302f82224e1
comparison
equal deleted inserted replaced
257:cc1d3de0e80b 259:c0d810de7093
1 /******************************************************************************* 1 /*******************************************************************************
2 * Copyright (c) 2000, 2007 IBM Corporation and others. All rights reserved. 2 * Copyright (c) 2000, 2008 IBM Corporation and others. All rights reserved.
3 * The contents of this file are made available under the terms 3 * The contents of this file are made available under the terms
4 * of the GNU Lesser General Public License (LGPL) Version 2.1 that 4 * of the GNU Lesser General Public License (LGPL) Version 2.1 that
5 * accompanies this distribution (lgpl-v21.txt). The LGPL is also 5 * accompanies this distribution (lgpl-v21.txt). The LGPL is also
6 * available at http://www.gnu.org/licenses/lgpl.html. If the version 6 * available at http://www.gnu.org/licenses/lgpl.html. If the version
7 * of the LGPL at http://www.gnu.org is different to the version of 7 * of the LGPL at http://www.gnu.org is different to the version of
2238 mixin ForwardGtkOsCFunc!(.pango_layout_iter_get_run); 2238 mixin ForwardGtkOsCFunc!(.pango_layout_iter_get_run);
2239 mixin ForwardGtkOsCFunc!(.pango_layout_iter_next_line); 2239 mixin ForwardGtkOsCFunc!(.pango_layout_iter_next_line);
2240 mixin ForwardGtkOsCFunc!(.pango_layout_iter_next_run); 2240 mixin ForwardGtkOsCFunc!(.pango_layout_iter_next_run);
2241 mixin ForwardGtkOsCFunc!(.pango_layout_line_get_extents); 2241 mixin ForwardGtkOsCFunc!(.pango_layout_line_get_extents);
2242 mixin ForwardGtkOsCFunc!(.pango_layout_line_x_to_index); 2242 mixin ForwardGtkOsCFunc!(.pango_layout_line_x_to_index);
2243 mixin ForwardGtkOsCFunc!(.pango_layout_line_get_resolved_dir);
2243 mixin ForwardGtkOsCFunc!(.pango_layout_new); 2244 mixin ForwardGtkOsCFunc!(.pango_layout_new);
2244 mixin ForwardGtkOsCFunc!(.pango_layout_set_alignment ); 2245 mixin ForwardGtkOsCFunc!(.pango_layout_set_alignment );
2245 mixin ForwardGtkOsCFunc!(.pango_layout_set_attributes); 2246 mixin ForwardGtkOsCFunc!(.pango_layout_set_attributes);
2246 mixin ForwardGtkOsCFunc!(.pango_layout_set_auto_dir); 2247 mixin ForwardGtkOsCFunc!(.pango_layout_set_auto_dir);
2247 mixin ForwardGtkOsCFunc!(.pango_layout_set_font_description); 2248 mixin ForwardGtkOsCFunc!(.pango_layout_set_font_description);