Home
last modified time | relevance | path

Searched refs:htheme (Results 1 – 25 of 57) sorted by relevance

123

/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkwin32theme.c96 HTHEME htheme; member
112 if (theme->htheme) in gtk_win32_theme_close()
114 CloseThemeData (theme->htheme); in gtk_win32_theme_close()
115 theme->htheme = NULL; in gtk_win32_theme_close()
244 if (theme->htheme) in gtk_win32_theme_get_htheme()
245 return theme->htheme; in gtk_win32_theme_get_htheme()
251 return theme->htheme; in gtk_win32_theme_get_htheme()
330 HTHEME htheme; in gtk_win32_theme_create_surface() local
341 if (htheme) in gtk_win32_theme_create_surface()
475 size = GetThemeSysSize (htheme, id); in gtk_win32_theme_get_size()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/styles/
H A Dqwindowsxpstyle_p.h214 : widget(w), painter(p), name(theme), htheme(0), partId(part), stateId(state), in widget()
228 HTHEME htheme; variable
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/UI/Controls/
H A Dmod.rs28 pub fn CloseThemeData(htheme: isize) -> ::windows_sys::core::HRESULT; in CloseThemeData()
202 …pub fn GetThemeColor(htheme: isize, ipartid: i32, istateid: i32, ipropid: i32, pcolor: *mut u32) -… in GetThemeColor()
205 …pub fn GetThemeEnumValue(htheme: isize, ipartid: i32, istateid: i32, ipropid: i32, pival: *mut i32… in GetThemeEnumValue()
210 …pub fn GetThemeInt(htheme: isize, ipartid: i32, istateid: i32, ipropid: i32, pival: *mut i32) -> :… in GetThemeInt()
228 pub fn GetThemeSysBool(htheme: isize, iboolid: i32) -> super::super::Foundation::BOOL; in GetThemeSysBool()
229 pub fn GetThemeSysColor(htheme: isize, icolorid: i32) -> u32; in GetThemeSysColor()
231 …pub fn GetThemeSysColorBrush(htheme: isize, icolorid: THEME_PROPERTY_SYMBOL_ID) -> super::super::G… in GetThemeSysColorBrush()
234 …pub fn GetThemeSysInt(htheme: isize, iintid: i32, pivalue: *mut i32) -> ::windows_sys::core::HRESU… in GetThemeSysInt()
235 pub fn GetThemeSysSize(htheme: isize, isizeid: i32) -> i32; in GetThemeSysSize()
334 …pub fn IsThemeBackgroundPartiallyTransparent(htheme: isize, ipartid: i32, istateid: i32) -> super:… in IsThemeBackgroundPartiallyTransparent()
[all …]
/dports/devel/upp/upp/uppsrc/CtrlLib/
H A DChWin32.cpp217 HANDLE htheme = XpWidget(e.widget); in XpLookFn() local
221 if(e.contentm && htheme) { in XpLookFn()
224 XpTheme().GetThemeBackgroundContentRect(htheme, NULL, e.part, e.state, r, cr); in XpLookFn()
247 if(htheme) { in XpLookFn()
260 XpTheme().DrawThemeBackground(htheme, hdc, e.part, e.state, r, NULL); in XpLookFn()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/UI/Controls/
H A Dmod.rs1255 pub unsafe fn CloseThemeData(htheme: isize) -> ::windows::runtime::Result<()> { in CloseThemeData()
1260 fn CloseThemeData(htheme: isize) -> ::windows::runtime::HRESULT; in CloseThemeData()
1262 CloseThemeData(::std::mem::transmute(htheme)).ok() in CloseThemeData()
3920 pub unsafe fn GetThemeSysBool(htheme: isize, iboolid: i32) -> super::super::Foundation::BOOL { in GetThemeSysBool()
3925 fn GetThemeSysBool(htheme: isize, iboolid: i32) -> super::super::Foundation::BOOL; in GetThemeSysBool()
3933 pub unsafe fn GetThemeSysColor(htheme: isize, icolorid: i32) -> u32 { in GetThemeSysColor()
3938 fn GetThemeSysColor(htheme: isize, icolorid: i32) -> u32; in GetThemeSysColor()
3975 pub unsafe fn GetThemeSysInt(htheme: isize, iintid: i32) -> ::windows::runtime::Result<i32> { in GetThemeSysInt()
3980 … fn GetThemeSysInt(htheme: isize, iintid: i32, pivalue: *mut i32) -> ::windows::runtime::HRESULT; in GetThemeSysInt()
3989 pub unsafe fn GetThemeSysSize(htheme: isize, isizeid: i32) -> i32 { in GetThemeSysSize()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Drenderer.cpp317 void DoDrawButtonLike(HTHEME htheme,
754 wxRendererXP::DoDrawButtonLike(HTHEME htheme, in DoDrawButtonLike() argument
801 htheme, in DoDrawButtonLike()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Drenderer.cpp317 void DoDrawButtonLike(HTHEME htheme,
754 wxRendererXP::DoDrawButtonLike(HTHEME htheme, in DoDrawButtonLike() argument
801 htheme, in DoDrawButtonLike()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Drenderer.cpp316 void DoDrawButtonLike(HTHEME htheme,
796 wxRendererXP::DoDrawButtonLike(HTHEME htheme, in DoDrawButtonLike() argument
840 htheme, in DoDrawButtonLike()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/plugins/styles/windowsvista/
H A Dqwindowsxpstyle_p_p.h130 HTHEME htheme = nullptr; variable
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/plugins/styles/windowsvista/
H A Dqwindowsxpstyle_p_p.h130 HTHEME htheme = nullptr; variable
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/plugins/styles/windowsvista/
H A Dqwindowsxpstyle_p_p.h130 HTHEME htheme = nullptr; variable
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/plugins/styles/windowsvista/
H A Dqwindowsxpstyle_p_p.h130 HTHEME htheme = nullptr; variable
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/plugins/styles/windowsvista/
H A Dqwindowsxpstyle_p_p.h130 HTHEME htheme = nullptr; variable
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/plugins/styles/windowsvista/
H A Dqwindowsxpstyle_p_p.h130 HTHEME htheme = nullptr; variable
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/plugins/styles/windowsvista/
H A Dqwindowsxpstyle_p_p.h130 HTHEME htheme = nullptr; variable
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/plugins/styles/windowsvista/
H A Dqwindowsxpstyle_p_p.h130 HTHEME htheme = nullptr; variable
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/plugins/styles/windowsvista/
H A Dqwindowsxpstyle_p_p.h130 HTHEME htheme = nullptr; variable
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/plugins/styles/windowsvista/
H A Dqwindowsxpstyle_p_p.h130 HTHEME htheme = nullptr; variable
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/plugins/styles/windowsvista/
H A Dqwindowsxpstyle_p_p.h130 HTHEME htheme = nullptr; variable
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/plugins/styles/windowsvista/
H A Dqwindowsxpstyle_p_p.h130 HTHEME htheme = nullptr; variable
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/plugins/styles/windowsvista/
H A Dqwindowsxpstyle_p_p.h130 HTHEME htheme = nullptr; variable
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/plugins/styles/windowsvista/
H A Dqwindowsxpstyle_p_p.h130 HTHEME htheme = nullptr; variable
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/plugins/styles/windowsvista/
H A Dqwindowsxpstyle_p_p.h130 HTHEME htheme = nullptr; variable
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/plugins/styles/windowsvista/
H A Dqwindowsxpstyle_p_p.h130 HTHEME htheme = nullptr; variable
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/plugins/styles/windowsvista/
H A Dqwindowsxpstyle_p_p.h130 HTHEME htheme = nullptr; variable

123