Revision 31 src/grouplistdialog.c
| grouplistdialog.c (revision 31) | ||
|---|---|---|
| 1 | 1 |
/* |
| 2 | 2 |
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client |
| 3 |
* Copyright (C) 1999-2003 Hiroyuki Yamamoto
|
|
| 3 |
* Copyright (C) 1999-2005 Hiroyuki Yamamoto
|
|
| 4 | 4 |
* |
| 5 | 5 |
* This program is free software; you can redistribute it and/or modify |
| 6 | 6 |
* it under the terms of the GNU General Public License as published by |
| ... | ... | |
| 38 | 38 |
#include <gtk/gtkscrolledwindow.h> |
| 39 | 39 |
#include <gtk/gtkbutton.h> |
| 40 | 40 |
#include <gtk/gtkhbbox.h> |
| 41 |
#include <gtk/gtkstock.h> |
|
| 41 | 42 |
#include <string.h> |
| 42 | 43 |
#include <fnmatch.h> |
| 43 | 44 |
|
| ... | ... | |
| 241 | 242 |
status_label = gtk_label_new("");
|
| 242 | 243 |
gtk_box_pack_start(GTK_BOX(hbox), status_label, FALSE, FALSE, 0); |
| 243 | 244 |
|
| 244 |
gtkut_button_set_create(&confirm_area, |
|
| 245 |
&ok_button, _("OK"),
|
|
| 246 |
&cancel_button, _("Cancel"),
|
|
| 247 |
&refresh_button, _("Refresh"));
|
|
| 245 |
gtkut_stock_button_set_create(&confirm_area,
|
|
| 246 |
&ok_button, GTK_STOCK_OK,
|
|
| 247 |
&cancel_button, GTK_STOCK_CANCEL,
|
|
| 248 |
&refresh_button, GTK_STOCK_REFRESH);
|
|
| 248 | 249 |
gtk_container_add(GTK_CONTAINER(GTK_DIALOG(dialog)->action_area), |
| 249 | 250 |
confirm_area); |
| 250 | 251 |
gtk_widget_grab_default(ok_button); |
Also available in: Unified diff