
Sonne
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Fedorateur
14 years ago
Report
Cwiiis
14 years ago
Report
robsta
14 years ago
It might not be possible with any of the existing theme engines.
Report
knipknap
14 years ago
Report
varunus
14 years ago
Take a look at BVC's alien theme, which shows how powerful this engine is; I personally know that the drop shadows, roundedness, and gradients are possible (I'm the one working on the Gentle GNOME theme that Gentleman refers to, and the theme is nearing completion.) Aside from tabs, this can be done.
Report
knipknap
14 years ago
Also, to lay a gradient accross the complete GtkWindow you have to align the gradients in every container with each other (or the child containers would have to be transparent).
Another problem is that the drop-down buttons of GtkSelectionBoxEntry (or whatever it was called) and GtkOptionMenu have different sizes in every theme that I saw; not sure if it is possible to assign them a new size.
But I sure hope you are right.
Report