8 #ifndef YGTK_PKG_SEARCH_ENTRY_H
9 #define YGTK_PKG_SEARCH_ENTRY_H
11 #include "ygtkpkgquerywidget.h"
12 #include "ygtkpkglistview.h"
19 virtual GtkWidget *getWidget();
21 virtual bool begsUpdate() {
return false; }
22 virtual void updateList (
Ypp::List list) {}
24 virtual void clearSelection();
27 virtual GtkWidget *createToolbox();
29 void setText (Ypp::PoolQuery::StringAttribute attribute,
const std::string &text);
30 void setActivateWidget (GtkWidget *widget);
32 Ypp::PoolQuery::StringAttribute getAttribute();
33 std::list <std::string> getText();
34 std::string getTextStr();