| 707 _("Left"), OPT_CHAT_SIDE_TAB, |
707 _("Left"), OPT_CHAT_SIDE_TAB, |
| 708 _("Right"), OPT_CHAT_SIDE_TAB | OPT_CHAT_BR_TAB, NULL); |
708 _("Right"), OPT_CHAT_SIDE_TAB | OPT_CHAT_BR_TAB, NULL); |
| 709 gtk_size_group_add_widget(sg, dd); |
709 gtk_size_group_add_widget(sg, dd); |
| 710 gaim_button(_("Show all c_hats in one tabbed window"), &chat_options, OPT_CHAT_ONE_WINDOW, |
710 gaim_button(_("Show all c_hats in one tabbed window"), &chat_options, OPT_CHAT_ONE_WINDOW, |
| 711 vbox); |
711 vbox); |
| 712 |
|
| 713 vbox = make_frame (ret, _("Buddy List Tabs")); |
|
| 714 dd = gaim_dropdown(vbox, _("Tab _placement:"), &blist_options, OPT_BLIST_BOTTOM_TAB, |
|
| 715 _("Top"), 0, |
|
| 716 _("Bottom"), OPT_BLIST_BOTTOM_TAB, NULL); |
|
| 717 gtk_size_group_add_widget(sg, dd); |
|
| 718 |
712 |
| 719 vbox = make_frame (ret, _("Tab Options")); |
713 vbox = make_frame (ret, _("Tab Options")); |
| 720 button = gaim_button(_("Show _close button on tabs."), &convo_options, OPT_CONVO_NO_X_ON_TAB, vbox); |
714 button = gaim_button(_("Show _close button on tabs."), &convo_options, OPT_CONVO_NO_X_ON_TAB, vbox); |
| 721 convo_options ^= OPT_CONVO_NO_X_ON_TAB; |
715 convo_options ^= OPT_CONVO_NO_X_ON_TAB; |
| 722 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON(button), !gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(button))); |
716 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON(button), !gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(button))); |