Table Of Contents

Previous topic

SizedPanel

Next topic

SizedScrolledPanel

This Page

phoenix_title SizedParent


class_hierarchy Inheritance Diagram

Inheritance diagram for class SizedParent

Inheritance diagram of SizedParent


method_summary Methods Summary

AddChild  
GetSizerType  
SetSizerType Sets the sizer type and automatically re-assign any children

api Class API



SizedParent: def AddChild(self, child)

Methods



AddChild(self, child)


GetSizerType(self)


SetSizerType(self, type, options={})

Sets the sizer type and automatically re-assign any children to it.

Parameters:
  • type – sizer type, valid values are “horizontal”, “vertical”, “form”, “table” and “grid”
  • options – dictionary of options depending on type