Javier Jardón
|
e2f79c33ff
|
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-04-03 20:59:02 -04:00 |
|
Javier Jardón
|
ee0bf98769
|
Deprecate widget flag: GTK_WIDGET_REALIZED
Use gtk_widget_get_realized() instead
https://bugzilla.gnome.org/show_bug.cgi?id=69872
|
2010-04-03 20:58:59 -04:00 |
|
Javier Jardón
|
edc65ce1d2
|
Deprecate widget flag: GTK_WIDGET_VISIBLE
Use gtk_widget_get_visible() instead
https://bugzilla.gnome.org/show_bug.cgi?id=69872
|
2010-04-03 20:58:20 -04:00 |
|
Javier Jardón
|
04aba4bde2
|
Deprecate widget flag: GTK_WIDGET_DRAWABLE
Use gtk_widget_is_drawable() instead.
https://bugzilla.gnome.org/show_bug.cgi?id=69872
|
2010-04-03 20:56:29 -04:00 |
|
Matthias Clasen
|
908b6620bd
|
Remove sincos use
It turns out to be not worth the portability pain. Bug 593877
|
2009-09-02 22:11:28 -04:00 |
|
Matthias Clasen
|
45d6752a3c
|
Handle geometry change correctly
This makes sure that the button is properly prelighted when rotating it
underneath the pointer by using keynav on the scale.
|
2009-08-31 19:41:09 -04:00 |
|
Matthias Clasen
|
d22b79f1b6
|
Add another offscreen demo
This demo shows rendering multiple times, to achieve a reflection effect.
Inspired by an earlier demo by macslow.
|
2009-08-31 19:38:17 -04:00 |
|
Matthias Clasen
|
97d4b25d02
|
Add an offscreen window demo
|
2009-08-31 00:20:39 -04:00 |
|