|
wlmaker
|
#include <libbase/libbase.h>#include <libbase/plist.h>#include <stdbool.h>#include <stdint.h>#include "element.h"#include "style.h"#include "window.h"

Go to the source code of this file.
Classes | |
| struct | wlmtk_resizebar_style |
Typedefs | |
| typedef struct _wlmtk_resizebar_t | wlmtk_resizebar_t |
Functions | |
| wlmtk_resizebar_t * | wlmtk_resizebar_create (wlmtk_window_t *window_ptr, const struct wlmtk_resizebar_style *style_ptr) |
| void | wlmtk_resizebar_destroy (wlmtk_resizebar_t *resizebar_ptr) |
| bool | wlmtk_resizebar_set_width (wlmtk_resizebar_t *resizebar_ptr, unsigned width) |
| bool | wlmtk_resizebar_set_style (wlmtk_resizebar_t *resizebar_ptr, const struct wlmtk_resizebar_style *style_ptr) |
| wlmtk_element_t * | wlmtk_resizebar_element (wlmtk_resizebar_t *resizebar_ptr) |
Variables | |
| const bspl_desc_t | wlmtk_resizebar_style_desc [] |
| const bs_test_set_t | wlmtk_resizebar_test_set |
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 struct _wlmtk_resizebar_t wlmtk_resizebar_t |
Forward declaration: Title bar.
| wlmtk_resizebar_t * wlmtk_resizebar_create | ( | wlmtk_window_t * | window_ptr, |
| const struct wlmtk_resizebar_style * | style_ptr | ||
| ) |
Creates the resize bar.
| window_ptr | |
| style_ptr | Style. Must outlive the resize bar, or until next call to wlmtk_resizebar_set_style. |
| void wlmtk_resizebar_destroy | ( | wlmtk_resizebar_t * | resizebar_ptr | ) |
Destroys the resize bar.
| resizebar_ptr |
| wlmtk_element_t * wlmtk_resizebar_element | ( | wlmtk_resizebar_t * | resizebar_ptr | ) |
Returns the super Element of the resizebar.
| resizebar_ptr |
| bool wlmtk_resizebar_set_style | ( | wlmtk_resizebar_t * | resizebar_ptr, |
| const struct wlmtk_resizebar_style * | style_ptr | ||
| ) |
Sets the resizebar's style.
| resizebar_ptr | |
| style_ptr | Style. Must outlive the resize bar, or until next call to wlmtk_resizebar_set_style. |
| bool wlmtk_resizebar_set_width | ( | wlmtk_resizebar_t * | resizebar_ptr, |
| unsigned | width | ||
| ) |
Sets the width of the resize bar.
| resizebar_ptr | |
| width |
|
extern |
Descriptor for decoding the "ResizeBar" dict below "Window".
|
extern |
Unit test cases.