Javier Jardón
|
e082783fbb
|
Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)
Use new API instead: gtk_widget_set_realized ()
https://bugzilla.gnome.org/show_bug.cgi?id=69872
|
2010-04-03 20:59:03 -04:00 |
|
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
|
be22a62160
|
Cleanups
This commit removes dead code, mostly pointed out by clang.
|
2009-09-10 13:53:28 -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 |
|