Matthias Clasen
|
ae7cefd97d
|
Drop style class defines
We document the supported style classes by name,
not by macro name, and these macros don't really
add any value. Drop them for GTK 4.
|
2020-08-14 07:03:27 -04:00 |
|
Alexander Mikhaylenko
|
7c3b30036e
|
headerbar: Show title buttons by default
Most of the time show-title-buttons is set to TRUE. Go ahead and make that
the default.
|
2020-07-02 23:51:16 +05: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
|
649ae635a7
|
Use gtk_revealer_set_child throughout
Replace all uses of gtk_container_add on revealers
with gtk_revealer_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
|
394ea32e93
|
Use gtk_widget_add/remove_css_class more
Replace most uses of gtk_style_context_add/remove_class
by the new APIs. The only remaining uses of the old API
are in save/restore situations.
|
2020-04-10 12:09:57 -04:00 |
|
Matthias Clasen
|
fec0dc2b13
|
Rename GtkHeaderBar::show-close-button
It is about all window buttons, so rename it to ::show-title-buttons.
https://bugzilla.gnome.org/show_bug.cgi?id=779862
|
2017-12-07 22:37:06 -05:00 |
|
Timm Bäder
|
ea897c6df4
|
Remove gtk_widget_show_all
|
2017-01-20 21:37:04 +01:00 |
|
Matthias Clasen
|
566010e91d
|
Add a testcase for revealer size allocation
This was taken from https://bugzilla.gnome.org/show_bug.cgi?id=761760
|
2016-02-23 20:53:23 -05:00 |
|