Home
last modified time | relevance | path

Searched refs:resizable (Results 1 – 25 of 151) sorted by relevance

1234567

/third_party/boost/libs/locale/doc/html/
Dnavtree.css92 .ui-resizable .ui-resizable-handle {
96 .ui-resizable-e {
105 .ui-resizable-handle {
141 div.ui-resizable-handle { display: none; position: relative; }
Dresize.js69 $(".side-nav-resizable").resizable({resize: function(e, ui) { resizeWidth(); } });
/third_party/boost/libs/hana/doc/html/
Dnavtree.css92 .ui-resizable .ui-resizable-handle {
96 .ui-resizable-e {
108 .ui-resizable-handle {
144 div.ui-resizable-handle { display: none; position: relative; }
/third_party/flutter/glfw/src/
Dwindow.c177 window->resizable = wndconfig.resizable; in glfwCreateWindow()
245 _glfw.hints.window.resizable = GLFW_TRUE; in glfwDefaultWindowHints()
317 _glfw.hints.window.resizable = value ? GLFW_TRUE : GLFW_FALSE; in glfwWindowHint()
541 if (window->monitor || !window->resizable) in glfwSetWindowSizeLimits()
570 if (window->monitor || !window->resizable) in glfwSetWindowAspectRatio()
692 return window->resizable; in glfwGetWindowAttrib()
Dinternal.h256 GLFWbool resizable; member
350 GLFWbool resizable; member
/third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/
DSDL_bwindow.cc148 void BE_SetWindowResizable(_THIS, SDL_Window * window, SDL_bool resizable) { in BE_SetWindowResizable() argument
150 msg.AddBool("window-resizable", resizable != SDL_FALSE); in BE_SetWindowResizable()
DSDL_bwindow.h42 extern void BE_SetWindowResizable(_THIS, SDL_Window * window, SDL_bool resizable);
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowswindow.h67 extern void WIN_SetWindowResizable(_THIS, SDL_Window * window, SDL_bool resizable);
DSDL_windowswindow.c524 WIN_SetWindowResizable(_THIS, SDL_Window * window, SDL_bool resizable) in WIN_SetWindowResizable() argument
530 if (resizable) { in WIN_SetWindowResizable()
/third_party/gettext/gettext-tools/examples/hello-csharp-forms/
DREADME17 programmer simply makes the dialogs non-resizable. When such a
20 the dialog, to see more items. But the dialog is not resizable!
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11window.h99 extern void X11_SetWindowResizable(_THIS, SDL_Window * window, SDL_bool resizable);
/third_party/boost/libs/static_string/doc/qbk/
Dmain.qbk40 This library provides a dynamically resizable string of characters with
57 * A dynamically-resizable string is required within `constexpr` functions.
/third_party/python/Lib/idlelib/idle_test/
Dhtest.py375 root.resizable(0, 0)
/third_party/gettext/gettext-tools/examples/hello-objc-gnustep/
DHello.m80 // last one (= the topmost one) as non-resizable in Y direction, so that the
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoawindow.h136 extern void Cocoa_SetWindowResizable(_THIS, SDL_Window * window, SDL_bool resizable);
DSDL_cocoawindow.m694 /* As of OS X 10.11, the window seems to need to be resizable when exiting
739 …/* resizable windows are Spaces-friendly: they get the "go fullscreen" toggle button on their titl…
1183 /* isZoomed always returns true if the window is not resizable */
1259 …/* resizable windows are Spaces-friendly: they get the "go fullscreen" toggle button on their titl…
1494 Cocoa_SetWindowResizable(_THIS, SDL_Window * window, SDL_bool resizable)
1498 * The window will get permanently stuck if resizable is false.
/third_party/boost/libs/static_string/
DREADME.md10 This library provides a dynamically resizable string of characters with
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_sysvideo.h222 void (*SetWindowResizable) (_THIS, SDL_Window * window, SDL_bool resizable);
/third_party/python/Doc/c-api/
Dslice.rst58 This function is considered not safe for resizable sequences.
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_video.h725 SDL_bool resizable);
/third_party/python/Lib/idlelib/
Dhelp_about.py45 self.resizable(height=False, width=False)
Dconfig_key.py64 self.resizable(height=False, width=False)
Dquery.py82 self.resizable(height=False, width=False)
/third_party/flatbuffers/docs/source/
Dstyle.css153 .ui-resizable-e {
/third_party/flutter/glfw/docs/
Dwindow.dox174 `GLFW_RESIZABLE` specifies whether the windowed mode window will be resizable
175 _by the user_. The window will still be resizable using the @ref
717 floating, resizable, has size or aspect ratio limits, etc.. To restore a window
900 `GLFW_RESIZABLE` indicates whether the specified window is resizable _by the

1234567