00001 // @(#)root/gpad:$Name: $:$Id: TAttFillCanvas.h,v 1.2 2003/03/05 07:16:07 brun Exp $ 00002 // Author: Rene Brun 04/07/96 00003 00004 /************************************************************************* 00005 * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. * 00006 * All rights reserved. * 00007 * * 00008 * For the licensing terms see $ROOTSYS/LICENSE. * 00009 * For the list of contributors see $ROOTSYS/README/CREDITS. * 00010 *************************************************************************/ 00011 00012 #ifndef ROOT_TAttFillCanvas 00013 #define ROOT_TAttFillCanvas 00014 00015 00017 // // 00018 // TAttFillCanvas // 00019 // // 00020 // A specialized dialog canvas to set fill attributes. // 00021 // // 00023 00024 #ifndef ROOT_TDialogCanvas 00025 #include "TDialogCanvas.h" 00026 #endif 00027 00028 class TAttFillCanvas : public TDialogCanvas { 00029 00030 public: 00031 TAttFillCanvas(); 00032 TAttFillCanvas(const char *name, const char *title, Int_t ww=400, Int_t wh=600); 00033 virtual ~TAttFillCanvas(); 00034 virtual void UpdateFillAttributes(Int_t col, Int_t sty); 00035 00036 ClassDef(TAttFillCanvas,0) //A specialized dialog canvas to set fill attributes. 00037 }; 00038 00039 #endif 00040
1.2.16