mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 20:19:38 +00:00
Partial scroll bar implementation
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include "PLWidgets.h"
|
||||
#include "MemoryManager.h"
|
||||
#include "PLControlDefinitions.h"
|
||||
|
||||
namespace PortabilityLayer
|
||||
{
|
||||
@@ -99,6 +100,11 @@ namespace PortabilityLayer
|
||||
return GetRect();
|
||||
}
|
||||
|
||||
int Widget::ResolvePart(const Point &point) const
|
||||
{
|
||||
return kControlButtonPart;
|
||||
}
|
||||
|
||||
void Widget::GainFocus()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user