Horizon
horizon-eda-1.3.0
src
widgets
capture_dialog.hpp
1
#pragma once
2
#include <gtkmm.h>
3
#include "imp/action.hpp"
4
5
namespace
horizon {
6
class
CaptureDialog
:
public
Gtk::Dialog {
7
public
:
8
CaptureDialog
(Gtk::Window *parent);
9
KeySequence keys;
10
11
private
:
12
Gtk::Label *capture_label =
nullptr
;
13
void
update();
14
};
15
}
// namespace horizon
horizon::CaptureDialog
Definition:
capture_dialog.hpp:6
Generated by
1.8.20