Re: key press events and gtk_dialog_new_with_buttons()

2006-01-10 Thread Richard Gipps
I applied this function to the three entries but it only works on one of them (the first entry I apply it to). Note that I have tried them all on their own (by commenting out the other two) and they work fine. Any ideas? Thanks again, Richard. At 21:39 10/01/06, you wrote: On Tue, Jan 10, 2

How can u post message to an asynqueue

2006-01-10 Thread Suresh Stephen
Hello, I need to know this , i must push some data into a GasynQueue and i have pushed data into it using g_async_queue_push(gasyncqueue,(void*)data) from a different thread and this queue must be checked for any data and this i have done in the main thread using g_async_queue_try_pop(

Re: array of entry?

2006-01-10 Thread John Coppens
On Wed, 11 Jan 2006 00:18:40 -0300 Juan Pablo <[EMAIL PROTECTED]> wrote: > I made a GtkTable, but i should fill it with 75 gtk entry... those are > a lot of entrys!!! No, use a GtkTree(View)... you can simply enable editing in each entry. Check the GtkTreeView tutorial. John

Re: array of entry?

2006-01-10 Thread Juan Pablo
Tristan Van Berkom wrote: Juan Pablo wrote: Hi list! I have to make a window for emiting a ticket, this window needs five colums of gtk entry for the different things: code, description, amount, price and total. The number of rows may be fixed, there is no problem with that. My question i

Re: labels and dpi

2006-01-10 Thread Ronald Vincent Tarrant
Fernando Apesteguía wrote: Actually, I want my app behaves for example like the gnome font dialog. When I change dpi configuration, dialog, gnome panel and others, they expand their widths and heights to fit the text. Did you try it?. Maybe I'm missing some widget property to do this aut

Re: Re: Urgent need inf

2006-01-10 Thread Gravis Zero
umesh, i think you were giving me a Yahoo Messenger alias but im not sure as i dont have a yahoo account. after looking into documentation and writing a lengthy email with options, i just found this function called gdk_pixbuf_from_pixdata() which can use the existing pixel data without copying it

Re: Re: Urgent need inf

2006-01-10 Thread Matt Hull
i am not a qt expert just a newbie. but that is not a lot of ram. maybe test on another machine too. also, waht other processes are running. i am guessing and this might not help at all... matt On Tue, 10 Jan 2006, umesh wrote: > > Dear Gravis >first of all thanks a lot for ur help

labels and dpi

2006-01-10 Thread Fernando Apesteguía
2006/1/10, Ronald Vincent Tarrant <[EMAIL PROTECTED]>: > > Fernando Apesteguía wrote: > > >Yes but... in fact if I make a bigger label and the user changes dpi > again, > >I run into the same problem. My question is if this is fixable? Or can I > >only make bigger the label? > > > > > > > If you're

pack cells vertically

2006-01-10 Thread control H
Hi all, I've made some treeview and I want to pack some cellrenderers vertically into GtkCellLayout. Thus, I'm looking for some anologue of gtk_cell_layout_pack_end and friends, but in vertical direction. Is that possible? Or is it possible to merge two adjecent rows into one? I've also been tryi

Re: Re: Urgent need inf

2006-01-10 Thread umesh
Dear Gravis first of all thanks a lot for ur helping hand. Below I am giving u all the things: cpu speed = 2.4GHz (its pentium-4, 256 Ram) for this process the cpu consumed percentage is : 14% - 22%. I calculated this cpu consumption percentage by giving "top" comand. In that there

Re: labels and dpi

2006-01-10 Thread Liam R E Quin
On Tue, 2006-01-10 at 13:53 +0100, Fernando Apesteguía wrote: > Yes but... in fact if I make a bigger label and the user changes dpi again, > I run into the same problem. My question is if this is fixable? Or can I > only make bigger the label? It sounds like you are using a fixed x/y layout inste

(no subject)

2006-01-10 Thread Fernando Apesteguía
Yes, in fact, callback function does. You cand do something like: my_function(GtkWidget *mycontrol) Best regards!!! -- Forwarded message -- From: kalyani sathiyamoorthy <[EMAIL PROTECTED]> Date: 10-ene-2006 7:39 Subject: (no subject) To: gtk-app-devel-list@gnome.org is it possib

labels and dpi

2006-01-10 Thread Fernando Apesteguía
Yes but... in fact if I make a bigger label and the user changes dpi again, I run into the same problem. My question is if this is fixable? Or can I only make bigger the label? Thanks in advance -- Forwarded message -- From: Ronald Vincent Tarrant <[EMAIL PROTECTED]> Date: 10-ene-

Re: gtkmm and windows

2006-01-10 Thread Ronald Vincent Tarrant
Gezim Hoxha wrote: I'm under the impression that GTK+ programs work under windows as well, right? Like in GIMP's case. However I'm wondering if gtkmm program work under windows as well and how you would get them going? You can get more info here: www.gtkmm.org/docs/gtkmm-2.4/docs/tutoria

Re: Urgent need inf

2006-01-10 Thread Gravis Zero
> So can anybody suggest me any substitute functions for this to me which will > do less cpu utilization(with in 8). > To know the cpu utilization u only give the "top" comand in any terminal. > > Thanks n Regards > Umesh im confused by your measurement of processing power. please tell us how

Re: key press events and gtk_dialog_new_with_buttons()

2006-01-10 Thread Eduardo M KALINOWSKI
Richard Gipps wrote: > Yeti, > Thanks for your response. I tried your suggestion, but it > didn't seem to work. Note that I have three entry widgets in the > dialogue box and the cursor can be inside of any of them when I want > the enter key to act like the OK button. Would that make a

Re: key press events and gtk_dialog_new_with_buttons()

2006-01-10 Thread David Necas (Yeti)
On Tue, Jan 10, 2006 at 08:34:36PM +1100, Richard Gipps wrote: > Thanks for your response. I tried your suggestion, but it didn't > seem to work. Note that I have three entry widgets in the dialogue box and > the cursor can be inside of any of them when I want the enter key to act > li

Re: key press events and gtk_dialog_new_with_buttons()

2006-01-10 Thread Richard Gipps
Yeti, Thanks for your response. I tried your suggestion, but it didn't seem to work. Note that I have three entry widgets in the dialogue box and the cursor can be inside of any of them when I want the enter key to act like the OK button. Would that make any difference? Also note th

Re: key press events and gtk_dialog_new_with_buttons()

2006-01-10 Thread David Necas (Yeti)
On Tue, Jan 10, 2006 at 12:51:27PM +1100, [EMAIL PROTECTED] wrote: > I have created a dialogue window using gtk_dialogue_new_with_buttons (see > below) > and attached a callback function to the "response" event. > > gtk_dialog_new_with_buttons("Y-Axis Scales", > NULL,