Add a Q_() macro.
Sun May 16 22:27:17 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkintl.h (Q_): Add a Q_() macro. * gtk/gtkcellrendererprogress.h: Remove GTK_PROGRESS_CELL_UNKNOWN and GTK_PROGRESS_CELL_FAILED. With the ability the set the label, they are not really needed. * gtk/gtkcellrendererprogress.c: Use the xpad and ypad properties instead of hardwired padding, use Q_() for the default label, compute a reasonable minimal size. (#142571, #142572, #142573, Tommi Komulainen, Christian Persch)
This commit is contained in:

committed by
Matthias Clasen

parent
b99e54f2dd
commit
d9d8bda57e
@ -42,12 +42,6 @@ typedef struct _GtkCellRendererProgress GtkCellRendererProgress;
|
||||
typedef struct _GtkCellRendererProgressClass GtkCellRendererProgressClass;
|
||||
typedef struct _GtkCellRendererProgressPrivate GtkCellRendererProgressPrivate;
|
||||
|
||||
enum
|
||||
{
|
||||
GTK_PROGRESS_CELL_UNKNOWN = -1,
|
||||
GTK_PROGRESS_CELL_FAILED = -2
|
||||
};
|
||||
|
||||
struct _GtkCellRendererProgress
|
||||
{
|
||||
GtkCellRenderer parent_instance;
|
||||
|
Reference in New Issue
Block a user