libyui-gtk-pkg  2.43.2
 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 
15 {
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