summaryrefslogtreecommitdiff
path: root/gtk/gtksearchbar.h
Commit message (Collapse)AuthorAgeFilesLines
* Convert headers to #pragma onceMatthias Clasen2023-03-311-3/+1
| | | | The conversion was done by guard2one.
* gtk: Dissolve gtk-autocleanup.hMatthias Clasen2022-09-231-0/+1
| | | | | Move the autocleanup declarations into their respective headers.
* searchbar: Derive from GtkWidgetMatthias Clasen2020-05-041-2/+2
| | | | | | | | | | We want to remove GtkBin and GtkContainer as they don't provide much useful functionality anymore. We have to implement GtkBuildable, in order to keep the <child> element in ui files working for search bars. See #2681
* searchbar: Add a child propertyMatthias Clasen2020-05-041-0/+7
|
* search bar: Make finalMatthias Clasen2019-05-261-27/+0
|
* gtk: Drop gtk_search_[entry|bar]_handle_event()Carlos Garnacho2019-04-031-4/+0
| | | | This is now unused, and unrecommended.
* search bar: Work with the new GtkSearchEntryMatthias Clasen2019-02-191-1/+1
| | | | | Don't assume a search entry is an entry, and use the editable api as far as possible.
* searchbar: Add missing GDK_AVAILABLE_IN_ALL markerTimm Bäder2018-05-191-0/+1
|
* gtksearchbar/entry: Add [gs]et_key_capture_widget() API callsCarlos Garnacho2018-04-051-0/+5
| | | | | This lets these widgets actively pull events from a widget, instead of passively being fed events.
* shortcuts: Don't include gtk.hBenjamin Otte2018-02-081-1/+2
| | | | | Clean up all shortcuts includes to only include the necessary files while we're at it.
* The big versioning cleanupMatthias Clasen2018-02-061-8/+8
| | | | | | | Remove all the old 2.x and 3.x version annotations. GTK+ 4 is a new start, and from the perspective of a GTK+ 4 developer all these APIs have been around since the beginning.
* docs: add Gtk*Class docsWilliam Jon McCann2014-01-201-1/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=81006
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-3/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=702996
* Add GtkSearchBar widgetBastien Nocera2013-05-311-0/+98
This widget is a toolbar that will popup automatically when searches should be started, and dismissed when they are finished. https://bugzilla.gnome.org/show_bug.cgi?id=700787