|
| static bool | _wlmtk_window_element_pointer_button (wlmtk_element_t *element_ptr, const wlmtk_button_event_t *button_event_ptr) |
| |
| static void | _wlmtk_window_container_element_get_dimensions (wlmtk_element_t *element_ptr, int *x1_ptr, int *y1_ptr, int *x2_ptr, int *y2_ptr) |
| |
| static bool | _wlmtk_window_container_update_layout (wlmtk_container_t *container_ptr) |
| |
| static void | _wlmtk_window_apply_decoration (wlmtk_window_t *window_ptr) |
| |
| static void | _wlmtk_window_create_titlebar (wlmtk_window_t *window_ptr) |
| |
| static void | _wlmtk_window_create_resizebar (wlmtk_window_t *window_ptr) |
| |
| static void | _wlmtk_window_destroy_titlebar (wlmtk_window_t *window_ptr) |
| |
| static void | _wlmtk_window_destroy_resizebar (wlmtk_window_t *window_ptr) |
| |
| static void | _wlmtk_window_set_decoration_width (wlmtk_window_t *window_ptr) |
| |
| static void | _wlmtk_window_menu_request_close_handler (struct wl_listener *listener_ptr, void *data_ptr) |
| |
| wlmtk_window_t * | wlmtk_window_create (wlmtk_element_t *content_element_ptr, const wlmtk_window_style_t *style_ptr, const wlmtk_menu_style_t *menu_style_ptr) |
| |
| void | wlmtk_window_destroy (wlmtk_window_t *window_ptr) |
| |
| wlmtk_window_events_t * | wlmtk_window_events (wlmtk_window_t *window_ptr) |
| |
| wlmtk_element_t * | wlmtk_window_element (wlmtk_window_t *window_ptr) |
| |
| wlmtk_window_t * | wlmtk_window_from_element (wlmtk_element_t *element_ptr) |
| |
| struct wlr_box | wlmtk_window_get_bounding_box (wlmtk_window_t *window_ptr) |
| |
| void | wlmtk_window_position_changed (wlmtk_window_t *window_ptr) |
| |
| void | wlmtk_window_set_properties (wlmtk_window_t *window_ptr, uint32_t properties) |
| |
| void | wlmtk_window_set_client (wlmtk_window_t *window_ptr, const wlmtk_util_client_t *client_ptr) |
| |
| const wlmtk_util_client_t * | wlmtk_window_get_client_ptr (wlmtk_window_t *window_ptr) |
| |
| void | wlmtk_window_set_wlr_output (wlmtk_window_t *window_ptr, struct wlr_output *wlr_output_ptr) |
| |
| struct wlr_output * | wlmtk_window_get_wlr_output (wlmtk_window_t *window_ptr) |
| |
| bool | wlmtk_window_set_title (wlmtk_window_t *window_ptr, const char *title_ptr) |
| |
| const char * | wlmtk_window_get_title (wlmtk_window_t *window_ptr) |
| |
| void | wlmtk_window_set_activated (wlmtk_window_t *window_ptr, bool activated) |
| |
| bool | wlmtk_window_is_activated (wlmtk_window_t *window_ptr) |
| |
| void | wlmtk_window_request_size (wlmtk_window_t *window_ptr, const struct wlr_box *box_ptr) |
| |
| void | wlmtk_window_commit_size (wlmtk_window_t *window_ptr, int width, int height) |
| |
| struct wlr_box | wlmtk_window_get_size (wlmtk_window_t *window_ptr) |
| |
| void | wlmtk_window_set_resize_edges (wlmtk_window_t *window_ptr, uint32_t edges) |
| |
| uint32_t | wlmtk_window_get_resize_edges (wlmtk_window_t *window_ptr) |
| |
| void | wlmtk_window_request_close (wlmtk_window_t *window_ptr) |
| |
| void | wlmtk_window_request_minimize (wlmtk_window_t *window_ptr) |
| |
| void | wlmtk_window_request_fullscreen (wlmtk_window_t *window_ptr, bool fullscreen) |
| |
| bool | wlmtk_window_is_fullscreen (wlmtk_window_t *window_ptr) |
| |
| void | wlmtk_window_commit_fullscreen (wlmtk_window_t *window_ptr, bool fullscreen) |
| |
| void | wlmtk_window_request_maximized (wlmtk_window_t *window_ptr, bool maximized) |
| |
| bool | wlmtk_window_is_maximized (wlmtk_window_t *window_ptr) |
| |
| void | wlmtk_window_commit_maximized (wlmtk_window_t *window_ptr, bool maximized) |
| |
| void | wlmtk_window_request_shaded (wlmtk_window_t *window_ptr, bool shaded) |
| |
| bool | wlmtk_window_is_shaded (wlmtk_window_t *window_ptr) |
| |
| void | wlmtk_window_menu_set_enabled (wlmtk_window_t *window_ptr, bool enabled) |
| |
| wlmtk_menu_t * | wlmtk_window_menu (wlmtk_window_t *window_ptr) |
| |
| void | wlmtk_window_set_server_side_decorated (wlmtk_window_t *window_ptr, bool decorated) |
| |
| void | wlmtk_window_set_workspace (wlmtk_window_t *window_ptr, wlmtk_workspace_t *workspace_ptr) |
| |
| wlmtk_workspace_t * | wlmtk_window_get_workspace (wlmtk_window_t *window_ptr) |
| |
| bs_dllist_node_t * | wlmtk_dlnode_from_window (wlmtk_window_t *window_ptr) |
| |
| wlmtk_window_t * | wlmtk_window_from_dlnode (bs_dllist_node_t *dlnode_ptr) |
| |
| static void | test_create_destroy (bs_test_t *test_ptr) |
| |
| static void | test_decoration (bs_test_t *test_ptr) |
| |
| static void | test_events (bs_test_t *test_ptr) |
| |
| static void | test_set_activated (bs_test_t *test_ptr) |
| |
| static void | test_resize (bs_test_t *test_ptr) |
| |
| static void | test_fullscreen (bs_test_t *test_ptr) |
| |
| static void | test_fullscreen_unmap (bs_test_t *test_ptr) |
| |
| static void | test_maximized (bs_test_t *test_ptr) |
| |
| static void | test_shaded (bs_test_t *test_ptr) |
| |
| static void | test_modifier_move (bs_test_t *test_ptr) |
| |
| static void | test_menu (bs_test_t *test_ptr) |
| |
| wlmtk_window_t * | wlmtk_test_window_create (wlmtk_element_t *content_element_ptr) |
| |
- Copyright
- Copyright 2025 Google LLC
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.