Python Forum
How to make a button always stay on a point when resizing the window?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to make a button always stay on a point when resizing the window?
#6
You need to use pack or grid. My first little example used pack to put the button in the lower left corner. You should be able to run that example, resize the window, and see the button follow the lower left corner of the window.
_ShevaKadu likes this post
Reply


Messages In This Thread
RE: How to make a button always stay on a point when resizing the window? - by deanhystad - Nov-04-2020, 03:59 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Is there a way to call and focus any popup window outside of the main window app? Valjean 6 5,424 Oct-02-2023, 04:11 PM
Last Post: deanhystad
  how to open a popup window in tkinter with entry,label and button lunacy90 1 3,240 Sep-01-2023, 12:07 AM
Last Post: lunacy90
Bug tkinter.TclError: bad window path name "!button" V1ber 2 2,248 Aug-14-2023, 02:46 PM
Last Post: V1ber
  Tkinter Pillow Resize Image Looks Choppy While Resizing AaronCatolico1 2 2,483 Jan-03-2023, 05:41 PM
Last Post: AaronCatolico1
  Pyspark Window: perform sum over a window with specific conditions Shena76 0 1,963 Jun-13-2022, 08:59 AM
Last Post: Shena76
Sad Selenium: can't open a new window after clicking a button and I don't know why noahverner1995 0 2,688 Jan-22-2022, 09:55 AM
Last Post: noahverner1995
  Closing Threads and the chrome window it spawned from Tkinter close button law 0 2,354 Jan-08-2022, 12:13 PM
Last Post: law
  Make these LEDs stay on duckredbeard 5 4,157 Apr-08-2021, 10:26 PM
Last Post: duckredbeard
  connecting the first point to the last point Matplotlib omar_mohsen 0 5,633 Jan-15-2020, 01:23 PM
Last Post: omar_mohsen
  rotating and resizing objects jenya56 3 3,148 Jul-26-2019, 12:06 AM
Last Post: scidam

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020