make-window-fullscreen function



Hi,

Alongside gtk_window_maximize(), etc., I want to add a function to put
a window in fullscreen mode. What should this function be called?

1.  gtk_window_fullscreen()
    gtk_window_unfullscreen()

2.  gtk_window_make_fullscreen()
    gtk_window_make_not_fullscreen()

3.  gtk_window_make_fullscreen()
    gtk_window_unmake_fullscreen()

4.  gtk_window_fullscreenize()
    gtk_window_unfullscreenize()

The function parallels _stick()/_unstick() _iconify()/deiconify()
_maximize()/_unmaximize().

Havoc



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]