I am writting a PyGTK application. I am using the glade interface designer for layouts.
I want to know if there is any standard way of naming a Widget object.
eg : For a button called "Configure" how should I name it ? eg : ConfigureBt, ButtonConfigure, ConfigureButton, etc
I want the app to be accepted in the default ubuntu/debian/gnome setup. I want to follow all the standards requirements for it.