Skip to content

Commit

Permalink
Doc fixes/additions.
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7470 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
erco77 committed Apr 8, 2010
1 parent f899c38 commit 63b746f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FL/Fl_Menu_.H
Expand Up @@ -52,7 +52,7 @@ class FL_EXPORT Fl_Menu_ : public Fl_Widget {

protected:

uchar alloc;
uchar alloc; // flag indicates if menu_ is a dynamic copy (=1) or not (=0)
uchar down_box_;
Fl_Font textfont_;
Fl_Fontsize textsize_;
Expand Down
2 changes: 1 addition & 1 deletion src/Fl_Menu_.cxx
Expand Up @@ -275,7 +275,7 @@ int Fl_Menu_::size() const {
Sets the menu array pointer directly. If the old menu is private it is
deleted. NULL is allowed and acts the same as a zero-length
menu. If you try to modify the array (with add(), replace(), or
delete()) a private copy is automatically done.
remove()) a private copy is automatically done.
*/
void Fl_Menu_::menu(const Fl_Menu_Item* m) {
clear();
Expand Down

0 comments on commit 63b746f

Please sign in to comment.