Javier Jardón
|
24bafd8693
|
Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)
Use new API instead: gtk_widget_set_has_window ()
https://bugzilla.gnome.org/show_bug.cgi?id=69872
|
2010-03-06 11:37:06 +01:00 |
|
Javier Jardón
|
16a59ad912
|
Deprecate widget flag: GTK_WIDGET_REALIZED
Use gtk_widget_get_realized() instead
https://bugzilla.gnome.org/show_bug.cgi?id=69872
|
2010-03-03 20:41:05 +01:00 |
|
Javier Jardón
|
a27d5a2c9e
|
Deprecate widget flag: GTK_WIDGET_IS_SENSITIVE
Use gtk_widget_is_sensitive() instead
https://bugzilla.gnome.org/show_bug.cgi?id=69872
|
2010-03-01 05:32:51 +01:00 |
|
Matthias Clasen
|
0567ea1c18
|
Add customary args to gtk_style_paint_spinner()
...and adjust all callers.
|
2009-11-27 01:23:55 -05:00 |
|
Christian Dywan
|
e41f4e85cf
|
Improve accessibility context and description of the spinner
https://bugzilla.gnome.org/show_bug.cgi?id=598758
|
2009-11-06 00:56:30 +01:00 |
|
Javier Jardón
|
3388a1b146
|
Use "Since: 2.x" instead "Since 2.x"
|
2009-10-30 18:11:44 +01:00 |
|
Xan Lopez
|
009f160709
|
Do not assign the parent class twice
G_DEFINE_TYPE already does this for us, no need to do it again in
class_init
https://bugzilla.gnome.org/show_bug.cgi?id=598515
|
2009-10-15 15:28:54 +02:00 |
|
Paolo Borelli
|
10a53ff12e
|
Notify the "active" property of the spinner only when needed
Notify spinner::active only if it really changed an other cosmetic fixes
|
2009-10-15 15:23:30 +02:00 |
|
Bastien Nocera
|
7fd79f42ab
|
Fix GtkSpinner using style before it's set
Fix a possible division by zero when the spinner
is started before it's realized (eg. before it has a style
set).
https://bugzilla.gnome.org/show_bug.cgi?id=598496
|
2009-10-15 01:43:26 +01:00 |
|
Bastien Nocera
|
6f44b00935
|
Fix property links in GtkSpinner
|
2009-10-14 22:38:57 +01:00 |
|
Bastien Nocera
|
e9a240cd52
|
Add GtkSpinner::animation-duration style property
|
2009-10-14 19:06:26 +01:00 |
|
Matthias Clasen
|
d1ee8e2d4b
|
Documentation and stylistic fixups
|
2009-10-14 13:26:10 -04:00 |
|
Bastien Nocera
|
aa663e08f7
|
Fix "active" property not being notified
And setting it FALSE starting the spinning when it should
stop it.
|
2009-10-14 17:47:02 +01:00 |
|
Bastien Nocera
|
a480cae524
|
Capitalise a11y description for GtkSpinner
|
2009-10-14 16:01:24 +01:00 |
|
Bastien Nocera
|
d21700f510
|
Bug 319607 – Add a throbber (activity widget) to GTK+
Add GtkSpinner activity throbber, as well as a cell renderer.
|
2009-10-14 14:58:30 +01:00 |
|