RE: Is there any method to create a web interface from GTK+?

2010-11-09 Thread Juan Pablo L .
you can use Wt which is a c++ framework that lets you make web pages like coding GUI interfaces. have a look at it. http://www.webtoolkit.eu/wt > From: monch...@hotmail.com > To: gtk-app-devel-list@gnome.org > Subject: Is there any method to create a web interface from GTK+? > Date: Tue, 9 N

Is there any method to create a web interface from GTK+?

2010-11-09 Thread Monchai Lertsutthiwong
Hi All, I have created the GUI with GTK+ in C. However, what I want is to have a web interface by embedding the GUI into an html file. In this case, I can access the GUI via a web browser from anywhere. (1) Can I do that? If yes, how?  Giving me the link or example of codes  would be very hel

Using RTL variants of GTK_STOCK_* icons

2010-11-09 Thread James Morris
Hi, Is it possible to use an RTL variant of a stock icon (in an LTR language, without breaking RTL languages)? ta james ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Left gravity problem.

2010-11-09 Thread John Coppens
Hello people. I've made a small text editor, in which I want to insert markup. I used the GtkSourceView widget. If there is a selection, I want to insert tags around the selection, and I'd like to remain the selection as it was. As I understand, this means I have to define right_gravity to the le