glyphs.h revision 687c58e5e2c896982c30ec73d4f8bb742051f308
/**
* Glyph selector dialog.
*/
/* Authors:
* Jon A. Cruz
*
* Copyright (C) 2010 Jon A. Cruz
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#ifndef SEEN_DIALOGS_GLYPHS_H
#define SEEN_DIALOGS_GLYPHS_H
#include <gtkmm/treemodel.h>
}
/**
* A panel that displays character glyphs.
*/
{
virtual ~GlyphsPanel();
static GlyphsPanel& getInstance();
static GlyphColumns *getColumns();
void rebuild();
void glyphSelectionChanged();
#endif //GLIB_CHECK_VERSION(2,14,0)
};
} // namespace Dialogs
} // namespace UI
} // namespace Inkscape
#endif // SEEN_DIALOGS_GLYPHS_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 :