Mercurial > pidgin
comparison src/dialogs.c @ 593:37dd78318a2e
[gaim-migrate @ 603]
Wagii
committer: Tailor Script <tailor@pidgin.im>
| author | Rob Flynn <gaim@robflynn.com> |
|---|---|
| date | Thu, 03 Aug 2000 08:54:41 +0000 |
| parents | a0d68eab359a |
| children | 3fd5311a3894 |
comparison
equal
deleted
inserted
replaced
| 592:7c75d69a1129 | 593:37dd78318a2e |
|---|---|
| 3520 if (display_options & OPT_DISP_COOL_LOOK) | 3520 if (display_options & OPT_DISP_COOL_LOOK) |
| 3521 gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE); | 3521 gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE); |
| 3522 | 3522 |
| 3523 gtk_widget_show(button); | 3523 gtk_widget_show(button); |
| 3524 | 3524 |
| 3525 gtk_widget_set_usize(button, 80, 30); | |
| 3525 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 5); | 3526 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 5); |
| 3526 | 3527 |
| 3527 /* End of our create button code */ | 3528 /* End of our create button code */ |
| 3528 | 3529 |
| 3529 /* create cancel button */ | 3530 /* create cancel button */ |
| 3545 gtk_container_add(GTK_CONTAINER(button), button_box); | 3546 gtk_container_add(GTK_CONTAINER(button), button_box); |
| 3546 | 3547 |
| 3547 if (display_options & OPT_DISP_COOL_LOOK) | 3548 if (display_options & OPT_DISP_COOL_LOOK) |
| 3548 gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE); | 3549 gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE); |
| 3549 | 3550 |
| 3551 | |
| 3550 gtk_widget_show(button); | 3552 gtk_widget_show(button); |
| 3551 | 3553 gtk_widget_set_usize(button, 80, 30); |
| 3552 gtk_box_pack_end(GTK_BOX(hbox), button, FALSE, FALSE, 5); | 3554 gtk_box_pack_end(GTK_BOX(hbox), button, FALSE, FALSE, 5); |
| 3553 | 3555 |
| 3554 /* End of our cancel button code */ | 3556 /* End of our cancel button code */ |
| 3555 | 3557 |
| 3556 /* Checkbox for showing away msg */ | 3558 /* Checkbox for showing away msg */ |
