summaryrefslogtreecommitdiff
path: root/gtk/gtkactiongroup.h
Commit message (Expand)AuthorAgeFilesLines
* 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