comparison src/gtkblist.c @ 11894:4bdb7f142020

[gaim-migrate @ 14185] draw an incredibly faint line between buddies in tooltips committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sat, 29 Oct 2005 18:25:26 +0000
parents 31d3cdab1690
children 589f290eb8cd
comparison
equal deleted inserted replaced
11893:85c0aece7be9 11894:4bdb7f142020
2063 #endif 2063 #endif
2064 2064
2065 gtk_paint_layout (style, gtkblist->tipwindow->window, GTK_STATE_NORMAL, FALSE, 2065 gtk_paint_layout (style, gtkblist->tipwindow->window, GTK_STATE_NORMAL, FALSE,
2066 NULL, gtkblist->tipwindow, "tooltip", 38 + 4, current_height + 4, td->layout); 2066 NULL, gtkblist->tipwindow, "tooltip", 38 + 4, current_height + 4, td->layout);
2067 2067
2068 if(l->next)
2069 gtk_paint_hline(style, gtkblist->tipwindow->window, GTK_STATE_NORMAL, NULL, NULL, NULL, 4, max_width - 4, td->height);
2070
2068 current_height += td->height; 2071 current_height += td->height;
2069 } 2072 }
2070 } 2073 }
2071 2074
2072 static void gaim_gtk_blist_tooltip_destroy() 2075 static void gaim_gtk_blist_tooltip_destroy()