Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
GTK2
GTK2.Dialog

Method GTK2.Dialog()->add_button()


Method add_button

GTK2.Widget add_button(string button_text, int response_id)

Description

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.