From ac18bf760907d148490594a1a38dfa311978fcef Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 17 May 2007 15:52:15 +0000 Subject: Replaced '>' with '>' in the documentation where appropriate (STR# 1682, 1684, 1685) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5838 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Group.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/Fl_Group.html') diff --git a/documentation/Fl_Group.html b/documentation/Fl_Group.html index 14a0aedc2..ac19bb771 100644 --- a/documentation/Fl_Group.html +++ b/documentation/Fl_Group.html @@ -128,7 +128,7 @@ memory.

static Fl_Group *Fl_Group::current()
static void Fl_Group::current(Fl_Group *w)

current() returns the currently active group. The Fl_Widget - constructor automatically does current()->add(widget) if this is not null. + constructor automatically does current()->add(widget) if this is not null. To prevent new widgets from being added to a group, call Fl_Group::current(0).

void Fl_Group::begin()

begin() sets the current group so you can build the widget -- cgit v1.2.3