Public Member Functions | |
def | __init__ |
def | Cancel |
def | Exit |
Public Attributes | |
gladefile | |
wTree | |
window |
Shows a menu with a button to close the main app.
def Close.Close.__init__ | ( | self | ) |
The constructor. The first is load in self->wTree. The dictionaty connects the widget's signals with class functions.
def Close.Close.Cancel | ( | self, | ||
widget | ||||
) |
Cancels the exit of HDLorean.
self | The object pointer. | |
widget | The type of the window. |
def Close.Close.Exit | ( | self, | ||
widget | ||||
) |
Exits from HDLorean
self | The object pointer. | |
widget | The type of the window. |
Variable wich contains the .glade file.
Contains the XML info of the .glade
Contains the window object obtained by executing the wTree.get_widget() method.