PatchworkOS
Loading...
Searching...
No Matches
label.c File Reference
#include "internal.h"
#include <stdlib.h>
#include <string.h>

Go to the source code of this file.

Functions

static uint64_t label_procedure (window_t *win, element_t *elem, const event_t *event)
 
element_tlabel_new (element_t *parent, element_id_t id, const rect_t *rect, const char *text, element_flags_t flags)
 Create a new label element.
 

Function Documentation

◆ label_procedure()