SayoriOS
0.3.3
widget_button.h
1
#pragma once
2
3
#include <
common.h
>
4
5
typedef
struct
Widget_Button
{
6
char
* label;
7
uint32_t label_color;
8
uint32_t color;
9
}
Widget_Button_t
;
10
11
Widget_t
* new_widget_button(
char
* label, uint32_t color, uint32_t label_color);
common.h
Основные определения ядра
Widget_Button
Definition:
widget_button.h:5
Widget
Definition:
widget.h:12
kernel
include
desktop
widget_button.h
Документация по SayoriOS. Последние изменения: Вс 8 Дек 2024 11:15:21. Создано системой
1.9.1