9class PoolBrowserButton :
public Gtk::Button {
11 PoolBrowserButton(ObjectType type,
IPool &ipool);
13 Glib::PropertyProxy<horizon::UUID> property_selected_uuid()
15 return p_property_selected_uuid.get_proxy();
19 Glib::Property<UUID> p_property_selected_uuid;
24 void on_clicked()
override;
27 Gtk::Label *label =
nullptr;