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
___
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
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
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
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
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