A renderer ain't nothing but a class :)

GtkCellRenderer — An object for rendering a single cell GtkCellEditable — Interface for widgets that can be used for editing c +ells GtkCellRendererAccel — Renders a keyboard accelerator in a cell GtkCellRendererCombo — Renders a combobox in a cell GtkCellRendererPixbuf — Renders a pixbuf in a cell GtkCellRendererProgress — Renders numbers as progress bars GtkCellRendererSpin — Renders a spin button in a cell GtkCellRendererText — Renders text in a cell GtkCellRendererToggle — Renders a toggle button in a cell GtkCellRendererSpinner — Renders a spinning animation in a cell

https://developer.gnome.org/gtk3/stable/GtkCellRenderer.html

https://github.com/GNOME/gtk/blob/mainline/gtk/gtkcellrendererpixbuf.c

https://github.com/GNOME/gtk/blob/mainline/gtk/gtkcellrenderertext.c

this suggests the approach could work even though its not common custom gtk3 cellrenderer

https://stackoverflow.com/questions/14998298/how-to-write-custom-gtk-cellrenderer-in-python-and-gtk-3


In reply to Re: Gtk3::SimpleList create personal type with 2 cells in same column by Anonymous Monk
in thread Gtk3::SimpleList create personal type with 2 cells in same column by hanspr

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.