summaryrefslogtreecommitdiff
path: root/gtk/gtklistbox.h
Commit message (Expand)AuthorAgeFilesLines
* gtklistbox: Add remove_all()Christopher Davis2023-04-021-0/+3
* Convert headers to #pragma onceMatthias Clasen2023-03-311-3/+1
* listbox: Explain behaviour of GtkListBoxCreateWidgetFuncBastien Nocera2021-11-251-0/+3
* introspection: Stop using allow-noneMatthias Clasen2021-05-201-1/+1
* Documentation fixesMatthias Clasen2021-05-201-1/+1
* listbox: Convert docsMatthias Clasen2021-03-111-5/+6
* listbox: Add _appendTimm Bäder2020-08-011-0/+3
* Replace "gint" with "int"Benjamin Otte2020-07-251-7/+7
* listbox: Derive from GtkWidgetMatthias Clasen2020-05-111-1/+1
* listbox: Add gtk_list_box_removeMatthias Clasen2020-05-111-0/+3
* listboxrow: Derive from GtkWidgetMatthias Clasen2020-05-041-3/+10
* listbox Make finalMatthias Clasen2019-05-281-52/+1
* listbox: Add a ::show-separators propertyMatthias Clasen2019-04-121-0/+6
* listbox: Fix signal name in documentationMohammed Sadiq2018-04-081-1/+1
* The big versioning cleanupMatthias Clasen2018-02-061-48/+40
* Remove gtk_widget_show_allTimm Bäder2017-01-201-6/+1
* Remove introspection scanner guards around autocleanupsEmmanuele Bassi2015-11-111-2/+0
* Move GtkListBox g_autoptr macros to the class headerEmmanuele Bassi2015-11-101-0/+5
* listbox: Describe behavior change in GtkListBoxCreateWidgetFuncDavid King2015-08-121-0/+5
* GtkListBox: Make model binding introspectableMatthias Clasen2015-04-051-2/+2
* gtk: Fix various tiny typos in documentation commentsPhilip Withnall2015-02-181-0/+1
* gtklistbox: add bind_model()Lars Uebernickel2015-02-121-0/+20
* GtkListBox: fix up docsMatthias Clasen2014-08-161-5/+8
* GtkListBox: Add a GtkListBoxRow:selectable propertyMatthias Clasen2014-07-151-0/+7
* GtkListBox: Add an activatable property for rowsMatthias Clasen2014-07-131-0/+6
* list box: Cosmetic changesMatthias Clasen2014-04-061-31/+31
* listbox: Add multi-selection APIMatthias Clasen2014-04-061-3/+25
* docs: add Gtk*Class docsWilliam Jon McCann2014-01-201-0/+22
* Trivial typo fixMatthias Clasen2013-09-201-1/+1
* ListBox: Update docs of GtkListBoxUpdateHeaderFuncTimm Bäder2013-09-191-1/+1
* listbox: Set activate_signal on listboxrow classAlexander Larsson2013-09-101-1/+2
* listbox: Implement gtk_list_box_insert()Kalev Lember2013-08-081-0/+4
* Add gtk_list_box_prependPaolo Borelli2013-08-071-0/+3
* GtkListBox: Add a function for getting the index of a rowKalev Lember2013-07-041-0/+2
* listbox: Use new private model, remove priv pointerAlexander Larsson2013-07-021-6/+0
* GtkListBox: cosmeticsMatthias Clasen2013-06-151-31/+38
* GtkListBox: Add getter for activate_on_single_clickAlexander Larsson2013-06-131-0/+2
* GtkListBox: Rename reXXX to invalidate_XXXAlexander Larsson2013-06-131-3/+3
* GtkListBox: Add placeholder widget supportAlexander Larsson2013-06-131-0/+3
* GtkListBox: Rename separators to headersAlexander Larsson2013-06-131-12/+12
* GtkListBox: Remove refilter signalAlexander Larsson2013-06-131-1/+0
* GtkListBox: Add docsAlexander Larsson2013-06-131-3/+45
* GtkListBox: Remove add_to_scrolled()Alexander Larsson2013-06-131-3/+0
* Add GtkListBoxAlexander Larsson2013-06-131-0/+178