summaryrefslogtreecommitdiffstats
path: root/tksao/panner/pannertrue.h
blob: f01895584e3f1879f804626d980e7e13605759e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Copyright (C) 1999-2017
// Smithsonian Astrophysical Observatory, Cambridge, MA, USA
// For conditions of distribution and use, see copyright notice in "copyright"

#ifndef __pannertrue_h__
#define __pannertrue_h__

#include "panner.h"

class PannerTrueColor : public Panner {
private:
  void clearPixmap();

public:
  PannerTrueColor(Tcl_Interp*, Tk_Canvas, Tk_Item*);
};

#endif