Matthias Clasen
|
18e0eaa9d6
|
tests: Stop using gtk_widget_show/hide
|
2022-12-13 13:46:02 -05:00 |
|
Matthias Clasen
|
69e4c9b01e
|
tests: Ignore deprecations
Eventually, most of these tests should be dropped.
|
2022-10-11 17:18:21 -04: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
|
bd843acde9
|
Use gtk_info_bar_add_child throughout
|
2020-05-11 22:21:39 -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 |
|
Timm Bäder
|
8612a8a39f
|
testinfobar: Stop using gtk_info_bar_get_content_area()
We have an easier way of adding widgets to the content area of an
infobar: Just gtk_container_add() them like usual.
|
2020-02-15 17:18:26 +01:00 |
|
Benjamin Otte
|
a278edab22
|
window: Remove type argument from gtk_window_new()
|
2020-02-14 21:18:49 +01:00 |
|
Daniel Boles
|
bde1328a07
|
testinfobar: Test more properties, response signal
Also test :message-type, :show-close-button, and ::response.
|
2018-03-12 19:16:07 +00:00 |
|
Daniel Boles
|
6bb1f0dbf3
|
testinfobar: Add simple test of :visible/:revealed
This exists merely to prove that, having added :revealed, show() and
hide() now work reliably, as does set_revealed() for the animated case.
https://bugzilla.gnome.org/show_bug.cgi?id=710888
|
2018-03-12 15:30:55 +00:00 |
|