Searched refs:min_h (Results 1 - 13 of 13) sorted by relevance
| /inkscape/src/ui/widget/ |
| H A D | addtoicon.cpp | 57 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 D | clipmaskicon.cpp | 69 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 D | highlight-picker.cpp | 41 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 D | imagetoggler.cpp | 59 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 D | insertordericon.cpp | 57 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 D | layertypeicon.cpp | 70 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 D | highlight-picker.h | 45 int& min_h,
|
| H A D | addtoicon.h | 47 int& min_h,
|
| H A D | insertordericon.h | 48 int& min_h,
|
| H A D | clipmaskicon.h | 47 int& min_h,
|
| H A D | imagetoggler.h | 52 int& min_h,
|
| H A D | layertypeicon.h | 51 int& min_h,
|
| /inkscape/src/display/ |
| H A D | sp-canvas.h | 150 static void handle_get_preferred_height(GtkWidget *widget, gint *min_h, gint *nat_h);
|
Completed in 26 milliseconds