Re: Accessing running applications through a browser

2013-06-24 Thread carlo agrusti
Afaik, this id also the basic idea off new Samsung Tizen OS Il giorno 23/giu/2013 21:30, "Rena" ha scritto: > Just a crazy idea I had today... GTK now has an HTML5 backend, where as I > understand it it's possible to run an app as a "server", and instead of > seeing it in a window on the desktop,

Re: drawing in a for-loop

2005-02-25 Thread Carlo Agrusti
Ian Strascina ha scritto lo scorso 24/02/2005 23:18: OK, this is probably the stupidest post ever, but I need help drawing in a for-loop within a callback function... I've done this before, but for some reason, I'm not getting expose events to refresh my GtkDrawingArea... My code looks like thi

Re: how to cancel an event?

2005-03-19 Thread Carlo Agrusti
[EMAIL PROTECTED] ha scritto lo scorso 19/03/2005 16:03: Hi, please help me: for a special purpose, i want to ignore some events. For example, in my multiline text editor, the keys Key Up and Key Down must be ignored in some cases. I tried but failed. Thank you very much for replying. You have to

Re: Signals & Callbacks - Help!! Part 2

2005-07-09 Thread Carlo Agrusti
[EMAIL PROTECTED] ha scritto lo scorso 09/07/2005 02:28: Thank Yeti for your help, I really appreciate your input. However, due to my lack of experience on GTK+ I am afraid I would need something a bit more tangible. Could you please provide me with a example or point me to to a place where I cou

Re: should I use wxWidgets or is GTK+ enough?

2005-10-28 Thread Carlo Agrusti
bob self ha scritto lo scorso 27/10/2005 14:41: I write windows programs but would like to start making my apps cross-platform. Originally I thought that wxWidgets was the way to go, but I wanted to consider alternatives before I make the switch. Could I accomplish mostly the same thing by using

configure options and GTK+ cross-compilation

2006-01-12 Thread Carlo Agrusti
Hi all, I'm digging into documentation and mailing list archives in order to find an "elegant" solution to the following problem: how to build GTK+ with a standard (debian) --prefix=/usr and have them installed in a given path (e.g. /home/carlo/dev/gtk-build) but it seems there is no way to

Re: configure options and GTK+ cross-compilation

2006-01-12 Thread Carlo Agrusti
Hans Oesterholt-Dijkema ha scritto lo scorso 12/01/2006 18:16: Didn't autoconfig etc come with some INSTPATH or whatever which is prepended to PREFIX to be able to do: make install INSTPATH=/home/carlo/dev/gtk2, which would then install gtk into /home/carlo/dev/gtk/usr/... ? Many thanks fo

Re: configure failed however I do

2006-01-19 Thread Carlo Agrusti
Shibuya ha scritto lo scorso 18/01/2006 04:42: > My environment is SUSE Linux 9.2. I executed configure but it failed. 1. X > development libraries not exist error >X & KDE are already running on SUSE. So X exists! At least, X run-times (i.e. shared objects) exists, but this does not necessar

Re: Problem including glib.h

2006-03-18 Thread Carlo Agrusti
Randima Niroshini ha scritto lo scorso 18/03/2006 02:24: > Hi, > > I am trying to use glib under a Linux. glib is installed > under /usr/include/glib-2.0, however, when I' m trying to include glib.h in > my > program and do make, it gives an error as follows. "glib.h: No such file or > directo

Re: Problem including glib.h

2006-03-21 Thread Carlo Agrusti
Rick Jones ha scritto lo scorso 20/03/2006 19:20: >> Here is the answer to your question; what does a >> >> $ ls /usr/include/glib-2.0 >> >> command show? Having glib installed on your system does not necessarily >> mean that you have all includes and static libraries; for example - on a >> Debian

Re: Problem with GTK/GDK for Debian

2006-03-21 Thread Carlo Agrusti
Lalit Kumar ha scritto lo scorso 21/03/2006 13:01: > Hi All, > > I have one application that required GTK 1.2 . > > I am not able to find gtk for debian. > Can anybody tell me from where I can download gtk 1.2 for debian linux. $ apt-cache search gtk1.2 simple, isn't it? ;-)

Re: building GTK+ on ARM

2006-06-01 Thread Carlo Agrusti
Hiroki Kaminaga ha scritto lo scorso 01/06/2006 08:37: > Hi, > > I'm trying to build GTK+ for ARM architecture, my target board is > TI OMAP Starter Kit 5912 (OSK5912). > >>From the GTK+ FAQ, I built below package: > pkg-config > GNU make > JPEG, PNG, TIFF libraries > FreeType2 > fontconfig > (ic

Re: help with setting up GTK on Suse

2006-09-29 Thread Carlo Agrusti
Michael Cloran ha scritto lo scorso 29/09/2006 11:30: > Hello > I have Suse Enterprise Desktop 10 running and have installed GTK under KDE. > > when I run my program it includes > #include > which is in > opt/..foo.../gtk-2.0/gtk > > now the problem is when I compile > > gcc -gtk1.c -o gtk1 '

Re: gtkentry and return key

2006-11-03 Thread Carlo Agrusti
Mattias Gaertner ha scritto lo scorso 02/11/2006 02:35: > Hi all, > > The gtkentry emits an 'activate' signal when you press return in it. > Can this be deactivated, so that the key is not handled by the gtkentry? > I want to use a generic key function. > You can connect a callback to the insert

Re: Error in compiling GTK+

2004-02-23 Thread Carlo Agrusti
Kendl Tibor said the following on 20/02/04 17.08: Dear list members GTK team! I've tried to compile gtk+-3.2.3 source code from the tarball, 2.2.3? but the ./configure script halted with an error 'Pango.1.2.0 and Xft backend is required for x11 target'. Previously i've installed pango-1.3.2,

Re: [newbie]GtkTreeIter

2005-02-04 Thread Carlo Agrusti
Stefano Esposito ha scritto lo scorso 03/02/2005 21:48: Hi all, i'm a newbie, so... excuse me about this boring question :) using this code: ... GtkTreeIter *iter; GtkListStore *list; ... list = gtk_list_store_new(3, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING, -1); gtk_list_store_append(list, iter