abhishek
abhishek

Reputation: 11

How to Identify Dynamically created window/buttons in wxpython?

I am creating a series of buttons(Or windows) etc on RUN time.

Now how do i identify when user clicks on these buttons?

Upvotes: 0

Views: 80

Answers (1)

abhishek
abhishek

Reputation: 11

HI,

I did an R&D on wx.Event(GetEventObject) and found out that i can get object details. SO i solved my problem using this.

Upvotes: 1

Related Questions