calligraphic-profile-rename.cpp revision 2e44ac00ce01273776c52bf66673020cd7729d96
/**
*
* \brief Dialog for naming calligraphic profiles
*
* Author:
* Aubanel MONNIER
*
* Copyright (C) 2007 Aubanel MONNIER
*
* Released under GNU GPL. Read the file 'COPYING' for more information
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "desktop.h"
#include "calligraphic-profile-rename.h"
namespace Inkscape {
namespace UI {
namespace Dialogs {
// Buttons
_close_button.set_use_stock(true);
_apply_button.set_use_underline(true);
true
)
);
}
void
{
_applied = true;
_close();
}
void
{
}
dial.property_destroy_with_parent() = true;
// dial.Gtk::Dialog::show();
//dial.present();
}
}}}