summaryrefslogtreecommitdiff
path: root/gtk/gtkradiobutton.c
Commit message (Expand)AuthorAgeFilesLines
* Move destroy signal to GtkWidgetJavier Jardón2010-09-261-9/+6
* API: Rename gtk_cairo_paint_*() to gtk_paint_*()Benjamin Otte2010-09-261-2/+2
* API: checkbutton: Port to draw vfuncBenjamin Otte2010-09-261-24/+14
* radiobutton: Remove redundant is_drawable() checkBenjamin Otte2010-09-261-60/+56
* Tons of transfer annotationsMatthias Clasen2010-09-211-14/+17
* Add some element-type annotations to gtk apisMatthias Clasen2010-09-171-2/+2
* add gtk_radio_button_join_group method for bindingsJohn (J5) Palmieri2010-09-071-0/+55
* Use GtkFooPrivate instead GtkFooPrivJavier Jardón2010-08-271-8/+8
* gtk/gtkradiobutton.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-14/+26
* GtkRadioButton: Move public members to private structureJavier Jardón2010-07-131-38/+54
* Use GtkBin accessorsJavier Jardón2010-07-131-1/+1
* Use accessor functions to acces GtkContainerJavier Jardón2010-07-131-5/+8
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-5/+0
* Move documentation to inline comments: GtkRadioButtonJavier Jardón2010-05-201-1/+126
* Don't use GTK_WIDGET_STATE in internal code anymoreJavier Jardón2010-03-091-2/+2
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)Javier Jardón2010-03-061-1/+1
* Deprecate widget flag: GTK_WIDGET_MAPPEDJavier Jardón2010-03-031-2/+2
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_RECEIVES_DEFAULT)Javier Jardón2010-03-011-1/+1
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-1/+1
* Deprecate widget flag: GTK_WIDGET_IS_SENSITIVEJavier Jardón2010-03-011-3/+3
* Deprecate widget flag: GTK_WIDGET_DRAWABLEJavier Jardón2010-03-011-2/+3
* [annotations] Add allow-noneJohan Dahlin2010-02-191-1/+1
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-0/+12
* Don't focus unmapped radio buttonsOwen Taylor2009-09-181-2/+2
* gtk/gtkclist.c gtk/gtkcontainer.c gtk/gtkfilechooserbutton.cMichael Natterer2008-08-071-3/+2
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* applied patch to improve variable names, by Olivier Delhomme, #451527.Tim Janik2007-06-271-10/+10
* Revert previous commit; the API is not yet finalized - see bug #166995.Emmanuele Bassi2007-06-041-146/+2
* Add gtk_radio_button_set_value(), gtk_radio_button_get_current_value() andEmmanuele Bassi2007-06-031-2/+146
* Fix typoMatthias Clasen2007-06-031-1/+1
* Fixed a warning from g_object_set (radiobutton, "group", NULL, NULL).Tristan Van Berkom2007-02-281-2/+5
* Avoid a compiler warning. (#395045, Chris Wilson)Matthias Clasen2007-01-141-3/+5
* don't use gtk_widget_keynav_failed(). Instead, look atMichael Natterer2006-11-161-8/+16
* Add new infrastructure for notifications of failed keyboard navigation andMichael Natterer2006-11-161-1/+16
* CleanupsMatthias Clasen2006-10-081-2/+2
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-36/+4
* Emit notify::active here, when changing the value of this property.Matthias Clasen2006-02-221-2/+6
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-4/+0
* Intern some more strings.Matthias Clasen2005-09-011-2/+2
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Don't grab focus to unrealized widgets. (#302240, Philip Langdale)Matthias Clasen2005-04-291-2/+2
* Add a "group" property like the one found in radio buttons.Matthias Clasen2005-04-031-1/+2
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-2/+5
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-1/+2
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Improve various translatable messages.Dafydd Harries2004-07-231-1/+1