Committing in .
setup.h_vms : synching with setup.h.in gtk1/gauge.h : gtk1 has no native wxGauge::Pulse so it has to inherit it from wxGaugeBase (just like i.e. wxMOTIF) Modified Files: wxWidgets/setup.h_vms wxWidgets/include/wx/gtk1/gauge.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41484 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -34,7 +34,7 @@ extern WXDLLIMPEXP_CORE const wxChar wxGaugeNameStr[];
|
||||
// wxGaugeBox
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
class WXDLLIMPEXP_CORE wxGauge: public wxControl
|
||||
class WXDLLIMPEXP_CORE wxGauge: public wxGaugeBase
|
||||
{
|
||||
public:
|
||||
wxGauge() { Init(); }
|
||||
|
Reference in New Issue
Block a user