RAGEAngel9
04-16-2003, 02:09 PM
I'm working on a project and it has a gui.
I have the menu bar across the top with 2 checkbuttons.
I need to be able to control if they start off or on, but I'm not sure how to do this.
They are both of the form below:
self.edit.add_checkbutton(label="Mute", underline=0, command=self.Audio,variable=self.check)
self.edit.add_checkbutton(label="Highlighting", underline=0, command=self.Highlight)
What do I need to control their starting position?
I have the menu bar across the top with 2 checkbuttons.
I need to be able to control if they start off or on, but I'm not sure how to do this.
They are both of the form below:
self.edit.add_checkbutton(label="Mute", underline=0, command=self.Audio,variable=self.check)
self.edit.add_checkbutton(label="Highlighting", underline=0, command=self.Highlight)
What do I need to control their starting position?