Project

General

Profile

Actions

Bug #1964

closed

WBorderLayout Documentation - Enum Namespace is Wrong

Added by Anonymous almost 11 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
06/09/2013
Due date:
% Done:

0%

Estimated time:

Description

src/Wt/WBorderLayout, lines 41-43:

  • layout->addWidget(new Wt::WText("West-side is best"), Wt::West);
  • layout->addWidget(new Wt::WText("East-side is best"), Wt::East);
  • layout->addWidget(contents, Wt::Center);

should be:

  • layout->addWidget(new Wt::WText("West-side is best"), WBorderLayout::West);
  • layout->addWidget(new Wt::WText("East-side is best"), WBorderLayout::East);
  • layout->addWidget(contents, WBorderLayout::Center);
Actions #1

Updated by Koen Deforche almost 11 years ago

  • Status changed from New to Resolved
  • Assignee set to Koen Deforche
  • Target version set to 3.3.1

Hey,

Thanks for catching this. A fix is on its way.

Regards,

koen

Actions #2

Updated by Koen Deforche over 10 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF