libyui-gtk-pkg
2.43.2
Main Page
Classes
Files
File List
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
13
struct
YGtkPkgVestigialDialog
14
{
15
YGtkPkgVestigialDialog
();
16
~
YGtkPkgVestigialDialog
();
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
YGtkPkgVestigialDialog
Definition:
ygtkpkgvestigialdialog.h:13
YGtkPkgVestigialDialog::Impl
Definition:
ygtkpkgvestigialdialog.cc:63
src
ygtkpkgvestigialdialog.h
Generated by
1.8.8