Javier Jardón
|
1934de4b65
|
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-03-06 11:51:33 +01:00 |
|
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
|
214a023e91
|
Deprecate widget flag: GTK_WIDGET_VISIBLE
Use gtk_widget_get_visible() instead
https://bugzilla.gnome.org/show_bug.cgi?id=69872
|
2010-03-01 07:52:07 +01:00 |
|
Javier Jardón
|
4f78f70b15
|
Deprecate widget flag: GTK_WIDGET_DRAWABLE
Use gtk_widget_is_drawable() instead.
https://bugzilla.gnome.org/show_bug.cgi?id=69872
|
2010-03-01 04:55:55 +01: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 |
|