Skip to content

Commit

Permalink
Merge pull request #4095 from neikeq/pr-bind-add_spacer
Browse files Browse the repository at this point in the history
BoxContainer: Bind method add_spacer(bool)
  • Loading branch information
akien-mga committed Mar 19, 2016
2 parents bf13f29 + 0571f96 commit b8daa7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scene/gui/box_container.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ BoxContainer::BoxContainer(bool p_vertical) {

void BoxContainer::_bind_methods() {

ObjectTypeDB::bind_method(_MD("add_spacer","begin"),&BoxContainer::add_spacer);
ObjectTypeDB::bind_method(_MD("get_alignment"),&BoxContainer::get_alignment);
ObjectTypeDB::bind_method(_MD("set_alignment","alignment"),&BoxContainer::set_alignment);

Expand Down

0 comments on commit b8daa7e

Please sign in to comment.