Skip to content

Instantly share code, notes, and snippets.

@c0r0n3r
Created April 3, 2013 21:24
Show Gist options
  • Save c0r0n3r/5305462 to your computer and use it in GitHub Desktop.
Save c0r0n3r/5305462 to your computer and use it in GitHub Desktop.
GtkWidget*
gtk_dialog_add_button (GtkDialog *dialog,
const gchar *button_text,
gint response_id);
void
gtk_dialog_add_buttons (GtkDialog *dialog,
const gchar *first_button_text,
...);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment