A drop-down combobox that is loaded with graphical examples of all line join styles available in Cairo. More...
#include <linecapcombobox.h>
Classes | |
class | ModelColumns |
Public Member Functions | |
LineCapComboBox (int active=0) | |
~LineCapComboBox () | |
Protected Member Functions | |
void | create_pixbufs () |
Protected Attributes | |
Glib::RefPtr< ::Gtk::ListStore > | m_store |
ModelColumns | m_columns |
Static Protected Attributes | |
static std::vector < Glib::RefPtr< Gdk::Pixbuf > > | m_pixbuf |
A drop-down combobox that is loaded with graphical examples of all line join styles available in Cairo.
LineCapComboBox collapsed
LineCapComboBox expanded
Papyrus::Gtk::LineCapComboBox::LineCapComboBox | ( | int | active = 0 |
) |
Papyrus::Gtk::LineCapComboBox::~LineCapComboBox | ( | ) |
void Papyrus::Gtk::LineCapComboBox::create_pixbufs | ( | ) | [protected] |
References Papyrus::Canvas::create(), Papyrus::Gtk::create_pixbuf(), Papyrus::example_line_cap(), and m_pixbuf.
Referenced by LineCapComboBox().
ModelColumns Papyrus::Gtk::LineCapComboBox::m_columns [protected] |
Referenced by LineCapComboBox().
std::vector< Glib::RefPtr< Gdk::Pixbuf > > Papyrus::Gtk::LineCapComboBox::m_pixbuf [static, protected] |
Referenced by create_pixbufs(), and LineCapComboBox().
Glib::RefPtr< ::Gtk::ListStore> Papyrus::Gtk::LineCapComboBox::m_store [protected] |
Referenced by LineCapComboBox().