Skip to content
  • Kristian Rietveld's avatar
    Make toggle cell renderer follow insensitive state of widget · 4f219692
    Kristian Rietveld authored
    Likewise to other cell renderers, GtkCellRendererToggle now properly
    follows the insensitive state of the widget requesting rendering.  It
    does this by checking the state of the widget pointer, not by using
    GtkCellRendererFlags (there exists an insensitive flags).  Later on, I
    think we should move to using GtkCellRendererFlags and not the state of
    the widget requesting rendering.  Patch merged from maemo-gtk.
    4f219692