forked from AuroraMiddleware/gtk
iconhelper: Don't include gtk.h
This commit is contained in:
parent
4843925660
commit
29cdb2001c
@ -45,6 +45,8 @@
|
|||||||
|
|
||||||
#include "gtkdnd.h"
|
#include "gtkdnd.h"
|
||||||
#include "gtkdndprivate.h"
|
#include "gtkdndprivate.h"
|
||||||
|
#include "gtkgesturedrag.h"
|
||||||
|
#include "gtkgesturesingle.h"
|
||||||
#include "gtkiconhelperprivate.h"
|
#include "gtkiconhelperprivate.h"
|
||||||
#include "gtkicontheme.h"
|
#include "gtkicontheme.h"
|
||||||
#include "gtkmain.h"
|
#include "gtkmain.h"
|
||||||
@ -52,7 +54,9 @@
|
|||||||
#include "gtktooltipprivate.h"
|
#include "gtktooltipprivate.h"
|
||||||
#include "gtkwindow.h"
|
#include "gtkwindow.h"
|
||||||
#include "gtkintl.h"
|
#include "gtkintl.h"
|
||||||
|
#include "gtkrender.h"
|
||||||
#include "gtkselectionprivate.h"
|
#include "gtkselectionprivate.h"
|
||||||
|
#include "gtkwindowgroup.h"
|
||||||
#include "gtkwindowprivate.h"
|
#include "gtkwindowprivate.h"
|
||||||
|
|
||||||
|
|
||||||
|
@ -25,7 +25,9 @@
|
|||||||
|
|
||||||
#include "gtkcssenumvalueprivate.h"
|
#include "gtkcssenumvalueprivate.h"
|
||||||
#include "gtkiconhelperprivate.h"
|
#include "gtkiconhelperprivate.h"
|
||||||
|
#include "gtkrender.h"
|
||||||
#include "gtkstylecontextprivate.h"
|
#include "gtkstylecontextprivate.h"
|
||||||
|
#include "deprecated/gtkstock.h"
|
||||||
|
|
||||||
struct _GtkIconHelperPrivate {
|
struct _GtkIconHelperPrivate {
|
||||||
GtkImageType storage_type;
|
GtkImageType storage_type;
|
||||||
|
@ -20,9 +20,8 @@
|
|||||||
#ifndef __GTK_ICON_HELPER_H__
|
#ifndef __GTK_ICON_HELPER_H__
|
||||||
#define __GTK_ICON_HELPER_H__
|
#define __GTK_ICON_HELPER_H__
|
||||||
|
|
||||||
#include <glib-object.h>
|
#include "gtk/gtkimage.h"
|
||||||
|
#include "gtk/gtktypes.h"
|
||||||
#include <gtk/gtk.h>
|
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user