Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProgerXP/Notepad2e
/ Width
Method
Width
scintilla/include/Platform.h:144–144 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
142
bottom += yDelta;
143
}
144
XYPOSITION Width() { return right - left; }
145
XYPOSITION Height() { return bottom - top; }
146
bool Empty() {
147
return (Height() <= 0) || (Width() <= 0);
Callers
15
XYScrollToMakeVisible
Method · 0.80
SetXYScroll
Method · 0.80
WrapLines
Method · 0.80
LinesSplit
Method · 0.80
DrawEOL
Method · 0.80
RefreshPixMaps
Method · 0.80
ChangeSize
Method · 0.80
Draw
Method · 0.80
Draw
Method · 0.80
Draw
Method · 0.80
AlphaRectangle
Method · 0.80
DrawRGBAImage
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected