Network: fixed top item creation, sort entries.

* Need a way to access the NetworkWindow object from a static
  method in order to sort all entries correctly, though.
This commit is contained in:
Axel Dörfler
2015-03-27 13:22:29 +01:00
parent 25ed074fd1
commit d1f0b8db1d
4 changed files with 117 additions and 12 deletions
@@ -92,6 +92,8 @@ public:
BNetworkSettings& settings);
~BNetworkInterfaceListItem();
const char* Label() const;
virtual void DrawItem(BView* owner,
BRect bounds, bool complete);
virtual void Update(BView* owner, const BFont* font);