libyui-gtk-pkg  2.43.2
 All Classes
ygtkpkgdetailview.h
1 /********************************************************************
2  * YaST2-GTK - http://en.opensuse.org/YaST2-GTK *
3  ********************************************************************/
4 
5 /* Text box information on a given selectable.
6 */
7 
8 #ifndef YGTK_PKG_DETAIL_VIEW_H
9 #define YGTK_PKG_DETAIL_VIEW_H
10 
11 #include <gtk/gtk.h>
12 #include "yzyppwrapper.h"
13 
15 {
18 
19  GtkWidget *getWidget();
20 
21  void setSelectable (Ypp::Selectable &sel);
22  void setList (Ypp::List list);
23 
24  struct Impl;
25  Impl *impl;
26 };
27 
28 #endif
29