Relative Content

Tag Archive for pythonuser-interface

Python: simple food menu using GUI – problem

I have a problem. I want to write a program in which there are dishes and prices, and they are selected using Checkbutton. After pressing “Place order”, the sum of the prices of the selected dishes is displayed.

Struggling with UI issues

I want to be able to resize my widget/windows with with the double arrows Window’s style grab edge and resize them type functionality. I want to able to change height and width by dragging the edges of each window individually to adjust them. Any help on how to refine this script and suggestions on how to make it better would be greatly appreciated.

Stuggling with UI issues

I want to be able to resize my widget/windows with with the double arrows Window’s style grab edge and resize them type functionality. I want to able to change height and width by dragging the edges of each window individually to adjust them. Any help on how to refine this script and suggestions on how to make it better would be greatly appreciated.