#A4# #ApplicationModel# #Model# ## #about# #AboutModel# ## ## #AboutModel# #Model# ## #progname# #string# #main.__progname__# ## #version# #string# #main.__version__# ## #authors# #list# #<our names># ## #comments# #string# #<description># ## #license# #string# #<GNU license># ## #ApplicationCtrl# #Controller# ## #register_view# ## ## ## #view# ## ## ## #quit# ## ## ## #on_about_btn_clicked# ## ## ## #btn# ## ## ## #on_quit_btn_clicked# ## ## ## #btn# ## ## ## #AboutCtrl# #Controller# ## #register_view# ## ## ## #view# ## ## ## #ApplicationView# #View# ## #self['main_window']# #gtk.Window# ## ## #self['about_btn']# #gtk.Button# ## ## #self['quit_btn']# #gtk.Button# ## ## #self['vbox']# #gtk.VBox# ## ## #create_sub_views# ## ## ## #filesearch_ctrl# ## ## ## #AboutView# #View# ## #self['dialog_about']# #gtk.AboutDialog# ## ## #set_progname# ## ## ## #text# ## ## ## #set_version# ## ## ## #text# ## ## ## #set_authors# ## ## ## #text# ## ## ## #set_comments# ## ## ## #text# ## ## ## #set_license# ## ## ## #text# ## ## ## #run# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #FilesearchModel# #Model# ## #__properties__# #dict# #{'quantity':10, 'path':'C:', 'stopit':False}# ## #FilesearchCtrl# #Controller# ## #filegetter# ## ## ## #startdir# #str# ## ## #size_convert# ## ## ## #size# #float# ## ## #on_qty_spin_value_changed# #signal# ## ## #sb# #gtk.SpinButton# ## ## #start_btn_released_cb# #signal# ## ## #btn# #gtk.Button# ## ## #on_stop_btn_clicked# #signal# ## ## #btn# #gtk.Button# ## ## #property_quantity_value_change# #observer func# ## ## #model# ## ## ## #old# ## ## ## #new# ## ## ## #property_path_value_change# #observer func# ## ## #model# ## ## ## #old# ## ## ## #new# ## ## ## #property_stopit_value_change# #observer func# ## ## #model# ## ## ## #old# ## ## ## #new# ## ## ## #FilesearchView# #View# ## #self['path_entry']# #gtk.Entry# ## ## #self['qty_spin']# #gtk.SpinButton# ## ## #self['start_btn']# #gtk.Button# ## ## #self['stop_btn']# #gtk.Button# ## ## #self['treestore']# #gtk.TreeStore# ## ## #self['treeview']# #gtk.TreeView# ## ## #self['vbox']# #gtk.VBox# ## ## #__build_widgets# ## ## ## #set_quantity_value# ## ## ## #val# #int# ## ## #set_path_value# ## ## ## #val# #str# ## ## #set_stopit_value# ## ## ## #val# #bool# ## ## ## ## ## ## ## ## ## ## ##