Horizon
src
widgets
pool_chooser.hpp
1
#pragma once
2
#include <gtkmm.h>
3
#include "util/uuid.hpp"
4
5
namespace
horizon {
6
class
PoolChooserDialog :
public
Gtk::Dialog {
7
public
:
8
PoolChooserDialog(Gtk::Window *parent,
const
std::string &msg =
""
);
9
void
select_pool(
const
UUID &uu);
10
UUID get_selected_pool();
11
12
private
:
13
Gtk::ListBox *lb =
nullptr
;
14
};
15
}
// namespace horizon
Generated by
1.8.20