wlmaker
Loading...
Searching...
No Matches
Typedefs | Functions | Variables
resizebar_area.h File Reference
#include <libbase/libbase.h>
#include <stdbool.h>
#include <stdint.h>
#include "element.h"
#include "style.h"
#include "window.h"
Include dependency graph for resizebar_area.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct _wlmtk_resizebar_area_t wlmtk_resizebar_area_t
 

Functions

wlmtk_resizebar_area_twlmtk_resizebar_area_create (wlmtk_window_t *window_ptr, uint32_t edges)
 
void wlmtk_resizebar_area_destroy (wlmtk_resizebar_area_t *resizebar_area_ptr)
 
bool wlmtk_resizebar_area_redraw (wlmtk_resizebar_area_t *resizebar_area_ptr, bs_gfxbuf_t *gfxbuf_ptr, unsigned position, unsigned width, const wlmtk_resizebar_style_t *style_ptr)
 
wlmtk_element_twlmtk_resizebar_area_element (wlmtk_resizebar_area_t *resizebar_area_ptr)
 

Variables

const bs_test_case_t wlmtk_resizebar_area_test_cases []
 

Detailed Description

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.

Typedef Documentation

◆ wlmtk_resizebar_area_t

Forward declaration: Element of the resizebar.

Function Documentation

◆ wlmtk_resizebar_area_create()

wlmtk_resizebar_area_t * wlmtk_resizebar_area_create ( wlmtk_window_t window_ptr,
uint32_t  edges 
)

Creates a resizebar button.

Parameters
window_ptr
edges
Returns
Pointer to the resizebar button.

◆ wlmtk_resizebar_area_destroy()

void wlmtk_resizebar_area_destroy ( wlmtk_resizebar_area_t resizebar_area_ptr)

Destroys the resizebar element.

Parameters
resizebar_area_ptr

◆ wlmtk_resizebar_area_element()

wlmtk_element_t * wlmtk_resizebar_area_element ( wlmtk_resizebar_area_t resizebar_area_ptr)

Returns the button's super_buffer.super_element address.

◆ wlmtk_resizebar_area_redraw()

bool wlmtk_resizebar_area_redraw ( wlmtk_resizebar_area_t resizebar_area_ptr,
bs_gfxbuf_t *  gfxbuf_ptr,
unsigned  position,
unsigned  width,
const wlmtk_resizebar_style_t style_ptr 
)

Redraws the element, with updated position and width.

Parameters
resizebar_area_ptr
gfxbuf_ptr
position
width
style_ptr
Returns
true on success.

Variable Documentation

◆ wlmtk_resizebar_area_test_cases

const bs_test_case_t wlmtk_resizebar_area_test_cases[]
extern

Unit test cases.