print-colors-preview-dialog.h revision cd21e1bc3fdd406ffb31c1db0bb9ac984999f222
/** @file
* @brief Print Colors Preview dialog
*/
/* Authors:
* Felipe CorrĂȘa da Silva Sanches <juca@members.fsf.org>
*
* Copyright (C) 2009 Authors
* Released under GNU GPLv2 (or later). Read the file 'COPYING' for more information.
*/
#include "verbs.h"
#include <gtkmm.h>
static PrintColorsPreviewDialog &getInstance()
{ return *new PrintColorsPreviewDialog(); }
void toggle_cyan();
void toggle_magenta();
void toggle_yellow();
void toggle_black();
};
} // namespace Dialog
} // namespace UI
} // namespace Inkscape
#endif //#ifndef INKSCAPE_UI_PRINT_COLORS_PREVIEW_H