Home
last modified time | relevance | path

Searched refs:popup (Results 1 - 6 of 6) sorted by relevance

/third_party/glfw/deps/
H A Dnuklear.h5423 struct nk_popup_state popup; member
5913 /* popup */
15105 /* free unused popup windows */ in nk_clear()
15106 if (iter->popup.win && iter->popup.win->seq != ctx->seq) { in nk_clear()
15107 nk_free_window(ctx, iter->popup.win); in nk_clear()
15108 iter->popup.win = 0; in nk_clear()
15158 /* save buffer fill state for popup */ in nk_start_popup()
15159 buf = &win->popup.buf; in nk_start_popup()
15174 buf = &win->popup in nk_finish_popup()
16805 struct nk_window *popup; nk_popup_begin() local
16902 struct nk_window *popup; nk_nonblock_begin() local
16983 struct nk_window *popup; nk_popup_close() local
16996 struct nk_window *popup; nk_popup_end() local
17027 struct nk_window *popup; nk_popup_get_scroll() local
17044 struct nk_window *popup; nk_popup_set_scroll() local
17070 struct nk_window *popup; nk_contextual_begin() local
17243 struct nk_window *popup; nk_contextual_end() local
17362 struct nk_window *popup; nk_menu_begin() local
24556 struct nk_window *popup; nk_combo_begin() local
[all...]
/third_party/python/Lib/tkinter/
H A Dtix.py754 def popup(self): member in DirSelectDialog
755 self.tk.call(self._w, 'popup')
776 def popup(self): member in ExFileSelectDialog
777 self.tk.call(self._w, 'popup')
825 def popup(self): member in FileSelectDialog
826 self.tk.call(self._w, 'popup')
1382 """Toplevel window, with popup popdown and center methods.
1400 def popup(self): member in DialogShell
1401 self.tk.call(self._w, 'popup')
/third_party/mesa3d/src/imgui/
H A Dimgui.cpp511 - 2015/05/11 (1.40) - changed BeginPopup() API, takes a string identifier instead of a bool. ImGui needs to manage the open/closed state of popups. Call OpenPopup() to actually set the "open" state of a popup. BeginPopup() returns true if the popup is opened.
557 - When 'io.WantTextInput' is set to may want to notify your OS to popup an on-screen keyboard, if available (e.g. on a mobile phone, or console OS).
1089 PopupRounding = 0.0f; // Radius of popup window corners rounding. Set to 0.0f to have rectangular child windows in ImGuiStyle()
1090 PopupBorderSize = 1.0f; // Thickness of border around popup or tooltip windows. Generally set to 0.0f or 1.0f. Other values not well tested. in ImGuiStyle()
2724 // An active popup disable hovering on other windows (apart from its own children) in IsWindowContentHoverable()
2731 // For the purpose of those flags we differentiate "standard popup" from "modal popup" in IsWindowContentHoverable()
2846 // Test if interactions on this window are blocked by an active popup or modal in IsItemHovered()
3151 // Unless we just made a window/popup appea in UpdateMouseMovingWindowEndFrame()
6825 ImGuiPopupRef& popup = g.OpenPopupStack[popup_count_to_keep]; ClosePopupsOverWindow() local
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp438 - 2020/09/21 (1.79) - removed return value from OpenPopupOnItemClick() - returned true on mouse release on an item - because it is inconsistent with other popup APIs and makes others misleading. It's also and unnecessary: you can use IsWindowAppearing() after BeginPopup() for a similar result.
638 - 2015/05/11 (1.40) - changed BeginPopup() API, takes a string identifier instead of a bool. ImGui needs to manage the open/closed state of popups. Call OpenPopup() to actually set the "open" state of a popup. BeginPopup() returns true if the popup is opened.
1007 PopupRounding = 0.0f; // Radius of popup window corners rounding. Set to 0.0f to have rectangular child windows in ImGuiStyle()
1008 PopupBorderSize = 1.0f; // Thickness of border around popup or tooltip windows. Generally set to 0.0f or 1.0f. Other values not well tested. in ImGuiStyle()
3163 // An active popup disable hovering on other windows (apart from its own children) in IsWindowContentHoverable()
3170 // For the purpose of those flags we differentiate "standard popup" from "modal popup" in IsWindowContentHoverable()
3214 // Test if interactions on this window are blocked by an active popup or modal. in IsItemHovered()
3622 // Unless we just made a window/popup appea in UpdateMouseMovingWindowEndFrame()
8382 ImGuiPopupData& popup = g.OpenPopupStack[popup_count_to_keep]; ClosePopupsOverWindow() local
[all...]
/third_party/node/test/fixtures/wpt/resources/
H A Dtestharness.js2766 * const popup = window.open("resources/coop-coep.py?coop=same-origin&coep=&navigate=about:blank");
2767 * t.add_cleanup(() => popup.close());
2768 * assert_equals(window, popup.opener);
2770 * popup.onload = t.step_func(() => {
2771 * assert_true(popup.location.href.endsWith("&navigate=about:blank"));
2773 * t.step_wait_func_done(() => popup.location.href === "about:blank");
2775 * }, "Navigating a popup to about:blank");
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 91 milliseconds