labelled.cpp revision a9e22dcc8516faae7cb85ace970792da266b81cf
* \brief Labelled Widget - Adds a label with optional icon or suffix to * Carl Hetherington <inkscape@carlh.net> * Derek P. Moore <derekm@hackunix.org> * Copyright (C) 2004 Carl Hetherington * Released under GNU GPL. Read the file 'COPYING' for more information. /* For getting the Gtkmmified Icon manager */ * Construct a Labelled Widget. * \param widget Widget to label; should be allocated with new, as it will * be passed to Gtk::manage(). * \param suffix Suffix, placed after the widget (defaults to ""). * \param icon Icon filename, placed before the label (defaults to ""). * \param mnemonic Mnemonic toggle; if true, an underscore (_) in the text * indicates the next character should be used for the * mnemonic accelerator key (defaults to true). * Allow the setting of the width of the labelled widget c-file-style:"stroustrup" c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +)) // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :