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