aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/check_box.h
diff options
context:
space:
mode:
authorvolzhs2017-12-11 15:37:29 +0900
committervolzhs2017-12-11 15:37:29 +0900
commit2afa2bc389ca5371ec4f659041ac4097f23fbac7 (patch)
tree0aa1360f276216973c9a0926d3473adcb1c52250 /scene/gui/check_box.h
parent3c04d7798c7d7e510f8dadf5b305b534c0bce452 (diff)
downloadgodot-2afa2bc389ca5371ec4f659041ac4097f23fbac7.tar.gz
godot-2afa2bc389ca5371ec4f659041ac4097f23fbac7.tar.zst
godot-2afa2bc389ca5371ec4f659041ac4097f23fbac7.zip
Diffstat (limited to 'scene/gui/check_box.h')
-rw-r--r--scene/gui/check_box.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/gui/check_box.h b/scene/gui/check_box.h
index 4da06be8d..3d3f170e8 100644
--- a/scene/gui/check_box.h
+++ b/scene/gui/check_box.h
@@ -39,6 +39,8 @@ class CheckBox : public Button {
GDCLASS(CheckBox, Button);
protected:
+ Size2 get_icon_size() const;
+ Size2 get_minimum_size() const;
void _notification(int p_what);
bool is_radio();