summaryrefslogtreecommitdiff
path: root/gtk/gtkaction.h
Commit message (Expand)AuthorAgeFilesLines
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* gtk: Use const instead G_CONST_RETURNJavier Jardón2011-06-101-7/+7
* Add padding to class structsMatthias Clasen2010-10-191-0/+1
* gtkaction: unseal private pointerJavier Jardón2010-07-131-2/+1
* Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDESMichael Natterer2010-05-031-1/+1
* Remove deprecated GtkAction functionsJavier Jardón2010-05-031-12/+0
* Add gtk_action_[sg]et_always_show_image()Christian Persch2009-11-271-0/+3
* i Bug 560228 – Add "action-controller" property to GtkWidgetClassMatthias Clasen2009-01-231-8/+17
* Add setters and getters for GtkAction properties, in preparation for bugMatthias Clasen2009-01-211-0/+29
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* gtk/gtkaction.h gtk/gtkbuildable.h gtk/gtkbuilderprivate.hMichael Natterer2008-06-231-1/+0
* Seal priv pointer in GtkAction.Tim Janik2008-06-201-1/+1
* whitespace cleanup: remove trailing whitespace and excess newlines andMichael Natterer2008-05-281-1/+1
* define __GTK_H_INSIDE__ around including all other headers.Michael Natterer2008-05-281-0/+5
* Rename get_submenu() to create_menu(); rename gtk_action_get_submenu() toEmmanuele Bassi2007-03-161-7/+7
* Add GtkActionClass::get_submenu() vfunc: actions providing a menu item orEmmanuele Bassi2007-03-151-1/+3
* New function to get the action for a proxy. (#326288)Matthias Clasen2006-01-091-0/+1
* Fix actiongroup-action interaction that relied on actions connecting toMatthias Clasen2006-01-071-1/+5
* gtk/gtk.symbols new function to get an action's accel_closure (FixesMichael Natterer2005-06-101-0/+1
* Mark as const.Matthias Clasen2004-11-231-1/+1
* Make return types G_CONST_RETURN instead of const.Matthias Clasen2004-11-091-1/+2
* Fix #150738, Tomislav Jonjic.Matthias Clasen2004-08-221-1/+1
* Add setters for the ::sensitive and ::visible properties of GtkAction.Matthias Clasen2004-08-121-0/+4
* Adjust to the new connect_proxy signals.Jody Goldberg2004-01-121-0/+4
* Add creation functions for actions.Matthias Clasen2004-01-071-0/+4
* Fix the behaviour of insensitive actions, which was broken whenMatthias Clasen2003-12-191-0/+2
* Add G_BEGIN_DECLS/G_END_DECLS to make these usable in C++. (#124351,Matthias Clasen2003-10-111-0/+3
* Install accelerators on actions, not on proxies, support accelerator-onlyMatthias Clasen2003-09-171-21/+22
* Apply egtk-format-protos. Doc tweaks.Matthias Clasen2003-09-151-19/+20
* A model-view separation for menus and toolbars, using the EggMenu code byMatthias Clasen2003-08-241-0/+107