~qwertitis-deactivatedaccount/linuxdcpp/individ-branch

« back to all changes in this revision

Viewing changes to linux/mainwindow.hh

  • Committer: David Grundberg
  • Date: 2008-11-23 15:58:59 UTC
  • Revision ID: individ@acc.umu.se-20081123155859-l0ou4f8rbwvtagg0
Statusbar patch (Fixes lp bug #283407)

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
                BookEntry *findBookEntry(const EntryType type, const std::string &id = "");
87
87
                void createTrayIcon_gui();
88
88
                void updateTrayToolTip_gui(std::string download, std::string upload);
89
 
                void setStatus_gui(std::string statusBar, std::string text);
90
89
                void setStats_gui(std::string hub, std::string slot,
91
90
                        std::string dTot, std::string uTot, std::string dl, std::string ul);
92
91
                bool findTransfer_gui(const std::string &cid, bool download, GtkTreeIter *iter);
178
177
                int emptyStatusWidth;
179
178
                bool minimized;
180
179
                UserCommandMenu *userCommandMenu;
 
180
                GtkLabel *statLabels[6];
181
181
};
182
182
 
183
183
#else