MCPcopy 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
403int SplitContainer::get_split_offset() const {
404 return split_offset;
405}
406
407void SplitContainer::clamp_split_offset() {
408 if (!_get_sortable_child(0) || !_get_sortable_child(1)) {

Callers 7

gui_inputMethod · 0.80
_close_messagesMethod · 0.80
get_window_layoutMethod · 0.80
get_window_layoutMethod · 0.80
save_docks_to_configMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected