I use gtk-rs to implement a little of UI for an AppIndicator application. I would like to make certain menu items in my appindicator menu bold, but I can't figure out how to go about it.
The menu item is initialized like so:
let foobar = gtk::MenuItem::with_label("Foobar");
What is the magic incantation to make that label bold?