Home
last modified time | relevance | path

Searched refs:gtk_cell_area_context_push_preferred_width (Results 1 – 25 of 32) sorted by relevance

12

/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkcellareacontext.h129 void gtk_cell_area_context_push_preferred_width (GtkCellAreaContext *context,
H A Dgtkcellareacontext.c550 gtk_cell_area_context_push_preferred_width (GtkCellAreaContext *context, in gtk_cell_area_context_push_preferred_width() function
H A Dgtkcellareaboxcontext.c311gtk_cell_area_context_push_preferred_width (GTK_CELL_AREA_CONTEXT (context), min_size, nat_size); in _gtk_cell_area_box_context_sum()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkcellareacontext.h136 void gtk_cell_area_context_push_preferred_width (GtkCellAreaContext *context,
H A Dgtkcellareacontext.c602 gtk_cell_area_context_push_preferred_width (GtkCellAreaContext *context, in gtk_cell_area_context_push_preferred_width() function
H A Dgtkcellareaboxcontext.c309gtk_cell_area_context_push_preferred_width (GTK_CELL_AREA_CONTEXT (context), min_size, nat_size); in _gtk_cell_area_box_context_sum()
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Dcellareacontext.cc195 gtk_cell_area_context_push_preferred_width(gobj(), minimum_width, natural_width); in push_preferred_width()
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/src/
H A Dcellareacontext.hg66 …_preferred_width(int minimum_width, int natural_width), gtk_cell_area_context_push_preferred_width)
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/auto/
H A Dcell_area_context.rs185 gtk_sys::gtk_cell_area_context_push_preferred_width( in push_preferred_width()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/auto/
H A Dcell_area_context.rs175 gtk_sys::gtk_cell_area_context_push_preferred_width( in push_preferred_width()
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/auto/
H A Dcell_area_context.rs185 gtk_sys::gtk_cell_area_context_push_preferred_width( in push_preferred_width()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gtk-0.14.1/src/auto/
H A Dcell_area_context.rs194 ffi::gtk_cell_area_context_push_preferred_width( in push_preferred_width()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gtk-0.14.3/src/auto/
H A Dcell_area_context.rs194 ffi::gtk_cell_area_context_push_preferred_width( in push_preferred_width()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gtk-0.14.3/src/auto/
H A Dcell_area_context.rs194 ffi::gtk_cell_area_context_push_preferred_width( in push_preferred_width()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gtk-0.14.3/src/auto/
H A Dcell_area_context.rs194 ffi::gtk_cell_area_context_push_preferred_width( in push_preferred_width()
/dports/x11/nwg-dock/nwg-dock-0.2.2/vendor/github.com/gotk3/gotk3/gtk/
H A Dcell_area.go501 C.gtk_cell_area_context_push_preferred_width(v.native(), C.gint(minWidth), C.gint(naturalWidth))
/dports/x11/nwg-drawer/nwg-drawer-0.2.8/vendor/github.com/gotk3/gotk3/gtk/
H A Dcell_area.go501 C.gtk_cell_area_context_push_preferred_width(v.native(), C.gint(minWidth), C.gint(naturalWidth))
/dports/x11/nwg-bar/nwg-bar-0.0.1/vendor/github.com/gotk3/gotk3/gtk/
H A Dcell_area.go501 C.gtk_cell_area_context_push_preferred_width(v.native(), C.gint(minWidth), C.gint(naturalWidth))
/dports/x11/nwg-menu/nwg-menu-0.1.1/vendor/github.com/gotk3/gotk3/gtk/
H A Dcell_area.go501 C.gtk_cell_area_context_push_preferred_width(v.native(), C.gint(minWidth), C.gint(naturalWidth))
/dports/editors/lazarus/lazarus/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazgtk3.pas13338 procedure gtk_cell_area_context_push_preferred_width(context: PGtkCellAreaContext; minimum_width: g… procedure
19378 LazGtk3.gtk_cell_area_context_push_preferred_width(@self, minimum_width, natural_width);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazgtk3.pas13353 procedure gtk_cell_area_context_push_preferred_width(context: PGtkCellAreaContext; minimum_width: g… procedure
19433 LazGtk3.gtk_cell_area_context_push_preferred_width(@self, minimum_width, natural_width);
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazgtk3.pas13338 procedure gtk_cell_area_context_push_preferred_width(context: PGtkCellAreaContext; minimum_width: g… procedure
19378 LazGtk3.gtk_cell_area_context_push_preferred_width(@self, minimum_width, natural_width);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazgtk3.pas13353 procedure gtk_cell_area_context_push_preferred_width(context: PGtkCellAreaContext; minimum_width: g… procedure
19433 LazGtk3.gtk_cell_area_context_push_preferred_width(@self, minimum_width, natural_width);
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gtk-sys-0.14.0/src/
H A Dlib.rs17779 pub fn gtk_cell_area_context_push_preferred_width( in gtk_cell_area_context_push_preferred_width() function
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-sys-0.9.2/src/
H A Dlib.rs18018 pub fn gtk_cell_area_context_push_preferred_width( in gtk_cell_area_context_push_preferred_width() function

12