Mercurial > pidgin
comparison src/dialogs.c @ 3319:3a05fcb133c4
[gaim-migrate @ 3337]
No UI for this (yet)... but plugins can use it.
committer: Tailor Script <tailor@pidgin.im>
| author | Sean Egan <seanegan@gmail.com> |
|---|---|
| date | Sun, 16 Jun 2002 20:03:31 +0000 |
| parents | 5456065a16a8 |
| children | 26130b6a04db |
comparison
equal
deleted
inserted
replaced
| 3318:26311f474ef7 | 3319:3a05fcb133c4 |
|---|---|
| 4283 gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE); | 4283 gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE); |
| 4284 | 4284 |
| 4285 button_box = gtk_hbox_new(FALSE, 0); | 4285 button_box = gtk_hbox_new(FALSE, 0); |
| 4286 gtk_container_add(GTK_CONTAINER(button), button_box); | 4286 gtk_container_add(GTK_CONTAINER(button), button_box); |
| 4287 | 4287 |
| 4288 button_box_2 = gtk_vbox_new(FALSE, 0); | 4288 button_box_2 = gtk_vbox_new(TRUE, 0); |
| 4289 | 4289 |
| 4290 gtk_box_pack_start(GTK_BOX(button_box), button_box_2, TRUE, TRUE, 0); | 4290 gtk_box_pack_start(GTK_BOX(button_box), button_box_2, FALSE, FALSE, 0); |
| 4291 gtk_widget_show(button_box_2); | 4291 gtk_widget_show(button_box_2); |
| 4292 gtk_widget_show(button_box); | 4292 gtk_widget_show(button_box); |
| 4293 if (dispstyle == 2 || dispstyle == 0) { | 4293 if (dispstyle == 2 || dispstyle == 0) { |
| 4294 pm = gdk_pixmap_create_from_xpm_d(window->window, &mask, NULL, xpm); | 4294 pm = gdk_pixmap_create_from_xpm_d(window->window, &mask, NULL, xpm); |
| 4295 pixmap = gtk_pixmap_new(pm, mask); | 4295 pixmap = gtk_pixmap_new(pm, mask); |
