Searched defs:min_h (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/ui/widget/
H A Daddtoicon.cpp57 int& min_h,
60 Gtk::CellRendererPixbuf::get_preferred_height_vfunc(widget, min_h, nat_h);
62 if (min_h) {
63 min_h += (min_h) >> 1;
56 get_preferred_height_vfunc(Gtk::Widget& widget, int& min_h, int& nat_h) const argument
H A Dclipmaskicon.cpp69 int& min_h,
72 Gtk::CellRendererPixbuf::get_preferred_height_vfunc(widget, min_h, nat_h);
74 if (min_h) {
75 min_h += (min_h) >> 1;
68 get_preferred_height_vfunc(Gtk::Widget& widget, int& min_h, int& nat_h) const argument
H A Dimagetoggler.cpp59 int& min_h,
62 Gtk::CellRendererPixbuf::get_preferred_height_vfunc(widget, min_h, nat_h);
64 if (min_h) {
65 min_h += (min_h) >> 1;
58 get_preferred_height_vfunc(Gtk::Widget& widget, int& min_h, int& nat_h) const argument
H A Dinsertordericon.cpp57 int& min_h,
60 Gtk::CellRendererPixbuf::get_preferred_height_vfunc(widget, min_h, nat_h);
62 if (min_h) {
63 min_h += (min_h) >> 1;
56 get_preferred_height_vfunc(Gtk::Widget& widget, int& min_h, int& nat_h) const argument
H A Dlayertypeicon.cpp70 int& min_h,
73 Gtk::CellRendererPixbuf::get_preferred_height_vfunc(widget, min_h, nat_h);
75 if (min_h) {
76 min_h += (min_h) >> 1;
69 get_preferred_height_vfunc(Gtk::Widget& widget, int& min_h, int& nat_h) const argument
H A Dhighlight-picker.cpp41 int& min_h,
44 Gtk::CellRendererPixbuf::get_preferred_height_vfunc(widget, min_h, nat_h);
46 if (min_h) {
47 min_h += (min_h) >> 1;
40 get_preferred_height_vfunc(Gtk::Widget& widget, int& min_h, int& nat_h) const argument

Completed in 11 milliseconds