Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crossuo/crossuo
/ IsGUI
Method
IsGUI
src/GUI/BaseGUI.h:68–68 ·
view source on GitHub ↗
This is a user interface component.
Source
from the content-addressed store, hash-verified
66
67
// This is a user interface component.
68
virtual bool IsGUI() { return true; }
69
70
// This is the HTMLGump component
71
virtual bool IsHTMLGump() { return false; }
Callers
15
Process
Method · 0.45
TestMoveOnDrag
Method · 0.45
OnLeftMouseButtonUp
Method · 0.45
InitToolTip
Method · 0.45
InitToolTip
Method · 0.45
OnLeftMouseButtonDoubleClick
Method · 0.45
GetStatusbarGroupOffset
Method · 0.45
OnLeftMouseButtonDoubleClick
Method · 0.45
OnLeftMouseButtonDoubleClick
Method · 0.45
OnLeftMouseButtonDoubleClick
Method · 0.45
CalculateGumpState
Method · 0.45
ProcessListing
Method · 0.45
Calls
no outgoing calls
Tested by
1
TestMoveOnDrag
Method · 0.36