/third_party/boost/libs/locale/doc/html/ |
D | navtree.css | 92 .ui-resizable .ui-resizable-handle { 96 .ui-resizable-e { 105 .ui-resizable-handle { 141 div.ui-resizable-handle { display: none; position: relative; }
|
D | resize.js | 69 $(".side-nav-resizable").resizable({resize: function(e, ui) { resizeWidth(); } });
|
/third_party/boost/libs/hana/doc/html/ |
D | navtree.css | 92 .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/ |
D | window.c | 177 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()
|
D | internal.h | 256 GLFWbool resizable; member 350 GLFWbool resizable; member
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/ |
D | SDL_bwindow.cc | 148 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()
|
D | SDL_bwindow.h | 42 extern void BE_SetWindowResizable(_THIS, SDL_Window * window, SDL_bool resizable);
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/ |
D | SDL_windowswindow.h | 67 extern void WIN_SetWindowResizable(_THIS, SDL_Window * window, SDL_bool resizable);
|
D | SDL_windowswindow.c | 524 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/ |
D | README | 17 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/ |
D | SDL_x11window.h | 99 extern void X11_SetWindowResizable(_THIS, SDL_Window * window, SDL_bool resizable);
|
/third_party/boost/libs/static_string/doc/qbk/ |
D | main.qbk | 40 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/ |
D | htest.py | 375 root.resizable(0, 0)
|
/third_party/gettext/gettext-tools/examples/hello-objc-gnustep/ |
D | Hello.m | 80 // 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/ |
D | SDL_cocoawindow.h | 136 extern void Cocoa_SetWindowResizable(_THIS, SDL_Window * window, SDL_bool resizable);
|
D | SDL_cocoawindow.m | 694 /* 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/ |
D | README.md | 10 This library provides a dynamically resizable string of characters with
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_sysvideo.h | 222 void (*SetWindowResizable) (_THIS, SDL_Window * window, SDL_bool resizable);
|
/third_party/python/Doc/c-api/ |
D | slice.rst | 58 This function is considered not safe for resizable sequences.
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_video.h | 725 SDL_bool resizable);
|
/third_party/python/Lib/idlelib/ |
D | help_about.py | 45 self.resizable(height=False, width=False)
|
D | config_key.py | 64 self.resizable(height=False, width=False)
|
D | query.py | 82 self.resizable(height=False, width=False)
|
/third_party/flatbuffers/docs/source/ |
D | style.css | 153 .ui-resizable-e {
|
/third_party/flutter/glfw/docs/ |
D | window.dox | 174 `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
|