Tagged Questions
2
votes
1answer
103 views
How do i make my gtk app use the dark theme?
Some apps on the gnome desktop like the image viewer use a dark variation of the theme.
What code is required to make my own gtk program use this dark variation of the theme?
1
vote
0answers
92 views
C code for enabling theming in Windows
I have a small code below that is suppose to enable/disable themes in Windows 7.
This is a Win32 console app that I compile with Visual Studio 2010.
When executing, it works well for disabling ...
1
vote
0answers
98 views
GTK+ cross platform ubuntu theme
I know that a cross platform GTK+ application will suit their GUI to the operating system they are (for example they will use ubuntu theme to fit in ubuntu and windows theme when used in windows).How ...
2
votes
0answers
597 views
How to use themes with gtk+ in windows [closed]
I am trying to learn gtk+. I use windows.
By default gtk+ gives a look of Windows 98/2000.
But on linux there are different themes available.
I have downloaded the aurora theme engine and theme. I ...
0
votes
1answer
91 views
Change my CTAGS theme
I'm using ctags, which I installed in Ubuntu. When I autocomplete something in vim, the autocomplete text is white on a bright pink background. It's quite painful to look at. Is there a way to change ...
0
votes
1answer
240 views
Gtk+ Custom Theme Like Winamp
I want to know Is it Possible to make custom theme ( Skin ) like Winnamp have any documentation about it.. or any other way to do this with GTK+ using other language..
Please help me..
Thanks in ...
4
votes
2answers
479 views
Transparent background of xp-themed control
I have a few window controls drawn on a bitmap as well as on colored background on a dialogbox. would there be some possible way to make the window controls background transparent? Currently they show ...
1
vote
4answers
2k views
How do I make my application use the Windows theme?
I'm working with some windows API to create a little application.
I already created the buttons, windows, alright.
But the problem is the components I created don't look like the OS theme. They look ...
6
votes
2answers
580 views
GTK theme engine: where to start?
I would like to start coding a gtk theme engine, but i'm wondering where i can find some documentation, if any exists.
I know how to have look at someone else engine's code, examples, or torture tests ...
3
votes
2answers
239 views
Making Vista / 7 User Frame control? (WinAPI)
I notice Vista/7 uses this type of control as well as Windows Live Messenger. This is the control:
How can this control be programably added to a WinAPI application?
Thanks
