add_button
Description:
[
CCode ( cname =
"xapp_icon_chooser_dialog_add_button" ) ]
public void add_button (
Widget button,
PackType packing,
ResponseType response_id)
Allows a button to be added to the ActionBar of the dialog with a custom
response id.
Parameters:
| this |
an IconChooserDialog
|
| button |
a Button to add
|
| packing |
the PackType to specify start or end packing to the action bar
|
| response_id |
the dialog response id to return when this button is clicked.
|