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
|
67759d4c3e
|
Use gtk_scrolled_window_set_child throughout
Replace all uses of gtk_container_add on popovers
by gtk_scrolled_window_set_child.
|
2020-05-04 22:53:07 -04:00 |
|
Benjamin Otte
|
a278edab22
|
window: Remove type argument from gtk_window_new()
|
2020-02-14 21:18:49 +01:00 |
|
Christian Hergert
|
67c0f88c00
|
gtk-demo: add a demo for TextView undo/redo
|
2019-11-05 10:27:29 -08:00 |
|