i want do dump every gtk2 element in single png files. So that i can analyze them for creating gtk3 themes. This questions is only about the way how to dump every element like buttons scrollbars etc to single png files , not more !! The other converting process is done by another script.
regards bluedxca93
i did now managed to grab non hover states with scripts like these: Example : inactiveb is a file containing:
sleep 1 ;import -window "inactivecheckradio" inactivecheckradio.png; wmctrl -c inactivecheckradio
printinactivecheckbutton
./analyzecheckradio & ./inactiveb
analyzecheckradio is a program that shows the radio buttons ( either pygtk or C/glade). How do i print the hovered states to disk ?. something like xdotool or xmacroplay + sleep is anoing when window decorator changes or theme has highly another widths.
regrads bluedxca93