Error showing widgets from a thread

2006-07-10 Thread Frank Loemker
Hello, I have a problem where some widgets do not show up after a gtk_widget_show() in a second thread. Below is a small test case. In the main program a notebook with two pages is created. On the second page is a scrolled window with a viewport, a vbox, and a button. In a second thread a second

Re: Error showing widgets from a thread

2006-07-10 Thread Frank Loemker
Hello, On Mon, Jul 10, 2006 at 03:33:57PM +0200, Armin Burgmeier wrote: > > I have a problem where some widgets do not show up after a > > gtk_widget_show() in a second thread. Below is a small test case. > > > > In the main program a notebook with two pages is created. On the second > > page is

Re: Performance change from X in Fedora Core 4 to Fedora Core 5

2006-07-10 Thread Clemens Eisserer
Hi Owen, > It's very likely that the speedup here is simply due to variations as > to what gets put into video memory and what into system memory. I talked to nvidia driver developers about this issue and they told me that this is the case (I also saw a lot of time spent in malloc routines). This

Re: Error showing widgets from a thread

2006-07-10 Thread Tristan Van Berkom
Frank Loemker wrote: [...] > But if I switch to the second page after the button was created and then > wait some seconds (to be sure that any idle handler finished), the button > requisition and allocation are: > requisition = {width = 0, height = 0} > allocation = {x = -1, y = -1, width =

in gtkEntry how we can set the cursor

2006-07-10 Thread cnu_sree
in gtkEntry how we can set the cursor.after setting the cursor how we can visible that cursor.iam new to GTK please help me. sree. -- View this message in context: http://www.nabble.com/in-gtkEntry--how-we-can-set-the-cursor-tf1917938.html#a5250461 Sent from the Gtk+ - General forum at Nabble.c

welcome to AppsFromScratch

2006-07-10 Thread Sergei Steshenko
__ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com Hello All, have you ever wanted to install a new library, but were afraid to do so because this could break things ? Or you wanted to insta

Re: Performance change from X in Fedora Core 4 to Fedora Core 5

2006-07-10 Thread Michael Ekstrand
On Jul 10, 2006, at 9:27 AM, Clemens Eisserer wrote: > Thats why I would be really interrested about results on ATI chips > (open and proprietary drivers) as well as onboard gpus. If you let me know what you want measured and how to measure it, I can try to get you some results from a Radeon 980

Pango-1.13.3 released [unstable]

2006-07-10 Thread Behdad Esfahbod
Pango-1.13.3 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.11/ or http://download.gnome.org/sources/pango/1.13/ 9441c965bbf50d637a3e8016c628ee7e pango-1.13.3.tar.bz2 6f968aa797c1770e86c6641a2baccfc5 pango-1.13.3.tar.gz This is a development release leading up to Pango-1.1

hi how we can set cursor in GtkEntry

2006-07-10 Thread cnu_sree
hi! my problem i have one GtkEntry and twoGtkButttons say 1and 2.if we type the button corresponding number will display in textentry.it is work well but the cursor is not visble. how can i make cusor visible. sree -- View this message in context: http://www.nabble.com/hi-how-we-can-set-cursor-