Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 385 Bytes

File metadata and controls

14 lines (10 loc) · 385 Bytes

ssh-session-manager

GTK Application showing a tree view of connection. Starts putty on double click.

This application make use of Glade. In the code, there are some doc comments to infere type statically helping IDE to do autocomplete:

from gi.repository import Gtk
builder = Gtk.Builder()

#: :type: Gtk.TreeStore
server_store = builder.get_object("server_store")