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
|
025375ff5f
|
Replace gtk_widget_destroy everywhere
Replace all remaining uses of gtk_widget_destroy
by gtk_container_remove or g_object_unref.
|
2020-05-11 12:20:59 -04:00 |
|
Matthias Clasen
|
b93631164f
|
Remove lots of focus vfuncs
In many cases, the default widget vfuncs work just fine,
combined with setting focusable.
|
2020-05-11 00:11:37 -04:00 |
|
Alexander Mikhaylenko
|
8bd44cb3eb
|
Add GtkWindowHandle
This will allow to move the titlebar handling logic out from GtkWindow.
|
2020-05-07 23:57:58 +05:00 |
|