Menu

#15 Patch to add simple multi-line lables to Effects

Unstable (example)
closed
nobody
None
5
2023-09-20
2013-03-22
No

This simple patch adds multi-line text to the Effects buttons. It does not dynamically re-size the text when the effect button is re-sized, since the button size does not appear to be available in gtk 2.x. It bases the size on the original button set_size_request call.

Discussion

  • Brian Millham

    Brian Millham - 2013-03-22

    Add multi-line text

     
  • Stephen Fairchild

    I think you can put the button in an event box and monitor the resize event signal of that instead. Also pango.GlyphString().get_logical_widths() will I think help in calculating the right wrap width without hard coding constants that rely on fairly standard dpi and font settings.

     
  • Stephen Fairchild

    • status: open --> closed
    • Group: --> Unstable (example)
     

Log in to post a comment.