gustav ~master (2021-01-28T14:39:08Z)
Dub
Repo
GUI
gui
Undocumented in source.
class
GUI : Thread {
MainWindow
mainWindow
;
Notebook
notebook
;
this
();
import
gtk
.
Entry
;
;
import
std
.
string
;
;
import
gtk
.
Button
;
;
void
connectServer
(string address, ushort port, string[] authDetails);
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
connectServer
void
connectServer
(string address, ushort port, string[] authDetails)
Connects to the provided server, add the tab as well
Variables
mainWindow
MainWindow
mainWindow
;
Undocumented in source.
notebook
Notebook
notebook
;
Undocumented in source.
Meta
Source
See Implementation
gui
classes
GUI