Javier Jardón
|
b140884fec
|
Use gtk_size_request_get_size() instead deprecated gtk_widget_size_request()
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=629598
Signed-off-by: Javier Jardón <jjardon@gnome.org>
Signed-off-by: Tristan Van Berkom <tristanvb@openismus.com>
|
2010-09-15 03:02:58 +02:00 |
|
Javier Jardón
|
450beef2a2
|
demos: Do not use deprecated gtk_widget_get_child_requisition()
Use gtk_size_request_get_size() instead
|
2010-09-13 22:37:11 +02:00 |
|
Javier Jardón
|
5bf0ed62d7
|
demos/gtk-demo/offscreen_window2.c: Use accessor functions to access GtkWidget
|
2010-08-22 18:28:25 +02:00 |
|
Javier Jardón
|
3a10216dd0
|
Use accessor functions to acces GtkContainer
|
2010-07-13 19:40:46 +02:00 |
|
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 |
|