Notify the "active" property of the spinner only when needed
Notify spinner::active only if it really changed an other cosmetic fixes
This commit is contained in:
@ -47,12 +47,12 @@ typedef struct _GtkSpinnerPrivate GtkSpinnerPrivate;
|
||||
struct _GtkSpinner
|
||||
{
|
||||
GtkDrawingArea parent;
|
||||
GtkSpinnerPrivate *priv;
|
||||
};
|
||||
|
||||
struct _GtkSpinnerClass
|
||||
{
|
||||
GtkDrawingAreaClass parent_class;
|
||||
GtkSpinnerPrivate *priv;
|
||||
};
|
||||
|
||||
GType gtk_spinner_get_type (void) G_GNUC_CONST;
|
||||
|
||||
Reference in New Issue
Block a user