On Fri, 9 Sep 2011 13:19:28 +0100 Chris Vine <[email protected]> wrote: [snip] > for fixed size maybe the easiest > thing is to write your text to a cairo pattern with cairo or > pango-cairo and paint that onto a Gdk::Window from a Gtk::DrawingArea
This assumes of course that the even simpler approach of putting a Gtk::Label into a Gtk::Fixed as the Gtk::Fixed's one and only child doesn't do what you want, so you need to customise it further. Chris _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
