Re: A bug in Gtk+?

2005-02-23 Thread Olexiy Avramchenko
Zeeshan Ali wrote: Hello, On Tue, 22 Feb 2005 15:22:50 +0100, Stefan Kost [EMAIL PROTECTED] wrote: Are you sure? Yeah I am sure and thats why i suspect that it may be pointing to a bug in gtk+. Why don't you try it youself? Shouldn't take 15 mins. :) Hi :) When you create main loop with

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: A bug in Gtk+?

2005-02-23 Thread Olexiy Avramchenko
Zeeshan Ali wrote: You may call it a nessecity of my laziness :) Sure, L:) Laziness is great power and the reason of why there're so many programming tools and libs avalaible. BTW, you can debug deadlocks with gdb. You just need to attach it to running process. 1. Compile program with '-g'

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

2005-02-23 Thread Zeeshan Ali
Hello, Please, forgive my OT question, but I'm going to start a gtk+ project involving the use of a smart card reader and I'd very happy to know your suggestions about linux supported hardware. Welcome to the gang! Sorry to dissappoint you but I too am very new to all this. So far i've

On GtkTreeModelFilters

2005-02-23 Thread Denis
Hi ! Again a question on treemodels : I saw that the GtkTreeModelFilters where introduced in gtk 2.4 but is documented only in 2.6 Does this mean that the feature should be considered as experimental in 2.4 ? or can I rely on it ? Thank you by advance for your help, Denis

Re: On GtkTreeModelFilters

2005-02-23 Thread Stefan Kost
Hi Denis, for me it works fine in gtk-2.4.X. Stefan Hi ! Again a question on treemodels : I saw that the GtkTreeModelFilters where introduced in gtk 2.4 but is documented only in 2.6 Does this mean that the feature should be considered as experimental in 2.4 ? or can I rely on it ? Thank you

GTK app with no keyboard/mouse

2005-02-23 Thread Mike Rosenlof
Hello, I'm starting design work on an application which will run on a system with no keyboard or mouse. I'm not an experienced GTK programmer, I'm very experienced in embedded systems development FWIW. This system will have a display, and a remote control device. I'm planning on a separate

Re: Auto Scrolling Text

2005-02-23 Thread Harring Figueiredo
--- Andrew Gatt [EMAIL PROTECTED] wrote: Hi, Does anyone know how to create a text widget, that if you set text wider than the widget it will automatically scroll the text held in the buffer? Or point me in the right direction of an example? Thanks Andrew gFTP has this feature on

Re: A bug in Gtk+?

2005-02-23 Thread Owen Taylor
On Wed, 2005-02-23 at 14:31 +0500, Zeeshan Ali wrote: Hello, On Wed, 23 Feb 2005 10:12:07 +0200, Olexiy Avramchenko [EMAIL PROTECTED] wrote: When you create main loop with NULL as context parameter, main loop gets shared default context. Before you create your main loop, default context

notebook widget like in Firefox

2005-02-23 Thread Khiraly
Dear List, I'm developing an application in which I'd like the windows to be able to be grouped on tabs, exactly like Firefox does. I've looked into the notebook widget, and it would meet my expectations - but I cannot place an X (close) button on the right side of the tabs (one X overall, no

Re: GTK app with no keyboard/mouse

2005-02-23 Thread Marc Santhoff
Am Mi, den 23.02.2005 schrieb Mike Rosenlof um 21:23: Hello, I'm starting design work on an application which will run on a system with no keyboard or mouse. I'm not an experienced GTK programmer, I'm very experienced in embedded systems development FWIW. This system will have a

can't compile pango - problem with glib-mkenums?

2005-02-23 Thread Dan Nicholson
I'm trying to compile pango-1.4.1, but immediately get build errors when it calls glib-mkenums. I just build glib-2.4.8 and make check passed all tests. Disabling Xft didn't change anything, but I don't think that's an issue. By the way, I've been compiling with CFLAGS=-mcpu=v9 -O2 since I'm

Re: chaining OBJECT_new() functions?

2005-02-23 Thread Havoc Pennington
On Sun, 2005-02-20 at 10:53 +, Roger Leigh wrote: Sorry, I meant construction /properties/ (properties created with G_PARAM_CONSTRUCT), which are passed to g_object_new() for object initialisation. My understanding (which may be wrong) is that doing anything else in a new() function