stock.h revision f3d225e830fd102d33d644f1b6f1f3a6174113c6
/**
* \brief StockIDs for Inkscape-specific stock items and icons.
*
* Author:
* Derek P. Moore <derekm@hackunix.org>
*
* Copyright (C) 2004 Derek P. Moore
*
* Released under GNU GPL. Read the file 'COPYING' for more information.
*/
#ifndef INKSCAPE_UI_STOCK_H
#define INKSCAPE_UI_STOCK_H
// File menu
// Edit menu
// View menu
// Layer menu
// Object menu
// Path menu
//extern Gtk::StockID const CLEANUP; (using Gtk::Stock::CLEAR)
// Text menu
// About menu
// Tools bar
// Select Tool controls
// Node Tool controls
// Calligraphy Tool controls
// Session playback dialog controls
} // namespace Stock
} // namespace UI
} // namespace Inkscape
#endif // INKSCAPE_UI_STOCK_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 :