Splitter Window Event Problem

Hi Greg,

Greg McClure wrote:

When I check the docs, EVT_SPLITTER_DCLICK is supposed to be a valid event
handler. What gives?

If you are using "from wxPython.wx import *" then all wxWidgets specific
stuff is preceeded by a wx, so try wxEVT_SPLITTER_DCLICK.

Regards
    Adi