module funcwin.tk_window

Short summary

module tkinterquickhelper.funcwin.tk_window

Handles window Tk

source on GitHub

Functions

function

truncated documentation

create_tixtk

Calls Tk or Tcl

create_tk

Calls Tk or Tcl

has_x_server

Detects the presences of X server.

X_is_running

Checks that X is running.

Documentation

Handles window Tk

source on GitHub

tkinterquickhelper.funcwin.tk_window.X_is_running()[source]

Checks that X is running.

source on GitHub

tkinterquickhelper.funcwin.tk_window.create_tixtk()[source]

Calls Tk or Tcl depending on that fact there is a X server.

Returns:

main window

source on GitHub

tkinterquickhelper.funcwin.tk_window.create_tk()[source]

Calls Tk or Tcl depending on that fact there is a X server.

Returns:

main window

source on GitHub

tkinterquickhelper.funcwin.tk_window.has_x_server()[source]

Detects the presences of X server.

source on GitHub