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

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,

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

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

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

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

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

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

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

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 (iconv was in

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 gtk/gtk.h 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_text

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 hyperhac...@gmail.com 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

Re: Glade and dialogs

2005-02-23 Thread Carlo Agrusti
[ A b h i s h e k ] ha scritto lo scorso 23/02/2005 06:55: hey guys, i am using Glade 2.0 in which i have created a Gnome window as well as a Gnome dialog box. So now when i click on some menu option i would like to display this dialog box. I dont know how to implement this without getting into

Re: A bug in Gtk+? (+ OT suff)

2005-02-23 Thread Carlo Agrusti
Zeeshan Ali ha scritto lo scorso 23/02/2005 10:31: [...] Yep, in a software of mine that is for ATM machines. You mean to ask why i am using both the GMainLoop and gtk_main* in the same software, right? At one hand i dont want to bring in gtk+ (glib only) into the card-reader interfacing module

Re: Setting ComboBox Uneditable

2005-02-24 Thread Carlo Agrusti
Andy Grebe ha scritto lo scorso 22/02/2005 13:44: Hi, I'm trying to make the combo box uneditable. It looks like it would have a GtkEntry as part of the struct, but I can't seem to find it in the header to set that uneditable. GtkComboBox *does not* have an editable entry, so there is no need

Re: Any way to disable window decorations (including X button)?

2005-06-08 Thread Carlo Agrusti
Paul Santa Maria ha scritto lo scorso 08/06/2005 19:09: Hi - I'm implementing a kiosk-style application in GTK+, and it's important to *disable* window resize, minimize, maximize, etc. Is there any way to simply remove window decorations (especially the X close button) from a GTK+ window?

Re: gtkfilechooser buttons

2005-06-17 Thread Carlo Agrusti
Gyz Both ha scritto lo scorso 17/06/2005 16:49: You can consider using a dinamically generated filechooser, instead of a statically generated one (i.e. that created by Glade) by means of gtk_file_chooser_dialog_new; in this way, you can select a GTK_FILE_CHOOSER_ACTION_OPEN behaviour or a

Re: GTK themes on windows

2005-06-20 Thread Carlo Agrusti
Deekshit M ha scritto lo scorso 19/06/2005 20:17: Hi all, I wanted to know how do I add a theme to the windows application, that I am am developing on windows. I could see that, when I change the theme using theme-selector applictaion, the theme for the GTK-demos get changed. But not for my

Re: gtk embedded

2005-07-14 Thread Carlo Agrusti
Jirka Pirko ha scritto lo scorso 14/07/2005 06:39: hi i want to use gtk on intel xscale - is it better to use gtk on tinyx or a framebuffer (directfb) ? single graphical application is enought for me, so i can use framebuffer - but it's badly supported :/ thanx for any suggestions I

Re: programming practices with regard to gtk and networking

2006-01-26 Thread Carlo Agrusti
Ken Nagorski ha scritto lo scorso 25/01/2006 19:23: Hi there, I just started working with GTK. I have a some background with C which means I can do OK but when it comes to working with the two together it gets harder... My question is really this. I have a very simple IM program that I

Re: acces to a member of the principal widget

2006-03-28 Thread Carlo Agrusti
Jerome Le Saux ha scritto lo scorso 27/03/2006 18:02: Hi, I looked for days my error, and I found it ;). in a menu bar I add item. This item open an gtk_file_chooser_dialog. In the callback of my main I give as argument the pointer of my mani widget pWindow. But how can I access to my

Re: gtk_button_set_label ERROR

2006-04-06 Thread Carlo Agrusti
3saul ha scritto lo scorso 06/04/2006 12:45: [...] gboolean Func_Get_Time_Date() { memset( x, '\0', 150 * sizeof *x ); I'm pretty sure there are better ways to treat a gchar array ;-) char *p; GtkWidget *button1 = 0; Here you are defining a (NULL) GtkWidget*

Re: gtk_button_set_label ERROR

2006-04-06 Thread Carlo Agrusti
3saul ha scritto lo scorso 06/04/2006 13:07: [...] I still get the same error. This thread has become a mad race of crazy messages; please, consider the following: 1. Quote properly when answering to a message 2. Subscribe to gtk-app-devel-list and use your preferred mail client, instead

Re: Recording widget motion

2006-09-07 Thread Carlo Agrusti
Samuel Cormier-Iijima ha scritto lo scorso 07/09/2006 05:02: Hi everyone, I have a GtkAdjustment and HScale and I'd like to be able to record and playback the user's movement. To clarify: a user should be able to push a record button, after which he can drag the Scale widget however he

Re: Glade GUI: changing mechanism

2006-10-31 Thread Carlo Agrusti
[EMAIL PROTECTED] ha scritto lo scorso 24/10/2006 14:44: On Tue, Oct 24, 2006 at 02:39:32PM +0200, Philippe Bertin wrote: [...] Let me indeed do that. I wonder why nobody ever came up with the concern I have; am I that much of a security freak ? FWIW, I'll miss the C code generation

Re: How to set application icon

2006-11-23 Thread Carlo Agrusti
[EMAIL PROTECTED] ha scritto lo scorso 23/11/2006 12:25: Hi, i guess this must be a faq, so shame on me. How do I set the application icon (the little thingie some window managers show on the upper-left of teh app windows and on a task bar when iconified?) I already do: