Re: Memory leak in gtk label?

2009-12-16 Thread J. Ali Harlow
On Thu, 17 Dec 2009 11:55 +0800, "Liu, Raymond" wrote: > Hi > > I am using valgrind to check my application, I found a lot of memory > leak issue related to GtkLabel or maybe pango staff. > > I write a small test case to make it simple: [snip] You need to destroy the toplevel wi

Re: help needed in pango_parse_markup()

2009-12-16 Thread Siddhesh Poyarekar
On Thu, Dec 17, 2009 at 10:33 AM, Alagunambi Welkin wrote: > before using pango_parse_markup(), ay_do_info() is printing the text > according to the font description and color but after > pango_parse_markup() it is not showing the formated text, it shows > just the simple text > Because that is w

help needed in pango_parse_markup()

2009-12-16 Thread Alagunambi Welkin
Hi, please point out my mistake. I am trying to add html tags to text and print them by using pango_parse_markup() here is my code http://debian.pastebin.com/m727194a4 before using pango_parse_markup(), ay_do_info() is printing the text according to the font description and color but after pang

Memory leak in gtk label?

2009-12-16 Thread Liu, Raymond
Hi I am using valgrind to check my application, I found a lot of memory leak issue related to GtkLabel or maybe pango staff. I write a small test case to make it simple: - #include void on_click(GtkButton *button, GtkWidget *textview) {

g_info ?

2009-12-16 Thread Aleksander Morgado
Hi all, This question showed up some time ago already, but got no response: http://www.mail-archive.com/gtk-list@gnome.org/msg25449.html So here it's again :-) Each log level has a corresponding macro, like g_debug and G_LOG_LEVEL_DEBUG; except for G_LOG_LEVEL_INFO: there is no such g_info() mac

round button

2009-12-16 Thread maxim maxim
How i can to create a round button in GTK+ in c code? ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list