summaryrefslogtreecommitdiff
path: root/gtk/gtkinfobar.h
Commit message (Collapse)AuthorAgeFilesLines
* Add an optional close button to the info barWilliam Jon McCann2013-07-241-0/+6
| | | | | | | | This adds gtk_info_bar_{get,set}_show_close_button. Similar to the one for the search bar. This can replace Cancel buttons. https://bugzilla.gnome.org/show_bug.cgi?id=704274
* Add annotations to gtk headersMatthias Clasen2013-05-051-0/+13
| | | | Add annotations to all exported functions in GTK+ headers.
* Move single-include guards inside include guardsMatthias Clasen2012-12-281-3/+3
| | | | | | gcc has optimizations for include guards that only work if they are outermost in the the header. https://bugzilla.gnome.org/show_bug.cgi?id=689810
* Change FSF AddressJavier Jardón2012-02-271-3/+1
|
* GtkInfoBar: derive from GtkBox, not GtkHBoxMatthias Clasen2011-06-071-3/+3
|
* Add padding to class structsMatthias Clasen2010-10-191-2/+0
|
* Add single-include guardMichael Natterer2009-07-091-0/+4
|
* Add a message area widgetMatthias Clasen2009-06-051-0/+116
It is called GtkInfoBar. See bug 555344.