~ubuntu-branches/ubuntu/karmic/fltk1.1/karmic

« back to all changes in this revision

Viewing changes to documentation/Fl_Double_Window.html

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2005-05-22 13:57:06 UTC
  • mfrom: (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050522135706-mchag24yf42lu7bu
Tags: 1.1.6-5
* Revert previous change, which seems to have been ineffective for some
  reason, in favor of commenting out the problematic Makefile rule
  altogether.  (Closes: #310151.)
* debian/control: Go back to specifying the URL as part of the
  description rather than via a non-standard field that doesn't seem to
  have caught on.  (Closes: #310240.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
<LI><A href=#Fl_Double_Window.~Fl_Double_Window>~Fl_Double_Window</A></LI>
37
37
</UL>
38
38
<H4><A name=Fl_Double_Window.Fl_Double_Window>
 
39
Fl_Double_Window::Fl_Double_Window(int w, int h, const
 
40
char *label = 0)<br>
39
41
Fl_Double_Window::Fl_Double_Window(int x, int y, int w, int h, const
40
42
char *label = 0)</A></H4>
41
 
 Creates a new <TT>Fl_Double_Window</TT> widget using the given
42
 
position, size, and label (title) string.
 
43
<p>Creates a new <TT>Fl_Double_Window</TT> widget using the given
 
44
position, size, and label (title) string.</p>
43
45
<H4><A name=Fl_Double_Window.~Fl_Double_Window>virtual
44
46
Fl_Double_Window::~Fl_Double_Window()</A></H4>
45
47
 The destructor <I>also deletes all the children</I>. This allows a