// Name: src/gtk1/slider.cpp
// Purpose:
// Author: Robert Roebling
-// Id: $Id$
// Copyright: (c) 1998 Robert Roebling
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
win->HandleWindowEvent( event2 );
}
- wxCommandEvent cevent( wxEVT_COMMAND_SLIDER_UPDATED, win->GetId() );
+ wxCommandEvent cevent( wxEVT_SLIDER, win->GetId() );
cevent.SetEventObject( win );
cevent.SetInt( value );
win->HandleWindowEvent( cevent );