1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:17:35 +00:00

LibGUI: Add a GRadioButton widget.

Radio buttons are automagically exclusive with other radio button children
of the same parent. :^)
This commit is contained in:
Andreas Kling 2019-05-23 22:37:21 +02:00
parent 00075b1c8a
commit 36d8b9e89b
8 changed files with 157 additions and 0 deletions

View file

@ -57,6 +57,7 @@ LIBGUI_OBJS = \
GSlider.o \
GResizeCorner.o \
GTabWidget.o \
GRadioButton.o \
GWindow.o
OBJS = $(SHAREDGRAPHICS_OBJS) $(LIBGUI_OBJS)