Re: TextView problem on Win32

2006-03-13 Thread Jernej Simončič
On Mon, 13 Mar 2006 10:27:30 +0300, Andrew E. Makeev wrote: 3rd. Is there Gtk+-2.8 Win32 binary packages built for MinGW I could download and check the issue? ftp://ftp.gtk.org/pub/gtk/v2.8/win32/ -- Jernej Simončič http://deepthought.ena.si/ Contact address: jernej simoncic at isg si

Re: TextView problem on Win32

2006-03-13 Thread Tor Lillqvist
Andrew E. Makeev writes: Well, the problem is that we have only Gtk+-2.4 package built on Win32 platform. Why not download and install a newer one then? Could you, please, point on other changes (files) I should use to patch Gtk+-2.4 to fix that problem. I'm sorry, but I don't know

Re: TextView problem on Win32

2006-03-13 Thread Andrew E. Makeev
Tor Lillqvist wrote: Andrew E. Makeev writes: Well, the problem is that we have only Gtk+-2.4 package built on Win32 platform. Why not download and install a newer one then? Well, we have business application that runs both on Linux and Win32 platforms. We are using gtkmm-2.4. So, it

Re: TextView problem on Win32

2006-03-12 Thread Andrew E. Makeev
Tor Lillqvist wrote: Andrew E. Makeev writes: Gtk+-2.4.14 That's rather old. Your program behaves better when running against a current GTK+ 2.8. --tml Well, the problem is that we have only Gtk+-2.4 package built on Win32 platform. I've tried to merge changes between gtktextview.c/h

Re: TextView problem on Win32

2006-03-12 Thread Sven Neumann
Hi, Andrew E. Makeev [EMAIL PROTECTED] writes: Is there Gtk+-2.8 Win32 binary packages built for MinGW I could download and check the issue? From the usual place (http://gimp.org/win32/) ?! Sven ___ gtk-list mailing list gtk-list@gnome.org

TextView problem on Win32

2006-03-10 Thread Andrew E. Makeev
Good day. GtkTextView widget has redrawing problems on Win32 platform. Configuration: Gtk+-2.4.14, Windows XP professional, MinGW. See attached testcase and screenshot. Compilation string: gcc -mms-bitfields -o test Win32Textbuffer.c `pkg-config --cflags --libs gtk+2.0` Description.

TextView problem on Win32

2006-03-10 Thread Tor Lillqvist
Andrew E. Makeev writes: Gtk+-2.4.14 That's rather old. Your program behaves better when running against a current GTK+ 2.8. --tml ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list