diff dwt/internal/accessibility/gtk/ATK.d @ 59:8cec8f536af3

All D sources complete gvim retab (4 spaces), bug with Composite moveAbove/moveBelow fixed.
author Frank Benoit <benoit@tionex.de>
date Sat, 12 Jan 2008 08:44:23 +0100
parents 8f049b136add
children 0f12f6bb9739
line wrap: on
line diff
--- a/dwt/internal/accessibility/gtk/ATK.d	Sat Jan 12 07:02:08 2008 +0100
+++ b/dwt/internal/accessibility/gtk/ATK.d	Sat Jan 12 08:44:23 2008 +0100
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*******************************************************************************
  * Copyright (c) 2000, 2006 IBM Corporation and others. All rights reserved.
  * The contents of this file are made available under the terms
  * of the GNU Lesser General Public License (LGPL) Version 2.1 that
@@ -87,67 +87,67 @@
 
 public class ATK : OS {
 
-	/** Constants */
-	public static const int ATK_RELATION_LABELLED_BY = 4;
-	public static const int ATK_ROLE_CHECK_BOX = 7;
-	public static const int ATK_ROLE_COMBO_BOX = 11;
-	public static const int ATK_ROLE_DIALOG = 16;
-	public static const int ATK_ROLE_DRAWING_AREA = 18;
-	public static const int ATK_ROLE_WINDOW = 68;
-	public static const int ATK_ROLE_LABEL = 28;
-	public static const int ATK_ROLE_LIST = 30;
-	public static const int ATK_ROLE_LIST_ITEM = 31;
-	public static const int ATK_ROLE_MENU = 32;
-	public static const int ATK_ROLE_MENU_BAR = 33;
-	public static const int ATK_ROLE_MENU_ITEM = 34;
-	public static const int ATK_ROLE_PAGE_TAB = 36;
-	public static const int ATK_ROLE_PAGE_TAB_LIST = 37;
-	public static const int ATK_ROLE_PROGRESS_BAR = 41;
-	public static const int ATK_ROLE_PUSH_BUTTON = 42;
-	public static const int ATK_ROLE_RADIO_BUTTON = 43;
-	public static const int ATK_ROLE_SCROLL_BAR = 47;
-	public static const int ATK_ROLE_SEPARATOR = 49;
-	public static const int ATK_ROLE_SLIDER = 50;
-	public static const int ATK_ROLE_TABLE = 54;
-	public static const int ATK_ROLE_TABLE_CELL = 55;
-	public static const int ATK_ROLE_TABLE_COLUMN_HEADER = 56;
-	public static const int ATK_ROLE_TABLE_ROW_HEADER = 57;
-	public static const int ATK_ROLE_TEXT = 60;
-	public static const int ATK_ROLE_TOOL_BAR = 62;
-	public static const int ATK_ROLE_TOOL_TIP = 63;
-	public static const int ATK_ROLE_TREE = 64;
-	public static const int ATK_STATE_ARMED = 2;
-	public static const int ATK_STATE_BUSY = 3;
-	public static const int ATK_STATE_CHECKED = 4;
-	public static const int ATK_STATE_DEFUNCT = 5;
-	public static const int ATK_STATE_EDITABLE = 6;
-	public static const int ATK_STATE_ENABLED = 7;
-	public static const int ATK_STATE_EXPANDED = 9;
-	public static const int ATK_STATE_FOCUSABLE = 10;
-	public static const int ATK_STATE_FOCUSED = 11;
-	public static const int ATK_STATE_MULTISELECTABLE = 16;
-	public static const int ATK_STATE_PRESSED = 18;
-	public static const int ATK_STATE_RESIZABLE = 19;
-	public static const int ATK_STATE_SELECTABLE = 20;
-	public static const int ATK_STATE_SELECTED = 21;
-	public static const int ATK_STATE_SHOWING = 23;
-	public static const int ATK_STATE_TRANSIENT = 26;
-	public static const int ATK_STATE_VISIBLE = 28;
-	public static const int ATK_TEXT_BOUNDARY_CHAR = 0;
-	public static const int ATK_TEXT_BOUNDARY_WORD_START = 1;
-	public static const int ATK_TEXT_BOUNDARY_WORD_END = 2;
-	public static const int ATK_TEXT_BOUNDARY_SENTENCE_START = 3;
-	public static const int ATK_TEXT_BOUNDARY_SENTENCE_END = 4;
-	public static const int ATK_TEXT_BOUNDARY_LINE_START = 5;
-	public static const int ATK_TEXT_BOUNDARY_LINE_END = 6;
-	public static const int ATK_XY_WINDOW = 1;
+    /** Constants */
+    public static const int ATK_RELATION_LABELLED_BY = 4;
+    public static const int ATK_ROLE_CHECK_BOX = 7;
+    public static const int ATK_ROLE_COMBO_BOX = 11;
+    public static const int ATK_ROLE_DIALOG = 16;
+    public static const int ATK_ROLE_DRAWING_AREA = 18;
+    public static const int ATK_ROLE_WINDOW = 68;
+    public static const int ATK_ROLE_LABEL = 28;
+    public static const int ATK_ROLE_LIST = 30;
+    public static const int ATK_ROLE_LIST_ITEM = 31;
+    public static const int ATK_ROLE_MENU = 32;
+    public static const int ATK_ROLE_MENU_BAR = 33;
+    public static const int ATK_ROLE_MENU_ITEM = 34;
+    public static const int ATK_ROLE_PAGE_TAB = 36;
+    public static const int ATK_ROLE_PAGE_TAB_LIST = 37;
+    public static const int ATK_ROLE_PROGRESS_BAR = 41;
+    public static const int ATK_ROLE_PUSH_BUTTON = 42;
+    public static const int ATK_ROLE_RADIO_BUTTON = 43;
+    public static const int ATK_ROLE_SCROLL_BAR = 47;
+    public static const int ATK_ROLE_SEPARATOR = 49;
+    public static const int ATK_ROLE_SLIDER = 50;
+    public static const int ATK_ROLE_TABLE = 54;
+    public static const int ATK_ROLE_TABLE_CELL = 55;
+    public static const int ATK_ROLE_TABLE_COLUMN_HEADER = 56;
+    public static const int ATK_ROLE_TABLE_ROW_HEADER = 57;
+    public static const int ATK_ROLE_TEXT = 60;
+    public static const int ATK_ROLE_TOOL_BAR = 62;
+    public static const int ATK_ROLE_TOOL_TIP = 63;
+    public static const int ATK_ROLE_TREE = 64;
+    public static const int ATK_STATE_ARMED = 2;
+    public static const int ATK_STATE_BUSY = 3;
+    public static const int ATK_STATE_CHECKED = 4;
+    public static const int ATK_STATE_DEFUNCT = 5;
+    public static const int ATK_STATE_EDITABLE = 6;
+    public static const int ATK_STATE_ENABLED = 7;
+    public static const int ATK_STATE_EXPANDED = 9;
+    public static const int ATK_STATE_FOCUSABLE = 10;
+    public static const int ATK_STATE_FOCUSED = 11;
+    public static const int ATK_STATE_MULTISELECTABLE = 16;
+    public static const int ATK_STATE_PRESSED = 18;
+    public static const int ATK_STATE_RESIZABLE = 19;
+    public static const int ATK_STATE_SELECTABLE = 20;
+    public static const int ATK_STATE_SELECTED = 21;
+    public static const int ATK_STATE_SHOWING = 23;
+    public static const int ATK_STATE_TRANSIENT = 26;
+    public static const int ATK_STATE_VISIBLE = 28;
+    public static const int ATK_TEXT_BOUNDARY_CHAR = 0;
+    public static const int ATK_TEXT_BOUNDARY_WORD_START = 1;
+    public static const int ATK_TEXT_BOUNDARY_WORD_END = 2;
+    public static const int ATK_TEXT_BOUNDARY_SENTENCE_START = 3;
+    public static const int ATK_TEXT_BOUNDARY_SENTENCE_END = 4;
+    public static const int ATK_TEXT_BOUNDARY_LINE_START = 5;
+    public static const int ATK_TEXT_BOUNDARY_LINE_END = 6;
+    public static const int ATK_XY_WINDOW = 1;
 
-	/** Signals */
-	public static const char[] selection_changed = "selection_changed";
-	public static const char[] text_changed_insert = "text_changed::insert";
-	public static const char[] text_changed_delete = "text_changed::delete";
-	public static const char[] text_caret_moved = "text_caret_moved";
-	public static const char[] text_selection_changed = "text_selection_changed";
+    /** Signals */
+    public static const char[] selection_changed = "selection_changed";
+    public static const char[] text_changed_insert = "text_changed::insert";
+    public static const char[] text_changed_delete = "text_changed::delete";
+    public static const char[] text_caret_moved = "text_caret_moved";
+    public static const char[] text_selection_changed = "text_selection_changed";
 
     mixin ForwardGtkAtkCFunc!(.ATK_ACTION_GET_IFACE );
     mixin ForwardGtkAtkCFunc!(.ATK_COMPONENT_GET_IFACE);