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
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
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
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