diff options
Diffstat (limited to 'gtk/a11y')
43 files changed, 129 insertions, 129 deletions
diff --git a/gtk/a11y/gtkarrowaccessible.h b/gtk/a11y/gtkarrowaccessible.h index 42355e1d00..6a93cedfda 100644 --- a/gtk/a11y/gtkarrowaccessible.h +++ b/gtk/a11y/gtkarrowaccessible.h @@ -15,13 +15,13 @@ * 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) #error "Only <gtk/gtk-a11y.h> can be included directly." #endif -#ifndef __GTK_ARROW_ACCESSIBLE_H__ -#define __GTK_ARROW_ACCESSIBLE_H__ - #include <gtk/a11y/gtkwidgetaccessible.h> G_BEGIN_DECLS diff --git a/gtk/a11y/gtkbooleancellaccessible.h b/gtk/a11y/gtkbooleancellaccessible.h index 79cfb60177..12c35ec39e 100644 --- a/gtk/a11y/gtkbooleancellaccessible.h +++ b/gtk/a11y/gtkbooleancellaccessible.h @@ -15,13 +15,13 @@ * 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) #error "Only <gtk/gtk-a11y.h> can be included directly." #endif -#ifndef __GTK_BOOLEAN_CELL_ACCESSIBLE_H__ -#define __GTK_BOOLEAN_CELL_ACCESSIBLE_H__ - #include <atk/atk.h> #include <gtk/a11y/gtkrenderercellaccessible.h> diff --git a/gtk/a11y/gtkbuttonaccessible.h b/gtk/a11y/gtkbuttonaccessible.h index f06a754ae9..40d0a1b1cf 100644 --- a/gtk/a11y/gtkbuttonaccessible.h +++ b/gtk/a11y/gtkbuttonaccessible.h @@ -15,13 +15,13 @@ * 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) #error "Only <gtk/gtk-a11y.h> can be included directly." #endif -#ifndef __GTK_BUTTON_ACCESSIBLE_H__ -#define __GTK_BUTTON_ACCESSIBLE_H__ - #include <gtk/a11y/gtkcontaineraccessible.h> G_BEGIN_DECLS diff --git a/gtk/a11y/gtkcellaccessible.h b/gtk/a11y/gtkcellaccessible.h index 7a2d88ec03..6a869baff3 100644 --- a/gtk/a11y/gtkcellaccessible.h +++ b/gtk/a11y/gtkcellaccessible.h @@ -15,13 +15,13 @@ * 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) #error "Only <gtk/gtk-a11y.h> can be included directly." #endif -#ifndef __GTK_CELL_ACCESSIBLE_H__ -#define __GTK_CELL_ACCESSIBLE_H__ - #include <atk/atk.h> #include <gtk/gtk.h> diff --git a/gtk/a11y/gtkcellaccessibleparent.h b/gtk/a11y/gtkcellaccessibleparent.h index bef4f3680f..1fb0a2f5b6 100644 --- a/gtk/a11y/gtkcellaccessibleparent.h +++ b/gtk/a11y/gtkcellaccessibleparent.h @@ -15,13 +15,13 @@ * 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) #error "Only <gtk/gtk-a11y.h> can be included directly." #endif -#ifndef __GTK_CELL_ACCESSIBLE_PARENT_H__ -#define __GTK_CELL_ACCESSIBLE_PARENT_H__ - #include <atk/atk.h> #include <gtk/a11y/gtkcellaccessible.h> diff --git a/gtk/a11y/gtkcheckmenuitemaccessible.h b/gtk/a11y/gtkcheckmenuitemaccessible.h index d73432d360..e96cc737fe 100644 --- a/gtk/a11y/gtkcheckmenuitemaccessible.h +++ b/gtk/a11y/gtkcheckmenuitemaccessible.h @@ -15,13 +15,13 @@ * 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) #error "Only <gtk/gtk-a11y.h> can be included directly." #endif -#ifndef __GTK_CHECK_MENU_ITEM_ACCESSIBLE_H__ -#define __GTK_CHECK_MENU_ITEM_ACCESSIBLE_H__ - #include <gtk/a11y/gtkmenuitemaccessible.h> G_BEGIN_DECLS diff --git a/gtk/a11y/gtkcomboboxaccessible.h b/gtk/a11y/gtkcomboboxaccessible.h index d0c082d7be..f933c2b07b 100644 --- a/gtk/a11y/gtkcomboboxaccessible.h +++ b/gtk/a11y/gtkcomboboxaccessible.h @@ -15,13 +15,13 @@ * 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) #error "Only <gtk/gtk-a11y.h> can be included directly." #endif -#ifndef __GTK_COMBO_BOX_ACCESSIBLE_H__ -#define __GTK_COMBO_BOX_ACCESSIBLE_H__ - #include <gtk/a11y/gtkcontaineraccessible.h> G_BEGIN_DECLS diff --git a/gtk/a11y/gtkcontaineraccessible.h b/gtk/a11y/gtkcontaineraccessible.h index 1811df6fec..1761d21dc3 100644 --- a/gtk/a11y/gtkcontaineraccessible.h +++ b/gtk/a11y/gtkcontaineraccessible.h @@ -15,13 +15,13 @@ * 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) #error "Only <gtk/gtk-a11y.h> can be included directly." #endif -#ifndef __GTK_CONTAINER_ACCESSIBLE_H__ -#define __GTK_CONTAINER_ACCESSIBLE_H__ - #include <gtk/gtk.h> #include <gtk/a11y/gtkwidgetaccessible.h> diff --git a/gtk/a11y/gtkcontainercellaccessible.h b/gtk/a11y/gtkcontainercellaccessible.h index 234e87d5d0..bc6a4baecb 100644 --- a/gtk/a11y/gtkcontainercellaccessible.h +++ b/gtk/a11y/gtkcontainercellaccessible.h @@ -15,13 +15,13 @@ * 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) #error "Only <gtk/gtk-a11y.h> can be included directly." #endif -#ifndef __GTK_CONTAINER_CELL_ACCESSIBLE_H__ -#define __GTK_CONTAINER_CELL_ACCESSIBLE_H__ - #include <atk/atk.h> #include <gtk/a11y/gtkcellaccessible.h> diff --git a/gtk/a11y/gtkentryaccessible.h b/gtk/a11y/gtkentryaccessible.h index 0492287e1e..1624fdf409 100644 --- a/gtk/a11y/gtkentryaccessible.h +++ b/gtk/a11y/gtkentryaccessible.h @@ -15,13 +15,13 @@ * 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) #error "Only <gtk/gtk-a11y.h> can be included directly." #endif -#ifndef __GTK_ENTRY_ACCESSIBLE_H__ -#define __GTK_ENTRY_ACCESSIBLE_H__ - #include <gtk/a11y/gtkwidgetaccessible.h> G_BEGIN_DECLS diff --git a/gtk/a11y/gtkexpanderaccessible.h b/gtk/a11y/gtkexpanderaccessible.h index 82d635fc9a..8dfc64433c 100644 --- a/gtk/a11y/gtkexpanderaccessible.h +++ b/gtk/a11y/gtkexpanderaccessible.h @@ -15,13 +15,13 @@ * 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) #error "Only <gtk/gtk-a11y.h> can be included directly." #endif -#ifndef __GTK_EXPANDER_ACCESSIBLE_H__ -#define __GTK_EXPANDER_ACCESSIBLE_H__ - #include <gtk/a11y/gtkcontaineraccessible.h> G_BEGIN_DECLS diff --git a/gtk/a11y/gtkframeaccessible.h b/gtk/a11y/gtkframeaccessible.h index 9d794b42db..7541003bf4 100644 --- a/gtk/a11y/gtkframeaccessible.h +++ b/gtk/a11y/gtkframeaccessible.h @@ -15,13 +15,13 @@ * 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) #error "Only <gtk/gtk-a11y.h> can be included directly." #endif -#ifndef __GTK_FRAME_ACCESSIBLE_H__ -#define __GTK_FRAME_ACCESSIBLE_H__ - #include <gtk/a11y/gtkcontaineraccessible.h> G_BEGIN_DECLS diff --git a/gtk/a11y/gtkiconviewaccessible.h b/gtk/a11y/gtkiconviewaccessible.h index 76977b5d3d..be4af41fb9 100644 --- a/gtk/a11y/gtkiconviewaccessible.h +++ b/gtk/a11y/gtkiconviewaccessible.h @@ -15,13 +15,13 @@ * 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) #error "Only <gtk/gtk-a11y.h> can be included directly." #endif -#ifndef __GTK_ICON_VIEW_ACCESSIBLE_H__ -#define __GTK_ICON_VIEW_ACCESSIBLE_H__ - #include <gtk/gtk.h> #include <gtk/a11y/gtkcontaineraccessible.h> diff --git a/gtk/a11y/gtkimageaccessible.h b/gtk/a11y/gtkimageaccessible.h index f6d70dda23..1bfa979e21 100644 --- a/gtk/a11y/gtkimageaccessible.h +++ b/gtk/a11y/gtkimageaccessible.h @@ -15,13 +15,13 @@ * 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) #error "Only <gtk/gtk-a11y.h> can be included directly." #endif -#ifndef __GTK_IMAGE_ACCESSIBLE_H__ -#define __GTK_IMAGE_ACCESSIBLE_H__ - #include <gtk/a11y/gtkwidgetaccessible.h> G_BEGIN_DECLS diff --git a/gtk/a11y/gtkimagecellaccessible.h b/gtk/a11y/gtkimagecellaccessible.h index c288d89c66..afbb2277ec 100644 --- a/gtk/a11y/gtkimagecellaccessible.h +++ b/gtk/a11y/gtkimagecellaccessible.h @@ -15,13 +15,13 @@ * 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) #error "Only <gtk/gtk-a11y.h> can be included directly." #endif -#ifndef __GTK_IMAGE_CELL_ACCESSIBLE_H__ -#define __GTK_IMAGE_CELL_ACCESSIBLE_H__ - #include <atk/atk.h> #include <gtk/a11y/gtkrenderercellaccessible.h> diff --git a/gtk/a11y/gtklabelaccessible.h b/gtk/a11y/gtklabelaccessible.h index 48bdf8c2b2..d96cd576c2 100644 --- a/gtk/a11y/gtklabelaccessible.h +++ b/gtk/a11y/gtklabelaccessible.h @@ -15,13 +15,13 @@ * 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) #error "Only <gtk/gtk-a11y.h> can be included directly." #endif -#ifndef __GTK_LABEL_ACCESSIBLE_H__ -#define __GTK_LABEL_ACCESSIBLE_H__ - #include <gtk/a11y/gtkwidgetaccessible.h> G_BEGIN_DECLS diff --git a/gtk/a11y/gtklinkbuttonaccessible.h b/gtk/a11y/gtklinkbuttonaccessible.h index b4844139f7..78d0417d2d 100644 --- a/gtk/a11y/gtklinkbuttonaccessible.h +++ b/gtk/a11y/gtklinkbuttonaccessible.h @@ -15,13 +15,13 @@ * 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) #error "Only <gtk/gtk-a11y.h> can be included directly." #endif -#ifndef __GTK_LINK_BUTTON_ACCESSIBLE_H__ -#define __GTK_LINK_BUTTON_ACCESSIBLE_H__ - #include <gtk/a11y/gtkbuttonaccessible.h> G_BEGIN_DECLS diff --git a/gtk/a11y/gtklockbuttonaccessible.h b/gtk/a11y/gtklockbuttonaccessible.h index 6a9bc2fb5b..326d077c28 100644 --- a/gtk/a11y/gtklockbuttonaccessible.h +++ b/gtk/a11y/gtklockbuttonaccessible.h @@ -15,13 +15,13 @@ * 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) #error "Only <gtk/gtk-a11y.h> can be included directly." #endif -#ifndef __GTK_LOCK_BUTTON_ACCESSIBLE_H__ -#define __GTK_LOCK_BUTTON_ACCESSIBLE_H__ - #include <gtk/gtk.h> #include <gtk/a11y/gtkbuttonaccessible.h> diff --git a/gtk/a11y/gtkmenuaccessible.h b/gtk/a11y/gtkmenuaccessible.h index 95b21e85b9..c6be76b6ee 100644 --- a/gtk/a11y/gtkmenuaccessible.h +++ b/gtk/a11y/gtkmenuaccessible.h @@ -15,13 +15,13 @@ * 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) #error "Only <gtk/gtk-a11y.h> can be included directly." #endif -#ifndef __GTK_MENU_ACCESSIBLE_H__ -#define __GTK_MENU_ACCESSIBLE_H__ - #include <gtk/gtk.h> #include <gtk/a11y/gtkmenushellaccessible.h> diff --git a/gtk/a11y/gtkmenuitemaccessible.h b/gtk/a11y/gtkmenuitemaccessible.h index 98530e7c2a..60bf2e2ec1 100644 --- a/gtk/a11y/gtkmenuitemaccessible.h +++ b/gtk/a11y/gtkmenuitemaccessible.h @@ -15,13 +15,13 @@ * 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) #error "Only <gtk/gtk-a11y.h> can be included directly." #endif -#ifndef __GTK_MENU_ITEM_ACCESSIBLE_H__ -#define __GTK_MENU_ITEM_ACCESSIBLE_H__ - #include <gtk/a11y/gtkcontaineraccessible.h> G_BEGIN_DECLS diff --git a/gtk/a11y/gtkmenushellaccessible.h b/gtk/a11y/gtkmenushellaccessible.h index 156a8200a0..e51e86b085 100644 --- a/gtk/a11y/gtkmenushellaccessible.h +++ b/gtk/a11y/gtkmenushellaccessible.h @@ -15,13 +15,13 @@ * 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) #error "Only <gtk/gtk-a11y.h> can be included directly." #endif -#ifndef __GTK_MENU_SHELL_ACCESSIBLE_H__ -#define __GTK_MENU_SHELL_ACCESSIBLE_H__ - #include <gtk/a11y/gtkcontaineraccessible.h> G_BEGIN_DECLS diff --git a/gtk/a11y/gtknotebookaccessible.h b/gtk/a11y/gtknotebookaccessible.h index 6ffc381d6a..da5a801b4b 100644 --- a/gtk/a11y/gtknotebookaccessible.h +++ b/gtk/a11y/gtknotebookaccessible.h @@ -15,13 +15,13 @@ * 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) #error "Only <gtk/gtk-a11y.h> can be included directly." #endif -#ifndef __GTK_NOTEBOOK_ACCESSIBLE_H__ -#define __GTK_NOTEBOOK_ACCESSIBLE_H__ - #include <gtk/a11y/gtkcontaineraccessible.h> G_BEGIN_DECLS diff --git a/gtk/a11y/gtknotebookpageaccessible.h b/gtk/a11y/gtknotebookpageaccessible.h index 86bd005c9e..9fbaf38e37 100644 --- a/gtk/a11y/gtknotebookpageaccessible.h +++ b/gtk/a11y/gtknotebookpageaccessible.h @@ -15,13 +15,13 @@ * 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) #error "Only <gtk/gtk-a11y.h> can be included directly." #endif -#ifndef __GTK_NOTEBOOK_PAGE_ACCESSIBLE_H__ -#define __GTK_NOTEBOOK_PAGE_ACCESSIBLE_H__ - #include <gtk/a11y/gtknotebookaccessible.h> G_BEGIN_DECLS diff --git a/gtk/a11y/gtkpanedaccessible.h b/gtk/a11y/gtkpanedaccessible.h index 7ed4a0130d..fc45b1ee95 100644 --- a/gtk/a11y/gtkpanedaccessible.h +++ b/gtk/a11y/gtkpanedaccessible.h @@ -15,13 +15,13 @@ * 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) #error "Only <gtk/gtk-a11y.h> can be included directly." #endif -#ifndef __GTK_PANED_ACCESSIBLE_H__ -#define __GTK_PANED_ACCESSIBLE_H__ - #include <gtk/a11y/gtkcontaineraccessible.h> G_BEGIN_DECLS diff --git a/gtk/a11y/gtkprogressbaraccessible.h b/gtk/a11y/gtkprogressbaraccessible.h index 39a1521961..2829089cef 100644 --- a/gtk/a11y/gtkprogressbaraccessible.h +++ b/gtk/a11y/gtkprogressbaraccessible.h @@ -15,13 +15,13 @@ * 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) #error "Only <gtk/gtk-a11y.h> can be included directly." #endif -#ifndef __GTK_PROGRESS_BAR_ACCESSIBLE_H__ -#define __GTK_PROGRESS_BAR_ACCESSIBLE_H__ - #include <gtk/a11y/gtkwidgetaccessible.h> G_BEGIN_DECLS diff --git a/gtk/a11y/gtkradiobuttonaccessible.h b/gtk/a11y/gtkradiobuttonaccessible.h index d3ce8dcf76..5c98b58fbd 100644 --- a/gtk/a11y/gtkradiobuttonaccessible.h +++ b/gtk/a11y/gtkradiobuttonaccessible.h @@ -15,13 +15,13 @@ * 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) #error "Only <gtk/gtk-a11y.h> can be included directly." #endif -#ifndef __GTK_RADIO_BUTTON_ACCESSIBLE_H__ -#define __GTK_RADIO_BUTTON_ACCESSIBLE_H__ - #include <gtk/a11y/gtktogglebuttonaccessible.h> G_BEGIN_DECLS diff --git a/gtk/a11y/gtkradiomenuitemaccessible.h b/gtk/a11y/gtkradiomenuitemaccessible.h index 2c9f89acee..fc96155e57 100644 --- a/gtk/a11y/gtkradiomenuitemaccessible.h +++ b/gtk/a11y/gtkradiomenuitemaccessible.h @@ -15,13 +15,13 @@ * 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) #error "Only <gtk/gtk-a11y.h> can be included directly." #endif -#ifndef __GTK_RADIO_MENU_ITEM_ACCESSIBLE_H__ -#define __GTK_RADIO_MENU_ITEM_ACCESSIBLE_H__ - #include <gtk/a11y/gtkcheckmenuitemaccessible.h> G_BEGIN_DECLS diff --git a/gtk/a11y/gtkrangeaccessible.h b/gtk/a11y/gtkrangeaccessible.h index 7fbba15166..3a68d96677 100644 --- a/gtk/a11y/gtkrangeaccessible.h +++ b/gtk/a11y/gtkrangeaccessible.h @@ -15,13 +15,13 @@ * 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) #error "Only <gtk/gtk-a11y.h> can be included directly." #endif -#ifndef __GTK_RANGE_ACCESSIBLE_H__ -#define __GTK_RANGE_ACCESSIBLE_H__ - #include <gtk/a11y/gtkwidgetaccessible.h> G_BEGIN_DECLS diff --git a/gtk/a11y/gtkrenderercellaccessible.h b/gtk/a11y/gtkrenderercellaccessible.h index a171918f7d..c5536e4d97 100644 --- a/gtk/a11y/gtkrenderercellaccessible.h +++ b/gtk/a11y/gtkrenderercellaccessible.h @@ -15,13 +15,13 @@ * 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) #error "Only <gtk/gtk-a11y.h> can be included directly." #endif -#ifndef __GTK_RENDERER_CELL_ACCESSIBLE_H__ -#define __GTK_RENDERER_CELL_ACCESSIBLE_H__ - #include <atk/atk.h> #include <gtk/a11y/gtkcellaccessible.h> diff --git a/gtk/a11y/gtkscaleaccessible.h b/gtk/a11y/gtkscaleaccessible.h index 4cb249a357..43806ce9a2 100644 --- a/gtk/a11y/gtkscaleaccessible.h +++ b/gtk/a11y/gtkscaleaccessible.h @@ -15,13 +15,13 @@ * 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) #error "Only <gtk/gtk-a11y.h> can be included directly." #endif -#ifndef __GTK_SCALE_ACCESSIBLE_H__ -#define __GTK_SCALE_ACCESSIBLE_H__ - #include <gtk/a11y/gtkrangeaccessible.h> G_BEGIN_DECLS diff --git a/gtk/a11y/gtkscalebuttonaccessible.h b/gtk/a11y/gtkscalebuttonaccessible.h index e0acf186b1..08669f60fe 100644 --- a/gtk/a11y/gtkscalebuttonaccessible.h +++ b/gtk/a11y/gtkscalebuttonaccessible.h @@ -15,13 +15,13 @@ * 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) #error "Only <gtk/gtk-a11y.h> can be included directly." #endif -#ifndef __GTK_SCALE_BUTTON_ACCESSIBLE_H__ -#define __GTK_SCALE_BUTTON_ACCESSIBLE_H__ - #include <gtk/a11y/gtkbuttonaccessible.h> G_BEGIN_DECLS diff --git a/gtk/a11y/gtkscrolledwindowaccessible.h b/gtk/a11y/gtkscrolledwindowaccessible.h index b847f8fdfe..fe04f966a8 100644 --- a/gtk/a11y/gtkscrolledwindowaccessible.h +++ b/gtk/a11y/gtkscrolledwindowaccessible.h @@ -15,13 +15,13 @@ * 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) #error "Only <gtk/gtk-a11y.h> can be included directly." #endif -#ifndef __GTK_SCROLLED_WINDOW_ACCESSIBLE_H__ -#define __GTK_SCROLLED_WINDOW_ACCESSIBLE_H__ - #include <gtk/a11y/gtkcontaineraccessible.h> G_BEGIN_DECLS diff --git a/gtk/a11y/gtkspinbuttonaccessible.h b/gtk/a11y/gtkspinbuttonaccessible.h index 2b3d5dd499..9fe1d66fd0 100644 --- a/gtk/a11y/gtkspinbuttonaccessible.h +++ b/gtk/a11y/gtkspinbuttonaccessible.h @@ -15,13 +15,13 @@ * 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) #error "Only <gtk/gtk-a11y.h> can be included directly." #endif -#ifndef __GTK_SPIN_BUTTON_ACCESSIBLE_H__ -#define __GTK_SPIN_BUTTON_ACCESSIBLE_H__ - #include <gtk/a11y/gtkentryaccessible.h> G_BEGIN_DECLS diff --git a/gtk/a11y/gtkspinneraccessible.h b/gtk/a11y/gtkspinneraccessible.h index d0b2570191..bc8bd5bcd3 100644 --- a/gtk/a11y/gtkspinneraccessible.h +++ b/gtk/a11y/gtkspinneraccessible.h @@ -15,13 +15,13 @@ * 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) #error "Only <gtk/gtk-a11y.h> can be included directly." #endif -#ifndef __GTK_SPINNER_ACCESSIBLE_H__ -#define __GTK_SPINNER_ACCESSIBLE_H__ - #include <gtk/a11y/gtkwidgetaccessible.h> G_BEGIN_DECLS diff --git a/gtk/a11y/gtkstatusbaraccessible.h b/gtk/a11y/gtkstatusbaraccessible.h index 8110b5755a..9d5bfad82e 100644 --- a/gtk/a11y/gtkstatusbaraccessible.h +++ b/gtk/a11y/gtkstatusbaraccessible.h @@ -15,13 +15,13 @@ * 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) #error "Only <gtk/gtk-a11y.h> can be included directly." #endif -#ifndef __GTK_STATUSBAR_ACCESSIBLE_H__ -#define __GTK_STATUSBAR_ACCESSIBLE_H__ - #include <gtk/a11y/gtkcontaineraccessible.h> G_BEGIN_DECLS diff --git a/gtk/a11y/gtkswitchaccessible.h b/gtk/a11y/gtkswitchaccessible.h index 93f2f49d22..c4f364aafa 100644 --- a/gtk/a11y/gtkswitchaccessible.h +++ b/gtk/a11y/gtkswitchaccessible.h @@ -15,13 +15,13 @@ * 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) #error "Only <gtk/gtk-a11y.h> can be included directly." #endif -#ifndef __GTK_SWITCH_ACCESSIBLE_H__ -#define __GTK_SWITCH_ACCESSIBLE_H__ - #include <gtk/a11y/gtkwidgetaccessible.h> G_BEGIN_DECLS diff --git a/gtk/a11y/gtktextcellaccessible.h b/gtk/a11y/gtktextcellaccessible.h index 3d9b4ad88e..9a1af36690 100644 --- a/gtk/a11y/gtktextcellaccessible.h +++ b/gtk/a11y/gtktextcellaccessible.h @@ -15,13 +15,13 @@ * 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) #error "Only <gtk/gtk-a11y.h> can be included directly." #endif -#ifndef __GTK_TEXT_CELL_ACCESSIBLE_H__ -#define __GTK_TEXT_CELL_ACCESSIBLE_H__ - #include <atk/atk.h> #include <gtk/a11y/gtkrenderercellaccessible.h> diff --git a/gtk/a11y/gtktextviewaccessible.h b/gtk/a11y/gtktextviewaccessible.h index 237120c159..e9c5987232 100644 --- a/gtk/a11y/gtktextviewaccessible.h +++ b/gtk/a11y/gtktextviewaccessible.h @@ -15,13 +15,13 @@ * 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) #error "Only <gtk/gtk-a11y.h> can be included directly." #endif -#ifndef __GTK_TEXT_VIEW_ACCESSIBLE_H__ -#define __GTK_TEXT_VIEW_ACCESSIBLE_H__ - #include <gtk/a11y/gtkcontaineraccessible.h> G_BEGIN_DECLS diff --git a/gtk/a11y/gtktogglebuttonaccessible.h b/gtk/a11y/gtktogglebuttonaccessible.h index 0749a0e019..6aef7712e1 100644 --- a/gtk/a11y/gtktogglebuttonaccessible.h +++ b/gtk/a11y/gtktogglebuttonaccessible.h @@ -15,13 +15,13 @@ * 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) #error "Only <gtk/gtk-a11y.h> can be included directly." #endif -#ifndef __GTK_TOGGLE_BUTTON_ACCESSIBLE_H__ -#define __GTK_TOGGLE_BUTTON_ACCESSIBLE_H__ - #include <gtk/a11y/gtkbuttonaccessible.h> G_BEGIN_DECLS diff --git a/gtk/a11y/gtktoplevelaccessible.h b/gtk/a11y/gtktoplevelaccessible.h index f2982b4fee..70815d354e 100644 --- a/gtk/a11y/gtktoplevelaccessible.h +++ b/gtk/a11y/gtktoplevelaccessible.h @@ -15,13 +15,13 @@ * 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) #error "Only <gtk/gtk-a11y.h> can be included directly." #endif -#ifndef __GTK_TOPLEVEL_ACCESSIBLE_H__ -#define __GTK_TOPLEVEL_ACCESSIBLE_H__ - #include <atk/atk.h> G_BEGIN_DECLS diff --git a/gtk/a11y/gtktreeviewaccessible.h b/gtk/a11y/gtktreeviewaccessible.h index 1efdd10201..01c7c34d8f 100644 --- a/gtk/a11y/gtktreeviewaccessible.h +++ b/gtk/a11y/gtktreeviewaccessible.h @@ -15,13 +15,13 @@ * 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) #error "Only <gtk/gtk-a11y.h> can be included directly." #endif -#ifndef __GTK_TREE_VIEW_ACCESSIBLE_H__ -#define __GTK_TREE_VIEW_ACCESSIBLE_H__ - #include <gtk/a11y/gtkcontaineraccessible.h> G_BEGIN_DECLS diff --git a/gtk/a11y/gtkwidgetaccessible.h b/gtk/a11y/gtkwidgetaccessible.h index da96658739..5ead23df8d 100644 --- a/gtk/a11y/gtkwidgetaccessible.h +++ b/gtk/a11y/gtkwidgetaccessible.h @@ -15,13 +15,13 @@ * 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) #error "Only <gtk/gtk-a11y.h> can be included directly." #endif -#ifndef __GTK_WIDGET_ACCESSIBLE_H__ -#define __GTK_WIDGET_ACCESSIBLE_H__ - #include <gtk/gtk.h> G_BEGIN_DECLS diff --git a/gtk/a11y/gtkwindowaccessible.h b/gtk/a11y/gtkwindowaccessible.h index a91f0942ae..990cc81248 100644 --- a/gtk/a11y/gtkwindowaccessible.h +++ b/gtk/a11y/gtkwindowaccessible.h @@ -15,13 +15,13 @@ * License along with this library. If not, see <http://www.gnu.org/licenses/>. */ +#ifndef __GTK_WINDOW_ACCESSIBLE_H__ +#define __GTK_WINDOW_ACCESSIBLE_H__ + #if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION) #error "Only <gtk/gtk-a11y.h> can be included directly." #endif -#ifndef __GTK_WINDOW_ACCESSIBLE_H__ -#define __GTK_WINDOW_ACCESSIBLE_H__ - #include <gtk/a11y/gtkcontaineraccessible.h> G_BEGIN_DECLS |