summaryrefslogtreecommitdiff
path: root/gtk/gtkactiongroup.h
Commit message (Expand)AuthorAgeFilesLines
* gtk: Use const instead G_CONST_RETURNJavier Jardón2011-06-101-2/+2
* Remove gtktypeutils altogetherMatthias Clasen2011-01-041-1/+1
* gtkactiongroup: Unseal private pointerJavier Jardón2010-07-131-2/+1
* Migrate GtkActionGroup API docsTadej Borovšak2010-07-121-0/+51
* Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDESMichael Natterer2010-05-031-1/+1
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* gtk/gtkaccellabel.h gtk/gtkactiongroup.h gtk/gtkalignment.h gtk/gtkarrow.hMichael Natterer2008-06-201-1/+1
* Seal GtkActionGroupTim Janik2008-06-201-1/+1
* deprecate GtkDestroyNotify.Michael Natterer2008-06-181-1/+1
* whitespace cleanup: remove trailing whitespace and excess newlines andMichael Natterer2008-05-281-2/+2
* define __GTK_H_INSIDE__ around including all other headers.Michael Natterer2008-05-281-0/+5
* Move GtkTranslateFunc to gtktypeutils.h so we can completely deprecateJohan Dahlin2008-03-061-1/+1
* Mark as const.Matthias Clasen2004-11-231-1/+1
* Make return types G_CONST_RETURN instead of const.Matthias Clasen2004-11-091-1/+1
* Reinstate the accidentally lost addition ofMatthias Clasen2004-10-091-1/+2
* Make the the GtkAction{Toggle,Radio,}Entry* arguments to theMatthias Clasen2004-08-041-58/+56
* New function to translate a string with translate_func. (#135740)Matthias Clasen2004-05-061-0/+2
* Adjust to the new connect_proxy signals.Jody Goldberg2004-01-121-36/+54
* Remove the redundant name and stock_id parameters, adjust all callers.Matthias Clasen2004-01-071-4/+2
* add visible_horizontal, visible_vertical. (gtk_action_class_init) : here.Jody Goldberg2004-01-021-15/+21
* Add G_BEGIN_DECLS/G_END_DECLS to make these usable in C++. (#124351,Matthias Clasen2003-10-111-0/+3
* Add value parameter to allow setting the currently selected group memberMatthias Clasen2003-09-151-51/+66
* Change the XML format: <Root> element is replaced by <ui>, <menu> elementMatthias Clasen2003-08-271-16/+36
* Hooks for translation of label and tooltip in GtkActionGroupEntries.Matthias Clasen2003-08-241-0/+9
* Namespace the enum values properly. Sorry about the resize grip trouble,Matthias Clasen2003-08-241-3/+3
* A model-view separation for menus and toolbars, using the EggMenu code byMatthias Clasen2003-08-241-0/+109