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 |
|
Benjamin Otte
|
f53b72e5ff
|
button: Get rid of icon size
In fact, make gtk_button_new_from_icon_name() just set the icon-name
property instead of creating a GtkImage.
|
2017-11-15 14:22:16 -05:00 |
|
Timm Bäder
|
ea897c6df4
|
Remove gtk_widget_show_all
|
2017-01-20 21:37:04 +01:00 |
|
Matthias Clasen
|
2c7e567f05
|
Update callers
Adapt all our tests and examples to the new initialization api.
|
2017-01-19 13:50:17 -05:00 |
|
Matthias Clasen
|
e79348eafe
|
Add an example for a hig-style toolbar
|
2014-08-15 23:22:00 -04:00 |
|