mirror of https://github.com/fltk/fltk
STR #1319: added missing '#' in Fl_Clock_Output
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5193 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
4f38c2c1c9
commit
d625425d96
|
@ -25,12 +25,12 @@ To display the current time, use <TT><A href=Fl_Clock.html#Fl_Clock>Fl_Clock</A>
|
|||
instead.</P>
|
||||
<H3>Methods</H3>
|
||||
<UL>
|
||||
<LI><A href=Fl_Clock_Output.Fl_Clock_Output>Fl_Clock_Output</A></LI>
|
||||
<LI><A href=Fl_Clock_Output.~Fl_Clock_Output>~Fl_Clock_Output</A></LI>
|
||||
<LI><A href=Fl_Clock_Output.hour>hour</A></LI>
|
||||
<LI><A href=Fl_Clock_Output.minute>minute</A></LI>
|
||||
<LI><A href=Fl_Clock_Output.second>second</A></LI>
|
||||
<LI><A href=Fl_Clock_Output.value>value</A></LI>
|
||||
<LI><A href=#Fl_Clock_Output.Fl_Clock_Output>Fl_Clock_Output</A></LI>
|
||||
<LI><A href=#Fl_Clock_Output.~Fl_Clock_Output>~Fl_Clock_Output</A></LI>
|
||||
<LI><A href=#Fl_Clock_Output.hour>hour</A></LI>
|
||||
<LI><A href=#Fl_Clock_Output.minute>minute</A></LI>
|
||||
<LI><A href=#Fl_Clock_Output.second>second</A></LI>
|
||||
<LI><A href=#Fl_Clock_Output.value>value</A></LI>
|
||||
</UL>
|
||||
<H4><A name=Fl_Clock_Output.Fl_Clock_Output>Fl_Clock_Output::Fl_Clock_Output(int x, int y, int w,
|
||||
int h, const char *label = 0)</A></H4>
|
||||
|
|
Loading…
Reference in New Issue