Äîêóìåíò âçÿò èç êýøà ïîèñêîâîé ìàøèíû. Àäðåñ îðèãèíàëüíîãî äîêóìåíòà : http://kodomo.cmm.msu.ru/trac/cca/changeset/94
Äàòà èçìåíåíèÿ: Unknown
Äàòà èíäåêñèðîâàíèÿ: Sun Apr 10 17:30:57 2016
Êîäèðîâêà: IBM-866
Changeset 94:da7e8ebce313 òÀÓ Cyclyc Cell Automata

Changeset 94:da7e8ebce313


Ignore:
Timestamp:
12/14/10 14:49:08 (5 years ago)
Author:
Daniil Alexeyevsky <me.dendik@òÀæ>
Branch:
default
Message:

Code cleanup: fixed a few overly long lines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • interface.py

    r93 r94 ˆà
    579579manip_frame1 = Frame(automata_window, padx=10, pady=5)ˆà
    580580up = Button(manip_frame1, text="Up", command=handlers.upwards, width=10)ˆà
    581ˆàto_top = Button(manip_frame1, text="To Top", command=handlers.to_top, width=10)ˆà
    ˆà581to_top = Button(manip_frame1, text="To Top",ˆà
    ˆà582                                        command=handlers.to_top, width=10)ˆà
    582583up.pack(side="left", fill="x")ˆà
    583584to_top.pack(side="right", fill="x")ˆà
    òÀæ òÀæ ˆà
    585586ˆà
    586587manip_frame2 = Frame(automata_window, padx=10, pady=5)ˆà
    587ˆàdown = Button(manip_frame2, text="Down", command=handlers.downwards, width=10)ˆà
    ˆà588down = Button(manip_frame2, text="Down",ˆà
    ˆà589                                        command=handlers.downwards, width=10)ˆà
    588590to_bottom = Button(manip_frame2, text="To Bottom",ˆà
    589591                                        command=handlers.to_bottom, width=10)ˆà
    òÀæ òÀæ ˆà
    667669size_window.resizable(False, False)ˆà
    668670size_window.protocol("WM_DELETE_WINDOW", handlers.hide_size_window)ˆà
    669ˆàLabel(size_window, text="Current size of window:").pack(side="top", fill="x")ˆà
    ˆà671Label(size_window, text="Current window size:").pack(side="top", fill="x")ˆà
    670672size_label = Label(size_window)ˆà
    671673size_label.pack(side="top", fill="x")ˆà
    òÀæ òÀæ ˆà
    767769                                                                                                        accelerator="Ctrl+C")ˆà
    768770menu_action.bind_all("<Control-c>", handlers.clean_field)ˆà
    769ˆàmenu_action.add_command(label="Fill randomly", command=handlers.fill_randomly,ˆà
    ˆà771menu_action.add_command(label="Fill randomly",ˆà
    ˆà772                                                                                                        command=handlers.fill_randomly,ˆà
    770773                                                                                                        accelerator="Ctrl+R")ˆà
    771774menu_action.bind_all("<Control-r>", handlers.fill_randomly)ˆà
    772775menu_action.add_separator()ˆà
    773ˆàmenu_action.add_command(label="Change size",command=handlers.show_size_window,ˆà
    ˆà776menu_action.add_command(label="Change size",ˆà
    ˆà777                                                                                                        command=handlers.show_size_window,ˆà
    774778                                                                                                        accelerator="Ctrl+D")ˆà
    775779menu_action.bind_all("<Control-d>", handlers.show_size_window)ˆà
Note: See TracChangeset for help on using the changeset viewer.