libyui-gtk-pkg
2.42.9
Main Page
Classes
Files
File List
All
Classes
ygtkpkghistorydialog.h
1
/********************************************************************
2
* YaST2-GTK - http://en.opensuse.org/YaST2-GTK *
3
********************************************************************/
4
5
/* Show /var/log/zypp/history.
6
Uses zypp::parser::HistoryLogReader.
7
*/
8
9
#ifndef YGTK_PKG_HISTORY_DIALOG_H
10
#define YGTK_PKG_HISTORY_DIALOG_H
11
12
#include <gtk/gtk.h>
13
14
struct
YGtkPkgHistoryDialog
15
{
16
YGtkPkgHistoryDialog
();
17
~
YGtkPkgHistoryDialog
();
18
19
void
popup();
20
21
private
:
22
GtkWidget *m_dialog;
23
};
24
25
// you do not want to use this class directly:
26
// use YGPackageSelector::get()->showHistoryDialog()
27
28
#endif
29
YGtkPkgHistoryDialog
Definition:
ygtkpkghistorydialog.h:14
src
ygtkpkghistorydialog.h
Generated by
1.8.5