libyui-gtk-pkg
2.43.2
Main Page
Classes
Files
File List
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
15
struct
YGtkPkgStatusBar
16
{
17
YGtkPkgStatusBar
(
YGtkPkgUndoList
*undo);
18
~
YGtkPkgStatusBar
();
19
20
GtkWidget *getWidget();
21
22
struct
Impl
;
23
Impl
*impl;
24
};
25
26
#endif
27
YGtkPkgStatusBar::Impl
Definition:
ygtkpkgstatusbar.cc:262
YGtkPkgUndoList
Definition:
ygtkpkgundolist.h:13
YGtkPkgStatusBar
Definition:
ygtkpkgstatusbar.h:15
src
ygtkpkgstatusbar.h
Generated by
1.8.8