Age | Commit message (Collapse) | Author |
|
Instead of TextEditor knowing about the ComboBox button on the right
hand side, we now make ComboBox inherit from GUI::Frame, and make the
inner text editor widget frameless.
This allows us to place the button ourselves inside ComboBox without
any frame artifacts, and TextEditor no longer needs to keep track of
the geometry of that button.
|
|
This returns the currently selected index. It was a bit strange that
we had set_selected_index() but not a way to read it back. :^)
|
|
Converts the buttons of these widgets into ControlBoxButtons.
|
|
|
|
Easy way to set selected item.
|
|
|
|
|
|
This patch adds <LibGUI/Forward.h> and uses it a bunch.
It also dragged various header dependency reduction changes into it.
|
|
|