preferences-widget.h revision be9e5f2c115e34d52f7837a970048207f8976c65
/**
* \brief Inkscape Preferences dialog
*
* Authors:
* Marco Scholten
* Bruno Dilly <bruno.dilly@gmail.com>
*
* Copyright (C) 2004, 2006, 2007 Authors
*
* Released under GNU GPL. Read the file 'COPYING' for more information.
*/
#include <iostream>
#include <vector>
#include <gtkmm/comboboxtext.h>
#include <gtkmm/spinbutton.h>
#include <gtkmm/tooltips.h>
#include <gtkmm/treeview.h>
#include <gtkmm/radiobutton.h>
#include <gtkmm/filechooserbutton.h>
#include "ui/widget/color-picker.h"
#include "ui/widget/unit-menu.h"
{
bool default_value);
bool _int_value;
void on_toggled();
};
{
int _value_type;
enum
{
};
int _int_value;
void on_toggled();
};
{
bool _is_int;
bool _is_percent;
void on_value_changed();
};
{
void on_changed();
};
{
bool mask);
void on_changed();
};
{
void onRelatedEntryChangedCallback();
void onRelatedButtonClickedCallback();
};
{
void onFileChanged();
};
{
virtual ~PrefColorPicker() {};
};
{
void on_changed();
};
{
DialogPage();
void add_line(bool indent, const Glib::ustring label, Gtk::Widget& widget, const Glib::ustring suffix, const Glib::ustring& tip, bool expand = true);
};
} // namespace Widget
} // namespace UI
} // namespace Inkscape
#endif //INKSCAPE_UI_WIDGET_INKSCAPE_PREFERENCES_H
/*
Local Variables:
mode:c++
c-file-style:"stroustrup"
c-file-offsets:((innamespace . 0)(inline-open . 0))
indent-tabs-mode:nil
fill-column:99
End:
*/
// vim: filetype=c++:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 :