gdk_window_set_keep_below

2007-07-03 Thread beginner.c
How can I ensure one window is above another when both are using gdk_window_set_keep_below Is it first in best dressed? -- View this message in context: http://www.nabble.com/gdk_window_set_keep_below-tf4021764.html#a11423048 Sent from the Gtk+ - Apps Dev mailing list archive at Nabble.com. _

Re: how to access the label of a menuitem ?

2007-07-03 Thread Gregory Hosler
Emmanuele Bassi wrote: > On Tue, 2007-07-03 at 23:53 +0800, Gregory Hosler wrote: >> Hi all, >> >> I have a gtk_menu_item_new_with_label() which is described as: >> >> Creates a new GtkMenuItem whose child is a GtkLabel. >> >> I would like to know how to access this child label (for the pur

Re: new window from button

2007-07-03 Thread brad smith
thanks for the list tip. I always forget. I will try what you have suggested. Take care, Brad On 7/3/07, Jonathan Winterflood <[EMAIL PROTECTED]> wrote: > You're welcome, > > You should probably ask Matias rather than me, it's his example :D > I guess you just forgot to add the list when you repli

Re: new window from button

2007-07-03 Thread Jonathan Winterflood
You're welcome, You should probably ask Matias rather than me, it's his example :D I guess you just forgot to add the list when you replied (reply to all works best..) Other than that, the popup doesn't clear the GtkWidget *cbwindow pointer, therefore a click after closing it will crash here : gt

Re: how to access the label of a menuitem ?

2007-07-03 Thread Emmanuele Bassi
On Tue, 2007-07-03 at 23:53 +0800, Gregory Hosler wrote: > Hi all, > > I have a gtk_menu_item_new_with_label() which is described as: > > Creates a new GtkMenuItem whose child is a GtkLabel. > > I would like to know how to access this child label (for the purpose of change > the label :)

how to access the label of a menuitem ?

2007-07-03 Thread Gregory Hosler
Hi all, I have a gtk_menu_item_new_with_label() which is described as: Creates a new GtkMenuItem whose child is a GtkLabel. I would like to know how to access this child label (for the purpose of change the label :) I've searched around, but the answer seems to elude me. I tried castin

Fwd: new window from button

2007-07-03 Thread Jonathan Winterflood
Ok, time to get back on the list Brad, here's the example Matias intended to show you (the mailing list ate the attachment it seems) This is how I compile test.c gcc -Wall `pkg-config --cflags gtk+-2.0` -o test test.c `pkg-config --libs gtk+-2.0` Cheers, Jonathan -- Forwarded message -

Re: shifting focus between multiple text entries.

2007-07-03 Thread Prateek . Mathur
I m using DirectFB.. Regards, Prateek Mathur The information contained in this mail is classified as ( ) L&T Infotech Proprietary ( ) L&T Infotech Confidential ( ) L&T Infotech Internal Use (x) L&T Infotech General Business "Jim George" <[EMAIL PROTECTED]> 07/03/2007 05:27 PM To "[EMA

Re: Draw event

2007-07-03 Thread Andrey Dubravin
I find that draw event goes from gtk_tree_view_scroll_to_cell function. (On main window were are GtkTreeView widget). When I comment this function - all works fine. Maybe this function add "draw" event with higher priority? Sorry for my bad English. -- Dubravin Andrey __

Re: shifting focus between multiple text entries.

2007-07-03 Thread Jim George
On 7/3/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi all, > i am working on an embeded application over the TI OMAP 2430 SDP > and new to GTK. > > i have a window with multiple text entries over it. > > In my application since we dont have a keboard but only a keypad over the > targ

error in compiling gtk+

2007-07-03 Thread saravanan
hi, i downloaded gtk+-2.10.13.tar.gz and tried to compile it. but it says the following error: /usr/local/lib/libpango-1.0.so /usr/local/lib/libcairo.so -lpng12 -lSM -lICE /usr/lib/libfontconfig.so /usr/lib/libfreetype.so -lz /usr/lib/libexpat.so -lXcursor -lXrender -lXext -lXfixes -lX11 /ho

Re: g_object_set / g_object_get and multi thread program

2007-07-03 Thread Tomasz Jankowski
Ok, maybe i'll ask i other way. In my object I have property, which describe current object status. This property is changed all the time by internal code, and whole object is locked for e few seconds by a couple of functions in my library. While object is locked by one this functions other thread

gtk_box_pack_start: assertion `GTK_IS_BOX (box)' failed

2007-07-03 Thread Divya yadav
Hello everyone.. I am trying the foolowing code but its giving warning saying.. Please where am I going wrong (:1344): Gtk-CRITICAL **: gtk_box_pack_start: assertion `GTK_IS_BOX (box)' failed (:1344): Gtk-CRITICAL **: gtk_box_pack_start: assertion `GTK_IS_BOX (box)' failed (:1344): Gtk-CRITIC