Fix includes.
Thu Oct 23 20:21:16 2003 Kristian Rietveld <kris@gtk.org> * gtk/gtkcelllayout.c, gtk/gtkcellview.c gtk/gtkcellviewmenuitem.c, gtk/gtkcombobox.c, gtk/gtkcomboboxentry.c, gtk/gtkentrycompletion.c, gtk/gtktreemodelfilter.c, gtk/gtkcellrenderertoggle.c: Fix includes.
This commit is contained in:

committed by
Kristian Rietveld

parent
432c583ad5
commit
3a5b5a0f78
@ -1,3 +1,9 @@
|
|||||||
|
Thu Oct 23 20:21:16 2003 Kristian Rietveld <kris@gtk.org>
|
||||||
|
|
||||||
|
* gtk/gtkcelllayout.c, gtk/gtkcellview.c gtk/gtkcellviewmenuitem.c,
|
||||||
|
gtk/gtkcombobox.c, gtk/gtkcomboboxentry.c, gtk/gtkentrycompletion.c,
|
||||||
|
gtk/gtktreemodelfilter.c, gtk/gtkcellrenderertoggle.c: Fix includes.
|
||||||
|
|
||||||
Thu Oct 23 15:13:56 2003 Soeren Sandmann <sandmann@daimi.au.dk>
|
Thu Oct 23 15:13:56 2003 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||||
|
|
||||||
* NEWS: Partial update for 2.3.0.
|
* NEWS: Partial update for 2.3.0.
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
Thu Oct 23 20:21:16 2003 Kristian Rietveld <kris@gtk.org>
|
||||||
|
|
||||||
|
* gtk/gtkcelllayout.c, gtk/gtkcellview.c gtk/gtkcellviewmenuitem.c,
|
||||||
|
gtk/gtkcombobox.c, gtk/gtkcomboboxentry.c, gtk/gtkentrycompletion.c,
|
||||||
|
gtk/gtktreemodelfilter.c, gtk/gtkcellrenderertoggle.c: Fix includes.
|
||||||
|
|
||||||
Thu Oct 23 15:13:56 2003 Soeren Sandmann <sandmann@daimi.au.dk>
|
Thu Oct 23 15:13:56 2003 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||||
|
|
||||||
* NEWS: Partial update for 2.3.0.
|
* NEWS: Partial update for 2.3.0.
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
Thu Oct 23 20:21:16 2003 Kristian Rietveld <kris@gtk.org>
|
||||||
|
|
||||||
|
* gtk/gtkcelllayout.c, gtk/gtkcellview.c gtk/gtkcellviewmenuitem.c,
|
||||||
|
gtk/gtkcombobox.c, gtk/gtkcomboboxentry.c, gtk/gtkentrycompletion.c,
|
||||||
|
gtk/gtktreemodelfilter.c, gtk/gtkcellrenderertoggle.c: Fix includes.
|
||||||
|
|
||||||
Thu Oct 23 15:13:56 2003 Soeren Sandmann <sandmann@daimi.au.dk>
|
Thu Oct 23 15:13:56 2003 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||||
|
|
||||||
* NEWS: Partial update for 2.3.0.
|
* NEWS: Partial update for 2.3.0.
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
Thu Oct 23 20:21:16 2003 Kristian Rietveld <kris@gtk.org>
|
||||||
|
|
||||||
|
* gtk/gtkcelllayout.c, gtk/gtkcellview.c gtk/gtkcellviewmenuitem.c,
|
||||||
|
gtk/gtkcombobox.c, gtk/gtkcomboboxentry.c, gtk/gtkentrycompletion.c,
|
||||||
|
gtk/gtktreemodelfilter.c, gtk/gtkcellrenderertoggle.c: Fix includes.
|
||||||
|
|
||||||
Thu Oct 23 15:13:56 2003 Soeren Sandmann <sandmann@daimi.au.dk>
|
Thu Oct 23 15:13:56 2003 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||||
|
|
||||||
* NEWS: Partial update for 2.3.0.
|
* NEWS: Partial update for 2.3.0.
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
Thu Oct 23 20:21:16 2003 Kristian Rietveld <kris@gtk.org>
|
||||||
|
|
||||||
|
* gtk/gtkcelllayout.c, gtk/gtkcellview.c gtk/gtkcellviewmenuitem.c,
|
||||||
|
gtk/gtkcombobox.c, gtk/gtkcomboboxentry.c, gtk/gtkentrycompletion.c,
|
||||||
|
gtk/gtktreemodelfilter.c, gtk/gtkcellrenderertoggle.c: Fix includes.
|
||||||
|
|
||||||
Thu Oct 23 15:13:56 2003 Soeren Sandmann <sandmann@daimi.au.dk>
|
Thu Oct 23 15:13:56 2003 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||||
|
|
||||||
* NEWS: Partial update for 2.3.0.
|
* NEWS: Partial update for 2.3.0.
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
* Boston, MA 02111-1307, USA.
|
* Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <gtk/gtkcelllayout.h>
|
#include "gtkcelllayout.h"
|
||||||
|
|
||||||
GType
|
GType
|
||||||
gtk_cell_layout_get_type (void)
|
gtk_cell_layout_get_type (void)
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <gtk/gtkcellrenderertoggle.h>
|
#include "gtkcellrenderertoggle.h"
|
||||||
#include "gtkintl.h"
|
#include "gtkintl.h"
|
||||||
#include "gtkmarshalers.h"
|
#include "gtkmarshalers.h"
|
||||||
#include "gtktreeprivate.h"
|
#include "gtktreeprivate.h"
|
||||||
|
@ -17,12 +17,12 @@
|
|||||||
* Boston, MA 02111-1307, USA.
|
* Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <gtk/gtkcellview.h>
|
#include "gtkcellview.h"
|
||||||
#include <gtk/gtkcelllayout.h>
|
#include "gtkcelllayout.h"
|
||||||
#include <gtk/gtkintl.h>
|
#include "gtkintl.h"
|
||||||
#include <gtk/gtksignal.h>
|
#include "gtksignal.h"
|
||||||
#include <gtk/gtkcellrenderertext.h>
|
#include "gtkcellrenderertext.h"
|
||||||
#include <gtk/gtkcellrendererpixbuf.h>
|
#include "gtkcellrendererpixbuf.h"
|
||||||
#include <gobject/gmarshal.h>
|
#include <gobject/gmarshal.h>
|
||||||
|
|
||||||
typedef struct _GtkCellViewCellInfo GtkCellViewCellInfo;
|
typedef struct _GtkCellViewCellInfo GtkCellViewCellInfo;
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
* Boston, MA 02111-1307, USA.
|
* Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <gtk/gtkcellviewmenuitem.h>
|
#include "gtkcellviewmenuitem.h"
|
||||||
#include <gtk/gtkcellview.h>
|
#include "gtkcellview.h"
|
||||||
|
|
||||||
struct _GtkCellViewMenuItemPrivate
|
struct _GtkCellViewMenuItemPrivate
|
||||||
{
|
{
|
||||||
|
@ -17,29 +17,29 @@
|
|||||||
* Boston, MA 02111-1307, USA.
|
* Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <gtk/gtkcombobox.h>
|
#include "gtkcombobox.h"
|
||||||
#include <gtk/gtkcelllayout.h>
|
#include "gtkcelllayout.h"
|
||||||
#include <gtk/gtkcellview.h>
|
#include "gtkcellview.h"
|
||||||
#include <gtk/gtkcellviewmenuitem.h>
|
#include "gtkcellviewmenuitem.h"
|
||||||
|
|
||||||
#include <gtk/gtktreeselection.h>
|
#include "gtktreeselection.h"
|
||||||
#include <gtk/gtkframe.h>
|
#include "gtkframe.h"
|
||||||
#include <gtk/gtktogglebutton.h>
|
#include "gtktogglebutton.h"
|
||||||
#include <gtk/gtkvseparator.h>
|
#include "gtkvseparator.h"
|
||||||
#include <gtk/gtkarrow.h>
|
#include "gtkarrow.h"
|
||||||
#include <gtk/gtkmenu.h>
|
#include "gtkmenu.h"
|
||||||
#include <gtk/gtkmain.h>
|
#include "gtkmain.h"
|
||||||
#include <gtk/gtkeventbox.h>
|
#include "gtkeventbox.h"
|
||||||
#include <gtk/gtkcellrenderertext.h>
|
#include "gtkcellrenderertext.h"
|
||||||
#include <gtk/gtkbindings.h>
|
#include "gtkbindings.h"
|
||||||
#include <gtk/gtkliststore.h>
|
#include "gtkliststore.h"
|
||||||
#include <gtk/gtkwindow.h>
|
#include "gtkwindow.h"
|
||||||
|
|
||||||
#include <gdk/gdkkeysyms.h>
|
#include <gdk/gdkkeysyms.h>
|
||||||
|
|
||||||
#include <string.h>
|
|
||||||
#include <gobject/gvaluecollector.h>
|
#include <gobject/gvaluecollector.h>
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
||||||
#include "gtkmarshalers.h"
|
#include "gtkmarshalers.h"
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* Boston, MA 02111-1307, USA.
|
* Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <gtk/gtkcomboboxentry.h>
|
#include "gtkcomboboxentry.h"
|
||||||
#include <gtk/gtkcelllayout.h>
|
#include "gtkcelllayout.h"
|
||||||
|
|
||||||
#include <gtk/gtkentry.h>
|
#include "gtkentry.h"
|
||||||
#include <gtk/gtkcellrenderertext.h>
|
#include "gtkcellrenderertext.h"
|
||||||
|
|
||||||
#include "gtkintl.h"
|
#include "gtkintl.h"
|
||||||
|
|
||||||
|
@ -17,21 +17,21 @@
|
|||||||
* Boston, MA 02111-1307, USA.
|
* Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <gtk/gtkentrycompletion.h>
|
#include "gtkentrycompletion.h"
|
||||||
#include <gtk/gtkentryprivate.h>
|
#include "gtkentryprivate.h"
|
||||||
#include <gtk/gtkcelllayout.h>
|
#include "gtkcelllayout.h"
|
||||||
|
|
||||||
#include <gtk/gtkintl.h>
|
#include "gtkintl.h"
|
||||||
#include <gtk/gtkcellrenderertext.h>
|
#include "gtkcellrenderertext.h"
|
||||||
#include <gtk/gtktreeselection.h>
|
#include "gtktreeselection.h"
|
||||||
#include <gtk/gtktreeview.h>
|
#include "gtktreeview.h"
|
||||||
#include <gtk/gtkscrolledwindow.h>
|
#include "gtkscrolledwindow.h"
|
||||||
#include <gtk/gtkvbox.h>
|
#include "gtkvbox.h"
|
||||||
#include <gtk/gtkwindow.h>
|
#include "gtkwindow.h"
|
||||||
#include <gtk/gtkentry.h>
|
#include "gtkentry.h"
|
||||||
#include <gtk/gtkmain.h>
|
#include "gtkmain.h"
|
||||||
#include <gtk/gtksignal.h>
|
#include "gtksignal.h"
|
||||||
#include <gtk/gtkmarshalers.h>
|
#include "gtkmarshalers.h"
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "gtktreemodelfilter.h"
|
#include "gtktreemodelfilter.h"
|
||||||
#include <gtk/gtkintl.h>
|
#include "gtkintl.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
/* ITER FORMAT:
|
/* ITER FORMAT:
|
||||||
|
Reference in New Issue
Block a user