summaryrefslogtreecommitdiff
path: root/examples/search-bar.c
Commit message (Expand)AuthorAgeFilesLines
* examples: Stop using gtk_widget_show/hideMatthias Clasen2022-12-131-3/+2
* Replace "gchar" with "char"Benjamin Otte2020-07-251-1/+1
* Replace "gint" with "int"Benjamin Otte2020-07-251-2/+2
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-2/+2
* Use gtk_search_bar_set_child throughoutMatthias Clasen2020-05-041-1/+1
* Use gtk_window_set_child throughoutMatthias Clasen2020-05-041-1/+1
* Fix the search bar exampleMatthias Clasen2019-02-191-1/+1
* box: Remove gtk_box_pack_startTimm Bäder2019-01-231-2/+2
* search bar example: remove unused functionTimm Bäder2018-06-161-11/+0
* examples: Simplify handling events in search-barMohammed Sadiq2018-06-141-7/+1
* examples: Fix alignment of search-bar exampleMohammed Sadiq2018-06-141-0/+1
* eventcontrollerkey: Port to new API modelCarlos Garnacho2018-04-261-1/+2
* search bar: Stop using ::key-press-eventMatthias Clasen2018-04-051-6/+12
* box: Remove fill child propertyTimm Bäder2017-04-251-2/+2
* box: Remove expand child propertyTimm Bäder2017-04-251-5/+3
* box: Remove 'padding' child propertyTimm Bäder2016-10-161-2/+2
* Add example app for GtkSearchBarXavier Claessens2013-10-101-0/+58