diff options
| author | volzhs | 2017-12-11 15:37:29 +0900 |
|---|---|---|
| committer | volzhs | 2017-12-11 15:37:29 +0900 |
| commit | 2afa2bc389ca5371ec4f659041ac4097f23fbac7 (patch) | |
| tree | 0aa1360f276216973c9a0926d3473adcb1c52250 /scene/gui/check_box.h | |
| parent | 3c04d7798c7d7e510f8dadf5b305b534c0bce452 (diff) | |
| download | godot-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.h | 2 |
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(); |
