Matthias Clasen
|
a9943922d5
|
gtk-demo: Cosmetic changes
Reword the titles and texts for several demos.
|
2020-06-17 18:12:01 -04:00 |
|
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
|
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
|
b5bacb3be6
|
Drop the margin property
Replace it with margin-start, -end, -top, -bottom throughout.
|
2020-02-25 20:59:04 -05:00 |
|
Benjamin Otte
|
a278edab22
|
window: Remove type argument from gtk_window_new()
|
2020-02-14 21:18:49 +01:00 |
|
Christian Hergert
|
e93408e962
|
gtk-demo: add an undo demo for GtkEntry
|
2019-11-05 10:27:29 -08:00 |
|