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

Changeset 19:3d1a72f49417


Ignore:
Timestamp:
12/04/10 22:51:23 (5 years ago)
Author:
Ilia
Branch:
default
Message:

little corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Interface.py

    r18 r19 ˆà
    223223        state_list.insert("end", state)ˆà
    224224state_list.pack(side="top", fill="y")ˆà
    225ˆàup = Button(automata_frame, text="Up", state="DISABLED")ˆà
    ˆà225up = Button(automata_frame, text="Up", state="disabled")ˆà
    226226up.config(bg="red")ˆà
    227ˆàdown = Button(automata_frame, text="Down", state="DISABLED")ˆà
    ˆà227down = Button(automata_frame, text="Down", state="disabled")ˆà
    228228down.config(bg="orange")ˆà
    229ˆàto_top = Button(automata_frame, text="To Top", state="DISABLED")ˆà
    ˆà229to_top = Button(automata_frame, text="To Top", state="disabled")ˆà
    230230to_top.config(bg="yellow")ˆà
    231ˆàto_bottom = Button(automata_frame, text="To Bottom", state="DISABLED")ˆà
    ˆà231to_bottom = Button(automata_frame, text="To Bottom", state="disabled")ˆà
    232232to_bottom.config(bg="green")ˆà
    233ˆàdelete = Button(automata_frame, text="Delete", state="DISABLED")ˆà
    ˆà233delete = Button(automata_frame, text="Delete", state="disabled")ˆà
    234234delete.config(bg="cyan")ˆà
    235235up.pack(side="top", fill="x")ˆà
    òÀæ òÀæ ˆà
    291291ˆà
    292292ˆà
    293ˆàadd_state = Button(automata_frame, text="ADD", state="DISABLED")ˆà
    ˆà293add_state = Button(automata_frame, text="ADD", state="disabled")ˆà
    294294add_state.config(bg="blue")ˆà
    295ˆàchange_state = Button(automata_frame, text="Change", state="DISABLED")ˆà
    ˆà295change_state = Button(automata_frame, text="Change", state="disabled")ˆà
    296296change_state.config(bg="violet")ˆà
    297297add_state.pack(side="top", fill="x")ˆà
    òÀæ òÀæ ˆà
    309309size_window.protocol("WM_DELETE_WINDOW", handlers.hide_size_window)ˆà
    310310Label(size_window, text= "Current size of window:").pack(side="top", fill="x")ˆà
    311ˆàLabel(size_window, text= "X x Y").pack(side="top", fill="x")ˆà
    ˆà311size = Label(size_window, text= str(len(automata.field)) + " x " + str(len(automata.field[0])))ˆà
    ˆà312size.pack(side="top", fill="x")ˆà
    312313Label(size_window, text= "New size:").pack(side="top", fill="x")ˆà
    313314new_size = Frame(size_window)ˆà
Note: See TracChangeset for help on using the changeset viewer.