This site has been retired. For up to date information, see handbook.gnome.org or gitlab.gnome.org.


[Home] [TitleIndex] [WordIndex

. Gnome on Rails (Mentor : ?)




        class application(GnomeOnRails):
                def __init__(self):
                        self.menu = NULL
                        self.panel = NULL
                        self.mainWindow = NULL
                        return
                def createMenu :
                        //TO do : create menu Instance
                        pass
                def createPanel:
                        //To do: create panel instance
                        pass
                def createMainWindow:
                        //To do: create main Window widget instance
                        pass
        app = application()
        app.pack()



These are few additional deliverables that I would like to add. If time permits within SOC , else outside it !




My skill set includes C,C++,Python related to the project. You can see my profile here



2024-10-23 11:28