swatches.h revision 16913de2f49631167eb0547e4cf3161195a3d3d6
/** @file
* @brief Color swatches dialog
*/
/* Authors:
* Jon A. Cruz
*
* Copyright (C) 2005 Jon A. Cruz
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#ifndef SEEN_DIALOGS_SWATCHES_H
#define SEEN_DIALOGS_SWATCHES_H
#include <gtkmm/textview.h>
/**
* A panel that displays paint swatches.
*/
{
virtual ~SwatchesPanel();
static SwatchesPanel& getInstance();
virtual void _updateFromSelection();
int _currentIndex;
};
} //namespace Dialogs
} //namespace UI
} //namespace Inkscape
#endif // SEEN_SWATCHES_H
/*
Local Variables:
mode:c++
c-file-style:"stroustrup"
c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
indent-tabs-mode:nil
fill-column:99
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :