I have a GTK InfoBar that I'd like to show a fixed width message in,
but I can't figure out how to get at the contained text display widget
("get_content_area()" just gives me an HBox, and I'm not crazy about
hard-coding indices of undocumented components into my app).
Is there are robust way to do this?
— Jason