Modify ↓
Opened 13 years ago
Closed 13 years ago
#7 closed task (implemented)
Work out the correct approach to the GUI
Reported by: | István Váradi | Owned by: | István Váradi |
---|---|---|---|
Priority: | blocker | Milestone: | FSUIPC data collection |
Component: | gui | Keywords: | |
Cc: |
Description
Gtk is transitioning from version 2 to 3, and we would like to remain future proof. However, Gtk+3 is not really usable on Windows, so Gtk+2 should be used there, while Gtk+3 can (and should?) be used on Linux. Decide which versions to use where and how.
Attachments (0)
Change History (2)
comment:1 by , 13 years ago
Status: | new → accepted |
---|
comment:2 by , 13 years ago
Resolution: | → implemented |
---|---|
Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.
Gtk+3 does not work well on Windows yet. However, it is possible to import Gtk+3 via PyGObject on Linux as a module named "gtk" and do the same with Gtk+2 via PyGTK. So the code can be made to work with both with some care. On Linux, Gtk+3 will be used, on Windows Gtk+2 for now.