Home
last modified time | relevance | path

Searched refs:min_width (Results 1 – 25 of 5585) sorted by last modified time

12345678910>>...224

/dports/x11-wm/leftwm/leftwm-0.2.11/leftwm-core/src/display_servers/xlib_display_server/xwrap/
H A Dgetters.rs157 xyhw.minw = Some(size.min_width); in get_hint_sizing_as_xyhw()
/dports/x11-wm/gamescope/gamescope-3.7.1/src/
H A Dsteamcompmgr.cpp1582 hints.max_width && hints.max_height && hints.min_width && hints.min_height && in get_size_hints()
1583 hints.max_width == hints.min_width && hints.min_height == hints.max_height) in get_size_hints()
/dports/x11-wm/xfce4-panel/xfce4-panel-4.16.3/plugins/pager/
H A Dpager.c766 gint min_width = 0; in pager_plugin_get_preferred_width() local
770 gtk_widget_get_preferred_width (plugin->pager, &min_width, &nat_width); in pager_plugin_get_preferred_width()
775 min_width = nat_width = xfce_panel_plugin_get_size (XFCE_PANEL_PLUGIN (plugin)); in pager_plugin_get_preferred_width()
780min_width = nat_width = (gint) (xfce_panel_plugin_get_size (XFCE_PANEL_PLUGIN (plugin)) / plugin->… in pager_plugin_get_preferred_width()
784 *minimum_width = min_width; in pager_plugin_get_preferred_width()
/dports/x11-wm/wmii/wmii-3.6/cmd/wmii/
H A Dx11.c747 p.x = xs.min_width; in sethints()
/dports/x11-wm/obpager/obpager-1.8/src/
H A DOBPager.cc368 mSizeHints->min_width = minWidth; in createShowWindow()
/dports/x11-wm/wm2/wm2-4/
H A DClient.C175 (m_sizeHints.min_width == m_sizeHints.max_width && in manage()
190 m_minWidth = m_sizeHints.min_width; in manage()
/dports/x11-wm/spectrwm/spectrwm-SPECTRWM_3_4_1/
H A Dspectrwm.c242 #define SH_MIN_W(w) ((w)->sh.min_width)
/dports/x11-wm/blackbox/blackbox-0.70.1/src/
H A DWindow.cc174 && wmnormal.max_width <= wmnormal.min_width in update_decorations()
267 if (dw < wmnormal.min_width) in constrain()
268 dw = wmnormal.min_width; in constrain()
779 wmnormal.min_width = wmnormal.min_height = 1u; in readWMNormalHints()
803 if (sizehint.min_width > 0) in readWMNormalHints()
804 wmnormal.min_width = sizehint.min_width; in readWMNormalHints()
812 if (wmnormal.min_width > wmnormal.max_width) in readWMNormalHints()
813 wmnormal.max_width = wmnormal.min_width; in readWMNormalHints()
822 wmnormal.max_width = wmnormal.min_width; in readWMNormalHints()
4080 : client.wmnormal.min_width); in showGeometry()
[all …]
/dports/x11-wm/afterstep/AfterStep-1.0/modules/Wharf/
H A DWharf.c2315 minWidth = hints->min_width; in ConstrainSize()
2324 baseWidth = hints->min_width; in ConstrainSize()
/dports/x11-wm/sway/sway-1.5.1/sway/tree/
H A Dview.c152 void view_get_constraints(struct sway_view *view, double *min_width, in view_get_constraints() argument
156 min_width, max_width, min_height, max_height); in view_get_constraints()
158 *min_width = DBL_MIN; in view_get_constraints()
/dports/x11-wm/sway/sway-1.5.1/sway/desktop/
H A Dxwayland.c267 size_hints->min_width > 0 && size_hints->min_height > 0 && in wants_floating()
268 (size_hints->max_width == size_hints->min_width || in wants_floating()
316 static void get_constraints(struct sway_view *view, double *min_width, in get_constraints() argument
322 *min_width = DBL_MIN; in get_constraints()
329 *min_width = size_hints->min_width > 0 ? size_hints->min_width : DBL_MIN; in get_constraints()
/dports/x11-wm/awesome/awesome-4.3/objects/
H A Dclient.h291 && c->size_hints.max_width == c->size_hints.min_width in client_isfixed()
H A Dclient.c1753 basew = c->size_hints.min_width; in client_apply_size_hints()
1759 minw = c->size_hints.min_width; in client_apply_size_hints()
3422 lua_pushinteger(L, c->size_hints.min_width); in luaA_client_get_size_hints()
/dports/x11-wm/tvtwm/tvtwm/
H A Dtwm.c1353 hints->min_width, hints->min_height); in DisplayHints()
1380 hints->min_width, hints->width_inc, in DisplayHints()
/dports/x11-wm/ratmen/ratmen-2.2.3/
H A Dratmen.c1060 sizehints.min_width = sizehints.max_width = wide; in set_wm_hints()
/dports/x11-toolkits/libdecor/libdecor-3ec3fadd59a21835079fbb3046d2bec6c649d6fa/src/
H A Dlibdecor.c74 int min_width; member
168 if (lim.min_width > 0) in constrain_content_size()
169 *width = MAX(lim.min_width, *width); in constrain_content_size()
882 frame_priv->state.content_limits.min_width = content_width; in libdecor_frame_set_min_content_size()
997 if (frame_priv->state.content_limits.min_width > 0 && in valid_limits()
999 frame_priv->state.content_limits.min_width > in valid_limits()
1023 frame_priv->state.content_limits.min_width, in libdecor_frame_apply_limits()
1033 frame_priv->state.content_limits.min_width = in libdecor_frame_apply_limits()
1044 if (frame_priv->state.content_limits.min_width > 0 && in libdecor_frame_apply_limits()
1049 state_min.content_width = frame_priv->state.content_limits.min_width; in libdecor_frame_apply_limits()
/dports/x11-toolkits/pyl-gtk2/pygtk-2.24.0/gtk/
H A Dgtk.override1685 gint min_width;
1690 gtk_button_box_get_child_size(GTK_BUTTON_BOX(self->obj), &min_width, &min_height);
1691 return Py_BuildValue("(ii)", min_width, min_height);
/dports/x11-toolkits/gstreamer1-plugins-gtk/gst-plugins-good-1.16.2/sys/v4l2/
H A Dgstv4l2object.c2630 size.stepwise.min_width); in gst_v4l2_object_probe_caps_for_format()
2642 w = MAX (size.stepwise.min_width, 1); in gst_v4l2_object_probe_caps_for_format()
2675 size.stepwise.min_width); in gst_v4l2_object_probe_caps_for_format()
2683 w = MAX (size.stepwise.min_width, 1); in gst_v4l2_object_probe_caps_for_format()
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/src/gtkextra/
H A Dgtkplotcanvas.c348 g_value_set_int(value, child->min_width); in gtk_plot_canvas_child_get_property()
393 child->min_width = g_value_get_int(value); in gtk_plot_canvas_child_set_property()
419 child->min_width = -1; in gtk_plot_canvas_child_init()
1138 if(canvas->active_item && new_width >= canvas->active_item->min_width && in gtk_plot_canvas_motion()
H A Dgtkplotcanvas.h121 gint min_width, min_height; member
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCIrrDeviceLinux.cpp1318 hints->min_width=hints->max_width=hints->base_width=Width; in setResizable()
/dports/x11-toolkits/wmapp/wmapp-0.0.4.3/
H A Dwmapp.cc163 shints.min_width = shints.min_height = winsize; in Xsetup()
/dports/x11-toolkits/wlroots/wlroots-0.12.0/xwayland/
H A Dxwm.c651 xsurface->size_hints->min_width = -1; in read_surface_normal_hints()
656 xsurface->size_hints->base_width = xsurface->size_hints->min_width; in read_surface_normal_hints()
659 xsurface->size_hints->min_width = xsurface->size_hints->base_width; in read_surface_normal_hints()
/dports/x11-toolkits/wlroots/wlroots-0.12.0/include/wlr/
H A Dxwayland.h115 int32_t min_width, min_height; member
/dports/x11-toolkits/sdl_pango/SDL_Pango-0.1.2/src/
H A DSDL_Pango.c284 int min_width; member
758 context->min_width = 0; in SDLPango_CreateContext_GivenFontDesc()
839 if(width < context->min_width) in SDLPango_CreateSurfaceDraw()
840 width = context->min_width; in SDLPango_CreateSurfaceDraw()
993 context->min_width = width; in SDLPango_SetMinimumSize()

12345678910>>...224