Searched refs:min_h (Results 1 - 13 of 13) 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 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
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.h45 int& min_h,
H A Daddtoicon.h47 int& min_h,
H A Dinsertordericon.h48 int& min_h,
H A Dclipmaskicon.h47 int& min_h,
H A Dimagetoggler.h52 int& min_h,
H A Dlayertypeicon.h51 int& min_h,
/inkscape/src/display/
H A Dsp-canvas.h150 static void handle_get_preferred_height(GtkWidget *widget, gint *min_h, gint *nat_h);

Completed in 27 milliseconds