Skip to content Skip to sidebar Skip to footer
Showing posts with the label Fullscreen

How To Make A Window Fullscreen In A Secondary Display With Tkinter?

I know how to make a window fullscreen in the 'main' display, but even when moving my app&#… Read more How To Make A Window Fullscreen In A Secondary Display With Tkinter?

Simple Way To Toggle Fullscreen With F11 In Pygtk

I am not a professional programmer but am regularly using PyGTK and Cairo for data visualization te… Read more Simple Way To Toggle Fullscreen With F11 In Pygtk

Getting Monitor Size In Python

I am using python and want to create a fullscreen window. I know about the pygame.FULLSCREEN flag b… Read more Getting Monitor Size In Python