~ubuntu-branches/ubuntu/maverick/conglomerate/maverick

« back to all changes in this revision

Viewing changes to src/cong-primary-window.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2005-11-08 05:07:06 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051108050706-bcg60nwqf1z3w0d6
Tags: 0.9.1-1ubuntu1
* Resynchronise with Debian (Closes: #4397).
  - Thanks, Jordan Mantha.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#ifndef __CONG_PRIMARY_WINDOW_H__
26
26
#define __CONG_PRIMARY_WINDOW_H__
27
27
 
 
28
#include <gtk/gtk.h>
 
29
#include "egg-recent-model.h"
 
30
#include "egg-recent-view.h"
 
31
#include "egg-recent-view-uimanager.h"
 
32
 
28
33
G_BEGIN_DECLS
29
34
 
30
35
enum CongActionGroup {
50
55
        GtkToolbar *toolbar;
51
56
        GtkWidget *app_bar;
52
57
 
 
58
        /* Property pages: */
 
59
        GtkNotebook *property_notebook;
 
60
 
53
61
        GtkAccelGroup *accel;
 
62
        
 
63
        /* Recent files support: */
 
64
        EggRecentModel *recent_model;
 
65
        EggRecentViewUIManager *recent_view;    
54
66
};
55
67
 
56
68