~mvo/synaptic/factor-out-rgpkglist

« back to all changes in this revision

Viewing changes to gtk/rgmainwindow.h

  • Committer: Michael Vogt
  • Date: 2012-11-22 21:34:32 UTC
  • Revision ID: michael.vogt@ubuntu.com-20121122213432-gh5hfqvbdq341yb2
WIP: moving stuff out, test_rgpkglist.cc not quite working yet

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
class RGFindWindow;
54
54
class RGSetOptWindow;
55
55
class RGAboutPanel;
 
56
class RGPkgListView;
56
57
 
57
58
class RGUserDialog;
58
59
class RGCacheProgress;
90
91
 
91
92
   GtkTreeModel *_pkgList;   // the custom list model for the packages
92
93
   GtkWidget *_treeView;     // the display widget
 
94
   RGPkgListView *_pkglistView; 
93
95
 
94
96
   // the left-side view
95
97
   GtkWidget *_subViewList;