Have you tried using gobject.emit?
Natan
On Mon, Jun 2, 2008 at 11:39 PM, Mitko Haralanov <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I sent this to the PyGTK list but I did not get any responses, so I am
> trying it here.
>
> My application uses a custom graphing widget (rtgraph)
> do display multiple
Hi,
I sent this to the PyGTK list but I did not get any responses, so I am
trying it here.
My application uses a custom graphing widget (rtgraph)
do display multiple graphs. The graphs are packed in a GtkTable, which
in turn is added to a notebook page.
The notebook has several pages each with
Tor Lillqvist wrote:
>> I have created some gtk exe's for win32 using gtk+ and mingw.What is the
>> correct way to package the exe with the required DLL's?
>
> That is to some degree a question of taste and personal opinion...
>
>> Should I just send out exe file with dll's from bin? Or are end
> No doubt you will get other replies telling you to do it in a
> completely different way... And no doubt some may think the above is
> ridiculously complicated. But remember, constructing an installer for
> [...]
> --tml
Hi Tor,
I was just thinking a bit about this topic myself. Your metho