BaseKivyApp
  • Installation
  • Getting Started
  • base_kivy_app Examples
  • The base_kivy_app API
    • base_kivy_app
    • get_pyinstaller_datas()
    • App
    • BaseKivyApp
    • app_error()
    • app_error_async()
    • report_exception_in_app()
    • run_app()
    • run_app_async()
    • Graphics
    • AutoSizedSpinner
    • BufferImage
    • EmptyDropDown
    • EventFocusBehavior
    • TimeLine
    • TimeLineSlice
    • Utilities
    • ColorTheme
    • pretty_space()
    • pretty_time()
    • yaml_dumps()
BaseKivyApp
  • The base_kivy_app API
  • View page source

The base_kivy_app API

  • base_kivy_app
  • get_pyinstaller_datas()
  • App
  • BaseKivyApp
    • BaseKivyApp.ask_cannot_close()
    • BaseKivyApp.check_close()
    • BaseKivyApp.error_indicator
    • BaseKivyApp.filebrowser
    • BaseKivyApp.init_load()
  • app_error()
  • app_error_async()
  • report_exception_in_app()
  • run_app()
  • run_app_async()
  • Graphics
  • AutoSizedSpinner
  • BufferImage
    • BufferImage.available_size
    • BufferImage.color
    • BufferImage.image_size
    • BufferImage.img
    • BufferImage.img_texture
    • BufferImage.reload_buffer()
    • BufferImage.texture_size
    • BufferImage.update_img()
  • EmptyDropDown
  • EventFocusBehavior
    • EventFocusBehavior.keyboard_on_key_down()
    • EventFocusBehavior.keyboard_on_key_up()
    • EventFocusBehavior.keys
  • TimeLine
    • TimeLine.add_slice()
    • TimeLine.clear_slices()
    • TimeLine.color_even
    • TimeLine.color_odd
    • TimeLine.current_slice
    • TimeLine.remove_slice()
    • TimeLine.set_active_slice()
    • TimeLine.slice_names
    • TimeLine.slices
    • TimeLine.smear_slices()
    • TimeLine.text
    • TimeLine.timer
    • TimeLine.update_slice_attrs()
  • TimeLineSlice
    • TimeLineSlice.color
    • TimeLineSlice.duration
    • TimeLineSlice.elapsed_t
    • TimeLineSlice.name
    • TimeLineSlice.text
  • Utilities
  • ColorTheme
    • ColorTheme.primary_text
  • pretty_space()
  • pretty_time()
  • yaml_dumps()
Previous Next

© Copyright 2019, Matthew Einhorn.

Built with Sphinx using a theme provided by Read the Docs.