pygtk - GTK Widget object naming -


i writting pygtk application. using glade interface designer layouts.

i want know if there standard way of naming widget object.

eg : button called "configure" how should name ? eg : configurebt, buttonconfigure, configurebutton, etc

i want app accepted in default ubuntu/debian/gnome setup. want follow standards requirements it.

there's no "official" standard, you'll save headaches if use lowercase, underscore separated names (eg. refresh_button). way, signal handlers can called eg. refresh_button_clicked, , glade can automatically connect them. match nicely python coding standards.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -