From 681e6ae9460864e9dca10aa19495f2f94a326f8d Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sat, 15 Dec 2007 16:42:00 +0000 Subject: Add clip_children() method (STR #1844) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5993 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Group.html | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'documentation') diff --git a/documentation/Fl_Group.html b/documentation/Fl_Group.html index 1dab3a2f0..45dd288ce 100644 --- a/documentation/Fl_Group.html +++ b/documentation/Fl_Group.html @@ -39,18 +39,19 @@ behavior.
  • Fl_Group
  • ~Fl_Group
  • add
  • +
  • add_resizable
  • @@ -94,6 +95,16 @@ memory recursively.

    href='#Fl_Group.remove'>remove() method in that it affects all child widgets and deletes them from memory.

    +

    void Fl_Group::clip_children(int c);
    +int Fl_Group::clip_children();

    + +The first method controls whether the group widget clips the drawing of +child widgets to its bounding box. + +

    The second method returns the current clipping mode. + +

    The default is to not clip (0) the drawing of child widgets. +

    void Fl_Group::init_sizes()

    The Fl_Group widget keeps track of the original widget sizes and -- cgit v1.2.3