Fixes for rendering of DateField in Table, Button event fixes

This commit is contained in:
Peter Schojer
2008-05-14 08:09:08 +00:00
parent 4e730ecc7e
commit 0d3e23167a
5 changed files with 85 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
//
// Button.h
//
// $Id: //poco/Main/WebWidgets/include/Poco/WebWidgets/Button.h#7 $
// $Id: //poco/Main/WebWidgets/include/Poco/WebWidgets/Button.h#8 $
//
// Library: WebWidgets
// Package: Controls
@@ -64,6 +64,9 @@ public:
Button(const std::string& name);
/// Creates a Button with the given name.
Button(const std::string& name, const std::string& lblTxt);
/// Creates a Button with the given name and lblTxt.
Button();
/// Creates an anonymous Button.