wxWidgets / wxWidgets

Cross-Platform C++ GUI Library
https://www.wxwidgets.org/
5.77k stars 1.7k forks source link

Add CloseAll to DocView #5238

Closed wxtrac closed 2 years ago

wxtrac commented 22 years ago

Issue migrated from trac ticket # 5238

priority: normal

2001-12-22 10:47:08: magr created the issue


Hi,

this patch adds CloseAll-functionality to the DocView framework. For this, it adds a wxID_CLOSE_ALL define
to defs.h and some members to wxDocManager.

It looks rather ugly to add the wxID_CLOSE_ALL at the end of the current defines (it belongs after wxID_CLOSE I think), but this would modify all the other defines, which shouldn't be a problem (?).

Regards Markus Greither

wxtrac commented 22 years ago

2001-12-22 10:47:11: magr uploaded file docview2.patch (2.2 KiB)

wxtrac commented 22 years ago

2001-12-30 18:35:53: @vadz commented


your patch was applied to the cvs trunk, thanks!