Re: My take icon icon resizing



> - I changed the string format from "gtk-menu 30,30:gtk-dialog 40,40"
>   to "gtk-menu=30,30:gtk-dialog=40,40", since it seemed a little
>   clearer with an explicit delimiter character.

Wouldn't

icon_size["menu"] = { 30 , 30 }
icon_size["dialog"] = { 40, 40 } 
icon_size["my-private-size"] = { 54, 38 }

fit the general rc file syntax a lot better, and also save you from 
implementing yet another mini-parser ?

Matthias



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]