summaryrefslogtreecommitdiff
path: root/gtk/gtkinfobar.c
Commit message (Expand)AuthorAgeFilesLines
...
* Init the InfoBar message_type to GTK_MESSAGE_OTHERPaolo Borelli2012-02-241-0/+5
* docs: Make infobar code example use GtkGrid instead of GtkTableBenjamin Otte2011-09-291-5/+3
* Silence a warningMatthias Clasen2011-06-161-3/+5
* info_bar: call style_updated at the end of info_bar_initJosé Aliste2011-06-161-0/+1
* More include cleanupsMatthias Clasen2011-06-071-1/+1
* GtkInfoBar: derive from GtkBox, not GtkHBoxMatthias Clasen2011-06-071-1/+2
* Always chain up in ::style-updatedMatthias Clasen2011-02-071-0/+2
* State that _add_button functions return a "#GtkButton widget"Christian Dywan2011-01-261-1/+1
* Silence new gcc warningsMatthias Clasen2011-01-231-10/+2
* Remove gtktypeutils altogetherMatthias Clasen2011-01-041-0/+1
* Drop explicit includes of gdkkeysyms.hMatthias Clasen2011-01-041-1/+0
* Make GtkInfoBar use GtkStyleContextCarlos Garnacho2010-12-141-119/+27
* Revert "docs: Reinstate pixbufs section in GDK docs"Benjamin Otte2010-12-091-7/+57
* docs: Reinstate pixbufs section in GDK docsBenjamin Otte2010-12-091-57/+7
* Rewrite GtkInfoBar color handling to bypass GtkStyleMatthias Clasen2010-12-041-20/+29
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-10-311-1/+1
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-1/+1
* Use gtk_button_box_new() instead gtk_[v|h]_button_box_new()Javier Jardón2010-10-301-1/+1
* API: Rename gtk_cairo_paint_*() to gtk_paint_*()Benjamin Otte2010-09-261-1/+1
* infobar: Port to draw vfuncBenjamin Otte2010-09-261-15/+12
* Tons of transfer annotationsMatthias Clasen2010-09-211-3/+3
* GDK: Prefix key names with KEY_Colin Walters2010-09-081-1/+1
* gtk/gtkinfobar.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-8/+9
* GtkInfoBar: use private pointer instead GET_PRIV() macroJavier Jardón2010-07-131-18/+10
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-6/+0
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_DEFAULT)Javier Jardón2010-03-021-1/+1
* Clarify the docs for gtk_info_bar_set_default_responseMatthias Clasen2010-02-231-0/+3
* [annotations] Add allow-noneJohan Dahlin2010-02-191-1/+1
* Fix some compilation warningJavier Jardón2009-10-211-0/+5
* Fix redraw issues in GtkInfoBarMatthias Clasen2009-07-061-2/+3
* Bug 586691 – Better GtkInfoBar defaultsDavid Zeuthen2009-06-251-70/+63
* Use g_return_val_if_fail instead of g_return_if_failVincent Untz2009-06-161-3/+3
* Properly export gtk_info_bar_responseMatthias Clasen2009-06-151-1/+1
* Update docs to match actual APIMatthias Clasen2009-06-081-2/+3
* Add a message area widgetMatthias Clasen2009-06-051-0/+1262