|
bool | wlmtk_content_init (wlmtk_content_t *content_ptr, wlmtk_surface_t *surface_ptr, wlmtk_env_t *env_ptr) |
|
void | wlmtk_content_fini (wlmtk_content_t *content_ptr) |
|
void | wlmtk_content_set_surface (wlmtk_content_t *content_ptr, wlmtk_surface_t *surface_ptr) |
|
wlmtk_content_vmt_t | wlmtk_content_extend (wlmtk_content_t *content_ptr, const wlmtk_content_vmt_t *content_vmt_ptr) |
|
static uint32_t | wlmtk_content_request_maximized (wlmtk_content_t *content_ptr, bool maximized) |
|
static uint32_t | wlmtk_content_request_fullscreen (wlmtk_content_t *content_ptr, bool fullscreen) |
|
static uint32_t | wlmtk_content_request_size (wlmtk_content_t *content_ptr, int width, int height) |
|
static void | wlmtk_content_request_close (wlmtk_content_t *content_ptr) |
|
static void | wlmtk_content_set_activated (wlmtk_content_t *content_ptr, bool activated) |
|
void | wlmtk_content_set_window (wlmtk_content_t *content_ptr, wlmtk_window_t *window_ptr) |
|
void | wlmtk_content_get_size (wlmtk_content_t *content_ptr, int *width_ptr, int *height_ptr) |
|
void | wlmtk_content_commit (wlmtk_content_t *content_ptr, int width, int height, uint32_t serial) |
|
wlmtk_element_t * | wlmtk_content_element (wlmtk_content_t *content_ptr) |
|
void | wlmtk_content_add_popup (wlmtk_content_t *content_ptr, wlmtk_content_t *popup_content_ptr) |
|
void | wlmtk_content_remove_popup (wlmtk_content_t *content_ptr, wlmtk_content_t *popup_content_ptr) |
|
wlmtk_content_t * | wlmtk_content_get_parent_content (wlmtk_content_t *content_ptr) |
|
wlmtk_fake_content_t * | wlmtk_fake_content_create (wlmtk_fake_surface_t *fake_surface_ptr) |
|
void | wlmtk_fake_content_destroy (wlmtk_fake_content_t *fake_content_ptr) |
|
void | wlmtk_fake_content_commit (wlmtk_fake_content_t *fake_content_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.