Linus Groh
|
a514f2cbfd
|
LibGUI: Set default value of LinkLabel text argument to a null string
The regular Label also does this, being able to call the constructor
with no arguments is required for REGISTER_WIDGET(GUI, LinkLabel).
|
2020-12-29 15:42:30 +01:00 |
|
Andreas Kling
|
bdff88d8d5
|
LibGUI: Make the LinkLabel widget keyboard-friendly
Make it tab-focusable and activate it with the return key. :^)
|
2020-12-26 16:09:02 +01:00 |
|
Andreas Kling
|
7babe5ade6
|
LibGUI: Set LinkLabel tooltip if text can't fit the widget
We were setting a tooltip when the text overflowed the *window* width,
make this more general by basing it on the *widget* width.
|
2020-12-26 13:17:57 +01:00 |
|
Andreas Kling
|
9fe310c470
|
LibGUI: Minor tweaks to the GUI::LinkLabel
Remove some unnecessary includes and make the constructor private.
|
2020-12-26 13:07:53 +01:00 |
|
Andreas Kling
|
5452c8a566
|
LibGUI: Rename Link => LinkLabel
|
2020-12-26 13:03:38 +01:00 |
|