summaryrefslogtreecommitdiff
path: root/src/Fl_Input.cxx
diff options
context:
space:
mode:
authorFabien Costantini <fabien@onepost.net>2008-09-15 11:10:51 +0000
committerFabien Costantini <fabien@onepost.net>2008-09-15 11:10:51 +0000
commit8701883e54d4e7e842d4cb27c17019c03cd33f55 (patch)
treeef86259413498fce96df97ea1decedc7e30515a6 /src/Fl_Input.cxx
parentb9ca1333769f87c029430a9d14a7a9937d400f93 (diff)
Doxygen documentation WP9 Done.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6251 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Input.cxx')
-rw-r--r--src/Fl_Input.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Fl_Input.cxx b/src/Fl_Input.cxx
index ba10c0694..15eee0d14 100644
--- a/src/Fl_Input.cxx
+++ b/src/Fl_Input.cxx
@@ -465,6 +465,10 @@ int Fl_Input::handle(int event) {
w()-Fl::box_dw(b), h()-Fl::box_dh(b));
}
+/**
+ Creates a new Fl_Input widget using the given position, size,
+ and label string. The default boxtype is FL_DOWN_BOX.
+*/
Fl_Input::Fl_Input(int X, int Y, int W, int H, const char *l)
: Fl_Input_(X, Y, W, H, l) {
}