wxWidgets / wxWidgets

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

wxPerl notes for docview related classes #5711

Closed wxtrac closed 2 years ago

wxtrac commented 21 years ago

Issue migrated from trac ticket # 5711

component: documentation | priority: normal

2002-12-17 16:26:39: simonflack created the issue


The document/view framework has been added to wxPerl in version 0.12.

For the most part, the API is the same as documented in the wxWindows documentation. However, there are some subtle differences for some methods.

I'm quite new to latex, so I hope these patches conform ok.

It would be great if these changes could go in for 2.4, but it's probably not a major priority

Thanks

Simon Flack

wxtrac commented 21 years ago

2002-12-17 18:40:03: simonflack uploaded file wxperl_docview_UF.patch (3.1 KiB)

fixed & unified (doh)

wxtrac commented 21 years ago

2002-12-18 11:41:32: simonflack commented


Hi Mattia,

Please see file: wxperl_docview_UF.patch

Does that look ok? I'm not sure that the Wx::DocTemplate constructor is as clear as it could be.

Thanks

Simon

wxtrac commented 21 years ago

2002-12-28 14:45:48: @mbarbon commented


Thanks, applied! Mattia