summaryrefslogtreecommitdiff
path: root/tests/syncscroll.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Stop using gtk_widget_show/hideMatthias Clasen2022-12-131-1/+1
* Replace "gchar" with "char"Benjamin Otte2020-07-251-1/+1
* Replace "gint" with "int"Benjamin Otte2020-07-251-1/+1
* scrolledwindow: Don't take adjustments in new()Matthias Clasen2020-06-241-3/+5
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-4/+4
* tests: Fix syncscrollAlexander Mikhaylenko2020-05-111-0/+3
* Use gtk_window_set_child throughoutMatthias Clasen2020-05-041-1/+1
* Use gtk_scrolled_window_set_child throughoutMatthias Clasen2020-05-041-3/+3
* window: Remove type argument from gtk_window_new()Benjamin Otte2020-02-141-1/+1
* Stop using gtk_main and gtk_main_quitMatthias Clasen2020-02-091-1/+2
* Stop using gtk_box_pack_endTimm Bäder2019-01-231-3/+3
* box: Remove fill child propertyTimm Bäder2017-04-251-3/+3
* box: Remove expand child propertyTimm Bäder2017-04-251-3/+3
* Remove gtk_widget_show_allTimm Bäder2017-01-201-1/+1
* Update callersMatthias Clasen2017-01-191-1/+1
* box: Remove 'padding' child propertyTimm Bäder2016-10-161-3/+3
* Add an example for synchronized scrollingMatthias Clasen2014-10-091-0/+69