gtk/gtkcellrenderer.c gtk/gtkcellrendererpixbuf.c

2008-05-19  Michael Natterer  <mitch@imendio.com>

	* gtk/gtkcellrenderer.c
	* gtk/gtkcellrendererpixbuf.c
	* gtk/gtkcellrenderertoggle.c
	* gtk/gtkimagemenuitem.c
	* gtk/gtkmenutoolbutton.c
	* gtk/gtkoptionmenu.c
	* gtk/gtkstatusbar.c
	* gtk/gtktextview.c: s/PROP_ZERO/PROP_0/g, remove LAST_PROP.


svn path=/trunk/; revision=20112
This commit is contained in:
Michael Natterer
2008-05-19 14:15:34 +00:00
committed by Michael Natterer
parent 97bedfd000
commit 02fd7ba040
9 changed files with 30 additions and 22 deletions

View File

@ -1,3 +1,14 @@
2008-05-19 Michael Natterer <mitch@imendio.com>
* gtk/gtkcellrenderer.c
* gtk/gtkcellrendererpixbuf.c
* gtk/gtkcellrenderertoggle.c
* gtk/gtkimagemenuitem.c
* gtk/gtkmenutoolbutton.c
* gtk/gtkoptionmenu.c
* gtk/gtkstatusbar.c
* gtk/gtktextview.c: s/PROP_ZERO/PROP_0/g, remove LAST_PROP.
2008-05-17 Yair Hershkovitz <yairhr@gmail.com> 2008-05-17 Yair Hershkovitz <yairhr@gmail.com>
* gtk/gtkmain.c: gtk_disable_setlocale() - Added a call to * gtk/gtkmain.c: gtk_disable_setlocale() - Added a call to

View File

@ -47,7 +47,7 @@ struct _GtkCellRendererPrivate
enum { enum {
PROP_ZERO, PROP_0,
PROP_MODE, PROP_MODE,
PROP_VISIBLE, PROP_VISIBLE,
PROP_SENSITIVE, PROP_SENSITIVE,

View File

@ -56,15 +56,15 @@ static void gtk_cell_renderer_pixbuf_render (GtkCellRenderer *cel
enum { enum {
PROP_ZERO, PROP_0,
PROP_PIXBUF, PROP_PIXBUF,
PROP_PIXBUF_EXPANDER_OPEN, PROP_PIXBUF_EXPANDER_OPEN,
PROP_PIXBUF_EXPANDER_CLOSED, PROP_PIXBUF_EXPANDER_CLOSED,
PROP_STOCK_ID, PROP_STOCK_ID,
PROP_STOCK_SIZE, PROP_STOCK_SIZE,
PROP_STOCK_DETAIL, PROP_STOCK_DETAIL,
PROP_FOLLOW_STATE, PROP_FOLLOW_STATE,
PROP_ICON_NAME PROP_ICON_NAME
}; };

View File

@ -63,7 +63,7 @@ enum {
}; };
enum { enum {
PROP_ZERO, PROP_0,
PROP_ACTIVATABLE, PROP_ACTIVATABLE,
PROP_ACTIVE, PROP_ACTIVE,
PROP_RADIO, PROP_RADIO,

View File

@ -21,7 +21,7 @@
* Modified by the GTK+ Team and others 1997-2000. See the AUTHORS * 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 * file for a list of people on the GTK+ Team. See the ChangeLog
* files for a list of changes. These files are distributed with * files for a list of changes. These files are distributed with
* GTK+ at ftp://ftp.gtk.org/pub/gtk/. * GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/ */
#include <config.h> #include <config.h>
@ -64,7 +64,7 @@ static void gtk_image_menu_item_screen_changed (GtkWidget *widget,
enum { enum {
PROP_ZERO, PROP_0,
PROP_IMAGE PROP_IMAGE
}; };

View File

@ -57,8 +57,7 @@ enum
enum enum
{ {
PROP_0, PROP_0,
PROP_MENU, PROP_MENU
LAST_PROP
}; };
static gint signals[LAST_SIGNAL]; static gint signals[LAST_SIGNAL];

View File

@ -109,8 +109,7 @@ enum
enum enum
{ {
PROP_0, PROP_0,
PROP_MENU, PROP_MENU
LAST_PROP
}; };
static guint signals[LAST_SIGNAL] = { 0 }; static guint signals[LAST_SIGNAL] = { 0 };

View File

@ -22,7 +22,7 @@
* Modified by the GTK+ Team and others 1997-2000. See the AUTHORS * 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 * file for a list of people on the GTK+ Team. See the ChangeLog
* files for a list of changes. These files are distributed with * files for a list of changes. These files are distributed with
* GTK+ at ftp://ftp.gtk.org/pub/gtk/. * GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/ */
#include <config.h> #include <config.h>
@ -51,9 +51,9 @@ enum
SIGNAL_LAST SIGNAL_LAST
}; };
enum enum
{ {
PROP_ZERO, PROP_0,
PROP_HAS_RESIZE_GRIP PROP_HAS_RESIZE_GRIP
}; };

View File

@ -156,8 +156,7 @@ enum
PROP_CURSOR_VISIBLE, PROP_CURSOR_VISIBLE,
PROP_BUFFER, PROP_BUFFER,
PROP_OVERWRITE, PROP_OVERWRITE,
PROP_ACCEPTS_TAB, PROP_ACCEPTS_TAB
LAST_PROP
}; };
static void gtk_text_view_destroy (GtkObject *object); static void gtk_text_view_destroy (GtkObject *object);