libyui-gtk-pkg  2.42.9
 All Classes
ygtkpkgstatusbar.h
1 /********************************************************************
2  * YaST2-GTK - http://en.opensuse.org/YaST2-GTK *
3  ********************************************************************/
4 
5 /* Status bar, showing the changes to apply.
6 */
7 
8 #ifndef YGTK_PKG_STATUS_BAR_H
9 #define YGTK_PKG_STATUS_BAR_H
10 
11 #include <gtk/gtk.h>
12 
13 struct YGtkPkgUndoList;
14 
16 {
19 
20  GtkWidget *getWidget();
21 
22  struct Impl;
23  Impl *impl;
24 };
25 
26 #endif
27