Hello All,

I'm working with the python bindings for elementary and can't figure out
how to use the mouse events.  I can get them to work with a slider, but
with the frame and anchor block I tried it is not.

    fr = elementary.Frame(win)
    fr.label_set('Frame')
    fr.size_hint_weight_set(1.0, 1.0)
    fr.size_hint_align_set(-1.0, -1.0)
    fr.on_mouse_move_add(print_event)
    tb.pack(fr, 0, 0, 1, 1)
    fr.show()

What am I missing?

Thanks,
digger

Attachment: signature.asc
Description: This is a digitally signed message part

------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to