FormLayout ========== .. currentmodule:: pygamelib.gfx.ui .. autoclass:: FormLayout :members: :inherited-members: :undoc-members: :show-inheritance: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~FormLayout.__init__ ~FormLayout.add_row ~FormLayout.add_widget ~FormLayout.attach ~FormLayout.count ~FormLayout.count_rows ~FormLayout.detach ~FormLayout.handle_notification ~FormLayout.insert_row ~FormLayout.notify ~FormLayout.remove_row ~FormLayout.render_to_buffer ~FormLayout.set_label ~FormLayout.set_widget ~FormLayout.store_screen_position ~FormLayout.take_row ~FormLayout.widgets .. rubric:: Attributes .. autosummary:: ~FormLayout.height ~FormLayout.parent ~FormLayout.screen_column ~FormLayout.screen_row ~FormLayout.spacing ~FormLayout.width