mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 12:16:30 +01:00
Update gtk -> ytk header location (omnibus commit)
This commit is contained in:
parent
07866caf1e
commit
f1e0f4b1ea
457 changed files with 945 additions and 945 deletions
|
|
@ -26,9 +26,9 @@
|
|||
#include <string>
|
||||
#include <list>
|
||||
|
||||
#include <gtk/gtkaccelmap.h>
|
||||
#include <gtk/gtkuimanager.h>
|
||||
#include <gtk/gtkactiongroup.h>
|
||||
#include <ytk/gtkaccelmap.h>
|
||||
#include <ytk/gtkuimanager.h>
|
||||
#include <ytk/gtkactiongroup.h>
|
||||
|
||||
#include <gtkmm/accelmap.h>
|
||||
#include <gtkmm/uimanager.h>
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
#include <glibmm/miscutils.h>
|
||||
#include <gtkmm/accelmap.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <ytk/ytk.h>
|
||||
|
||||
#include "pbd/file_utils.h"
|
||||
#include "pbd/fpu.h"
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
*/
|
||||
|
||||
#include <gio/gio.h>
|
||||
#include <gtk/gtkiconfactory.h>
|
||||
#include <ytk/gtkiconfactory.h>
|
||||
|
||||
#include "pbd/file_utils.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
#include <string>
|
||||
|
||||
#include <gtk/gtkaction.h>
|
||||
#include <ytk/gtkaction.h>
|
||||
|
||||
#include "canvas/container.h"
|
||||
#include "canvas/canvas.h"
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
*/
|
||||
|
||||
#include <gtkmm.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <ytk/ytk.h>
|
||||
#include <ydk/gdkquartz.h>
|
||||
|
||||
#include "gui_thread.h"
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
#include <map>
|
||||
#include <string>
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <ytk/ytk.h>
|
||||
|
||||
/*
|
||||
* Class for mapping PC keyboard keys to note pitches. Used by the
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
#include <pango/pangocairo.h>
|
||||
|
||||
#include <ydk/gdkkeysyms.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <ytk/ytk.h>
|
||||
|
||||
#include "gtkmm2ext/keyboard.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
|
||||
#include <boost/algorithm/string.hpp>
|
||||
|
||||
#include <gtk/gtkpaned.h>
|
||||
#include <ytk/gtkpaned.h>
|
||||
#include <gtkmm/label.h>
|
||||
#include <gtkmm/paned.h>
|
||||
#include <gtkmm/rc.h>
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
#endif
|
||||
|
||||
#include <gtkmm.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <ytk/ytk.h>
|
||||
#include <ydk/gdkquartz.h>
|
||||
|
||||
#include "pbd/convert.h"
|
||||
|
|
|
|||
|
|
@ -18,8 +18,8 @@
|
|||
*/
|
||||
|
||||
#include <gtkmm.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <gtk/gtksocket.h>
|
||||
#include <ytk/ytk.h>
|
||||
#include <ytk/gtksocket.h>
|
||||
#include "gtkmm2ext/gui_thread.h"
|
||||
#include "fst.h"
|
||||
#include "ardour/plug_insert_base.h"
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
#include "config.h"
|
||||
|
||||
#ifdef HAVE_ANIMATION
|
||||
#include <gtk/gtk.h>
|
||||
#include <ytk/ytk.h>
|
||||
#include <ge-support.h>
|
||||
|
||||
#define CL_IS_PROGRESS_BAR(widget) GE_IS_PROGRESS_BAR(widget) && widget->allocation.x != -1 && widget->allocation.y != -1
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/* Helpful functions when dealing with cairo in gtk engines */
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <ytk/ytk.h>
|
||||
#include <math.h>
|
||||
|
||||
typedef struct
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
#include "clearlooks_types.h"
|
||||
#include "clearlooks_style.h"
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <ytk/ytk.h>
|
||||
#include <ydk/gdk.h>
|
||||
|
||||
#include <cairo.h>
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
* Modified by Kulyk Nazar <schamane@myeburg.net>
|
||||
*/
|
||||
|
||||
#include <gtk/gtkrc.h>
|
||||
#include <ytk/gtkrc.h>
|
||||
#include "clearlooks_types.h"
|
||||
|
||||
typedef struct _ClearlooksRcStyle ClearlooksRcStyle;
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <ytk/ytk.h>
|
||||
#include <cairo.h>
|
||||
#include <math.h>
|
||||
#include <string.h>
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
* and by Alexander Larsson <alexl@redhat.com>
|
||||
* Modified by Richard Stellingwerff <remenic@gmail.com>
|
||||
*/
|
||||
#include <gtk/gtkstyle.h>
|
||||
#include <ytk/gtkstyle.h>
|
||||
|
||||
#ifndef CLEARLOOKS_STYLE_H
|
||||
#define CLEARLOOKS_STYLE_H
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#include <gmodule.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <ytk/ytk.h>
|
||||
|
||||
#include "clearlooks_style.h"
|
||||
#include "clearlooks_rc_style.h"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef SUPPORT_H
|
||||
#define SUPPORT_H
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <ytk/ytk.h>
|
||||
#include <math.h>
|
||||
#include <string.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include <gtk/gtk.h>
|
||||
#include <ytk/ytk.h>
|
||||
|
||||
#include "general-support.h"
|
||||
#include "widget-information.h"
|
||||
|
|
|
|||
|
|
@ -27,9 +27,9 @@
|
|||
#include <stack>
|
||||
|
||||
|
||||
#include <gtk/gtkaccelmap.h>
|
||||
#include <gtk/gtkuimanager.h>
|
||||
#include <gtk/gtkactiongroup.h>
|
||||
#include <ytk/gtkaccelmap.h>
|
||||
#include <ytk/gtkuimanager.h>
|
||||
#include <ytk/gtkactiongroup.h>
|
||||
|
||||
#include <gtkmm.h>
|
||||
#include <gtkmm/accelmap.h>
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
#include <sigc++/slot.h>
|
||||
|
||||
#include <string.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <ytk/ytk.h>
|
||||
#include <ydk/gdkkeysyms.h>
|
||||
#include <gtkmm2ext/gtkapplication.h>
|
||||
#include <gtkmm2ext/gtkapplication-private.h>
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __GTK_APPLICATION_PRIVATE_H__
|
||||
#define __GTK_APPLICATION_PRIVATE_H__
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <ytk/ytk.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __GTK_APPLICATION_H__
|
||||
#define __GTK_APPLICATION_H__
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <ytk/ytk.h>
|
||||
|
||||
#include "gtkmm2ext/visibility.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <ytk/ytk.h>
|
||||
#include <gtkmm/accelkey.h>
|
||||
|
||||
#include "pbd/signals.h"
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
#ifndef __IGE_MAC_MENU_H__
|
||||
#define __IGE_MAC_MENU_H__
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <ytk/ytk.h>
|
||||
|
||||
#include "gtkmm2ext/visibility.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <ytk/ytk.h>
|
||||
#include "gtkmm2ext/menu_elems.h"
|
||||
|
||||
using namespace Gtkmm2ext;
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <ytk/ytk.h>
|
||||
#include <ydk/gdkkeysyms.h>
|
||||
|
||||
#include <Carbon/Carbon.h>
|
||||
|
|
|
|||
|
|
@ -26,8 +26,8 @@
|
|||
#include <algorithm>
|
||||
#include <iostream>
|
||||
|
||||
#include <gtk/gtkpaned.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <ytk/gtkpaned.h>
|
||||
#include <ytk/ytk.h>
|
||||
|
||||
#include <gtkmm/widget.h>
|
||||
#include <gtkmm/button.h>
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
#include "lv2/options/options.h"
|
||||
#include "lv2/urid/urid.h"
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <ytk/ytk.h>
|
||||
#include <ydk/gdkquartz.h>
|
||||
|
||||
#include <string.h>
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
#include "lv2/options/options.h"
|
||||
#include "lv2/urid/urid.h"
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <ytk/ytk.h>
|
||||
#include <ydk/gdkwin32.h>
|
||||
|
||||
#ifndef WM_MOUSEWHEEL
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
#include <glib-object.h>
|
||||
#include <glib.h>
|
||||
#include <gobject/gclosure.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <ytk/ytk.h>
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
*/
|
||||
|
||||
#include <gdkmm/window.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <ytk/ytk.h>
|
||||
#include <ydk/gdk.h>
|
||||
#include <glibmm/utility.h> //For ScopedPtr<>.
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
#include <gio/gio.h>
|
||||
#include "ydk/gdkx.h"
|
||||
#include <X11/Xatom.h>
|
||||
#include <gtk/gtkicontheme.h>
|
||||
#include <ytk/gtkicontheme.h>
|
||||
#include "gtkintl.h"
|
||||
|
||||
/* for the kill(2) system call and errno - POSIX.1-2001 and later */
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include "gtktoolpaletteprivate.h"
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <ytk/ytk.h>
|
||||
#include <math.h>
|
||||
#include <string.h>
|
||||
#include "gtkprivate.h"
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
#include "config.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <ytk/ytk.h>
|
||||
|
||||
#include "gtktoolpaletteprivate.h"
|
||||
#include "gtkmarshalers.h"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#undef GTK_DISABLE_DEPRECATED
|
||||
#define GTK_ENABLE_BROKEN
|
||||
#include "gtk.h"
|
||||
#include "ytk.h"
|
||||
#include "gtkprivate.h"
|
||||
#include "gtkalias.h"
|
||||
/* enumerations from "gtkaccelgroup.h" */
|
||||
|
|
|
|||
|
|
@ -8010,7 +8010,7 @@ gtk_XParseGeometry (const char *string,
|
|||
* gtk_widget_show_all() on the contents and gtk_window_set_geometry_hints()
|
||||
* on the window.
|
||||
* |[
|
||||
* #include <gtk/gtk.h>
|
||||
* #include <ytk/ytk.h>
|
||||
*
|
||||
* static void
|
||||
* fill_with_content (GtkWidget *vbox)
|
||||
|
|
|
|||
|
|
@ -270,8 +270,8 @@ def configure(conf):
|
|||
def build(bld):
|
||||
obj = bld.shlib(features = 'c cshlib')
|
||||
obj.cflags = [ bld.env['compiler_flags_dict']['pic'], '-w' ]
|
||||
obj.export_includes = ['ytk']
|
||||
obj.includes = ['.', '..', 'ytk', 'ytk/gtk']
|
||||
obj.export_includes = ['.']
|
||||
obj.includes = ['.', 'ytk']
|
||||
obj.name = 'libytk'
|
||||
obj.target = 'ytk'
|
||||
obj.use = [ 'libztk', 'libydk-pixbuf', 'libydk' ]
|
||||
|
|
|
|||
|
|
@ -1,219 +0,0 @@
|
|||
/* GTK - The GIMP Toolkit
|
||||
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the
|
||||
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Modified by the GTK+ Team and others 1997-2000. See the AUTHORS
|
||||
* file for a list of people on the GTK+ Team. See the ChangeLog
|
||||
* files for a list of changes. These files are distributed with
|
||||
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
||||
*/
|
||||
|
||||
#ifndef __GTK_H__
|
||||
#define __GTK_H__
|
||||
|
||||
#define __GTK_H_INSIDE__
|
||||
|
||||
#include <ydk/gdk.h>
|
||||
#include <gtk/gtkaboutdialog.h>
|
||||
#include <gtk/gtkaccelgroup.h>
|
||||
#include <gtk/gtkaccellabel.h>
|
||||
#include <gtk/gtkaccelmap.h>
|
||||
#include <gtk/gtkaccessible.h>
|
||||
#include <gtk/gtkaction.h>
|
||||
#include <gtk/gtkactiongroup.h>
|
||||
#include <gtk/gtkactivatable.h>
|
||||
#include <gtk/gtkadjustment.h>
|
||||
#include <gtk/gtkalignment.h>
|
||||
#include <gtk/gtkarrow.h>
|
||||
#include <gtk/gtkaspectframe.h>
|
||||
#include <gtk/gtkassistant.h>
|
||||
#include <gtk/gtkbbox.h>
|
||||
#include <gtk/gtkbin.h>
|
||||
#include <gtk/gtkbindings.h>
|
||||
#include <gtk/gtkbox.h>
|
||||
#include <gtk/gtkbuildable.h>
|
||||
#include <gtk/gtkbuilder.h>
|
||||
#include <gtk/gtkbutton.h>
|
||||
#include <gtk/gtkcelleditable.h>
|
||||
#include <gtk/gtkcelllayout.h>
|
||||
#include <gtk/gtkcellrenderer.h>
|
||||
#include <gtk/gtkcellrendereraccel.h>
|
||||
#include <gtk/gtkcellrenderercombo.h>
|
||||
#include <gtk/gtkcellrendererpixbuf.h>
|
||||
#include <gtk/gtkcellrendererprogress.h>
|
||||
#include <gtk/gtkcellrendererspin.h>
|
||||
#include <gtk/gtkcellrendererspinner.h>
|
||||
#include <gtk/gtkcellrenderertext.h>
|
||||
#include <gtk/gtkcellrenderertoggle.h>
|
||||
#include <gtk/gtkcellview.h>
|
||||
#include <gtk/gtkcheckbutton.h>
|
||||
#include <gtk/gtkcheckmenuitem.h>
|
||||
#include <gtk/gtkclipboard.h>
|
||||
#include <gtk/gtkcolorbutton.h>
|
||||
#include <gtk/gtkcolorsel.h>
|
||||
#include <gtk/gtkcolorseldialog.h>
|
||||
#include <gtk/gtkcombobox.h>
|
||||
#include <gtk/gtkcomboboxentry.h>
|
||||
#include <gtk/gtkcomboboxtext.h>
|
||||
#include <gtk/gtkcontainer.h>
|
||||
#include <gtk/gtkdebug.h>
|
||||
#include <gtk/gtkdialog.h>
|
||||
#include <gtk/gtkdnd.h>
|
||||
#include <gtk/gtkdrawingarea.h>
|
||||
#include <gtk/gtkeditable.h>
|
||||
#include <gtk/gtkentry.h>
|
||||
#include <gtk/gtkentrybuffer.h>
|
||||
#include <gtk/gtkentrycompletion.h>
|
||||
#include <gtk/gtkenums.h>
|
||||
#include <gtk/gtkeventbox.h>
|
||||
#include <gtk/gtkexpander.h>
|
||||
#include <gtk/gtkfixed.h>
|
||||
#include <gtk/gtkfilechooser.h>
|
||||
#include <gtk/gtkfilechooserbutton.h>
|
||||
#include <gtk/gtkfilechooserdialog.h>
|
||||
#include <gtk/gtkfilechooserwidget.h>
|
||||
#include <gtk/gtkfilefilter.h>
|
||||
#include <gtk/gtkfontbutton.h>
|
||||
#include <gtk/gtkfontsel.h>
|
||||
#include <gtk/gtkframe.h>
|
||||
#include <gtk/gtkgc.h>
|
||||
#include <gtk/gtkhandlebox.h>
|
||||
#include <gtk/gtkhbbox.h>
|
||||
#include <gtk/gtkhbox.h>
|
||||
#include <gtk/gtkhpaned.h>
|
||||
#include <gtk/gtkhruler.h>
|
||||
#include <gtk/gtkhscale.h>
|
||||
#include <gtk/gtkhscrollbar.h>
|
||||
#include <gtk/gtkhseparator.h>
|
||||
#include <gtk/gtkhsv.h>
|
||||
#include <gtk/gtkiconfactory.h>
|
||||
#include <gtk/gtkicontheme.h>
|
||||
#include <gtk/gtkiconview.h>
|
||||
#include <gtk/gtkimage.h>
|
||||
#include <gtk/gtkimagemenuitem.h>
|
||||
#include <gtk/gtkimcontext.h>
|
||||
#include <gtk/gtkimcontextsimple.h>
|
||||
#include <gtk/gtkimmulticontext.h>
|
||||
#include <gtk/gtkinfobar.h>
|
||||
#include <gtk/gtkinvisible.h>
|
||||
#include <gtk/gtkitem.h>
|
||||
#include <gtk/gtklabel.h>
|
||||
#include <gtk/gtklayout.h>
|
||||
#include <gtk/gtklinkbutton.h>
|
||||
#include <gtk/gtkliststore.h>
|
||||
#include <gtk/gtkmain.h>
|
||||
#include <gtk/gtkmenu.h>
|
||||
#include <gtk/gtkmenubar.h>
|
||||
#include <gtk/gtkmenuitem.h>
|
||||
#include <gtk/gtkmenushell.h>
|
||||
#include <gtk/gtkmenutoolbutton.h>
|
||||
#include <gtk/gtkmessagedialog.h>
|
||||
#include <gtk/gtkmisc.h>
|
||||
#include <gtk/gtkmodules.h>
|
||||
#include <gtk/gtkmountoperation.h>
|
||||
#include <gtk/gtknotebook.h>
|
||||
#include <gtk/gtkobject.h>
|
||||
#include <gtk/gtkoffscreenwindow.h>
|
||||
#include <gtk/gtkorientable.h>
|
||||
#include <gtk/gtkpaned.h>
|
||||
#include <gtk/gtkplug.h>
|
||||
#include <gtk/gtkprogressbar.h>
|
||||
#include <gtk/gtkradioaction.h>
|
||||
#include <gtk/gtkradiobutton.h>
|
||||
#include <gtk/gtkradiomenuitem.h>
|
||||
#include <gtk/gtkradiotoolbutton.h>
|
||||
#include <gtk/gtkrange.h>
|
||||
#include <gtk/gtkrc.h>
|
||||
#include <gtk/gtkrecentaction.h>
|
||||
#include <gtk/gtkrecentchooser.h>
|
||||
#include <gtk/gtkrecentchooserdialog.h>
|
||||
#include <gtk/gtkrecentchoosermenu.h>
|
||||
#include <gtk/gtkrecentchooserwidget.h>
|
||||
#include <gtk/gtkrecentfilter.h>
|
||||
#include <gtk/gtkrecentmanager.h>
|
||||
#include <gtk/gtkruler.h>
|
||||
#include <gtk/gtkscale.h>
|
||||
#include <gtk/gtkscalebutton.h>
|
||||
#include <gtk/gtkscrollbar.h>
|
||||
#include <gtk/gtkscrolledwindow.h>
|
||||
#include <gtk/gtkselection.h>
|
||||
#include <gtk/gtkseparator.h>
|
||||
#include <gtk/gtkseparatormenuitem.h>
|
||||
#include <gtk/gtkseparatortoolitem.h>
|
||||
#include <gtk/gtksettings.h>
|
||||
#include <gtk/gtkshow.h>
|
||||
#include <gtk/gtksizegroup.h>
|
||||
#include <gtk/gtksocket.h>
|
||||
#include <gtk/gtkspinbutton.h>
|
||||
#include <gtk/gtkspinner.h>
|
||||
#include <gtk/gtkstatusbar.h>
|
||||
#include <gtk/gtkstock.h>
|
||||
#include <gtk/gtkstyle.h>
|
||||
#include <gtk/gtktable.h>
|
||||
#include <gtk/gtktearoffmenuitem.h>
|
||||
#include <gtk/gtktextbuffer.h>
|
||||
#include <gtk/gtktextbufferrichtext.h>
|
||||
#include <gtk/gtktextchild.h>
|
||||
#include <gtk/gtktextiter.h>
|
||||
#include <gtk/gtktextmark.h>
|
||||
#include <gtk/gtktexttag.h>
|
||||
#include <gtk/gtktexttagtable.h>
|
||||
#include <gtk/gtktextview.h>
|
||||
#include <gtk/gtktoggleaction.h>
|
||||
#include <gtk/gtktogglebutton.h>
|
||||
#include <gtk/gtktoggletoolbutton.h>
|
||||
#include <gtk/gtktoolbar.h>
|
||||
#include <gtk/gtktoolbutton.h>
|
||||
#include <gtk/gtktoolitem.h>
|
||||
#include <gtk/gtktoolitemgroup.h>
|
||||
#include <gtk/gtktoolpalette.h>
|
||||
#include <gtk/gtktoolshell.h>
|
||||
#include <gtk/gtktooltip.h>
|
||||
#include <gtk/gtktestutils.h>
|
||||
#include <gtk/gtktreednd.h>
|
||||
#include <gtk/gtktreemodel.h>
|
||||
#include <gtk/gtktreemodelfilter.h>
|
||||
#include <gtk/gtktreemodelsort.h>
|
||||
#include <gtk/gtktreeselection.h>
|
||||
#include <gtk/gtktreesortable.h>
|
||||
#include <gtk/gtktreestore.h>
|
||||
#include <gtk/gtktreeview.h>
|
||||
#include <gtk/gtktreeviewcolumn.h>
|
||||
#include <gtk/gtktypeutils.h>
|
||||
#include <gtk/gtkuimanager.h>
|
||||
#include <gtk/gtkvbbox.h>
|
||||
#include <gtk/gtkvbox.h>
|
||||
#include <gtk/gtkversion.h>
|
||||
#include <gtk/gtkviewport.h>
|
||||
#include <gtk/gtkvpaned.h>
|
||||
#include <gtk/gtkvruler.h>
|
||||
#include <gtk/gtkvscale.h>
|
||||
#include <gtk/gtkvscrollbar.h>
|
||||
#include <gtk/gtkvseparator.h>
|
||||
#include <gtk/gtkwidget.h>
|
||||
#include <gtk/gtkwindow.h>
|
||||
|
||||
/* Deprecated */
|
||||
#include <gtk/gtkoptionmenu.h>
|
||||
#include <gtk/gtkprogress.h>
|
||||
#include <gtk/gtktooltips.h>
|
||||
|
||||
#undef __GTK_H_INSIDE__
|
||||
|
||||
#endif /* __GTK_H__ */
|
||||
|
|
@ -26,10 +26,10 @@
|
|||
#define __GTK_ABOUT_DIALOG_H__
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <gtk/gtkdialog.h>
|
||||
#include <ytk/gtkdialog.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
@ -29,11 +29,11 @@
|
|||
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <ydk/gdk.h>
|
||||
#include <gtk/gtkenums.h>
|
||||
#include <ytk/gtkenums.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
@ -32,10 +32,10 @@
|
|||
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <gtk/gtklabel.h>
|
||||
#include <ytk/gtklabel.h>
|
||||
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
|
@ -22,10 +22,10 @@
|
|||
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <gtk/gtkaccelgroup.h>
|
||||
#include <ytk/gtkaccelgroup.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
@ -21,11 +21,11 @@
|
|||
#define __GTK_ACCESSIBLE_H__
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <ztk/atk.h>
|
||||
#include <gtk/gtkwidget.h>
|
||||
#include <ytk/gtkwidget.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
@ -32,10 +32,10 @@
|
|||
#define __GTK_ACTION_H__
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <gtk/gtkwidget.h>
|
||||
#include <ytk/gtkwidget.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
@ -32,11 +32,11 @@
|
|||
#define __GTK_ACTION_GROUP_H__
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <gtk/gtkaction.h>
|
||||
#include <gtk/gtktypeutils.h> /* for GtkTranslateFunc */
|
||||
#include <ytk/gtkaction.h>
|
||||
#include <ytk/gtktypeutils.h> /* for GtkTranslateFunc */
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
@ -21,11 +21,11 @@
|
|||
#define __GTK_ACTIVATABLE_H__
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <gtk/gtkaction.h>
|
||||
#include <gtk/gtktypeutils.h>
|
||||
#include <ytk/gtkaction.h>
|
||||
#include <ytk/gtktypeutils.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
@ -29,11 +29,11 @@
|
|||
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <ydk/gdk.h>
|
||||
#include <gtk/gtkobject.h>
|
||||
#include <ytk/gtkobject.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
@ -29,10 +29,10 @@
|
|||
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <gtk/gtkbin.h>
|
||||
#include <ytk/gtkbin.h>
|
||||
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
|
@ -29,10 +29,10 @@
|
|||
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <gtk/gtkmisc.h>
|
||||
#include <ytk/gtkmisc.h>
|
||||
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
|
@ -29,10 +29,10 @@
|
|||
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <gtk/gtkframe.h>
|
||||
#include <ytk/gtkframe.h>
|
||||
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
|
@ -27,10 +27,10 @@
|
|||
#define __GTK_ASSISTANT_H__
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <gtk/gtkwindow.h>
|
||||
#include <ytk/gtkwindow.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
@ -28,10 +28,10 @@
|
|||
#define __GTK_BUTTON_BOX_H__
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <gtk/gtkbox.h>
|
||||
#include <ytk/gtkbox.h>
|
||||
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
|
@ -29,10 +29,10 @@
|
|||
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <gtk/gtkcontainer.h>
|
||||
#include <ytk/gtkcontainer.h>
|
||||
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
|
@ -32,11 +32,11 @@
|
|||
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <ydk/gdk.h>
|
||||
#include <gtk/gtkobject.h>
|
||||
#include <ytk/gtkobject.h>
|
||||
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
|
@ -29,10 +29,10 @@
|
|||
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <gtk/gtkcontainer.h>
|
||||
#include <ytk/gtkcontainer.h>
|
||||
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
|
@ -22,11 +22,11 @@
|
|||
#define __GTK_BUILDABLE_H__
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <gtk/gtkbuilder.h>
|
||||
#include <gtk/gtktypeutils.h>
|
||||
#include <ytk/gtkbuilder.h>
|
||||
#include <ytk/gtktypeutils.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
#define __GTK_BUILDER_H__
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <gdkconfig.h>
|
||||
|
|
@ -29,11 +29,11 @@
|
|||
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <gtk/gtkbin.h>
|
||||
#include <gtk/gtkimage.h>
|
||||
#include <ytk/gtkbin.h>
|
||||
#include <ytk/gtkimage.h>
|
||||
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
|
@ -21,10 +21,10 @@
|
|||
#define __GTK_CELL_EDITABLE_H__
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <gtk/gtkwidget.h>
|
||||
#include <ytk/gtkwidget.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
@ -21,13 +21,13 @@
|
|||
#define __GTK_CELL_LAYOUT_H__
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <gtk/gtkcellrenderer.h>
|
||||
#include <gtk/gtktreeviewcolumn.h>
|
||||
#include <gtk/gtkbuildable.h>
|
||||
#include <gtk/gtkbuilder.h>
|
||||
#include <ytk/gtkcellrenderer.h>
|
||||
#include <ytk/gtktreeviewcolumn.h>
|
||||
#include <ytk/gtkbuildable.h>
|
||||
#include <ytk/gtkbuilder.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
@ -21,10 +21,10 @@
|
|||
#define __GTK_CELL_RENDERER_H__
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <gtk/gtkcelleditable.h>
|
||||
#include <ytk/gtkcelleditable.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
@ -21,10 +21,10 @@
|
|||
#define __GTK_CELL_RENDERER_ACCEL_H__
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <gtk/gtkcellrenderertext.h>
|
||||
#include <ytk/gtkcellrenderertext.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
@ -21,11 +21,11 @@
|
|||
#define __GTK_CELL_RENDERER_COMBO_H__
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <gtk/gtktreemodel.h>
|
||||
#include <gtk/gtkcellrenderertext.h>
|
||||
#include <ytk/gtktreemodel.h>
|
||||
#include <ytk/gtkcellrenderertext.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
@ -21,10 +21,10 @@
|
|||
#define __GTK_CELL_RENDERER_PIXBUF_H__
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <gtk/gtkcellrenderer.h>
|
||||
#include <ytk/gtkcellrenderer.h>
|
||||
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
|
@ -29,10 +29,10 @@
|
|||
#define __GTK_CELL_RENDERER_PROGRESS_H__
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <gtk/gtkcellrenderer.h>
|
||||
#include <ytk/gtkcellrenderer.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
@ -21,10 +21,10 @@
|
|||
#define __GTK_CELL_RENDERER_SPIN_H__
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <gtk/gtkcellrenderertext.h>
|
||||
#include <ytk/gtkcellrenderertext.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
@ -24,10 +24,10 @@
|
|||
#define __GTK_CELL_RENDERER_SPINNER_H__
|
||||
|
||||
#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <gtk/gtkcellrenderer.h>
|
||||
#include <ytk/gtkcellrenderer.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
@ -22,10 +22,10 @@
|
|||
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <gtk/gtkcellrenderer.h>
|
||||
#include <ytk/gtkcellrenderer.h>
|
||||
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
|
@ -21,10 +21,10 @@
|
|||
#define __GTK_CELL_RENDERER_TOGGLE_H__
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <gtk/gtkcellrenderer.h>
|
||||
#include <ytk/gtkcellrenderer.h>
|
||||
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
|
@ -21,12 +21,12 @@
|
|||
#define __GTK_CELL_VIEW_H__
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <gtk/gtkwidget.h>
|
||||
#include <gtk/gtkcellrenderer.h>
|
||||
#include <gtk/gtktreemodel.h>
|
||||
#include <ytk/gtkwidget.h>
|
||||
#include <ytk/gtkcellrenderer.h>
|
||||
#include <ytk/gtktreemodel.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
@ -29,10 +29,10 @@
|
|||
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <gtk/gtktogglebutton.h>
|
||||
#include <ytk/gtktogglebutton.h>
|
||||
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
|
@ -29,10 +29,10 @@
|
|||
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <gtk/gtkmenuitem.h>
|
||||
#include <ytk/gtkmenuitem.h>
|
||||
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
|
@ -23,10 +23,10 @@
|
|||
#define __GTK_CLIPBOARD_H__
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <gtk/gtkselection.h>
|
||||
#include <ytk/gtkselection.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
@ -34,10 +34,10 @@
|
|||
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <gtk/gtkbutton.h>
|
||||
#include <ytk/gtkbutton.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
@ -29,11 +29,11 @@
|
|||
#define __GTK_COLOR_SELECTION_H__
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <gtk/gtkdialog.h>
|
||||
#include <gtk/gtkvbox.h>
|
||||
#include <ytk/gtkdialog.h>
|
||||
#include <ytk/gtkvbox.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
@ -28,12 +28,12 @@
|
|||
#define __GTK_COLOR_SELECTION_DIALOG_H__
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <gtk/gtkdialog.h>
|
||||
#include <gtk/gtkcolorsel.h>
|
||||
#include <gtk/gtkvbox.h>
|
||||
#include <ytk/gtkdialog.h>
|
||||
#include <ytk/gtkcolorsel.h>
|
||||
#include <ytk/gtkvbox.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
@ -21,12 +21,12 @@
|
|||
#define __GTK_COMBO_BOX_H__
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <gtk/gtkbin.h>
|
||||
#include <gtk/gtktreemodel.h>
|
||||
#include <gtk/gtktreeview.h>
|
||||
#include <ytk/gtkbin.h>
|
||||
#include <ytk/gtktreemodel.h>
|
||||
#include <ytk/gtktreeview.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
@ -21,11 +21,11 @@
|
|||
#define __GTK_COMBO_BOX_ENTRY_H__
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <gtk/gtkcombobox.h>
|
||||
#include <gtk/gtktreemodel.h>
|
||||
#include <ytk/gtkcombobox.h>
|
||||
#include <ytk/gtktreemodel.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
@ -20,10 +20,10 @@
|
|||
#define __GTK_COMBO_BOX_TEXT_H__
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <gtk/gtkcombobox.h>
|
||||
#include <ytk/gtkcombobox.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
@ -29,11 +29,11 @@
|
|||
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <gtk/gtkwidget.h>
|
||||
#include <gtk/gtkadjustment.h>
|
||||
#include <ytk/gtkwidget.h>
|
||||
#include <ytk/gtkadjustment.h>
|
||||
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
|
@ -28,7 +28,7 @@
|
|||
#define __GTK_DEBUG_H__
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <glib.h>
|
||||
|
|
@ -29,10 +29,10 @@
|
|||
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <gtk/gtkwindow.h>
|
||||
#include <ytk/gtkwindow.h>
|
||||
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
|
@ -30,11 +30,11 @@
|
|||
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <gtk/gtkwidget.h>
|
||||
#include <gtk/gtkselection.h>
|
||||
#include <ytk/gtkwidget.h>
|
||||
#include <ytk/gtkselection.h>
|
||||
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
|
@ -29,10 +29,10 @@
|
|||
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <gtk/gtkwidget.h>
|
||||
#include <ytk/gtkwidget.h>
|
||||
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
|
@ -29,10 +29,10 @@
|
|||
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <gtk/gtkwidget.h>
|
||||
#include <ytk/gtkwidget.h>
|
||||
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
|
@ -33,16 +33,16 @@
|
|||
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <gtk/gtkeditable.h>
|
||||
#include <gtk/gtkimcontext.h>
|
||||
#include <gtk/gtkmenu.h>
|
||||
#include <gtk/gtkentrybuffer.h>
|
||||
#include <gtk/gtkentrycompletion.h>
|
||||
#include <gtk/gtkimage.h>
|
||||
#include <gtk/gtkselection.h>
|
||||
#include <ytk/gtkeditable.h>
|
||||
#include <ytk/gtkimcontext.h>
|
||||
#include <ytk/gtkmenu.h>
|
||||
#include <ytk/gtkentrybuffer.h>
|
||||
#include <ytk/gtkentrycompletion.h>
|
||||
#include <ytk/gtkimage.h>
|
||||
#include <ytk/gtkselection.h>
|
||||
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
|
@ -21,7 +21,7 @@
|
|||
#define __GTK_ENTRY_BUFFER_H__
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <glib-object.h>
|
||||
|
|
@ -21,13 +21,13 @@
|
|||
#define __GTK_ENTRY_COMPLETION_H__
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <gtk/gtktreemodel.h>
|
||||
#include <gtk/gtkliststore.h>
|
||||
#include <gtk/gtktreeviewcolumn.h>
|
||||
#include <gtk/gtktreemodelfilter.h>
|
||||
#include <ytk/gtktreemodel.h>
|
||||
#include <ytk/gtkliststore.h>
|
||||
#include <ytk/gtktreeviewcolumn.h>
|
||||
#include <ytk/gtktreemodelfilter.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
@ -20,11 +20,11 @@
|
|||
#ifndef __GTK_ENTRY_PRIVATE_H__
|
||||
#define __GTK_ENTRY_PRIVATE_H__
|
||||
|
||||
#include <gtk/gtktreeviewcolumn.h>
|
||||
#include <gtk/gtktreemodelfilter.h>
|
||||
#include <gtk/gtkliststore.h>
|
||||
#include <gtk/gtkentrycompletion.h>
|
||||
#include <gtk/gtkentry.h>
|
||||
#include <ytk/gtktreeviewcolumn.h>
|
||||
#include <ytk/gtktreemodelfilter.h>
|
||||
#include <ytk/gtkliststore.h>
|
||||
#include <ytk/gtkentrycompletion.h>
|
||||
#include <ytk/gtkentry.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
@ -28,7 +28,7 @@
|
|||
#define __GTK_ENUMS_H__
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <glib-object.h>
|
||||
|
|
@ -29,10 +29,10 @@
|
|||
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <gtk/gtkbin.h>
|
||||
#include <ytk/gtkbin.h>
|
||||
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
|
@ -25,10 +25,10 @@
|
|||
#define __GTK_EXPANDER_H__
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <gtk/gtkbin.h>
|
||||
#include <ytk/gtkbin.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
@ -22,11 +22,11 @@
|
|||
#define __GTK_FILE_CHOOSER_H__
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <gtk/gtkfilefilter.h>
|
||||
#include <gtk/gtkwidget.h>
|
||||
#include <ytk/gtkfilefilter.h>
|
||||
#include <ytk/gtkwidget.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
@ -22,11 +22,11 @@
|
|||
#define __GTK_FILE_CHOOSER_BUTTON_H__
|
||||
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#error "Only <ytk/ytk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <gtk/gtkhbox.h>
|
||||
#include <gtk/gtkfilechooser.h>
|
||||
#include <ytk/gtkhbox.h>
|
||||
#include <ytk/gtkfilechooser.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
#define __GTK_FILE_CHOOSER_DEFAULT_H__
|
||||
|
||||
#include "gtkfilesystem.h"
|
||||
#include <gtk/gtkwidget.h>
|
||||
#include <ytk/gtkwidget.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue