|
| static void | _wlmtk_titlebar_element_destroy (wlmtk_element_t *element_ptr) |
| |
| static void | _wlmtk_titlebar_compute_positions (wlmtk_titlebar_t *titlebar_ptr, const struct wlmtk_titlebar_style *style_ptr) |
| |
| static bool | _wlmtk_titlebar_redraw_buffers (wlmtk_titlebar_t *titlebar_ptr, const struct wlmtk_titlebar_style *style_ptr, unsigned width) |
| |
| static bool | _wlmtk_titlebar_redraw (wlmtk_titlebar_t *titlebar_ptr, const struct wlmtk_titlebar_style *style_ptr) |
| |
| wlmtk_titlebar_t * | wlmtk_titlebar_create (wlmtk_window_t *window_ptr, const struct wlmtk_titlebar_style *style_ptr) |
| |
| void | wlmtk_titlebar_destroy (wlmtk_titlebar_t *titlebar_ptr) |
| |
| bool | wlmtk_titlebar_set_width (wlmtk_titlebar_t *tb, unsigned width) |
| |
| bool | wlmtk_titlebar_set_style (wlmtk_titlebar_t *tb, const struct wlmtk_titlebar_style *style_ptr) |
| |
| void | wlmtk_titlebar_set_properties (wlmtk_titlebar_t *titlebar_ptr, uint32_t properties) |
| |
| void | wlmtk_titlebar_set_activated (wlmtk_titlebar_t *titlebar_ptr, bool activated) |
| |
| bool | wlmtk_titlebar_is_activated (wlmtk_titlebar_t *titlebar_ptr) |
| |
| void | wlmtk_titlebar_set_title (wlmtk_titlebar_t *titlebar_ptr, const char *title_ptr) |
| |
| wlmtk_element_t * | wlmtk_titlebar_element (wlmtk_titlebar_t *titlebar_ptr) |
| |
| static void | test_variable_width (bs_test_t *test_ptr) |
| |
| static void | test_properties (bs_test_t *test_ptr) |
| |
- Copyright
- Copyright (c) 2026 Philipp Kaeser (kaese.nosp@m.r@gu.nosp@m.bbe.c.nosp@m.h) 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.