~kazade/reem/trunk

« back to all changes in this revision

Viewing changes to src/window_list_popup.cpp

  • Committer: Luke Benstead
  • Date: 2011-05-12 16:28:47 UTC
  • Revision ID: kazade@gmail.com-20110512162847-yp7n9l3xjja221a9
Minor fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#include "window_list_popup.h"
 
3
 
 
4
WindowListPopup::WindowListPopup(ApplicationEntry* entry) {
 
5
    alignment_ = Gtk::manage(new Gtk::Alignment());
 
6
    box_ = Gtk::manage(new Gtk::VBox());
 
7
}
 
8
 
 
9
void WindowListPopup::show_popup() {
 
10
 
 
11
}
 
12
 
 
13
void WindowListPopup::hide_popup() {
 
14
 
 
15
}
 
16
 
 
17
void WindowListPopup::populate_list() {
 
18
 
 
19
}