Re: GNUStep Themeing - Menu Groove

2013-06-24 Thread Eric Wasylishen
Hi Aaron,You can get rid of those borders by settingGSMenuVerticalBackground;for example see the (incomplete) Narcissus theme:http://svn.gna.org/viewcvs/etoile/trunk/Etoile/Themes/Narcissus.themeThe relevant part of the theme's Info-gnustep.plist is:GSMenuVerticalBackground = {	FileName = Menu.9.png;	NinePatch = YES;};Here's the Menu.9.png image (FYI, GNUstep supports Android's 9-patch format):http://svn.gna.org/viewcvs/*checkout*/etoile/trunk/Etoile/Themes/Narcissus.theme/Resources/ThemeTiles/Menu.9.png?revision=5876Screenshot attached, I colored the border inMenu.9.pngred to verify that it works :-)EricOn 2013-06-23, at 1:29 AM, Germán Arias ger...@xelalug.org wrote:On 2013-06-22 06:41:42 -0600 aaroncarr aar.c...@icloud.com wrote:Hi - Im making a gnustep theme and having difficulty styling menu's. I canre-color the menu but i cant get rid of the groove that goes around theedge, more specifically i can get rid of the dark part of the groove on thebottom and right but not the light part at the top and left - can someonegive me a pointer to what i would need to override in GSTheme code to removethe groove !!Thanks!!Screenshot : http://goo.gl/ZFhkTIn Thematic, the color "Control light highlight" changes the color of the linesat left and top. The color "Control dark shadow" changes the lines at right andbottom. But you only can change these color, you can't remove this lines.Germán.___Gnustep-dev mailing listGnustep-dev@gnu.orghttps://lists.gnu.org/mailman/listinfo/gnustep-dev___
Gnustep-dev mailing list
Gnustep-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/gnustep-dev


GNUStep Themeing - Menu Groove

2013-06-22 Thread aaroncarr
Hi - Im making a gnustep theme and having difficulty styling menu's. I can
re-color the menu but i cant get rid of the groove that goes around the
edge, more specifically i can get rid of the dark part of the groove on the
bottom and right but not the light part at the top and left - can someone
give me a pointer to what i would need to override in GSTheme code to remove
the groove !! 

Thanks!!

Screenshot : http://goo.gl/ZFhkT



--
View this message in context: 
http://gnustep.8.n7.nabble.com/GNUStep-Themeing-Menu-Groove-tp34073.html
Sent from the GNUstep - Dev mailing list archive at Nabble.com.

___
Gnustep-dev mailing list
Gnustep-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/gnustep-dev


Re: GNUStep Themeing - Menu Groove

2013-06-22 Thread Germán Arias
On 2013-06-22 06:41:42 -0600 aaroncarr aar.c...@icloud.com wrote:

 Hi - Im making a gnustep theme and having difficulty styling menu's. I can
 re-color the menu but i cant get rid of the groove that goes around the
 edge, more specifically i can get rid of the dark part of the groove on the
 bottom and right but not the light part at the top and left - can someone
 give me a pointer to what i would need to override in GSTheme code to remove
 the groove !!
 Thanks!!
 
 Screenshot : http://goo.gl/ZFhkT
 

In Thematic, the color Control light highlight changes the color of the lines
at left and top. The color Control dark shadow changes the lines at right and
bottom. But you only can change these color, you can't remove this lines.

Germán.


___
Gnustep-dev mailing list
Gnustep-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/gnustep-dev