summaryrefslogtreecommitdiff
path: root/documentation/Fl_End.html
diff options
context:
space:
mode:
authorFabien Costantini <fabien@onepost.net>2008-10-14 22:12:25 +0000
committerFabien Costantini <fabien@onepost.net>2008-10-14 22:12:25 +0000
commit497afccb07164373e0de6639e754d7d691f1926f (patch)
tree449d0b92ceb05f39617fe8fc2876d16eecde7460 /documentation/Fl_End.html
parente08fffdfe08bbc9320e39a15d162b6501abd4925 (diff)
Doxygen pdf man: First version added in documentation/fltk.pdf, old doc removed, images, dox files moved to a new src directory.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6431 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Fl_End.html')
-rw-r--r--documentation/Fl_End.html45
1 files changed, 0 insertions, 45 deletions
diff --git a/documentation/Fl_End.html b/documentation/Fl_End.html
deleted file mode 100644
index 3a7f37bd3..000000000
--- a/documentation/Fl_End.html
+++ /dev/null
@@ -1,45 +0,0 @@
-<HTML>
-<HEAD>
- <TITLE>Fl_End</TITLE>
-</HEAD>
-<BODY>
-<!-- NEW PAGE -->
-<H2><A name=Fl_End>class Fl_End</A></H2>
-<HR>
-<H3>Class Hierarchy</H3>
-<UL>
-<PRE>
-<B>Fl_End</B>
-</PRE>
-</UL>
-<H3>Include Files</H3>
-<UL>
-<PRE>
-#include &lt;FL/Fl_Group.H&gt;
-</PRE>
-</UL>
-<H3>Description</H3>
-This is a dummy class that allows you to end a <A
-href=Fl_Group.html#Fl_Group>Fl_Group</A> in a constructor list of a
-class:
-<UL>
-<PRE>class MyClass {
- Fl_Group group;
- Fl_Button button_in_group;
- Fl_End end;
- Fl_Button button_outside_group;
- MyClass();
-};
-MyClass::MyClass() :
- group(10,10,100,100),
- button_in_group(20,20,60,30),
- end(),
- button_outside_group(10,120,60,30)
-{}</PRE>
-</UL>
-<H3>Methods</H3>
-<UL>
-<LI><A href=#Fl_End.Fl_End>Fl_End</A></LI>
-</UL>
-<H4><A name=Fl_End.Fl_End>Fl_End::Fl_End</A></H4>
- The constructor does <TT>Fl_Group::current()-&gt;end()</TT>. </BODY></HTML>