$button = Gtk2::Button->new; $label = Gtk2::Label->new; $label->set_markup ('Hi, this rocks'); $button->add ($label);