ClienteTFG
Cosas
C++
ClienteTFG
view_install.h
1
#ifndef VISTA_H
2
#define VISTA_H
3
#include <gtkmm/button.h>
4
#include <gtkmm/entry.h>
5
#include <gtkmm/buttonbox.h>
6
#include <gtkmm/scrolledwindow.h>
7
#include <gtkmm/box.h>
8
9
class
view_install
:
public
Gtk::Box
10
{
11
public
:
16
view_install
();
17
Gtk::Button m_button;
18
Gtk::Box m_VBox;
19
Gtk::Entry entry;
20
Gtk::ButtonBox m_ButtonBox;
21
};
22
23
#endif // VISTA_H
view_install::view_install
view_install()
view_install View to send name package to compile it
Definition:
view_install.cpp:4
view_install
Definition:
view_install.h:9
Generated by
1.8.17