#ifndef SEEN_SP_MARKER_SELECTOR_NEW_H
#define SEEN_SP_MARKER_SELECTOR_NEW_H
/* Authors:
* Lauris Kaplinski <lauris@kaplinski.com>
* Maximilian Albert <maximilian.albert> (gtkmm-ification)
*
* Copyright (C) 2002 Lauris Kaplinski
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#include <gtkmm/combobox.h>
#include <gtkmm/liststore.h>
#include "desktop.h"
#include "document.h"
#include "inkscape.h"
}
/**
* ComboBox derived class for selecting stroke markers.
*/
~MarkerComboBox();
void set_active_history();
const gchar *get_active_marker_uri();
int loc;
bool updating;
MarkerColumns() {
}
};
void init_combo();
/*
* Callbacks for drawing the combo box
*/
void refreshHistory();
};
#endif // SEEN_SP_MARKER_SELECTOR_NEW_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:fileencoding=utf-8:textwidth=99 :