kivy API

kivy.require(version)

Require can be used to check the minimum version required to run a Kivy application. For example, you can start your application code like this:

import kivy kivy.require('1.0.1')

If a user attempts to run your application with a version of Kivy that is older than the specified version, an Exception is raised.

The Kivy version string is built like this:

X.Y.Z[-tag[-tagrevision]]

X is the major version
Y is the minor version
Z is the bugfixes revision

The tag is optional, but may be one of ‘dev’, ‘alpha’, or ‘beta’. The tagrevision is the revision of the tag.

You must not ask for a version with a tag, except -dev. Asking for a ‘dev’ version will just warn the user if the current Kivy version is not a -dev, but it will never raise an exception. You must not ask for a version with a tagrevision.

kivy.kivy_configure()

Call post-configuration of Kivy. This function must be called if you create the window yourself.

kivy.kivy_register_post_configuration( callback)

Register a function to be called when kivy_configure() is called.

Internal use only.

kivy.kivy_options  = {'window': ('pygame',), 'camera': ('opencv', 'gstreamer', 'videocapture'), 'video': ('ffmpeg', 'gstreamer', 'pyglet'), 'clipboard': ('pygame', 'dummy'), 'text': ('pil', 'pygame'), 'image': ('dds', 'gif', 'pil', 'pygame'), 'audio': ('pygame', 'gstreamer'), 'spelling': ('enchant', 'osxappkit')}

Global settings options for kivy

kivy.kivy_base_dir  = '/home/kivy/Buildbot/kivy-full-ref/build/kivy'

Kivy directory

kivy.kivy_modules_dir  = '/home/kivy/Buildbot/kivy-full-ref/build/kivy/modules'

Kivy modules directory

kivy.kivy_data_dir  = '/home/kivy/Buildbot/kivy-full-ref/build/kivy/data'

Kivy data directory

kivy.kivy_shader_dir  = '/home/kivy/Buildbot/kivy-full-ref/build/kivy/data/glsl'

Kivy glsl shader directory

kivy.kivy_icons_dir  = '/home/kivy/Buildbot/kivy-full-ref/build/kivy/data/icons/'

Kivy icons config path (don’t remove the last ‘’)

kivy.kivy_home_dir  = ''

Kivy user-home storage directory

kivy.kivy_userexts_dir  = ''

Kivy user extensions directory

kivy.kivy_config_fn  = ''

Kivy configuration filename

kivy.kivy_usermodules_dir  = ''

Kivy user modules directory


转载于:https://my.oschina.net/liefeng/blog/84116

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值