| 5385 "expose_event", |
5385 "expose_event", |
| 5386 G_CALLBACK (paint_headline_hbox), |
5386 G_CALLBACK (paint_headline_hbox), |
| 5387 NULL); |
5387 NULL); |
| 5388 gtk_widget_set_name(gtkblist->headline_hbox, "gtk-tooltips"); |
5388 gtk_widget_set_name(gtkblist->headline_hbox, "gtk-tooltips"); |
| 5389 |
5389 |
| 5390 gtkblist->headline_close = gtk_widget_render_icon(ebox, GTK_STOCK_CLOSE, HEADLINE_CLOSE_SIZE, NULL); |
5390 gtkblist->headline_close = gtk_widget_render_icon(ebox, GTK_STOCK_CLOSE, |
| |
5391 gtk_icon_size_from_name(PIDGIN_ICON_SIZE_TANGO_MICROSCOPIC), NULL); |
| 5391 gtkblist->hand_cursor = gdk_cursor_new (GDK_HAND2); |
5392 gtkblist->hand_cursor = gdk_cursor_new (GDK_HAND2); |
| 5392 gtkblist->arrow_cursor = gdk_cursor_new (GDK_LEFT_PTR); |
5393 gtkblist->arrow_cursor = gdk_cursor_new (GDK_LEFT_PTR); |
| 5393 |
5394 |
| 5394 g_signal_connect(G_OBJECT(ebox), "enter-notify-event", G_CALLBACK(headline_box_enter_cb), gtkblist); |
5395 g_signal_connect(G_OBJECT(ebox), "enter-notify-event", G_CALLBACK(headline_box_enter_cb), gtkblist); |
| 5395 g_signal_connect(G_OBJECT(ebox), "leave-notify-event", G_CALLBACK(headline_box_leave_cb), gtkblist); |
5396 g_signal_connect(G_OBJECT(ebox), "leave-notify-event", G_CALLBACK(headline_box_leave_cb), gtkblist); |