Re: Simulated keypress window focus

2005-02-20 Thread Antonio Gomes
Hi are you trying to demostrate your tool running or to reproduce some GUI tests automatically ?! If yes , tell me ... there are differents way of to get best results ... "else", forgot it ;) Best regards On Wed, 16 Feb 2005 10:59:30 +, John Cupitt <[EMAIL PROTECTED]> wrote: > On Wed, 1

How to draw a tilted ellipse in gtk drawing area?

2005-02-20 Thread roronoa zorro
Hello there: Does anybody know how to draw a tilted ellipse using gdk_draw_arc? It seems that the default behavior only draws ellipse with long-axis on horizontal or vertical axis. Thanks for any help! regards Guo _ 与联机的朋友进行交流,请使用 M

Re: GnomeCanvas and keyboard focus

2005-02-20 Thread Roger Leigh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Roger Leigh <[EMAIL PROTECTED]> writes: > This might sound a little vague, but I'm having problems with my > canvas widget grabbing keyboard focus. The canvas is packed into a > derived GtkTable which is packed into a GtkNotebook. If I click on > th

re: How to "drag a line" in drawing area?

2005-02-20 Thread Michael J. Hammel
On Sun, 20 Feb 2005 05:42:45 +0800 roronoa zorro wrote: > Does anybody know how to implement a drag-line function with drawing area? > What i want is to draw a line from the start point to the current point in > motion_notify_event. However, if i add the draw method in > motion_notify_event it w

Re: A custom CellRenderer

2005-02-20 Thread Wilson Freitas
--- Erwan Loisant <[EMAIL PROTECTED]> escreveu: > I had a look at Muine's source code but it is a mix > of C and C# with > no comments, maybe not the easiest way to do it. I > guess I have to > subclass CellRenderer but I did not find > documentation about that > (documentation I found were about

A bug in Gtk+?

2005-02-20 Thread Zeeshan Ali
Hello, In a gtk+ app of mine, i was facing strange dead-locks problems. I was astonished to see that just removing the call to gdk_threads_init, the problems vanished. I am attaching a sample test program that re-produces the same problem. It seems more like a bug in the gtk+ rather than my logi

Re: have you seen my widgets?

2005-02-20 Thread Iago Rubio
On Sun, 2005-02-20 at 11:39, handsome greg wrote: > ok, let me just say that i'm "getting by" by doing things the way i > am, but im more interested in the Right Way (tm) to do things > according to gtk. say i have a window with a vbox with a notebook > with a page with a frame with a vbox with a

keyboard shortcuts

2005-02-20 Thread Gyözö Both
hi, i think there was a thread about this before but i didn't see the matter resolved. is there a way to add keyboard shortcuts to a gtk app without having signals involved? i'd like to have a function that's called (with information on the key that's been pressed) whenever a shortcut has been us

have you seen my widgets?

2005-02-20 Thread handsome greg
ok, let me just say that i'm "getting by" by doing things the way i am, but im more interested in the Right Way (tm) to do things according to gtk. say i have a window with a vbox with a notebook with a page with a frame with a vbox with a combobox. in my main window's vbox, i also have packed a