From 57b3e0e1f0b835ff2982e9f66c7af402caecd3c1 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Mon, 16 May 2005 15:50:42 +0000 Subject: Formatting updates to buddy window and menu item and made testing menu item visible. --- src/gui/buddywindow.cpp | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'src/gui/buddywindow.cpp') diff --git a/src/gui/buddywindow.cpp b/src/gui/buddywindow.cpp index f9c32be5..2e81c798 100644 --- a/src/gui/buddywindow.cpp +++ b/src/gui/buddywindow.cpp @@ -18,26 +18,28 @@ * along with The Mana World; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * + * $Id$ */ #include "buddywindow.h" #include "menuitem.h" BuddyWindow::BuddyWindow(): - Window("Buddys") + Window("Buddys") { - setContentSize(80,200); - + setContentSize(80, 200); + listbox = new gcn::ListBox(); listbox->setListModel(dynamic_cast(this)); - + scrollArea = new ScrollArea(listbox); scrollArea->setDimension(gcn::Rectangle( 2, 0, 76, 180)); add(scrollArea); - + addBuddy("Usiu"); // for testing MenuItem *item = new MenuItem("Test"); + item->setPosition(0, 200 - item->getHeight()); add(item); } @@ -55,6 +57,5 @@ void BuddyWindow::draw(gcn::Graphics *graphics) void BuddyWindow::action(const std::string& eventId) { - } -- cgit v1.2.3-70-g09d2