|
| static uint32_t | _wlmtk_dock_panel_request_size (wlmtk_panel_t *panel_ptr, int width, int height) |
| |
| static void | _wlmtk_dock_element_layout (wlmtk_element_t *element_ptr) |
| |
| static wlmtk_box_orientation_t | _wlmtk_dock_orientation (wlmtk_dock_t *dock_ptr) |
| |
| static bool | _wlmtk_dock_positioning (wlmtk_dock_t *dock_ptr, wlmtk_panel_positioning_t *panel_positioning_ptr) |
| |
| static bool | _wlmtk_dock_tile_set_style (bs_dllist_node_t *dlnode_ptr, void *ud_ptr) |
| |
| static void | _wlmtk_dock_tile_destroy (bs_dllist_node_t *dlnode_ptr, void *ud_ptr) |
| |
| wlmtk_dock_t * | wlmtk_dock_create (const wlmtk_dock_positioning_t *dock_positioning_ptr, const struct wlmtk_dock_style *style_ptr) |
| |
| void | wlmtk_dock_destroy (wlmtk_dock_t *dock_ptr) |
| |
| bool | wlmtk_dock_set_style (wlmtk_dock_t *dock_ptr, const struct wlmtk_dock_style *style_ptr, const struct wlmtk_tile_style *tile_style_ptr) |
| |
| void | wlmtk_dock_add_tile (wlmtk_dock_t *dock_ptr, wlmtk_tile_t *tile_ptr) |
| |
| void | wlmtk_dock_remove_tile (wlmtk_dock_t *dock_ptr, wlmtk_tile_t *tile_ptr) |
| |
| wlmtk_panel_t * | wlmtk_dock_panel (wlmtk_dock_t *dock_ptr) |
| |
| wlmtk_element_t * | wlmtk_dock_element (wlmtk_dock_t *dock_ptr) |
| |
| static void | test_create_destroy (bs_test_t *test_ptr) |
| |
- Copyright
- Copyright (c) 2026 Philipp Kaeser (kaese.nosp@m.r@gu.nosp@m.bbe.c.nosp@m.h) Copyright 2024 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.