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
|
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 |
|
Matthias Clasen
|
a6c5466900
|
Stop using gtk_main and gtk_main_quit
Replace these calls with direct use of GMainContext api.
|
2020-02-09 23:12:32 -05:00 |
|
Matthias Clasen
|
67649763b6
|
tests: Stop using the delete-event signal
We can use ::destroy in most cases.
|
2018-01-16 14:14:09 -05:00 |
|
Timm Bäder
|
ac6b7b24f9
|
tests: Add border drawing test
|
2017-12-21 19:12:32 +01:00 |
|