Home
last modified time | relevance | path

Searched refs:resizeable (Results 1 – 25 of 748) sorted by relevance

12345678910>>...30

/dports/games/ensemblist/ensemblist-040126/
H A Dstack.c28 char resizeable; member
34 gltv_stack *gltv_stack_new(unsigned max_size, char resizeable) { in gltv_stack_new() argument
45 this_stack->resizeable = resizeable; in gltv_stack_new()
57 if (s->resizeable) { in gltv_stack_push()
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/public.sdk/samples/vst-hosting/editorhost/source/platform/win32/
H A Dplatform.cpp64 WindowPtr createWindow (const std::string& title, Size size, bool resizeable,
90 WindowPtr Platform::createWindow (const std::string& title, Size size, bool resizeable, in createWindow() argument
93 return Window::make (title, size, resizeable, controller, hInstance); in createWindow()
H A Dwindow.cpp77 WindowPtr Window::make (const std::string& name, Size size, bool resizeable, in make() argument
81 if (window->init (name, size, resizeable, controller, instance)) in make()
124 bool Window::init (const std::string& name, Size size, bool resizeable, in init() argument
131 if (resizeable) in init()
H A Dwindow.h54 static WindowPtr make (const std::string& name, Size size, bool resizeable,
57 bool init (const std::string& name, Size size, bool resizeable,
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vst3sdk/public.sdk/samples/vst-hosting/editorhost/source/platform/win32/
H A Dplatform.cpp62 WindowPtr createWindow (const std::string& title, Size size, bool resizeable,
88 WindowPtr Platform::createWindow (const std::string& title, Size size, bool resizeable, in createWindow() argument
91 return Window::make (title, size, resizeable, controller, hInstance); in createWindow()
H A Dwindow.cpp76 WindowPtr Window::make (const std::string& name, Size size, bool resizeable, in make() argument
80 if (window->init (name, size, resizeable, controller, instance)) in make()
123 bool Window::init (const std::string& name, Size size, bool resizeable, in init() argument
130 if (resizeable) in init()
H A Dwindow.h54 static WindowPtr make (const std::string& name, Size size, bool resizeable, in NormalizedAtomicChange()
57 bool init (const std::string& name, Size size, bool resizeable, in NormalizedAtomicChange()
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Tools/LayoutEditor/
H A DWidgetStyle.h18 resizeable(true), in WidgetStyle()
38 bool resizeable; member
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Tools/LayoutEditor/
H A DWidgetStyle.h18 resizeable(true), in WidgetStyle()
38 bool resizeable; member
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Tools/LayoutEditor/
H A DWidgetStyle.h18 resizeable(true), in WidgetStyle()
38 bool resizeable; member
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Tools/LayoutEditor/
H A DWidgetStyle.h18 resizeable(true), in WidgetStyle()
38 bool resizeable; member
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/public.sdk/samples/vst-hosting/editorhost/source/platform/mac/
H A Dwindow.h50 static WindowPtr make (const std::string& name, Size size, bool resizeable,
56 bool init (const std::string& name, Size size, bool resizeable,
H A Dwindow.mm60 WindowPtr Window::make (const std::string& name, Size size, bool resizeable,
64 if (window->init (name, size, resizeable, controller))
70 bool Window::init (const std::string& name, Size size, bool resizeable,
75 if (resizeable)
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vst3sdk/public.sdk/samples/vst-hosting/editorhost/source/platform/mac/
H A Dwindow.h50 static WindowPtr make (const std::string& name, Size size, bool resizeable,
56 bool init (const std::string& name, Size size, bool resizeable,
H A Dwindow.mm60 WindowPtr Window::make (const std::string& name, Size size, bool resizeable,
64 if (window->init (name, size, resizeable, controller))
70 bool Window::init (const std::string& name, Size size, bool resizeable,
75 if (resizeable)
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/public.sdk/samples/vst-hosting/editorhost/source/platform/linux/
H A Dwindow.h61 static Ptr make (const std::string& name, Size size, bool resizeable,
68 bool init (const std::string& name, Size size, bool resizeable,
H A Dplatform.cpp87 WindowPtr createWindow (const std::string& title, Size size, bool resizeable,
123 WindowPtr Platform::createWindow (const std::string& title, Size size, bool resizeable, in createWindow() argument
126 auto window = X11Window::make (title, size, resizeable, controller, xDisplay, in createWindow()
H A Dwindow.cpp176 bool init (const std::string& name, Size size, bool resizeable,
251 auto X11Window::make (const std::string& name, Size size, bool resizeable, in make() argument
256 if (window->init (name, size, resizeable, controller, display, windowClosedFunc)) in make()
275 bool X11Window::init (const std::string& name, Size size, bool resizeable, in init() argument
279 return impl->init (name, size, resizeable, controller, display, windowClosedFunc); in init()
348 bool X11Window::Impl::init (const std::string& name, Size size, bool resizeable, in init() argument
354 window.set_resizable (resizeable); in init()
541 bool X11Window::Impl::init (const std::string& name, Size size, bool resizeable, in init() argument
587 if (!resizeable) in init()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vst3sdk/public.sdk/samples/vst-hosting/editorhost/source/platform/linux/
H A Dwindow.h61 static Ptr make (const std::string& name, Size size, bool resizeable,
68 bool init (const std::string& name, Size size, bool resizeable,
H A Dplatform.cpp87 WindowPtr createWindow (const std::string& title, Size size, bool resizeable,
123 WindowPtr Platform::createWindow (const std::string& title, Size size, bool resizeable, in createWindow() argument
126 auto window = X11Window::make (title, size, resizeable, controller, xDisplay, in createWindow()
H A Dwindow.cpp176 bool init (const std::string& name, Size size, bool resizeable,
251 auto X11Window::make (const std::string& name, Size size, bool resizeable, in make() argument
256 if (window->init (name, size, resizeable, controller, display, windowClosedFunc)) in make()
275 bool X11Window::init (const std::string& name, Size size, bool resizeable, in init() argument
279 return impl->init (name, size, resizeable, controller, display, windowClosedFunc); in init()
348 bool X11Window::Impl::init (const std::string& name, Size size, bool resizeable, in init() argument
354 window.set_resizable (resizeable); in init()
541 bool X11Window::Impl::init (const std::string& name, Size size, bool resizeable, in init() argument
587 if (!resizeable) in init()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/modelinglib/qmt/diagram_ui/
H A Dsceneinspector.cpp99 if (auto resizeable = dynamic_cast<IResizable *>(item)) in resizable() local
100 return resizeable; in resizable()
/dports/games/scourge/scourge/src/
H A Duserconfiguration.h66 bool resizeable; variable
133 return resizeable; in getResizeable()
242 resizeable = t; in setResizeable()
/dports/www/ilias/ILIAS-5.4.25/libs/bower/bower_components/yui2/build/datatable/assets/
H A Ddatatable-core.css48 /* resizeable columns */
52 th.yui-dt-resizeable .yui-dt-resizerliner {
/dports/www/ilias/ILIAS-5.4.25/libs/bower/bower_components/yui2/src/datatable/assets/
H A Ddatatable-core.css48 /* resizeable columns */
52 th.yui-dt-resizeable .yui-dt-resizerliner {

12345678910>>...30