Home
last modified time | relevance | path

Searched refs:window_id (Results 1 – 25 of 1903) sorted by relevance

12345678910>>...77

/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dwidgets.h72 int window_id; /*!< The id of the parent window */ member
234 widget_list * widget_find(int window_id, Uint32 widget_id);
246 int widget_destroy (int window_id, Uint32 widget_id);
505 int widget_get_width (int window_id, Uint32 widget_id);
519 int widget_get_height (int window_id, Uint32 widget_id);
669 int image_set_id(int window_id, Uint32 widget_id, int id);
758 int checkbox_get_checked(int window_id, Uint32 widget_id);
1133 int vscrollbar_get_pos(int window_id, Uint32 widget_id);
1436 int text_field_clear (int window_id, Uint32 widget_id);
1510 int pword_clear(int window_id, Uint32 widget_id);
[all …]
H A Dhelp.c29 widget_resize(win->window_id, help_menu_scroll_id, win->box_size, win->len_y); in resize_help_handler()
38 set_window_min_size(win->window_id, min_width, min_height); in set_help_min_size()
55 void fill_help_win (int window_id) in fill_help_win() argument
64 set_window_custom_scale(window_id, MW_HELP); in fill_help_win()
65 set_window_font_category(window_id, ENCYCLOPEDIA_FONT); in fill_help_win()
66 set_window_handler (window_id, ELW_HANDLER_DISPLAY, &display_help_handler); in fill_help_win()
67 set_window_handler (window_id, ELW_HANDLER_CLICK, &click_help_handler); in fill_help_win()
68 set_window_handler (window_id, ELW_HANDLER_RESIZE, &resize_help_handler); in fill_help_win()
69 set_window_handler(window_id, ELW_HANDLER_UI_SCALE, &ui_scale_help_handler); in fill_help_win()
73 if (window_id >= 0 && window_id < windows_list.num_windows) in fill_help_win()
[all …]
H A Dskills.c29 widget_resize(win->window_id, skills_menu_scroll_id, win->box_size, win->len_y); in resize_skills_handler()
38 set_window_min_size(win->window_id, min_width, min_height); in set_skills_min_size()
55 void fill_skills_win (int window_id) in fill_skills_win() argument
65 set_window_custom_scale(window_id, MW_HELP); in fill_skills_win()
66 set_window_font_category(window_id, ENCYCLOPEDIA_FONT); in fill_skills_win()
67 set_window_handler (window_id, ELW_HANDLER_DISPLAY, &display_skills_handler); in fill_skills_win()
68 set_window_handler (window_id, ELW_HANDLER_CLICK, &click_skills_handler); in fill_skills_win()
69 set_window_handler (window_id, ELW_HANDLER_RESIZE, &resize_skills_handler); in fill_skills_win()
70 set_window_handler(window_id, ELW_HANDLER_UI_SCALE, &ui_scale_skills_handler); in fill_skills_win()
74 if (window_id >= 0 && window_id < windows_list.num_windows) in fill_skills_win()
[all …]
H A Dbuddy.c51 int window_id; //Window ID member
311 if(accept_windows[i].window_id == win->window_id) { in display_accept_buddy_handler()
334 int window_id = w->window_id; in click_accept_yes() local
340 if(accept_windows[i].window_id == window_id) { in click_accept_yes()
357 accept_windows[i].window_id = -1; in click_accept_yes()
369 int window_id = w->window_id; in click_accept_no() local
374 if(accept_windows[i].window_id == window_id) { in click_accept_no()
383 accept_windows[i].window_id = -1; in click_accept_no()
545 if(accept_windows[current_window].window_id == w->window_id) in click_accept_checkbox_label()
563 if(accept_windows[current_window].window_id == win->window_id) in ui_scale_accept_handler()
[all …]
H A Dnotepad.c82 if ((w == NULL) || (w->window_id < 0) || (windows_list.num_windows < w->window_id) in ipu_from_widget()
266 …widget_move(win->window_id, ipu->popup_label, (max_x - widget_get_width(win->window_id, ipu->popup… in popup_ui_scale_handler()
269 …widget_move(win->window_id, ipu->popup_line, (max_x - widget_get_width(win->window_id, ipu->popup_… in popup_ui_scale_handler()
295 …widget_move(win->window_id, ipu->popup_label, (max_x - widget_get_width(win->window_id, ipu->popup… in popup_ui_scale_handler()
298 …widget_move(win->window_id, ipu->popup_field, (max_x - widget_get_width(win->window_id, ipu->popup… in popup_ui_scale_handler()
306 resize_window(win->window_id, max_x, y_len); in popup_ui_scale_handler()
767 if (note_list[i].window == w->window_id) in note_tab_destroy()
1068 void fill_notepad_window(int window_id) in fill_notepad_window() argument
1071 notepad_win = window_id; in fill_notepad_window()
1072 set_window_custom_scale(window_id, MW_INFO); in fill_notepad_window()
[all …]
H A Dknowledge.c65 static int add_knowledge_book_image(int window_id) in add_knowledge_book_image() argument
84 widget_set_color(window_id, img_id, 1.0f, 1.0f, 1.0f); in add_knowledge_book_image()
237 int scroll = vscrollbar_get_pos (win->window_id, knowledge_scroll_id); in display_knowledge_handler()
431 vscrollbar_scroll_up(win->window_id, knowledge_scroll_id); in click_knowledge_handler()
434 vscrollbar_scroll_down(win->window_id, knowledge_scroll_id); in click_knowledge_handler()
642 void fill_knowledge_win(int window_id) in fill_knowledge_win() argument
644 set_window_custom_scale(window_id, MW_STATS); in fill_knowledge_win()
654 knowledge_book_image_id = add_knowledge_book_image(window_id); in fill_knowledge_win()
662 if (window_id >= 0 && window_id < windows_list.num_windows) in fill_knowledge_win()
663 set_content_widths(&windows_list.window[window_id]); in fill_knowledge_win()
[all …]
H A Dpassword_manager.cpp254 int window_id; member in Password_Manaager::Window
276 widget_destroy(win->window_id, checkbox_id); in ui_scale()
301 resize_window(window_id, width, height); in ui_scale()
347 vscrollbar_scroll_up(win->window_id, scroll_id); in click()
365 hide_window(window_id); in click()
381 hide_window(window_id); in display()
408 if (window_id < 0) in open()
418 if (window_id >=0 && window_id < windows_list.num_windows) in open()
422 toggle_window(window_id); in open()
429 destroy_window(window_id); in destroy()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/sessions/
H A Dsession_service.cc211 const SessionID& window_id, in SetTabGroupMetadata() argument
330 windows_tracking_.erase(window_id); in WindowClosed()
392 windows_tracking_.insert(window_id); in SetWindowType()
405 const SessionID& window_id, in SetWindowAppName() argument
448 const SessionID& window_id, in SetTabExtensionAppID() argument
491 const SessionID& window_id, in SetTabUserAgentOverride() argument
521 const SessionID& window_id, in UpdateTabNavigation() argument
661 const SessionID& window_id, in BuildCommandsForTab() argument
668 DCHECK(window_id.is_valid()); in BuildCommandsForTab()
897 const SessionID& window_id) const { in HasOpenTrackableBrowsers()
[all …]
H A Dsession_service_unittest.cc209 ASSERT_EQ(window_id, windows[0]->window_id); in TEST_F()
261 ASSERT_EQ(window_id, windows[0]->window_id); in TEST_F()
357 if (windows[0]->window_id == window_id) { in TEST_F()
365 ASSERT_EQ(window_id, windows[1]->window_id); in TEST_F()
404 ASSERT_EQ(window_id, windows[0]->window_id); in TEST_F()
437 ASSERT_EQ(window_id, windows[0]->window_id); in TEST_F()
471 EXPECT_EQ(window_id, windows[0]->window_id); in TEST_F()
537 ASSERT_EQ(window_id, windows[0]->window_id); in TEST_F()
659 ASSERT_EQ(window_id, windows[0]->window_id); in TEST_F()
710 ASSERT_EQ(window_id, windows[0]->window_id); in TEST_F()
[all …]
H A Dsession_service.h111 void SetTabWindow(const SessionID& window_id,
115 void SetWindowBounds(const SessionID& window_id,
120 void SetWindowWorkspace(const SessionID& window_id,
130 void SetTabGroup(const SessionID& window_id,
142 void SetPinnedState(const SessionID& window_id,
154 void WindowClosing(const SessionID& window_id);
157 void WindowClosed(const SessionID& window_id);
171 void SetWindowAppName(const SessionID& window_id,
174 void SetWindowUserTitle(const SessionID& window_id,
190 void SetLastActiveTime(const SessionID& window_id,
[all …]
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/winit-0.24.0/src/platform_impl/linux/wayland/seat/keyboard/
H A Dhandlers.rs23 let window_id = wayland::make_wid(&surface); in handle_keyboard() localVariable
34 inner.target_window_id = Some(window_id); in handle_keyboard()
37 let window_id = wayland::make_wid(&surface); in handle_keyboard() localVariable
43 window_id, in handle_keyboard()
60 let window_id = match inner.target_window_id { in handle_keyboard() localVariable
61 Some(window_id) => window_id, in handle_keyboard()
87 window_id, in handle_keyboard()
107 let window_id = match inner.target_window_id { in handle_keyboard() localVariable
108 Some(window_id) => window_id, in handle_keyboard()
128 window_id, in handle_keyboard()
[all …]
/dports/devel/p5-Term-Visual/Term-Visual-0.08/
H A DVisual.pm496 my $window_id = shift;
513 my $window_id = shift;
739 $window_id--;
747 $window_id++;
1275 my $window_id = shift;
1516 my $window_id = shift;
1524 $window_id = 0;
1537 my $window_id = shift;
1567 my $window_id = shift;
1626 my $window_id = shift;
[all …]
/dports/net/xrdp-devel/xrdp-0.9.16/sesman/chansrv/
H A Drail.c172 rail_send_key_esc(int window_id) in rail_send_key_esc() argument
565 unsigned int window_id; in rail_process_activate() local
579 window_id); in rail_process_activate()
866 int window_id; in rail_process_system_command() local
878 window_id); in rail_process_system_command()
936 int window_id; in rail_process_notify_event() local
953 int window_id; in rail_process_window_move() local
989 int window_id; in rail_process_local_move_size() local
1035 int window_id; in rail_process_sys_menu() local
1503 int window_id; in rail_configure_request_window() local
[all …]
/dports/x11-drivers/xorgxrdp/xrdp-0.9.17/sesman/chansrv/
H A Drail.c172 rail_send_key_esc(int window_id) in rail_send_key_esc() argument
565 unsigned int window_id; in rail_process_activate() local
579 window_id); in rail_process_activate()
866 int window_id; in rail_process_system_command() local
878 window_id); in rail_process_system_command()
936 int window_id; in rail_process_notify_event() local
953 int window_id; in rail_process_window_move() local
989 int window_id; in rail_process_local_move_size() local
1035 int window_id; in rail_process_sys_menu() local
1503 int window_id; in rail_configure_request_window() local
[all …]
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/appmenu/
H A De_mod_dbus_registrar_server.c20 window->window_id); in appmenu_application_monitor()
31 if (window->window_id == window->ctxt->window_with_focus) in menu_update_cb()
46 unsigned window_id; in _on_register_window() local
62 window->window_id = window_id; in _on_register_window()
80 window_find(E_AppMenu_Context *ctxt, unsigned window_id) in window_find() argument
86 if (w->window_id == window_id) in window_find()
97 unsigned window_id; in _on_unregister_window() local
99 if (!eldbus_message_arguments_get(msg, "u", &window_id)) in _on_unregister_window()
105 w = window_find(ctxt, window_id); in _on_unregister_window()
115 unsigned window_id; in _on_getmenu() local
[all …]
/dports/devel/p5-Term-Visual/Term-Visual-0.08/examples/
H A Dsimple_test.pl23 my $window_id = $vt->create_window(
57 $vt->print($window_id, "My Window ID is $window_id");
59 $vt->print($window_id, $vt->get_palette);
60 $vt->print($window_id, "---------------------------------------");
61 $vt->print($window_id, $vt->get_palette("st_values", "ncolor"));
74 $vt->set_input_prompt($window_id, "\$");
95 $vt->print($window_id, $input);
106 $vt->set_status_field( $window_id, time => strftime("%I:%M %p", localtime) );
116 my $window_name = $vt->get_window_name($window_id);
117 $vt->set_status_field( $window_id, name => $window_name );
[all …]
H A Dlogmon.pl27 my $window_id = $vt->create_window(
70 my $window_name = $vt->get_window_name($window_id);
71 $vt->set_status_field( $window_id, name => $window_name );
76 $vt->set_status_field( $window_id, file => $filist);
104 $vt->delete_window($window_id);
113 $vt->delete_window($window_id);
130 $vt->set_status_field( $window_id, time => strftime("%I:%M %p", localtime) );
141 $vt->set_status_field( $window_id, file => $file );
146 $vt->print( $window_id, $input );
156 $vt->print( $window_id, "Reset $wheel_id");
/dports/games/abstreet/winit-a87ae2661263ff241e8868cbf3ce65aab205863a/src/platform_impl/linux/x11/
H A Devent_processor.rs55 let window_id = WindowId(window_id); in with_window() localVariable
60 .get(&window_id) in with_window()
143 window_id: mkwid(window_id), in process_event()
181 window_id, in process_event()
295 window_id, in process_event()
479 window_id, in process_event()
519 window_id, in process_event()
581 window_id, in process_event()
604 window_id, in process_event()
1117 window_id: mkwid(window_id), in process_event()
[all …]
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/winit-0.24.0/src/platform_impl/linux/x11/
H A Devent_processor.rs58 let window_id = WindowId(window_id); in with_window() localVariable
63 .get(&window_id) in with_window()
146 window_id: mkwid(window_id), in process_event()
184 window_id, in process_event()
298 window_id, in process_event()
482 window_id, in process_event()
522 window_id, in process_event()
584 window_id, in process_event()
607 window_id, in process_event()
1126 window_id: mkwid(window_id), in process_event()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/ozone/platform/scenic/
H A Dscenic_screen.cc17 void ScenicScreen::OnWindowAdded(int32_t window_id) { in OnWindowAdded() argument
21 DCHECK(displays_.empty() || (window_id > displays_.back().id())); in OnWindowAdded()
22 displays_.push_back(display::Display(window_id)); in OnWindowAdded()
28 void ScenicScreen::OnWindowRemoved(int32_t window_id) { in OnWindowRemoved() argument
30 [window_id](display::Display& display) { in OnWindowRemoved()
31 return display.id() == window_id; in OnWindowRemoved()
43 [window_id](display::Display& display) { in OnWindowBoundsChanged()
44 return display.id() == window_id; in OnWindowBoundsChanged()
50 void ScenicScreen::OnWindowMetrics(int32_t window_id, in OnWindowMetrics() argument
53 [window_id](display::Display& display) { in OnWindowMetrics()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/ozone/platform/scenic/
H A Dscenic_screen.cc17 void ScenicScreen::OnWindowAdded(int32_t window_id) { in OnWindowAdded() argument
21 DCHECK(displays_.empty() || (window_id > displays_.back().id())); in OnWindowAdded()
22 displays_.push_back(display::Display(window_id)); in OnWindowAdded()
28 void ScenicScreen::OnWindowRemoved(int32_t window_id) { in OnWindowRemoved() argument
30 [window_id](display::Display& display) { in OnWindowRemoved()
31 return display.id() == window_id; in OnWindowRemoved()
43 [window_id](display::Display& display) { in OnWindowBoundsChanged()
44 return display.id() == window_id; in OnWindowBoundsChanged()
50 void ScenicScreen::OnWindowMetrics(int32_t window_id, in OnWindowMetrics() argument
56 [window_id](display::Display& display) { in OnWindowMetrics()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/browser/
H A Ddesktop_media_id.cc32 media_id.window_id = in RegisterNativeWindow()
40 return DesktopMediaWindowRegistry::GetInstance()->GetWindowById(id.window_id); in GetNativeWindowById()
45 return std::tie(type, id, window_id, web_contents_id, audio_share) < in operator <()
46 std::tie(other.type, other.id, other.window_id, other.web_contents_id, in operator <()
51 return type == other.type && id == other.id && window_id == other.window_id && in operator ==()
94 int64_t window_id; in Parse() local
95 if (!base::StringToInt64(parts[2], &window_id)) in Parse()
97 media_id.window_id = window_id; in Parse()
124 prefix.append(base::NumberToString(window_id)); in ToString()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/public/browser/
H A Ddesktop_media_id.cc37 media_id.window_id = in RegisterNativeWindow()
45 return DesktopMediaWindowRegistry::GetInstance()->GetWindowById(id.window_id); in GetNativeWindowById()
50 return std::tie(type, id, window_id, web_contents_id, audio_share) < in operator <()
51 std::tie(other.type, other.id, other.window_id, other.web_contents_id, in operator <()
56 return type == other.type && id == other.id && window_id == other.window_id && in operator ==()
95 int64_t window_id; in Parse() local
96 if (!base::StringToInt64(parts[2], &window_id)) in Parse()
98 media_id.window_id = window_id; in Parse()
126 prefix.append(base::NumberToString(window_id)); in ToString()
/dports/x11-wm/mutter/mutter-41.1/src/tests/
H A Dtest-runner.c212 *window_id = slash + 1; in test_case_parse_window_id()
519 const char *window_id; in test_case_do() local
540 const char *window_id; in test_case_do() local
559 const char *window_id; in test_case_do() local
578 const char *window_id; in test_case_do() local
597 const char *window_id; in test_case_do() local
619 const char *window_id; in test_case_do() local
642 const char *window_id; in test_case_do() local
658 const char *window_id; in test_case_do() local
676 const char *window_id; in test_case_do() local
[all …]
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/winit-0.24.0/src/platform_impl/linux/wayland/seat/text_input/
H A Dhandlers.rs24 let window_id = wayland::make_wid(&surface); in handle_text_input() localVariable
26 let window_handle = match winit_state.window_map.get_mut(&window_id) { in handle_text_input()
30 inner.target_window_id = Some(window_id); in handle_text_input()
47 let window_id = wayland::make_wid(&surface); in handle_text_input() localVariable
49 let window_handle = match winit_state.window_map.get_mut(&window_id) { in handle_text_input()
67 let (window_id, text) = match (inner.target_window_id, inner.commit_string.take()) { in handle_text_input()
68 (Some(window_id), Some(text)) => (window_id, text), in handle_text_input()
73 event_sink.push_window_event(WindowEvent::ReceivedCharacter(ch), window_id); in handle_text_input()

12345678910>>...77