Home
last modified time | relevance | path

Searched refs:pInfo (Results 1 – 3 of 3) sorted by relevance

/GUIX-v6.2.1/guix_studio/
DStudioXProject.cpp1956 void studiox_project::DefaultScrollbarAppearance(display_info *pInfo, int theme) in DefaultScrollbarAppearance() argument
1958 memset(&pInfo->themes[theme].VScrollAppearance, 0, sizeof(GX_SCROLLBAR_APPEARANCE)); in DefaultScrollbarAppearance()
1959 pInfo->themes[theme].VScrollAppearance.gx_scroll_width = 20; in DefaultScrollbarAppearance()
1960 pInfo->themes[theme].VScrollAppearance.gx_scroll_thumb_travel_min = 20; in DefaultScrollbarAppearance()
1961 pInfo->themes[theme].VScrollAppearance.gx_scroll_thumb_travel_max = 20; in DefaultScrollbarAppearance()
1962 pInfo->themes[theme].VScrollAppearance.gx_scroll_thumb_width = 18; in DefaultScrollbarAppearance()
1963 pInfo->themes[theme].VScrollAppearance.gx_scroll_thumb_color = GX_COLOR_ID_SCROLL_BUTTON; in DefaultScrollbarAppearance()
1964 pInfo->themes[theme].VScrollAppearance.gx_scroll_thumb_border_color = GX_COLOR_ID_SCROLL_BUTTON; in DefaultScrollbarAppearance()
1965 pInfo->themes[theme].VScrollAppearance.gx_scroll_button_color = GX_COLOR_ID_SCROLL_BUTTON; in DefaultScrollbarAppearance()
1966 pInfo->themes[theme].VScrollAppearance.gx_scroll_thumb_border_style = GX_STYLE_BORDER_THIN; in DefaultScrollbarAppearance()
[all …]
Dconfigure_theme_dlg.cpp133 res_info* pInfo = new res_info(NULL, *theme_0, TRUE); in InitializeThemeResourcesThreadEntry() local
135 project->mDisplays[display].themes[theme].SetFirstResourceInfo(pInfo); in InitializeThemeResourcesThreadEntry()
137 project->InitializeThemeResources(display, theme, pInfo); in InitializeThemeResourcesThreadEntry()
191 … res_info *pInfo = project->mDisplays[mDisplayIndex].themes[index].GetFirstResourceInfo(); in DoDataExchange() local
192 … res_info *pThemeHeader = project->FindResourceFolder(pInfo, RES_TYPE_HEADER, THEME_HEADER); in DoDataExchange()
DStudioXProject.h726 void DefaultScrollbarAppearance(display_info *pInfo, int theme);