libyui-gtk-pkg  2.42.9
 All Classes
ygtkpkgvestigialdialog.h
1 /********************************************************************
2  * YaST2-GTK - http://en.opensuse.org/YaST2-GTK *
3  ********************************************************************/
4 
5 /* A dialog to help the user track no longer needed dependencies.
6 */
7 
8 #ifndef YGTK_PKG_VESTIGIAL_DIALOG_H
9 #define YGTK_PKG_VESTIGIAL_DIALOG_H
10 
11 #include <gtk/gtk.h>
12 
14 {
17 
18  void popup();
19 
20  struct Impl;
21  Impl *impl;
22 };
23 
24 // you do not want to use this class directly:
25 // use YGPackageSelector::get()->showVestigialDialog()
26 
27 #endif
28