wlmaker
|
Classes | |
struct | _wlmaker_background_t |
Functions | |
static void | _wlmaker_background_element_destroy (wlmtk_element_t *element_ptr) |
static uint32_t | _wlmaker_background_request_size (wlmtk_panel_t *panel_ptr, int width, int height) |
wlmaker_background_t * | wlmaker_background_create (uint32_t color, wlmtk_env_t *env_ptr) |
void | wlmaker_background_destroy (wlmaker_background_t *background_ptr) |
wlmtk_panel_t * | wlmaker_background_panel (wlmaker_background_t *background_ptr) |
Variables | |
static const wlmtk_element_vmt_t | _wlmaker_background_element_vmt |
static const wlmtk_panel_vmt_t | _wlmaker_background_panel_vmt |
static const wlmtk_panel_positioning_t | _wlmaker_background_panel_position |
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.
|
static |
Implements wlmtk_element_vmt_t::destroy. Dtor for the background.
|
static |
Implements wlmtk_panel_vmt_t::request_size. Updates the panel size.
wlmaker_background_t * wlmaker_background_create | ( | uint32_t | color, |
wlmtk_env_t * | env_ptr ) |
Creates a background, derived from a wlmtk_panel_t.
color | |
env_ptr |
void wlmaker_background_destroy | ( | wlmaker_background_t * | background_ptr | ) |
Destroys the background.
background_ptr |
wlmtk_panel_t * wlmaker_background_panel | ( | wlmaker_background_t * | background_ptr | ) |
Returns a pointer to wlmaker_background_t::super_panel.
|
static |
The background panel's element superclass virtual method.
|
static |
Panel's position: Anchored to all 4 edges, and auto-sized.
|
static |
The background panels' virtual method table.