Project

General

Profile

Old wt3 Widgets gallery

Added by Johann Peters almost 6 years ago

Hi,

how do I access the old wt3 widgets gallery?

The current widgets gallery under webtoolkit.eu/widgets/ shows different (wt4?) stuff that I can't use in my project.

e.g.

Old:

Wt::WTable *table = new Wt::WTable();

New:

auto table = cpp14::make_unique();


Replies (2)

RE: Old wt3 Widgets gallery - Added by Roel Standaert almost 6 years ago

The old widget gallery isn't deployed, but you can always run it yourself. It's one of the included examples, in examples/widgetgallery.

RE: Old wt3 Widgets gallery - Added by Johann Peters almost 6 years ago

Thank you! That is what I was looking for.

    (1-2/2)