Piratz Label Frame ------------------ .. image:: ../figures/07piratz_labelframe.png :width: 94px :height: 137px :align: center The labelframe was created, and labels were used to flesh out the frame. The labelframe required padding in the layout management to ensure that any widget placed inside the frame did not affect the frame and cleared the outer borders. .. container:: toggle .. container:: header *Show/Hide Code* 07pirate_labelframe.py .. literalinclude:: ../examples/07pirate_labelframe.py :start-after: style = Style() .. note:: All the pirate scripts are similar at the beginning upto ``style = Style()``, and is only fully shown in 07pirate_label