Searched refs:theme (Results 1 - 25 of 38) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dtheme.cpp2 // Name: univ/theme.cpp
7 // RCS-ID: $Id: theme.cpp 42455 2006-10-26 15:33:10Z VS $
36 #include "wx/univ/theme.h"
46 // "dynamic" theme creation
61 // find the theme in the list by name
77 // the default theme (called by wxApp::OnInitGui)
84 // we already have a theme
97 else // use native theme by default
103 wxTheme *theme = Create(nameDefTheme); local
106 if ( !theme
125 Set(wxTheme *theme) argument
155 wxDelegateTheme(const wxChar *theme) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/icons/
H A DMakefile.am40 for theme in $(public_icons_themes); do \
41 $(gtk_update_icon_cache) $(datadir)/icons/$$theme; \
45 for theme in $(public_icons_themes); do \
46 echo "*** $(gtk_update_icon_cache) $(datadir)/icons/$$theme"; \
H A DMakefile.in499 for theme in $(public_icons_themes); do \
500 $(gtk_update_icon_cache) $(datadir)/icons/$$theme; \
504 for theme in $(public_icons_themes); do \
505 echo "*** $(gtk_update_icon_cache) $(datadir)/icons/$$theme"; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dcombo.cpp56 // Change to #if 1 to include tmschema.h for easier testing of theme
178 wxUxThemeEngine* theme = wxUxThemeEngine::GetIfActive(); local
185 if ( theme )
244 wxUxThemeEngine * const theme = wxUxThemeEngine::GetIfActive(); local
245 if ( theme )
250 HRESULT hr = theme->GetThemeColor
416 //wxUxThemeEngine* theme = NULL;
418 // theme = wxUxThemeEngine::GetIfActive();
438 // Here is, however, sample code how to get theme colours:
441 // theme
507 wxUxThemeEngine* theme = NULL; local
[all...]
H A Dbmpbuttn.cpp257 wxUxThemeHandle theme(button, L"BUTTON");
282 if ( wxUxThemeEngine::Get()->IsThemeBackgroundPartiallyTransparent(theme,
290 wxUxThemeEngine::Get()->DrawThemeBackground(theme, hdc, BP_PUSHBUTTON, iState,
295 wxUxThemeEngine::Get()->GetThemeMargins(theme, hdc, BP_PUSHBUTTON, iState,
371 wxUxThemeHandle theme(this, L"BUTTON");
376 wxUxThemeEngine::Get()->GetThemeMargins(theme, NULL,
602 wxUxThemeHandle theme((wxBitmapButton *)this, L"BUTTON");
605 wxUxThemeEngine::Get()->GetThemeMargins(theme, NULL,
H A Dstatbr95.cpp281 wxUxThemeHandle theme((wxStatusBar95 *)this, L"Status"); // const_cast
282 if ( theme )
291 wxUxThemeEngine::Get()->GetThemeBackgroundContentRect(theme, NULL,
H A Dtbar95.cpp268 // Fix a bug on e.g. the Silver theme on WinXP where control backgrounds
1507 wxUxThemeEngine *theme = wxUxThemeEngine::GetIfActive(); local
1508 if ( theme )
1511 hr = theme->DrawThemeParentBackground(GetHwnd(), hdc, &rect);
1522 // Only draw a rebar theme on Vista, since it doesn't jive so well with XP
1525 wxUxThemeEngine *theme = wxUxThemeEngine::GetIfActive(); local
1526 if ( theme )
1534 HRESULT hr = theme->DrawThemeBackground(hTheme, hdc, 0, 0, & r, NULL);
1710 wxUxThemeEngine *theme = wxUxThemeEngine::GetIfActive(); local
1711 if ( theme )
[all...]
H A Dcheckbox.cpp493 wxUxThemeHandle theme(this, L"BUTTON");
494 if ( !theme )
526 theme,
H A Dbutton.cpp539 // as the theme size might have changed
759 wxUxThemeHandle theme(button, L"BUTTON");
784 if ( wxUxThemeEngine::Get()->IsThemeBackgroundPartiallyTransparent(theme,
792 wxUxThemeEngine::Get()->DrawThemeBackground(theme, hdc, BP_PUSHBUTTON, iState,
797 wxUxThemeEngine::Get()->GetThemeMargins(theme, hdc, BP_PUSHBUTTON, iState,
H A Dnotebook.cpp1185 wxUxThemeHandle theme(child ? child : this, L"TAB");
1186 if ( !theme )
1206 theme,
1215 theme,
1315 // Windows only: attempts to get colour for UX theme page background
1339 Some themes return a near black theme color using FILLCOLORHINT,
1359 // So for the default theme at least, hard-code the colour to something
H A Dwindow.cpp1448 // Helper for getting an appropriate theme style for the application. Unnecessary in
3333 wxUxThemeEngine* theme = wxUxThemeEngine::GetIfActive(); local
3334 if (theme && TranslateBorder(GetBorder()) == wxBORDER_THEME)
3356 if (theme->GetThemeBackgroundContentRect(
3375 wxUxThemeEngine* theme = wxUxThemeEngine::GetIfActive(); local
3376 if (theme && TranslateBorder(GetBorder()) == wxBORDER_THEME)
3390 theme->GetThemeBackgroundContentRect(
3398 if (theme->IsThemeBackgroundPartiallyTransparent(hTheme, EP_EDITTEXT, ETS_NORMAL))
3400 theme->DrawThemeParentBackground(GetHwnd(), GetHdcOf(dc), &rcBorder);
3412 theme
[all...]
H A Dmakefile.mic264 $(UNIVDIR)/theme.$(OBJSUFF) \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dtr-icon.c120 GtkIconTheme * theme = gtk_icon_theme_get_default( ); local
124 if( !gtk_icon_theme_has_icon( theme, TRAY_ICON ) )
127 GtkIconInfo * icon_info = gtk_icon_theme_lookup_icon( theme, TRAY_ICON, 48, GTK_ICON_LOOKUP_USE_BUILTIN );
H A Dicons.c171 _get_icon_pixbuf( GIcon * icon, int size, GtkIconTheme * theme )
176 return get_themed_icon_pixbuf( G_THEMED_ICON( icon ), size, theme );
H A Dactions.c160 GtkIconTheme * theme = gtk_icon_theme_get_default( ); local
168 if( !gtk_icon_theme_has_icon( theme, name ) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dtheme.h2 // Name: wx/univ/theme.h
9 // RCS-ID: $Id: theme.h 42455 2006-10-26 15:33:10Z VS $
36 // create the default theme
39 // create the theme by name (will return NULL if not found)
43 static wxTheme *Set(wxTheme *theme);
45 // get the current theme (never NULL)
48 // the theme methods
52 // this theme
55 // get the art provider to be used together with this theme
74 // the current theme
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/lxdialog/
H A Dutil.c157 * Select color theme
159 static int set_theme(const char *theme) argument
162 if (!theme)
164 else if (strcmp(theme, "classic") == 0)
166 else if (strcmp(theme, "bluetitle") == 0)
168 else if (strcmp(theme, "blackbg") == 0)
170 else if (strcmp(theme, "mono") == 0)
224 static void color_setup(const char *theme) argument
228 use_color = set_theme(theme);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dappcmn.cpp214 #define OPTION_THEME _T("theme")
230 gettext_noop("specify the theme to use"),
270 wxTheme *theme = wxTheme::Create(themeName); local
271 if ( !theme )
273 wxLogError(_("Unsupported theme '%s'."), themeName.c_str());
277 // Delete the defaultly created theme and set the new theme.
279 wxTheme::Set(theme);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dmimetype.cpp1132 wxString theme; local
1139 if ( config[i].StartsWith(wxT("Theme="), &theme) )
1144 return theme;
1151 wxString theme; local
1157 theme = GetKDEThemeInFile(filename);
1158 if(! theme.IsEmpty())
1159 return theme;
1164 return theme;
1170 theme = GetKDEThemeInFile(filename);
1171 if(! theme
1182 wxString theme = GetKDETheme(basedirs); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dsysopt.tex22 pages. Note that this won't disable the theme on the actual notebook background (noticeable only if there are no
47 to the current theme's values. Set this to 0 to disable this functionality, for example if you're using
54 pages. Note that this won't disable the theme on the actual notebook background (noticeable only if there are no
75 of relying on the underlying GTK+ window colour. This works around a display problem when running applications under KDE with the gtk-qt theme installed (0.6 and below).}
H A Dartprov.tex85 it is also possible to load icons from current icon theme by specifying their
88 \urlref{freedesktop.org Icon Themes specification}{http://freedesktop.org/Standards/icon-theme-spec}. Note that themes are not guaranteed to contain all
90 Default theme is typically installed in {\tt /usr/share/icons/hicolor}.
H A Dnotebook.tex46 On Windows XP, the default theme paints a gradient on the notebook's pages.
47 If you wish to suppress this theme, for aesthetic or performance reasons,
62 overall theme, use:
H A Dauinotebook.tex18 The default theme that is used is wxAuiDefaultTabArt, which provides a modern, glossy look and feel.
19 The theme can be changed by calling \helpref{wxAuiNotebook::SetArtProvider}{wxauinotebooksetartprovider}.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dmakefile.unx264 $(UNIVDIR)/theme.$(OBJSUFF) \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/plasmamule/
H A Dplasma-applet-plasmamule.cpp35 #include <plasma/theme.h>

Completed in 317 milliseconds

12