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:
parent
00075b1c8a
commit
36d8b9e89b
8 changed files with 157 additions and 0 deletions
|
@ -57,6 +57,7 @@ LIBGUI_OBJS = \
|
|||
GSlider.o \
|
||||
GResizeCorner.o \
|
||||
GTabWidget.o \
|
||||
GRadioButton.o \
|
||||
GWindow.o
|
||||
|
||||
OBJS = $(SHAREDGRAPHICS_OBJS) $(LIBGUI_OBJS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue