Home
last modified time | relevance | path

Searched refs:themeName (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/idlelib/
H A Dconfig.py289 def GetThemeDict(self, type, themeName):
290 """Return {option:value} dict for elements in themeName.
293 themeName - string, theme name
343 if not (cfgParser.has_option(themeName, element) or
351 (element, themeName, theme[element]))
352 _warn(warning, 'highlight', themeName, element)
354 themeName, element, default=theme[element])
/third_party/glfw/src/
H A Dwl_init.c411 const char* themeName = getenv("XCURSOR_THEME"); in loadCursorTheme() local
413 _glfw.wl.cursorTheme = wl_cursor_theme_load(themeName, cursorSize, _glfw.wl.shm); in loadCursorTheme()
423 wl_cursor_theme_load(themeName, cursorSize * 2, _glfw.wl.shm); in loadCursorTheme()

Completed in 3 milliseconds