Re: How to find replacements for deprecated functions

2016-11-30 Thread Erik de Castro Lopo
een deprecated? Erik -- ---------- Erik de Castro Lopo http://www.mega-nerd.com/ ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

How to find replacements for deprecated functions

2016-11-30 Thread Erik de Castro Lopo
on? Erik -- ------ Erik de Castro Lopo http://www.mega-nerd.com/ ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Valgrind and GTK libraries

2010-01-04 Thread Erik de Castro Lopo
. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Valgrind and GTK libraries

2010-01-04 Thread Erik de Castro Lopo
Dan Kegel wrote: Erik de Castro Lopo mle+...@mega-nerd.com wrote:  ==12528== 27,300 bytes in 175 blocks are still reachable in loss record 11,194 of 11,196  ==12528==    at 0x4024C1C: malloc (vg_replace_malloc.c:195)  ==12528==    by 0x4B342E3: g_malloc (gmem.c:131)  ==12528

Changing cursor in GtkTextView widget.

2006-04-19 Thread Erik de Castro Lopo
has been fully set up and shown? Cheers, Erik -- +---+ Erik de Castro Lopo +---+ Crap can work. Given enough thrust pigs will fly, but it's not necessary a good idea. -- Alexander

Re: Changing cursor in GtkTextView widget.

2006-04-19 Thread Erik de Castro Lopo
Erik de Castro Lopo wrote: Unfortunately, doing this after the top level call to gtk_widget_show_all () is a PITA and doing before fails because the call to gtk_text_view_get_window () returns NULL. While searching for something else I found a way to do this using g_signal_connect_after

Re: Help! how to install gtk?

2006-04-08 Thread Erik de Castro Lopo
-- +---+ Erik de Castro Lopo +---+ Web (hosting), security and high-performance computing are the three areas where Linux has more strength. -- Bob Muglia, senior VP in charge of Windows Server development. http://news.com.com/Microsoft+targets+Apache

GtkTextView : how many lines currently visible?

2006-04-06 Thread Erik de Castro Lopo
-- +---+ Erik de Castro Lopo +---+ Pastafarianism : http://www.venganza.org/ The intelligent alternative to 'Intelligent Design'. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http

Re: GtkTextView : how many lines currently visible?

2006-04-06 Thread Erik de Castro Lopo
Eduardo M KALINOWSKI wrote: Erik de Castro Lopo wrote: Hi all, I'm using a GtkTextView widget and I'd like to know things like: - How many lines are currently visible - What line in the GtkTextBuffer is the top visible line in the window. gtk_text_view_get_line_at_y