Hello,

First of all, this should not be a problem with WIds because I am connecting to signals like activeWindowChanged(WId) without problems.

With PyKDE 3.11.3 (hand compiled) and kde 3.2.3 from Mandrake 10.1, I am trying to connect to the signal

void KWinModule::windowChanged ( WId id, const unsigned long * properties)

or at least the deprecated

 void KWinModule::windowChanged (WId id, unsigned int properties)

I have tried to connect with

SIGNAL("windowChanged(WId, unsigned long)")

SIGNAL("windowChanged(WId, const unsigned long*)")

SIGNAL("windowChanged(WId, unsigned int)")

with no success (RuntimeError: Signal has wrong argument types for slot)


What's happening? Thanks for any help,

--------
Maurizio Colucci
http://onefinger.sf.net

_______________________________________________
PyKDE mailing list    [EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to