Re: can't get enter_notify_event to work

2007-03-24 Thread Gian Mario Tagliaretti
2007/3/23, Karl H. Beckers <[EMAIL PROTECTED]>: > gtk_widget_set_sensitive (GTK_WIDGET (gtk_frame_right), FALSE); from a quick look I would guess that your problem seats here, if the window is insensitive you won't have your events fired. cheers -- Gian Mario Tagliaretti ___

Re: About flash(*.swf) in gtk

2007-03-24 Thread Alan Lake
I accomplished this in Ruby by downloading ruby-gnome2 which includes gtkmozembed. This allows you to embed the Gecko engine in your application. I had to use Firefox to download the Flash plugin, but then the sample program that comes with ruby-gnome2 rendered www.visualxtreme.com/flash.html

Re: Move decorationless window with mouse

2007-03-24 Thread 3saul
Thanks for the response. I had this in mind also. But how would I detect the movements of the mouse and where to place the window? Michael Ekstrand wrote: > > On Wed, 2007-03-21 at 16:11 -0700, 3saul wrote: >> ...from a widget in the window. Is this possible? Can I do something like >> simulat

Question About GtK Application DevelopMent

2007-03-24 Thread [EMAIL PROTECTED]
Hi All . i Doveloping an application using GTK+- 2.0 . on Red hat . and i have some problems. can any body help me.. i have few Question Regarding GTK. 1) Can i I insert a checkBox in GtkCtree. the Contents of the tree will be filled within a thread function. 2) How i want to Do some task

Re: Question About GtK Application DevelopMent

2007-03-24 Thread Yeti
On Sat, Mar 24, 2007 at 05:50:39AM -0400, [EMAIL PROTECTED] wrote: > > i Doveloping an application using GTK+- 2.0 . on Red hat . and i have some > problems. > can any body help me.. i have few Question Regarding GTK. If you program with Gtk+2, do *NOT* use GtkCTree, use GtkTreeView instead. G

Re: can't get enter_notify_event to work

2007-03-24 Thread Karl H. Beckers
Am Samstag, den 24.03.2007, 11:09 +0100 schrieb Gian Mario Tagliaretti: > 2007/3/23, Karl H. Beckers <[EMAIL PROTECTED]>: > > > gtk_widget_set_sensitive (GTK_WIDGET (gtk_frame_right), FALSE); > > from a quick look I would guess that your problem seats here, if the > window is insensitive