Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

package IUP::Hbox;
use strict;
sub _create_element {
return shift->_proc_child_param(\&IUP::Internal::LibraryIup::_IupHbox, @_);
}
1;