From 2dacc9a1db09a72a46271e02fb2b329255e5bd47 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Mon, 9 May 2016 11:29:59 +0000 Subject: Fix documentation of Fl_Tile (STR #3303). Clarify that the resizable() box should be the first child to ensure correct event delivery to children. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11727 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Tile.H | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'FL') diff --git a/FL/Fl_Tile.H b/FL/Fl_Tile.H index f794a9c62..c5a8e1703 100644 --- a/FL/Fl_Tile.H +++ b/FL/Fl_Tile.H @@ -3,7 +3,7 @@ // // Tile header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2014 by Bill Spitzak and others. +// Copyright 1998-2016 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -28,10 +28,10 @@ class FL_EXPORT Fl_Tile : public Fl_Group { public: - int handle(int); - Fl_Tile(int X,int Y,int W,int H,const char*l=0); - void resize(int, int, int, int); - void position(int, int, int, int); + int handle(int event); + Fl_Tile(int X, int Y, int W, int H, const char *L=0); + void resize(int X, int Y, int W, int H); + void position(int oldx, int oldy, int newx, int newy); }; #endif -- cgit v1.2.3