Emmanuele Bassi
46a43461c1
Do not use new G_APPLICATION_DEFAULT_FLAGS enum value
...
The merge request !5235 switched tests and examples from
G_APPLICATION_FLAGS_NONE, which has been deprecated in GLib 2.74, to
G_APPLICATION_DEFAULT_FLAGS. Sadly, it was done unconditionally, which
means we'd have to bump the required version of GLib.
To avoid that, let's just use the numeric value of the enum member.
2022-11-22 18:09:29 +00:00
Akbarkhon Variskhanov
b7a1941ab5
examples, tests: Replace deprecations
...
‘G_APPLICATION_FLAGS_NONE’ is deprecated: Use
'G_APPLICATION_DEFAULT_FLAGS' instead.
2022-11-19 23:23:50 +05:00
Daniel Boles
7a75b89efe
testmodelbutton: Test :centered, :icon, :inverted
...
Test more stuff.
2018-04-08 18:49:26 +01:00
Daniel Boles
b7e5a2dd10
testmodelbutton: Fix wrongly overridding MB child
...
I was setting a GtkButton:label, which resulted in the ModelButton's own
custom children getting lost. That doesn't make for a useful test...
https://gitlab.gnome.org/GNOME/gtk/issues/163#note_94842
2018-04-08 18:49:19 +01:00
Daniel Boles
e6e306ae8e
testmodelbutton: Add explanatory comments to CSS
...
and load at an earlier, more sensible place, before creating any widgets
2018-04-08 16:07:35 +01:00
Daniel Boles
e193cd1cf1
tests/testmodelbutton: Add this
...
and test whether :action-name, :role, and CSS nodes work as expected
https://gitlab.gnome.org/GNOME/gtk/issues/163
2018-04-08 13:16:30 +01:00