|
| wlmtk_workspace_t * | wlmtk_workspace_create (const char *name_ptr, const wlmtk_tile_style_t *tile_style_ptr, wlmtk_env_t *env_ptr) |
| |
| void | wlmtk_workspace_destroy (wlmtk_workspace_t *workspace_ptr) |
| |
| void | wlmtk_workspace_set_details (wlmtk_workspace_t *workspace_ptr, int index) |
| |
| void | wlmtk_workspace_get_details (wlmtk_workspace_t *workspace_ptr, const char **name_ptr_ptr, int *index_ptr) |
| |
| void | wlmtk_workspace_set_extents (wlmtk_workspace_t *workspace_ptr, const struct wlr_box *extents_ptr) |
| |
| struct wlr_box | wlmtk_workspace_get_maximize_extents (wlmtk_workspace_t *workspace_ptr) |
| |
| struct wlr_box | wlmtk_workspace_get_fullscreen_extents (wlmtk_workspace_t *workspace_ptr) |
| |
| void | wlmtk_workspace_enable (wlmtk_workspace_t *workspace_ptr, bool enabled) |
| |
| void | wlmtk_workspace_map_window (wlmtk_workspace_t *workspace_ptr, wlmtk_window_t *window_ptr) |
| |
| void | wlmtk_workspace_unmap_window (wlmtk_workspace_t *workspace_ptr, wlmtk_window_t *window_ptr) |
| |
| wlmtk_layer_t * | wlmtk_workspace_get_layer (wlmtk_workspace_t *workspace_ptr, wlmtk_workspace_layer_t layer) |
| |
| bs_dllist_t * | wlmtk_workspace_get_windows_dllist (wlmtk_workspace_t *workspace_ptr) |
| |
| void | wlmtk_workspace_window_to_fullscreen (wlmtk_workspace_t *workspace_ptr, wlmtk_window_t *window_ptr, bool fullscreen) |
| |
| void | wlmtk_workspace_begin_window_move (wlmtk_workspace_t *workspace_ptr, wlmtk_window_t *window_ptr) |
| |
| void | wlmtk_workspace_begin_window_resize (wlmtk_workspace_t *workspace_ptr, wlmtk_window_t *window_ptr, uint32_t edges) |
| |
| void | wlmtk_workspace_activate_window (wlmtk_workspace_t *workspace_ptr, wlmtk_window_t *window_ptr) |
| |
| wlmtk_window_t * | wlmtk_workspace_get_activated_window (wlmtk_workspace_t *workspace_ptr) |
| |
| void | wlmtk_workspace_activate_previous_window (wlmtk_workspace_t *workspace_ptr) |
| |
| void | wlmtk_workspace_activate_next_window (wlmtk_workspace_t *workspace_ptr) |
| |
| void | wlmtk_workspace_raise_window (wlmtk_workspace_t *workspace_ptr, wlmtk_window_t *window_ptr) |
| |
| wlmtk_element_t * | wlmtk_workspace_element (wlmtk_workspace_t *workspace_ptr) |
| |
| wlmtk_root_t * | wlmtk_workspace_get_root (wlmtk_workspace_t *workspace_ptr) |
| |
| void | wlmtk_workspace_set_root (wlmtk_workspace_t *workspace_ptr, wlmtk_root_t *root_ptr) |
| |
| bs_dllist_node_t * | wlmtk_dlnode_from_workspace (wlmtk_workspace_t *workspace_ptr) |
| |
| wlmtk_workspace_t * | wlmtk_workspace_from_dlnode (bs_dllist_node_t *dlnode_ptr) |
| |
| wlmtk_workspace_t * | wlmtk_workspace_create_for_test (int width, int height, wlmtk_env_t *env_ptr) |
| |
- Copyright
- Copyright 2023 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.