Matthias Clasen
|
2a24b8c653
|
Replace most remaining uses of container api
These are all on GtkBox or enumerating children.
|
2020-05-11 22:38:21 -04:00 |
|
Matthias Clasen
|
cd0081d08a
|
Use gtk_window_destroy
Replace calls to gtk_widget_destroy on windows
with gtk_window_destroy.
|
2020-05-11 12:20:57 -04:00 |
|
Matthias Clasen
|
8f9c3ed44a
|
Stop using gtk_widget_destroyed
Replace all internal use of gtk_widget_destroyed
by g_object_add_weak_pointer.
|
2020-05-11 12:19:37 -04:00 |
|
Matthias Clasen
|
77af8e303d
|
Use gtk_overlay_set_child throughout
Replace all uses of gtk_container_add on overlays
by gtk_overlay_set_child.
|
2020-05-04 22:53:08 -04:00 |
|
Matthias Clasen
|
f59f355190
|
Use gtk_window_set_child throughout
Replace all uses of gtk_container_add on windows
by gtk_window_set_child.
|
2020-05-04 22:53:08 -04:00 |
|
Matthias Clasen
|
1706b80815
|
Use gtk_frame_set_child throughout
Replace all uses of gtk_container_add for
frames with gtk_frame_set_child.
|
2020-05-04 17:01:18 -04:00 |
|
Matthias Clasen
|
638508fa20
|
gtk-demo: Group the OpenGL demos
|
2020-04-12 21:58:07 -04:00 |
|
Matthias Clasen
|
ce6c7bae51
|
gtk-demo: Add a gears demo
|
2020-04-12 20:52:15 -04:00 |
|