lanl / 4DGB

4D Genome Browser project
1 stars 2 forks source link

Update all gtk classes to use GTKClient #18

Closed dhrogers closed 3 years ago

dhrogers commented 3 years ago

GTKClient abastracts communication with the server. Adding an instance of the client class and having all classes use that to get data from the server will isolate the client/server communication.

camtauxe commented 3 years ago

Fixed in PR #59