X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fui%2Fwidget%2Fentry.h;h=bb6c1321a63b60c63ffa89a77af06c73f4eb1661;hb=26b7e9efd3bdb5fa4079ecaab68de24cd6407965;hp=06cb19bef19d6593321f3f5b0e0dfada6b6f5a8f;hpb=4a64b92c950bdd76bbdbfe685aa4a76ec847e536;p=inkscape.git diff --git a/src/ui/widget/entry.h b/src/ui/widget/entry.h index 06cb19bef..bb6c1321a 100644 --- a/src/ui/widget/entry.h +++ b/src/ui/widget/entry.h @@ -1,44 +1,44 @@ -/** \file - * - * \brief Helperclass for Gtk::Entry widgets - * - * Authors: - * Johan Engelen - * - * Copyright (C) 2006 Authors - * - * Released under GNU GPL. Read the file 'COPYING' for more information. - */ - -#ifndef INKSCAPE_UI_WIDGET_ENTRY__H -#define INKSCAPE_UI_WIDGET_ENTRY__H - -#include -#include -#include -#include -#include "labelled.h" - -namespace Inkscape { -namespace UI { -namespace Widget { - -class Entry : public Labelled -{ -public: - Entry( Glib::ustring const &label, - Glib::ustring const &tooltip, - Glib::ustring const &suffix = "", - Glib::ustring const &icon = "", - bool mnemonic = true); - - // TO DO: add methods to access Gtk::Entry widget - - Gtk::Entry* getEntry() {return (Gtk::Entry*)(_widget);}; -}; - -} // namespace Widget -} // namespace UI -} // namespace Inkscape - -#endif // INKSCAPE_UI_WIDGET_ENTRY__H +/** \file + * + * \brief Helperclass for Gtk::Entry widgets + * + * Authors: + * Johan Engelen + * + * Copyright (C) 2006 Authors + * + * Released under GNU GPL. Read the file 'COPYING' for more information. + */ + +#ifndef INKSCAPE_UI_WIDGET_ENTRY__H +#define INKSCAPE_UI_WIDGET_ENTRY__H + +#include +#include +#include +#include +#include "labelled.h" + +namespace Inkscape { +namespace UI { +namespace Widget { + +class Entry : public Labelled +{ +public: + Entry( Glib::ustring const &label, + Glib::ustring const &tooltip, + Glib::ustring const &suffix = "", + Glib::ustring const &icon = "", + bool mnemonic = true); + + // TO DO: add methods to access Gtk::Entry widget + + Gtk::Entry* getEntry() {return (Gtk::Entry*)(_widget);}; +}; + +} // namespace Widget +} // namespace UI +} // namespace Inkscape + +#endif // INKSCAPE_UI_WIDGET_ENTRY__H