mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:27:45 +00:00
Add basic GUI API for creating labels and buttons.
This commit is contained in:
parent
17c7bf01a5
commit
b2d86b7597
7 changed files with 99 additions and 8 deletions
|
@ -42,7 +42,8 @@
|
|||
__ERROR(ENOTIMPL, "Not implemented") \
|
||||
__ERROR(EAFNOSUPPORT, "Address family not supported") \
|
||||
__ERROR(EWHYTHO, "Failed without setting an error code (Bug!)") \
|
||||
__ERROR(EBADWIN, "Bad WindowID") \
|
||||
__ERROR(EBADWINDOW, "Bad Window ID") \
|
||||
__ERROR(EBADWIDGET, "Bad Widget ID") \
|
||||
|
||||
enum __errno_values {
|
||||
#undef __ERROR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue