summaryrefslogtreecommitdiff
path: root/src/Fl_Menu_.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2009-09-27 11:39:02 +0000
committerMatthias Melcher <fltk@matthiasm.com>2009-09-27 11:39:02 +0000
commita735162e981a57d629dd7fe460328dbc36287996 (patch)
tree0713b04452746bcac5253a7e51b69e6713b2efb3 /src/Fl_Menu_.cxx
parentbc063e345f3d1f872dc2290433362752db88fa17 (diff)
Starting to consolidate all bits used in Fl_Widget::flags_
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6904 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Menu_.cxx')
-rw-r--r--src/Fl_Menu_.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Fl_Menu_.cxx b/src/Fl_Menu_.cxx
index 19abef626..5213d6886 100644
--- a/src/Fl_Menu_.cxx
+++ b/src/Fl_Menu_.cxx
@@ -172,11 +172,11 @@ void Fl_Menu_Item::setonly() {
}
}
-Fl_Menu_::Fl_Menu_(int X,int Y,int W,int H,const char* l)
/**
- Creates a new Fl_Menu_ widget using the given position, size,
- and label string. menu() is initialized to null.
-*/
+ Creates a new Fl_Menu_ widget using the given position, size,
+ and label string. menu() is initialized to null.
+ */
+Fl_Menu_::Fl_Menu_(int X,int Y,int W,int H,const char* l)
: Fl_Widget(X,Y,W,H,l) {
set_flag(SHORTCUT_LABEL);
box(FL_UP_BOX);