summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/a11y/atkutil.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-05-05 09:58:34 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-05-05 09:58:34 +0000
commit70a29bde01e962ebfe9c07d20a4017503acb1306 (patch)
tree26ba897cd4125ab66cbcbaffbc63e674f6cc1c69 /vcl/unx/gtk/a11y/atkutil.hxx
parent3b5c378706e465f59d78f95fddc5eff9e1a8fe19 (diff)
INTEGRATION: CWS atkbridge (1.1.2); FILE ADDED
2006/01/05 14:06:32 obr 1.1.2.4: #i47890# override toolkit name and version and reworked bridge initialization 2005/10/20 08:08:21 obr 1.1.2.3: #i47890# made cxx files standalone, avoid queryInterface on each API call and demacrofied try/catch to include appropriate warnings 2005/09/26 11:01:01 obr 1.1.2.2: #i47890# reworked lifecycle of atk wrapper objects 2005/06/14 13:57:24 obr 1.1.2.1: #i47890# global focus event listening stuff
Diffstat (limited to 'vcl/unx/gtk/a11y/atkutil.hxx')
-rw-r--r--vcl/unx/gtk/a11y/atkutil.hxx45
1 files changed, 45 insertions, 0 deletions
diff --git a/vcl/unx/gtk/a11y/atkutil.hxx b/vcl/unx/gtk/a11y/atkutil.hxx
new file mode 100644
index 000000000000..5690bfc46c27
--- /dev/null
+++ b/vcl/unx/gtk/a11y/atkutil.hxx
@@ -0,0 +1,45 @@
+/*************************************************************************
+ *
+ * OpenOffice.org - a multi-platform office productivity suite
+ *
+ * $RCSfile: atkutil.hxx,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: rt $ $Date: 2006-05-05 10:58:34 $
+ *
+ * The Contents of this file are made available subject to
+ * the terms of GNU Lesser General Public License Version 2.1.
+ *
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2005 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ ************************************************************************/
+
+#ifndef __ATK_UTIL_HXX__
+#define __ATK_UTIL_HXX__
+
+#include <atk/atk.h>
+
+#define OOO_TYPE_ATK_UTIL ooo_atk_util_get_type()
+
+GType ooo_atk_util_get_type (void);
+
+#endif