Give your GUI vocab definitions here

Give your GUI vocab definitions here

by Tony deLaubenfels -
Number of replies: 6

Give your GUI vocab definitions here

In reply to Tony deLaubenfels

Re: Give your GUI vocab definitions here

by Makoto Ono -

Label: a string of characters used to refer to a particular instruction in a program 

In reply to Tony deLaubenfels

Re: Give your GUI vocab definitions here

by Emily Sorem -

Event : an action or occurrence recognized by software

In reply to Tony deLaubenfels

Re: Give your GUI vocab definitions here

by Connor Renning -
Connor & Brock



Event Handler: Essentially a function in the context of a GUI program. It processes an event. 

In reply to Tony deLaubenfels

Re: Give your GUI vocab definitions here

by Avery Lemons -

The term button refers to any graphical control element that provides the user a simple way to trigger an event.

- Button(computing) (wikipedia)

In reply to Tony deLaubenfels

Re: Give your GUI vocab definitions here

by Cassie Gill -

Tray and I defined Timer/clock as a function repeatedly called with some sort of delay each time.

In reply to Tony deLaubenfels

Re: Give your GUI vocab definitions here

by Nathan Gunn -

A layout is used to specify the locations and sizes of widgets that are included in a GUI interface. In Python this is achieved through the use of a layout manager.

Nathan, Jan, Kat