Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ get_split_offset
Method
get_split_offset
scene/gui/split_container.cpp:403–405 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
401
}
402
403
int SplitContainer::get_split_offset() const {
404
return split_offset;
405
}
406
407
void SplitContainer::clamp_split_offset() {
408
if (!_get_sortable_child(0) || !_get_sortable_child(1)) {
Callers
7
gui_input
Method · 0.80
_close_messages
Method · 0.80
_save_central_editor_layout_to_config
Method · 0.80
get_window_layout
Method · 0.80
get_window_layout
Method · 0.80
save_docks_to_config
Method · 0.80
test_split_container.h
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected