Rich Text Editor

2010-06-24 Thread Adam Chrapkowski
Hello I'm looking for an example of formated text editor (something like WordPad on Windows - of course may be much simpler) using GTK+. It does not have to base on a rich text format. GtkTextView is very useful but it has a problem when I format some text and place the caret on the end of the for

Gtk Errors

2010-05-31 Thread Adam Chrapkowski
Is it possible to redirect a Gtk Error reporting to a callback function? I would like to combine Gtk errors, warnings and asserts (unrecoverable errors) with exceptions in programming language which I use. ___ gtk-app-devel-list mailing list gtk-app-de

Re: Good view on windows

2010-05-25 Thread Adam Chrapkowski
> "wimp" is the internal slightly silly name for the theme engine that > implements the ms-windows theme. So you just need to have a file > etc/gtk-2.0/gtkrc in your gtk+ installation with the single line: > > gtk-theme-name = "MS-Windows" > > If you want some better than default theme on Windows

Re: Good view on windows

2010-05-25 Thread Adam Chrapkowski
On Tue, 2010-05-25 at 19:14 +0300, Tor Lillqvist wrote: (I don't know why you point out "redistributable", by definition GTK+ > is always "redistributable" as that is what its license requires.) Of course you are right. I meant runtime, my fault. When I have written the 'redistributable' I meant ab

Good view on windows

2010-05-25 Thread Adam Chrapkowski
Hi I have written a GTK+ based application and I need to redistribute it on Windows (I'm Ubuntu user). Is it possible to run the application on Windows without installing GTK+ redistributable package? I guess yes. And the second one. Is it possible to use GTK+ themes by the same way, without instal