Move single-include guards inside include guards
gcc has optimizations for include guards that only work if they are outermost in the the header. https://bugzilla.gnome.org/show_bug.cgi?id=689810
This commit is contained in:
@ -22,13 +22,13 @@
|
|||||||
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_BROADWAY_CURSOR_H__
|
||||||
|
#define __GDK_BROADWAY_CURSOR_H__
|
||||||
|
|
||||||
#if !defined (__GDKBROADWAY_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined (__GDKBROADWAY_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdkbroadway.h> can be included directly."
|
#error "Only <gdk/gdkbroadway.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_BROADWAY_CURSOR_H__
|
|
||||||
#define __GDK_BROADWAY_CURSOR_H__
|
|
||||||
|
|
||||||
#include <gdk/gdk.h>
|
#include <gdk/gdk.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_BROADWAY_DISPLAY_MANAGER_H__
|
||||||
|
#define __GDK_BROADWAY_DISPLAY_MANAGER_H__
|
||||||
|
|
||||||
#if !defined(__GDKBROADWAY_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined(__GDKBROADWAY_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdkbroadway.h> can be included directly."
|
#error "Only <gdk/gdkbroadway.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_BROADWAY_DISPLAY_MANAGER_H__
|
|
||||||
#define __GDK_BROADWAY_DISPLAY_MANAGER_H__
|
|
||||||
|
|
||||||
#include <gdk/gdk.h>
|
#include <gdk/gdk.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -18,13 +18,13 @@
|
|||||||
* Author: Alexander Larsson <alexl@redhat.com>
|
* Author: Alexander Larsson <alexl@redhat.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_APP_LAUNCH_CONTEXT_H__
|
||||||
|
#define __GDK_APP_LAUNCH_CONTEXT_H__
|
||||||
|
|
||||||
#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdk.h> can be included directly."
|
#error "Only <gdk/gdk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_APP_LAUNCH_CONTEXT_H__
|
|
||||||
#define __GDK_APP_LAUNCH_CONTEXT_H__
|
|
||||||
|
|
||||||
#include <gio/gio.h>
|
#include <gio/gio.h>
|
||||||
#include <gdk/gdkversionmacros.h>
|
#include <gdk/gdkversionmacros.h>
|
||||||
#include <gdk/gdktypes.h>
|
#include <gdk/gdktypes.h>
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_CAIRO_H__
|
||||||
|
#define __GDK_CAIRO_H__
|
||||||
|
|
||||||
#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdk.h> can be included directly."
|
#error "Only <gdk/gdk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_CAIRO_H__
|
|
||||||
#define __GDK_CAIRO_H__
|
|
||||||
|
|
||||||
#include <gdk/gdkversionmacros.h>
|
#include <gdk/gdkversionmacros.h>
|
||||||
#include <gdk/gdkcolor.h>
|
#include <gdk/gdkcolor.h>
|
||||||
#include <gdk/gdkrgba.h>
|
#include <gdk/gdkrgba.h>
|
||||||
|
@ -22,13 +22,13 @@
|
|||||||
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_COLOR_H__
|
||||||
|
#define __GDK_COLOR_H__
|
||||||
|
|
||||||
#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdk.h> can be included directly."
|
#error "Only <gdk/gdk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_COLOR_H__
|
|
||||||
#define __GDK_COLOR_H__
|
|
||||||
|
|
||||||
#include <cairo.h>
|
#include <cairo.h>
|
||||||
#include <gdk/gdktypes.h>
|
#include <gdk/gdktypes.h>
|
||||||
|
|
||||||
|
@ -22,13 +22,13 @@
|
|||||||
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_CURSOR_H__
|
||||||
|
#define __GDK_CURSOR_H__
|
||||||
|
|
||||||
#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdk.h> can be included directly."
|
#error "Only <gdk/gdk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_CURSOR_H__
|
|
||||||
#define __GDK_CURSOR_H__
|
|
||||||
|
|
||||||
#include <gdk/gdkversionmacros.h>
|
#include <gdk/gdkversionmacros.h>
|
||||||
#include <gdk/gdktypes.h>
|
#include <gdk/gdktypes.h>
|
||||||
#include <gdk-pixbuf/gdk-pixbuf.h>
|
#include <gdk-pixbuf/gdk-pixbuf.h>
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_DEVICE_H__
|
||||||
|
#define __GDK_DEVICE_H__
|
||||||
|
|
||||||
#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdk.h> can be included directly."
|
#error "Only <gdk/gdk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_DEVICE_H__
|
|
||||||
#define __GDK_DEVICE_H__
|
|
||||||
|
|
||||||
#include <gdk/gdktypes.h>
|
#include <gdk/gdktypes.h>
|
||||||
|
|
||||||
|
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_DEVICE_MANAGER_H__
|
||||||
|
#define __GDK_DEVICE_MANAGER_H__
|
||||||
|
|
||||||
#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdk.h> can be included directly."
|
#error "Only <gdk/gdk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_DEVICE_MANAGER_H__
|
|
||||||
#define __GDK_DEVICE_MANAGER_H__
|
|
||||||
|
|
||||||
#include <gdk/gdktypes.h>
|
#include <gdk/gdktypes.h>
|
||||||
#include <gdk/gdkdevice.h>
|
#include <gdk/gdkdevice.h>
|
||||||
|
|
||||||
|
@ -19,13 +19,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_DISPLAY_H__
|
||||||
|
#define __GDK_DISPLAY_H__
|
||||||
|
|
||||||
#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdk.h> can be included directly."
|
#error "Only <gdk/gdk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_DISPLAY_H__
|
|
||||||
#define __GDK_DISPLAY_H__
|
|
||||||
|
|
||||||
#include <gdk/gdkversionmacros.h>
|
#include <gdk/gdkversionmacros.h>
|
||||||
#include <gdk/gdktypes.h>
|
#include <gdk/gdktypes.h>
|
||||||
#include <gdk/gdkevents.h>
|
#include <gdk/gdkevents.h>
|
||||||
|
@ -22,13 +22,13 @@
|
|||||||
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_DISPLAY_MANAGER_H__
|
||||||
|
#define __GDK_DISPLAY_MANAGER_H__
|
||||||
|
|
||||||
#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdk.h> can be included directly."
|
#error "Only <gdk/gdk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_DISPLAY_MANAGER_H__
|
|
||||||
#define __GDK_DISPLAY_MANAGER_H__
|
|
||||||
|
|
||||||
#include <gdk/gdktypes.h>
|
#include <gdk/gdktypes.h>
|
||||||
#include <gdk/gdkdisplay.h>
|
#include <gdk/gdkdisplay.h>
|
||||||
|
|
||||||
|
@ -22,13 +22,13 @@
|
|||||||
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_DND_H__
|
||||||
|
#define __GDK_DND_H__
|
||||||
|
|
||||||
#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdk.h> can be included directly."
|
#error "Only <gdk/gdk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_DND_H__
|
|
||||||
#define __GDK_DND_H__
|
|
||||||
|
|
||||||
#include <gdk/gdktypes.h>
|
#include <gdk/gdktypes.h>
|
||||||
#include <gdk/gdkdevice.h>
|
#include <gdk/gdkdevice.h>
|
||||||
|
|
||||||
|
@ -22,13 +22,13 @@
|
|||||||
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_EVENTS_H__
|
||||||
|
#define __GDK_EVENTS_H__
|
||||||
|
|
||||||
#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdk.h> can be included directly."
|
#error "Only <gdk/gdk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_EVENTS_H__
|
|
||||||
#define __GDK_EVENTS_H__
|
|
||||||
|
|
||||||
#include <gdk/gdkversionmacros.h>
|
#include <gdk/gdkversionmacros.h>
|
||||||
#include <gdk/gdkcolor.h>
|
#include <gdk/gdkcolor.h>
|
||||||
#include <gdk/gdktypes.h>
|
#include <gdk/gdktypes.h>
|
||||||
|
@ -22,13 +22,13 @@
|
|||||||
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_KEYS_H__
|
||||||
|
#define __GDK_KEYS_H__
|
||||||
|
|
||||||
#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdk.h> can be included directly."
|
#error "Only <gdk/gdk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_KEYS_H__
|
|
||||||
#define __GDK_KEYS_H__
|
|
||||||
|
|
||||||
#include <gdk/gdkversionmacros.h>
|
#include <gdk/gdkversionmacros.h>
|
||||||
#include <gdk/gdktypes.h>
|
#include <gdk/gdktypes.h>
|
||||||
|
|
||||||
|
@ -22,13 +22,13 @@
|
|||||||
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_MAIN_H__
|
||||||
|
#define __GDK_MAIN_H__
|
||||||
|
|
||||||
#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdk.h> can be included directly."
|
#error "Only <gdk/gdk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_MAIN_H__
|
|
||||||
#define __GDK_MAIN_H__
|
|
||||||
|
|
||||||
#include <gdk/gdkversionmacros.h>
|
#include <gdk/gdkversionmacros.h>
|
||||||
#include <gdk/gdktypes.h>
|
#include <gdk/gdktypes.h>
|
||||||
|
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_PANGO_H__
|
||||||
|
#define __GDK_PANGO_H__
|
||||||
|
|
||||||
#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdk.h> can be included directly."
|
#error "Only <gdk/gdk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_PANGO_H__
|
|
||||||
#define __GDK_PANGO_H__
|
|
||||||
|
|
||||||
#include <gdk/gdktypes.h>
|
#include <gdk/gdktypes.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -22,13 +22,13 @@
|
|||||||
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_PIXBUF_H__
|
||||||
|
#define __GDK_PIXBUF_H__
|
||||||
|
|
||||||
#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdk.h> can be included directly."
|
#error "Only <gdk/gdk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_PIXBUF_H__
|
|
||||||
#define __GDK_PIXBUF_H__
|
|
||||||
|
|
||||||
#include <cairo.h>
|
#include <cairo.h>
|
||||||
#include <gdk/gdktypes.h>
|
#include <gdk/gdktypes.h>
|
||||||
#include <gdk-pixbuf/gdk-pixbuf.h>
|
#include <gdk-pixbuf/gdk-pixbuf.h>
|
||||||
|
@ -22,13 +22,13 @@
|
|||||||
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_PROPERTY_H__
|
||||||
|
#define __GDK_PROPERTY_H__
|
||||||
|
|
||||||
#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdk.h> can be included directly."
|
#error "Only <gdk/gdk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_PROPERTY_H__
|
|
||||||
#define __GDK_PROPERTY_H__
|
|
||||||
|
|
||||||
#include <gdk/gdktypes.h>
|
#include <gdk/gdktypes.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -22,13 +22,13 @@
|
|||||||
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_RECTANGLE_H__
|
||||||
|
#define __GDK_RECTANGLE_H__
|
||||||
|
|
||||||
#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdk.h> can be included directly."
|
#error "Only <gdk/gdk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_RECTANGLE_H__
|
|
||||||
#define __GDK_RECTANGLE_H__
|
|
||||||
|
|
||||||
#include <gdk/gdktypes.h>
|
#include <gdk/gdktypes.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -22,13 +22,13 @@
|
|||||||
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_RGBA_H__
|
||||||
|
#define __GDK_RGBA_H__
|
||||||
|
|
||||||
#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdk.h> can be included directly."
|
#error "Only <gdk/gdk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_RGBA_H__
|
|
||||||
#define __GDK_RGBA_H__
|
|
||||||
|
|
||||||
#include <gdk/gdktypes.h>
|
#include <gdk/gdktypes.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -19,13 +19,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_SCREEN_H__
|
||||||
|
#define __GDK_SCREEN_H__
|
||||||
|
|
||||||
#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdk.h> can be included directly."
|
#error "Only <gdk/gdk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_SCREEN_H__
|
|
||||||
#define __GDK_SCREEN_H__
|
|
||||||
|
|
||||||
#include <cairo.h>
|
#include <cairo.h>
|
||||||
#include <gdk/gdkversionmacros.h>
|
#include <gdk/gdkversionmacros.h>
|
||||||
#include <gdk/gdktypes.h>
|
#include <gdk/gdktypes.h>
|
||||||
|
@ -22,13 +22,13 @@
|
|||||||
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_SELECTION_H__
|
||||||
|
#define __GDK_SELECTION_H__
|
||||||
|
|
||||||
#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdk.h> can be included directly."
|
#error "Only <gdk/gdk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_SELECTION_H__
|
|
||||||
#define __GDK_SELECTION_H__
|
|
||||||
|
|
||||||
#include <gdk/gdktypes.h>
|
#include <gdk/gdktypes.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -16,13 +16,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_TEST_UTILS_H__
|
||||||
|
#define __GDK_TEST_UTILS_H__
|
||||||
|
|
||||||
#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdk.h> can be included directly."
|
#error "Only <gdk/gdk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_TEST_UTILS_H__
|
|
||||||
#define __GDK_TEST_UTILS_H__
|
|
||||||
|
|
||||||
#include <gdk/gdkwindow.h>
|
#include <gdk/gdkwindow.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -22,13 +22,13 @@
|
|||||||
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_THREADS_H__
|
||||||
|
#define __GDK_THREADS_H__
|
||||||
|
|
||||||
#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdk.h> can be included directly."
|
#error "Only <gdk/gdk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_THREADS_H__
|
|
||||||
#define __GDK_THREADS_H__
|
|
||||||
|
|
||||||
#include <gdk/gdktypes.h>
|
#include <gdk/gdktypes.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -22,13 +22,13 @@
|
|||||||
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_TYPES_H__
|
||||||
|
#define __GDK_TYPES_H__
|
||||||
|
|
||||||
#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdk.h> can be included directly."
|
#error "Only <gdk/gdk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_TYPES_H__
|
|
||||||
#define __GDK_TYPES_H__
|
|
||||||
|
|
||||||
/* GDK uses "glib". (And so does GTK).
|
/* GDK uses "glib". (And so does GTK).
|
||||||
*/
|
*/
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
|
@ -22,13 +22,13 @@
|
|||||||
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_VISUAL_H__
|
||||||
|
#define __GDK_VISUAL_H__
|
||||||
|
|
||||||
#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdk.h> can be included directly."
|
#error "Only <gdk/gdk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_VISUAL_H__
|
|
||||||
#define __GDK_VISUAL_H__
|
|
||||||
|
|
||||||
#include <gdk/gdktypes.h>
|
#include <gdk/gdktypes.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -22,13 +22,13 @@
|
|||||||
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_WINDOW_H__
|
||||||
|
#define __GDK_WINDOW_H__
|
||||||
|
|
||||||
#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdk.h> can be included directly."
|
#error "Only <gdk/gdk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_WINDOW_H__
|
|
||||||
#define __GDK_WINDOW_H__
|
|
||||||
|
|
||||||
#include <gdk/gdkversionmacros.h>
|
#include <gdk/gdkversionmacros.h>
|
||||||
#include <gdk/gdktypes.h>
|
#include <gdk/gdktypes.h>
|
||||||
#include <gdk/gdkevents.h>
|
#include <gdk/gdkevents.h>
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_QUARTZ_CURSOR_H__
|
||||||
|
#define __GDK_QUARTZ_CURSOR_H__
|
||||||
|
|
||||||
#if !defined(__GDKQUARTZ_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined(__GDKQUARTZ_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdkquartz.h> can be included directly."
|
#error "Only <gdk/gdkquartz.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_QUARTZ_CURSOR_H__
|
|
||||||
#define __GDK_QUARTZ_CURSOR_H__
|
|
||||||
|
|
||||||
#include <gdk/gdk.h>
|
#include <gdk/gdk.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_QUARTZ_DEVICE_CORE_H__
|
||||||
|
#define __GDK_QUARTZ_DEVICE_CORE_H__
|
||||||
|
|
||||||
#if !defined(__GDKQUARTZ_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined(__GDKQUARTZ_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdkquartz.h> can be included directly."
|
#error "Only <gdk/gdkquartz.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_QUARTZ_DEVICE_CORE_H__
|
|
||||||
#define __GDK_QUARTZ_DEVICE_CORE_H__
|
|
||||||
|
|
||||||
#include <gdk/gdk.h>
|
#include <gdk/gdk.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_QUARTZ_DEVICE_MANAGER_CORE_H__
|
||||||
|
#define __GDK_QUARTZ_DEVICE_MANAGER_CORE_H__
|
||||||
|
|
||||||
#if !defined(__GDKQUARTZ_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined(__GDKQUARTZ_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdkquartz.h> can be included directly."
|
#error "Only <gdk/gdkquartz.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_QUARTZ_DEVICE_MANAGER_CORE_H__
|
|
||||||
#define __GDK_QUARTZ_DEVICE_MANAGER_CORE_H__
|
|
||||||
|
|
||||||
#include <gdk/gdk.h>
|
#include <gdk/gdk.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_QUARTZ_DISPLAY_H__
|
||||||
|
#define __GDK_QUARTZ_DISPLAY_H__
|
||||||
|
|
||||||
#if !defined(__GDKQUARTZ_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined(__GDKQUARTZ_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdkquartz.h> can be included directly."
|
#error "Only <gdk/gdkquartz.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_QUARTZ_DISPLAY_H__
|
|
||||||
#define __GDK_QUARTZ_DISPLAY_H__
|
|
||||||
|
|
||||||
#include <gdk/gdk.h>
|
#include <gdk/gdk.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_QUARTZ_DISPLAY_MANAGER_H__
|
||||||
|
#define __GDK_QUARTZ_DISPLAY_MANAGER_H__
|
||||||
|
|
||||||
#if !defined(__GDKQUARTZ_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined(__GDKQUARTZ_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdkquartz.h> can be included directly."
|
#error "Only <gdk/gdkquartz.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_QUARTZ_DISPLAY_MANAGER_H__
|
|
||||||
#define __GDK_QUARTZ_DISPLAY_MANAGER_H__
|
|
||||||
|
|
||||||
#include <gdk/gdk.h>
|
#include <gdk/gdk.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -16,13 +16,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_QUARTZ_DND_H__
|
||||||
|
#define __GDK_QUARTZ_DND_H__
|
||||||
|
|
||||||
#if !defined(__GDKQUARTZ_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined(__GDKQUARTZ_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdkquartz.h> can be included directly."
|
#error "Only <gdk/gdkquartz.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_QUARTZ_DND_H__
|
|
||||||
#define __GDK_QUARTZ_DND_H__
|
|
||||||
|
|
||||||
#include <gdk/gdk.h>
|
#include <gdk/gdk.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_QUARTZ_KEYS_H__
|
||||||
|
#define __GDK_QUARTZ_KEYS_H__
|
||||||
|
|
||||||
#if !defined (__GDKQUARTZ_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined (__GDKQUARTZ_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdkquartz.h> can be included directly."
|
#error "Only <gdk/gdkquartz.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_QUARTZ_KEYS_H__
|
|
||||||
#define __GDK_QUARTZ_KEYS_H__
|
|
||||||
|
|
||||||
#include <gdk/gdk.h>
|
#include <gdk/gdk.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -16,13 +16,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_QUARTZ_SCREEN_H__
|
||||||
|
#define __GDK_QUARTZ_SCREEN_H__
|
||||||
|
|
||||||
#if !defined(__GDKQUARTZ_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined(__GDKQUARTZ_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdkquartz.h> can be included directly."
|
#error "Only <gdk/gdkquartz.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_QUARTZ_SCREEN_H__
|
|
||||||
#define __GDK_QUARTZ_SCREEN_H__
|
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
#include <gdk/gdk.h>
|
#include <gdk/gdk.h>
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_QUARTZ_UTILS_H__
|
||||||
|
#define __GDK_QUARTZ_UTILS_H__
|
||||||
|
|
||||||
#if !defined (__GDKQUARTZ_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined (__GDKQUARTZ_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdkquartz.h> can be included directly."
|
#error "Only <gdk/gdkquartz.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_QUARTZ_UTILS_H__
|
|
||||||
#define __GDK_QUARTZ_UTILS_H__
|
|
||||||
|
|
||||||
#include <gdk/gdk.h>
|
#include <gdk/gdk.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_QUARTZ_VISUAL_H__
|
||||||
|
#define __GDK_QUARTZ_VISUAL_H__
|
||||||
|
|
||||||
#if !defined (__GDKQUARTZ_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined (__GDKQUARTZ_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdkquartz.h> can be included directly."
|
#error "Only <gdk/gdkquartz.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_QUARTZ_VISUAL_H__
|
|
||||||
#define __GDK_QUARTZ_VISUAL_H__
|
|
||||||
|
|
||||||
#include <gdk/gdk.h>
|
#include <gdk/gdk.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_QUARTZ_WINDOW_H__
|
||||||
|
#define __GDK_QUARTZ_WINDOW_H__
|
||||||
|
|
||||||
#if !defined (__GDKQUARTZ_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined (__GDKQUARTZ_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdkquartz.h> can be included directly."
|
#error "Only <gdk/gdkquartz.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_QUARTZ_WINDOW_H__
|
|
||||||
#define __GDK_QUARTZ_WINDOW_H__
|
|
||||||
|
|
||||||
#include <gdk/gdk.h>
|
#include <gdk/gdk.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -22,13 +22,13 @@
|
|||||||
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_WIN32_CURSOR_H__
|
||||||
|
#define __GDK_WIN32_CURSOR_H__
|
||||||
|
|
||||||
#if !defined (__GDKWIN32_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined (__GDKWIN32_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdkwin32.h> can be included directly."
|
#error "Only <gdk/gdkwin32.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_WIN32_CURSOR_H__
|
|
||||||
#define __GDK_WIN32_CURSOR_H__
|
|
||||||
|
|
||||||
#include <gdk/gdk.h>
|
#include <gdk/gdk.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -22,13 +22,13 @@
|
|||||||
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_WIN32_DISPLAY_H__
|
||||||
|
#define __GDK_WIN32_DISPLAY_H__
|
||||||
|
|
||||||
#if !defined (__GDKWIN32_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined (__GDKWIN32_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdkwin32.h> can be included directly."
|
#error "Only <gdk/gdkwin32.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_WIN32_DISPLAY_H__
|
|
||||||
#define __GDK_WIN32_DISPLAY_H__
|
|
||||||
|
|
||||||
#include <gdk/gdk.h>
|
#include <gdk/gdk.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_WIN32_DISPLAY_MANAGER_H__
|
||||||
|
#define __GDK_WIN32_DISPLAY_MANAGER_H__
|
||||||
|
|
||||||
#if !defined (__GDKWIN32_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined (__GDKWIN32_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdkwin32.h> can be included directly."
|
#error "Only <gdk/gdkwin32.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_WIN32_DISPLAY_MANAGER_H__
|
|
||||||
#define __GDK_WIN32_DISPLAY_MANAGER_H__
|
|
||||||
|
|
||||||
#include <gdk/gdk.h>
|
#include <gdk/gdk.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_WIN32_DND_H__
|
||||||
|
#define __GDK_WIN32_DND_H__
|
||||||
|
|
||||||
#if !defined (__GDKWIN32_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined (__GDKWIN32_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdkwin32.h> can be included directly."
|
#error "Only <gdk/gdkwin32.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_WIN32_DND_H__
|
|
||||||
#define __GDK_WIN32_DND_H__
|
|
||||||
|
|
||||||
#include <gdk/gdk.h>
|
#include <gdk/gdk.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_WIN32_KEYS_H__
|
||||||
|
#define __GDK_WIN32_KEYS_H__
|
||||||
|
|
||||||
#if !defined (__GDKWIN32_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined (__GDKWIN32_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdkwin32.h> can be included directly."
|
#error "Only <gdk/gdkwin32.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_WIN32_KEYS_H__
|
|
||||||
#define __GDK_WIN32_KEYS_H__
|
|
||||||
|
|
||||||
#include <gdk/gdk.h>
|
#include <gdk/gdk.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -22,13 +22,13 @@
|
|||||||
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_WIN32_SCREEN_H__
|
||||||
|
#define __GDK_WIN32_SCREEN_H__
|
||||||
|
|
||||||
#if !defined (__GDKWIN32_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined (__GDKWIN32_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdkwin32.h> can be included directly."
|
#error "Only <gdk/gdkwin32.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_WIN32_SCREEN_H__
|
|
||||||
#define __GDK_WIN32_SCREEN_H__
|
|
||||||
|
|
||||||
#include <gdk/gdk.h>
|
#include <gdk/gdk.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -22,13 +22,13 @@
|
|||||||
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_WIN32_WINDOW_H__
|
||||||
|
#define __GDK_WIN32_WINDOW_H__
|
||||||
|
|
||||||
#if !defined (__GDKWIN32_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined (__GDKWIN32_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdkwin32.h> can be included directly."
|
#error "Only <gdk/gdkwin32.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_WIN32_WINDOW_H__
|
|
||||||
#define __GDK_WIN32_WINDOW_H__
|
|
||||||
|
|
||||||
#include <gdk/gdk.h>
|
#include <gdk/gdk.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_X11_APP_LAUNCH_CONTEXT_H__
|
||||||
|
#define __GDK_X11_APP_LAUNCH_CONTEXT_H__
|
||||||
|
|
||||||
#if !defined (__GDKX_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined (__GDKX_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdkx.h> can be included directly."
|
#error "Only <gdk/gdkx.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_X11_APP_LAUNCH_CONTEXT_H__
|
|
||||||
#define __GDK_X11_APP_LAUNCH_CONTEXT_H__
|
|
||||||
|
|
||||||
#include <gdk/gdk.h>
|
#include <gdk/gdk.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -22,13 +22,13 @@
|
|||||||
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_X11_CURSOR_H__
|
||||||
|
#define __GDK_X11_CURSOR_H__
|
||||||
|
|
||||||
#if !defined (__GDKX_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined (__GDKX_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdkx.h> can be included directly."
|
#error "Only <gdk/gdkx.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_X11_CURSOR_H__
|
|
||||||
#define __GDK_X11_CURSOR_H__
|
|
||||||
|
|
||||||
#include <gdk/gdk.h>
|
#include <gdk/gdk.h>
|
||||||
|
|
||||||
#include <X11/Xlib.h>
|
#include <X11/Xlib.h>
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_X11_DEVICE_H__
|
||||||
|
#define __GDK_X11_DEVICE_H__
|
||||||
|
|
||||||
#if !defined (__GDKX_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined (__GDKX_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdkx.h> can be included directly."
|
#error "Only <gdk/gdkx.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_X11_DEVICE_H__
|
|
||||||
#define __GDK_X11_DEVICE_H__
|
|
||||||
|
|
||||||
#include <gdk/gdk.h>
|
#include <gdk/gdk.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_X11_DEVICE_MANAGER_H__
|
||||||
|
#define __GDK_X11_DEVICE_MANAGER_H__
|
||||||
|
|
||||||
#if !defined (__GDKX_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined (__GDKX_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdkx.h> can be included directly."
|
#error "Only <gdk/gdkx.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_X11_DEVICE_MANAGER_H__
|
|
||||||
#define __GDK_X11_DEVICE_MANAGER_H__
|
|
||||||
|
|
||||||
#include <gdk/gdk.h>
|
#include <gdk/gdk.h>
|
||||||
|
|
||||||
#include <X11/Xlib.h>
|
#include <X11/Xlib.h>
|
||||||
|
@ -22,13 +22,13 @@
|
|||||||
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_X11_DISPLAY_H__
|
||||||
|
#define __GDK_X11_DISPLAY_H__
|
||||||
|
|
||||||
#if !defined (__GDKX_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined (__GDKX_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdkx.h> can be included directly."
|
#error "Only <gdk/gdkx.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_X11_DISPLAY_H__
|
|
||||||
#define __GDK_X11_DISPLAY_H__
|
|
||||||
|
|
||||||
#include <gdk/gdk.h>
|
#include <gdk/gdk.h>
|
||||||
|
|
||||||
#include <X11/Xlib.h>
|
#include <X11/Xlib.h>
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_X11_DISPLAY_MANAGER_H__
|
||||||
|
#define __GDK_X11_DISPLAY_MANAGER_H__
|
||||||
|
|
||||||
#if !defined (__GDKX_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined (__GDKX_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdkx.h> can be included directly."
|
#error "Only <gdk/gdkx.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_X11_DISPLAY_MANAGER_H__
|
|
||||||
#define __GDK_X11_DISPLAY_MANAGER_H__
|
|
||||||
|
|
||||||
#include <gdk/gdk.h>
|
#include <gdk/gdk.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_X11_DND_H__
|
||||||
|
#define __GDK_X11_DND_H__
|
||||||
|
|
||||||
#if !defined (__GDKX_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined (__GDKX_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdkx.h> can be included directly."
|
#error "Only <gdk/gdkx.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_X11_DND_H__
|
|
||||||
#define __GDK_X11_DND_H__
|
|
||||||
|
|
||||||
#include <gdk/gdk.h>
|
#include <gdk/gdk.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_X11_KEYS_H__
|
||||||
|
#define __GDK_X11_KEYS_H__
|
||||||
|
|
||||||
#if !defined (__GDKX_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined (__GDKX_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdkx.h> can be included directly."
|
#error "Only <gdk/gdkx.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_X11_KEYS_H__
|
|
||||||
#define __GDK_X11_KEYS_H__
|
|
||||||
|
|
||||||
#include <gdk/gdk.h>
|
#include <gdk/gdk.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -22,13 +22,13 @@
|
|||||||
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_X11_PROPERTY_H__
|
||||||
|
#define __GDK_X11_PROPERTY_H__
|
||||||
|
|
||||||
#if !defined (__GDKX_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined (__GDKX_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdkx.h> can be included directly."
|
#error "Only <gdk/gdkx.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_X11_PROPERTY_H__
|
|
||||||
#define __GDK_X11_PROPERTY_H__
|
|
||||||
|
|
||||||
#include <gdk/gdk.h>
|
#include <gdk/gdk.h>
|
||||||
|
|
||||||
#include <X11/Xlib.h>
|
#include <X11/Xlib.h>
|
||||||
|
@ -22,13 +22,13 @@
|
|||||||
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_X11_SCREEN_H__
|
||||||
|
#define __GDK_X11_SCREEN_H__
|
||||||
|
|
||||||
#if !defined (__GDKX_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined (__GDKX_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdkx.h> can be included directly."
|
#error "Only <gdk/gdkx.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_X11_SCREEN_H__
|
|
||||||
#define __GDK_X11_SCREEN_H__
|
|
||||||
|
|
||||||
#include <gdk/gdk.h>
|
#include <gdk/gdk.h>
|
||||||
|
|
||||||
#include <X11/Xlib.h>
|
#include <X11/Xlib.h>
|
||||||
|
@ -22,13 +22,13 @@
|
|||||||
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_X11_SELECTION_H__
|
||||||
|
#define __GDK_X11_SELECTION_H__
|
||||||
|
|
||||||
#if !defined (__GDKX_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined (__GDKX_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdkx.h> can be included directly."
|
#error "Only <gdk/gdkx.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_X11_SELECTION_H__
|
|
||||||
#define __GDK_X11_SELECTION_H__
|
|
||||||
|
|
||||||
#include <gdk/gdk.h>
|
#include <gdk/gdk.h>
|
||||||
|
|
||||||
#include <X11/Xlib.h>
|
#include <X11/Xlib.h>
|
||||||
|
@ -22,13 +22,13 @@
|
|||||||
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_X11_UTILS_H__
|
||||||
|
#define __GDK_X11_UTILS_H__
|
||||||
|
|
||||||
#if !defined (__GDKX_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined (__GDKX_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdkx.h> can be included directly."
|
#error "Only <gdk/gdkx.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_X11_UTILS_H__
|
|
||||||
#define __GDK_X11_UTILS_H__
|
|
||||||
|
|
||||||
#include <gdk/gdk.h>
|
#include <gdk/gdk.h>
|
||||||
|
|
||||||
#include <X11/Xlib.h>
|
#include <X11/Xlib.h>
|
||||||
|
@ -22,13 +22,13 @@
|
|||||||
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_X11_VISUAL_H__
|
||||||
|
#define __GDK_X11_VISUAL_H__
|
||||||
|
|
||||||
#if !defined (__GDKX_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined (__GDKX_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdkx.h> can be included directly."
|
#error "Only <gdk/gdkx.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_X11_VISUAL_H__
|
|
||||||
#define __GDK_X11_VISUAL_H__
|
|
||||||
|
|
||||||
#include <gdk/gdk.h>
|
#include <gdk/gdk.h>
|
||||||
|
|
||||||
#include <X11/Xlib.h>
|
#include <X11/Xlib.h>
|
||||||
|
@ -22,13 +22,13 @@
|
|||||||
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GDK_X11_WINDOW_H__
|
||||||
|
#define __GDK_X11_WINDOW_H__
|
||||||
|
|
||||||
#if !defined (__GDKX_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined (__GDKX_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdkx.h> can be included directly."
|
#error "Only <gdk/gdkx.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GDK_X11_WINDOW_H__
|
|
||||||
#define __GDK_X11_WINDOW_H__
|
|
||||||
|
|
||||||
#include <gdk/gdk.h>
|
#include <gdk/gdk.h>
|
||||||
|
|
||||||
#include <X11/Xlib.h>
|
#include <X11/Xlib.h>
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GTK_ARROW_ACCESSIBLE_H__
|
||||||
|
#define __GTK_ARROW_ACCESSIBLE_H__
|
||||||
|
|
||||||
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||||
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GTK_ARROW_ACCESSIBLE_H__
|
|
||||||
#define __GTK_ARROW_ACCESSIBLE_H__
|
|
||||||
|
|
||||||
#include <gtk/a11y/gtkwidgetaccessible.h>
|
#include <gtk/a11y/gtkwidgetaccessible.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GTK_BOOLEAN_CELL_ACCESSIBLE_H__
|
||||||
|
#define __GTK_BOOLEAN_CELL_ACCESSIBLE_H__
|
||||||
|
|
||||||
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||||
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GTK_BOOLEAN_CELL_ACCESSIBLE_H__
|
|
||||||
#define __GTK_BOOLEAN_CELL_ACCESSIBLE_H__
|
|
||||||
|
|
||||||
#include <atk/atk.h>
|
#include <atk/atk.h>
|
||||||
#include <gtk/a11y/gtkrenderercellaccessible.h>
|
#include <gtk/a11y/gtkrenderercellaccessible.h>
|
||||||
|
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GTK_BUTTON_ACCESSIBLE_H__
|
||||||
|
#define __GTK_BUTTON_ACCESSIBLE_H__
|
||||||
|
|
||||||
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||||
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GTK_BUTTON_ACCESSIBLE_H__
|
|
||||||
#define __GTK_BUTTON_ACCESSIBLE_H__
|
|
||||||
|
|
||||||
#include <gtk/a11y/gtkcontaineraccessible.h>
|
#include <gtk/a11y/gtkcontaineraccessible.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GTK_CELL_ACCESSIBLE_H__
|
||||||
|
#define __GTK_CELL_ACCESSIBLE_H__
|
||||||
|
|
||||||
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||||
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GTK_CELL_ACCESSIBLE_H__
|
|
||||||
#define __GTK_CELL_ACCESSIBLE_H__
|
|
||||||
|
|
||||||
#include <atk/atk.h>
|
#include <atk/atk.h>
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
|
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GTK_CELL_ACCESSIBLE_PARENT_H__
|
||||||
|
#define __GTK_CELL_ACCESSIBLE_PARENT_H__
|
||||||
|
|
||||||
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||||
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GTK_CELL_ACCESSIBLE_PARENT_H__
|
|
||||||
#define __GTK_CELL_ACCESSIBLE_PARENT_H__
|
|
||||||
|
|
||||||
#include <atk/atk.h>
|
#include <atk/atk.h>
|
||||||
#include <gtk/a11y/gtkcellaccessible.h>
|
#include <gtk/a11y/gtkcellaccessible.h>
|
||||||
|
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GTK_CHECK_MENU_ITEM_ACCESSIBLE_H__
|
||||||
|
#define __GTK_CHECK_MENU_ITEM_ACCESSIBLE_H__
|
||||||
|
|
||||||
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||||
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GTK_CHECK_MENU_ITEM_ACCESSIBLE_H__
|
|
||||||
#define __GTK_CHECK_MENU_ITEM_ACCESSIBLE_H__
|
|
||||||
|
|
||||||
#include <gtk/a11y/gtkmenuitemaccessible.h>
|
#include <gtk/a11y/gtkmenuitemaccessible.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GTK_COMBO_BOX_ACCESSIBLE_H__
|
||||||
|
#define __GTK_COMBO_BOX_ACCESSIBLE_H__
|
||||||
|
|
||||||
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||||
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GTK_COMBO_BOX_ACCESSIBLE_H__
|
|
||||||
#define __GTK_COMBO_BOX_ACCESSIBLE_H__
|
|
||||||
|
|
||||||
#include <gtk/a11y/gtkcontaineraccessible.h>
|
#include <gtk/a11y/gtkcontaineraccessible.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GTK_CONTAINER_ACCESSIBLE_H__
|
||||||
|
#define __GTK_CONTAINER_ACCESSIBLE_H__
|
||||||
|
|
||||||
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||||
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GTK_CONTAINER_ACCESSIBLE_H__
|
|
||||||
#define __GTK_CONTAINER_ACCESSIBLE_H__
|
|
||||||
|
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
#include <gtk/a11y/gtkwidgetaccessible.h>
|
#include <gtk/a11y/gtkwidgetaccessible.h>
|
||||||
|
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GTK_CONTAINER_CELL_ACCESSIBLE_H__
|
||||||
|
#define __GTK_CONTAINER_CELL_ACCESSIBLE_H__
|
||||||
|
|
||||||
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||||
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GTK_CONTAINER_CELL_ACCESSIBLE_H__
|
|
||||||
#define __GTK_CONTAINER_CELL_ACCESSIBLE_H__
|
|
||||||
|
|
||||||
#include <atk/atk.h>
|
#include <atk/atk.h>
|
||||||
#include <gtk/a11y/gtkcellaccessible.h>
|
#include <gtk/a11y/gtkcellaccessible.h>
|
||||||
|
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GTK_ENTRY_ACCESSIBLE_H__
|
||||||
|
#define __GTK_ENTRY_ACCESSIBLE_H__
|
||||||
|
|
||||||
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||||
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GTK_ENTRY_ACCESSIBLE_H__
|
|
||||||
#define __GTK_ENTRY_ACCESSIBLE_H__
|
|
||||||
|
|
||||||
#include <gtk/a11y/gtkwidgetaccessible.h>
|
#include <gtk/a11y/gtkwidgetaccessible.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GTK_EXPANDER_ACCESSIBLE_H__
|
||||||
|
#define __GTK_EXPANDER_ACCESSIBLE_H__
|
||||||
|
|
||||||
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||||
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GTK_EXPANDER_ACCESSIBLE_H__
|
|
||||||
#define __GTK_EXPANDER_ACCESSIBLE_H__
|
|
||||||
|
|
||||||
#include <gtk/a11y/gtkcontaineraccessible.h>
|
#include <gtk/a11y/gtkcontaineraccessible.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GTK_FRAME_ACCESSIBLE_H__
|
||||||
|
#define __GTK_FRAME_ACCESSIBLE_H__
|
||||||
|
|
||||||
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||||
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GTK_FRAME_ACCESSIBLE_H__
|
|
||||||
#define __GTK_FRAME_ACCESSIBLE_H__
|
|
||||||
|
|
||||||
#include <gtk/a11y/gtkcontaineraccessible.h>
|
#include <gtk/a11y/gtkcontaineraccessible.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GTK_ICON_VIEW_ACCESSIBLE_H__
|
||||||
|
#define __GTK_ICON_VIEW_ACCESSIBLE_H__
|
||||||
|
|
||||||
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||||
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GTK_ICON_VIEW_ACCESSIBLE_H__
|
|
||||||
#define __GTK_ICON_VIEW_ACCESSIBLE_H__
|
|
||||||
|
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
#include <gtk/a11y/gtkcontaineraccessible.h>
|
#include <gtk/a11y/gtkcontaineraccessible.h>
|
||||||
|
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GTK_IMAGE_ACCESSIBLE_H__
|
||||||
|
#define __GTK_IMAGE_ACCESSIBLE_H__
|
||||||
|
|
||||||
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||||
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GTK_IMAGE_ACCESSIBLE_H__
|
|
||||||
#define __GTK_IMAGE_ACCESSIBLE_H__
|
|
||||||
|
|
||||||
#include <gtk/a11y/gtkwidgetaccessible.h>
|
#include <gtk/a11y/gtkwidgetaccessible.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GTK_IMAGE_CELL_ACCESSIBLE_H__
|
||||||
|
#define __GTK_IMAGE_CELL_ACCESSIBLE_H__
|
||||||
|
|
||||||
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||||
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GTK_IMAGE_CELL_ACCESSIBLE_H__
|
|
||||||
#define __GTK_IMAGE_CELL_ACCESSIBLE_H__
|
|
||||||
|
|
||||||
#include <atk/atk.h>
|
#include <atk/atk.h>
|
||||||
#include <gtk/a11y/gtkrenderercellaccessible.h>
|
#include <gtk/a11y/gtkrenderercellaccessible.h>
|
||||||
|
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GTK_LABEL_ACCESSIBLE_H__
|
||||||
|
#define __GTK_LABEL_ACCESSIBLE_H__
|
||||||
|
|
||||||
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||||
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GTK_LABEL_ACCESSIBLE_H__
|
|
||||||
#define __GTK_LABEL_ACCESSIBLE_H__
|
|
||||||
|
|
||||||
#include <gtk/a11y/gtkwidgetaccessible.h>
|
#include <gtk/a11y/gtkwidgetaccessible.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GTK_LINK_BUTTON_ACCESSIBLE_H__
|
||||||
|
#define __GTK_LINK_BUTTON_ACCESSIBLE_H__
|
||||||
|
|
||||||
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||||
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GTK_LINK_BUTTON_ACCESSIBLE_H__
|
|
||||||
#define __GTK_LINK_BUTTON_ACCESSIBLE_H__
|
|
||||||
|
|
||||||
#include <gtk/a11y/gtkbuttonaccessible.h>
|
#include <gtk/a11y/gtkbuttonaccessible.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GTK_LOCK_BUTTON_ACCESSIBLE_H__
|
||||||
|
#define __GTK_LOCK_BUTTON_ACCESSIBLE_H__
|
||||||
|
|
||||||
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||||
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GTK_LOCK_BUTTON_ACCESSIBLE_H__
|
|
||||||
#define __GTK_LOCK_BUTTON_ACCESSIBLE_H__
|
|
||||||
|
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
#include <gtk/a11y/gtkbuttonaccessible.h>
|
#include <gtk/a11y/gtkbuttonaccessible.h>
|
||||||
|
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GTK_MENU_ACCESSIBLE_H__
|
||||||
|
#define __GTK_MENU_ACCESSIBLE_H__
|
||||||
|
|
||||||
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||||
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GTK_MENU_ACCESSIBLE_H__
|
|
||||||
#define __GTK_MENU_ACCESSIBLE_H__
|
|
||||||
|
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
#include <gtk/a11y/gtkmenushellaccessible.h>
|
#include <gtk/a11y/gtkmenushellaccessible.h>
|
||||||
|
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GTK_MENU_ITEM_ACCESSIBLE_H__
|
||||||
|
#define __GTK_MENU_ITEM_ACCESSIBLE_H__
|
||||||
|
|
||||||
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||||
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GTK_MENU_ITEM_ACCESSIBLE_H__
|
|
||||||
#define __GTK_MENU_ITEM_ACCESSIBLE_H__
|
|
||||||
|
|
||||||
#include <gtk/a11y/gtkcontaineraccessible.h>
|
#include <gtk/a11y/gtkcontaineraccessible.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GTK_MENU_SHELL_ACCESSIBLE_H__
|
||||||
|
#define __GTK_MENU_SHELL_ACCESSIBLE_H__
|
||||||
|
|
||||||
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||||
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GTK_MENU_SHELL_ACCESSIBLE_H__
|
|
||||||
#define __GTK_MENU_SHELL_ACCESSIBLE_H__
|
|
||||||
|
|
||||||
#include <gtk/a11y/gtkcontaineraccessible.h>
|
#include <gtk/a11y/gtkcontaineraccessible.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GTK_NOTEBOOK_ACCESSIBLE_H__
|
||||||
|
#define __GTK_NOTEBOOK_ACCESSIBLE_H__
|
||||||
|
|
||||||
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||||
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GTK_NOTEBOOK_ACCESSIBLE_H__
|
|
||||||
#define __GTK_NOTEBOOK_ACCESSIBLE_H__
|
|
||||||
|
|
||||||
#include <gtk/a11y/gtkcontaineraccessible.h>
|
#include <gtk/a11y/gtkcontaineraccessible.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GTK_NOTEBOOK_PAGE_ACCESSIBLE_H__
|
||||||
|
#define __GTK_NOTEBOOK_PAGE_ACCESSIBLE_H__
|
||||||
|
|
||||||
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||||
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GTK_NOTEBOOK_PAGE_ACCESSIBLE_H__
|
|
||||||
#define __GTK_NOTEBOOK_PAGE_ACCESSIBLE_H__
|
|
||||||
|
|
||||||
#include <gtk/a11y/gtknotebookaccessible.h>
|
#include <gtk/a11y/gtknotebookaccessible.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GTK_PANED_ACCESSIBLE_H__
|
||||||
|
#define __GTK_PANED_ACCESSIBLE_H__
|
||||||
|
|
||||||
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||||
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GTK_PANED_ACCESSIBLE_H__
|
|
||||||
#define __GTK_PANED_ACCESSIBLE_H__
|
|
||||||
|
|
||||||
#include <gtk/a11y/gtkcontaineraccessible.h>
|
#include <gtk/a11y/gtkcontaineraccessible.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GTK_PROGRESS_BAR_ACCESSIBLE_H__
|
||||||
|
#define __GTK_PROGRESS_BAR_ACCESSIBLE_H__
|
||||||
|
|
||||||
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||||
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GTK_PROGRESS_BAR_ACCESSIBLE_H__
|
|
||||||
#define __GTK_PROGRESS_BAR_ACCESSIBLE_H__
|
|
||||||
|
|
||||||
#include <gtk/a11y/gtkwidgetaccessible.h>
|
#include <gtk/a11y/gtkwidgetaccessible.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GTK_RADIO_BUTTON_ACCESSIBLE_H__
|
||||||
|
#define __GTK_RADIO_BUTTON_ACCESSIBLE_H__
|
||||||
|
|
||||||
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||||
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GTK_RADIO_BUTTON_ACCESSIBLE_H__
|
|
||||||
#define __GTK_RADIO_BUTTON_ACCESSIBLE_H__
|
|
||||||
|
|
||||||
#include <gtk/a11y/gtktogglebuttonaccessible.h>
|
#include <gtk/a11y/gtktogglebuttonaccessible.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GTK_RADIO_MENU_ITEM_ACCESSIBLE_H__
|
||||||
|
#define __GTK_RADIO_MENU_ITEM_ACCESSIBLE_H__
|
||||||
|
|
||||||
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||||
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GTK_RADIO_MENU_ITEM_ACCESSIBLE_H__
|
|
||||||
#define __GTK_RADIO_MENU_ITEM_ACCESSIBLE_H__
|
|
||||||
|
|
||||||
#include <gtk/a11y/gtkcheckmenuitemaccessible.h>
|
#include <gtk/a11y/gtkcheckmenuitemaccessible.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GTK_RANGE_ACCESSIBLE_H__
|
||||||
|
#define __GTK_RANGE_ACCESSIBLE_H__
|
||||||
|
|
||||||
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||||
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GTK_RANGE_ACCESSIBLE_H__
|
|
||||||
#define __GTK_RANGE_ACCESSIBLE_H__
|
|
||||||
|
|
||||||
#include <gtk/a11y/gtkwidgetaccessible.h>
|
#include <gtk/a11y/gtkwidgetaccessible.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GTK_RENDERER_CELL_ACCESSIBLE_H__
|
||||||
|
#define __GTK_RENDERER_CELL_ACCESSIBLE_H__
|
||||||
|
|
||||||
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||||
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GTK_RENDERER_CELL_ACCESSIBLE_H__
|
|
||||||
#define __GTK_RENDERER_CELL_ACCESSIBLE_H__
|
|
||||||
|
|
||||||
#include <atk/atk.h>
|
#include <atk/atk.h>
|
||||||
#include <gtk/a11y/gtkcellaccessible.h>
|
#include <gtk/a11y/gtkcellaccessible.h>
|
||||||
|
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GTK_SCALE_ACCESSIBLE_H__
|
||||||
|
#define __GTK_SCALE_ACCESSIBLE_H__
|
||||||
|
|
||||||
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||||
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GTK_SCALE_ACCESSIBLE_H__
|
|
||||||
#define __GTK_SCALE_ACCESSIBLE_H__
|
|
||||||
|
|
||||||
#include <gtk/a11y/gtkrangeaccessible.h>
|
#include <gtk/a11y/gtkrangeaccessible.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GTK_SCALE_BUTTON_ACCESSIBLE_H__
|
||||||
|
#define __GTK_SCALE_BUTTON_ACCESSIBLE_H__
|
||||||
|
|
||||||
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||||
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GTK_SCALE_BUTTON_ACCESSIBLE_H__
|
|
||||||
#define __GTK_SCALE_BUTTON_ACCESSIBLE_H__
|
|
||||||
|
|
||||||
#include <gtk/a11y/gtkbuttonaccessible.h>
|
#include <gtk/a11y/gtkbuttonaccessible.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GTK_SCROLLED_WINDOW_ACCESSIBLE_H__
|
||||||
|
#define __GTK_SCROLLED_WINDOW_ACCESSIBLE_H__
|
||||||
|
|
||||||
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||||
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GTK_SCROLLED_WINDOW_ACCESSIBLE_H__
|
|
||||||
#define __GTK_SCROLLED_WINDOW_ACCESSIBLE_H__
|
|
||||||
|
|
||||||
#include <gtk/a11y/gtkcontaineraccessible.h>
|
#include <gtk/a11y/gtkcontaineraccessible.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GTK_SPIN_BUTTON_ACCESSIBLE_H__
|
||||||
|
#define __GTK_SPIN_BUTTON_ACCESSIBLE_H__
|
||||||
|
|
||||||
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||||
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GTK_SPIN_BUTTON_ACCESSIBLE_H__
|
|
||||||
#define __GTK_SPIN_BUTTON_ACCESSIBLE_H__
|
|
||||||
|
|
||||||
#include <gtk/a11y/gtkentryaccessible.h>
|
#include <gtk/a11y/gtkentryaccessible.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GTK_SPINNER_ACCESSIBLE_H__
|
||||||
|
#define __GTK_SPINNER_ACCESSIBLE_H__
|
||||||
|
|
||||||
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||||
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GTK_SPINNER_ACCESSIBLE_H__
|
|
||||||
#define __GTK_SPINNER_ACCESSIBLE_H__
|
|
||||||
|
|
||||||
#include <gtk/a11y/gtkwidgetaccessible.h>
|
#include <gtk/a11y/gtkwidgetaccessible.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GTK_STATUSBAR_ACCESSIBLE_H__
|
||||||
|
#define __GTK_STATUSBAR_ACCESSIBLE_H__
|
||||||
|
|
||||||
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||||
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GTK_STATUSBAR_ACCESSIBLE_H__
|
|
||||||
#define __GTK_STATUSBAR_ACCESSIBLE_H__
|
|
||||||
|
|
||||||
#include <gtk/a11y/gtkcontaineraccessible.h>
|
#include <gtk/a11y/gtkcontaineraccessible.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GTK_SWITCH_ACCESSIBLE_H__
|
||||||
|
#define __GTK_SWITCH_ACCESSIBLE_H__
|
||||||
|
|
||||||
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||||
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GTK_SWITCH_ACCESSIBLE_H__
|
|
||||||
#define __GTK_SWITCH_ACCESSIBLE_H__
|
|
||||||
|
|
||||||
#include <gtk/a11y/gtkwidgetaccessible.h>
|
#include <gtk/a11y/gtkwidgetaccessible.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GTK_TEXT_CELL_ACCESSIBLE_H__
|
||||||
|
#define __GTK_TEXT_CELL_ACCESSIBLE_H__
|
||||||
|
|
||||||
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||||
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GTK_TEXT_CELL_ACCESSIBLE_H__
|
|
||||||
#define __GTK_TEXT_CELL_ACCESSIBLE_H__
|
|
||||||
|
|
||||||
#include <atk/atk.h>
|
#include <atk/atk.h>
|
||||||
#include <gtk/a11y/gtkrenderercellaccessible.h>
|
#include <gtk/a11y/gtkrenderercellaccessible.h>
|
||||||
|
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GTK_TEXT_VIEW_ACCESSIBLE_H__
|
||||||
|
#define __GTK_TEXT_VIEW_ACCESSIBLE_H__
|
||||||
|
|
||||||
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||||
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GTK_TEXT_VIEW_ACCESSIBLE_H__
|
|
||||||
#define __GTK_TEXT_VIEW_ACCESSIBLE_H__
|
|
||||||
|
|
||||||
#include <gtk/a11y/gtkcontaineraccessible.h>
|
#include <gtk/a11y/gtkcontaineraccessible.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GTK_TOGGLE_BUTTON_ACCESSIBLE_H__
|
||||||
|
#define __GTK_TOGGLE_BUTTON_ACCESSIBLE_H__
|
||||||
|
|
||||||
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||||
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GTK_TOGGLE_BUTTON_ACCESSIBLE_H__
|
|
||||||
#define __GTK_TOGGLE_BUTTON_ACCESSIBLE_H__
|
|
||||||
|
|
||||||
#include <gtk/a11y/gtkbuttonaccessible.h>
|
#include <gtk/a11y/gtkbuttonaccessible.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GTK_TOPLEVEL_ACCESSIBLE_H__
|
||||||
|
#define __GTK_TOPLEVEL_ACCESSIBLE_H__
|
||||||
|
|
||||||
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||||
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GTK_TOPLEVEL_ACCESSIBLE_H__
|
|
||||||
#define __GTK_TOPLEVEL_ACCESSIBLE_H__
|
|
||||||
|
|
||||||
#include <atk/atk.h>
|
#include <atk/atk.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GTK_TREE_VIEW_ACCESSIBLE_H__
|
||||||
|
#define __GTK_TREE_VIEW_ACCESSIBLE_H__
|
||||||
|
|
||||||
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||||
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GTK_TREE_VIEW_ACCESSIBLE_H__
|
|
||||||
#define __GTK_TREE_VIEW_ACCESSIBLE_H__
|
|
||||||
|
|
||||||
#include <gtk/a11y/gtkcontaineraccessible.h>
|
#include <gtk/a11y/gtkcontaineraccessible.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GTK_WIDGET_ACCESSIBLE_H__
|
||||||
|
#define __GTK_WIDGET_ACCESSIBLE_H__
|
||||||
|
|
||||||
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||||
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GTK_WIDGET_ACCESSIBLE_H__
|
|
||||||
#define __GTK_WIDGET_ACCESSIBLE_H__
|
|
||||||
|
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user