GTK2.Widget add_button(string button_text, int response_id)
Adds a button with the given text (or a stock button) and sets things up so that clicking the button will emit the "response" signal with the given response_id.