| 1645 gtk_container_add(GTK_CONTAINER(status_box->toggle_button), status_box->hbox); |
1645 gtk_container_add(GTK_CONTAINER(status_box->toggle_button), status_box->hbox); |
| 1646 gtk_box_pack_start(GTK_BOX(status_box->hbox), status_box->cell_view, TRUE, TRUE, 0); |
1646 gtk_box_pack_start(GTK_BOX(status_box->hbox), status_box->cell_view, TRUE, TRUE, 0); |
| 1647 gtk_box_pack_start(GTK_BOX(status_box->hbox), status_box->vsep, FALSE, FALSE, 0); |
1647 gtk_box_pack_start(GTK_BOX(status_box->hbox), status_box->vsep, FALSE, FALSE, 0); |
| 1648 gtk_box_pack_start(GTK_BOX(status_box->hbox), status_box->arrow, FALSE, FALSE, 0); |
1648 gtk_box_pack_start(GTK_BOX(status_box->hbox), status_box->arrow, FALSE, FALSE, 0); |
| 1649 gtk_widget_show_all(status_box->toggle_button); |
1649 gtk_widget_show_all(status_box->toggle_button); |
| 1650 gtk_button_set_focus_on_click(GTK_BUTTON(status_box->toggle_button), FALSE); |
1650 gtk_widget_set_focus_on_click(status_box->toggle_button, FALSE); |
| 1651 |
1651 |
| 1652 text_rend = gtk_cell_renderer_text_new(); |
1652 text_rend = gtk_cell_renderer_text_new(); |
| 1653 icon_rend = gtk_cell_renderer_pixbuf_new(); |
1653 icon_rend = gtk_cell_renderer_pixbuf_new(); |
| 1654 emblem_rend = gtk_cell_renderer_pixbuf_new(); |
1654 emblem_rend = gtk_cell_renderer_pixbuf_new(); |
| 1655 status_box->popup_window = gtk_window_new (GTK_WINDOW_POPUP); |
1655 status_box->popup_window = gtk_window_new (GTK_WINDOW_POPUP); |