~ubuntu-branches/debian/sid/pcmanfm/sid

« back to all changes in this revision

Viewing changes to src/main-win.h

  • Committer: Package Import Robot
  • Author(s): Andriy Grytsenko
  • Date: 2014-02-25 04:07:51 UTC
  • mfrom: (1.2.6)
  • Revision ID: package-import@ubuntu.com-20140225040751-oo835klpwl58mcy4
Tags: 1.2.0-1
* Bump Standards-Version to actual one (fixes lintian warning, see QA page).
* Adding files NEWS to pcmanfm documentation.
* Bump Standards-Version to 3.9.5.
* Updating watch file to support XZ tarball format and non-numeric versions.
* Merging upstream version 1.2.0. (Closes: #656298, #731549)
* Use single docs directory for all packages.
* Raising version of libfm required to >= 1.2.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
    GtkWindowGroup* win_group;
49
49
 
50
50
    GtkUIManager* ui;
 
51
    GtkRadioAction* first_view_mode;
 
52
    GtkRadioAction* first_side_pane_mode;
51
53
    GtkToolbar* toolbar;
52
54
    FmPathEntry* location;
 
55
    FmPathBar* path_bar;
53
56
    GtkNotebook* notebook;
54
57
    FmTabPage* current_page;
55
58
    FmSidePane* side_pane;
66
69
    FmBookmarks* bookmarks;
67
70
    guint idle_handler; /* fix for GtkEntry bug */
68
71
    gboolean fullscreen;
 
72
    gboolean maximized;
 
73
    gboolean in_update;
 
74
    gboolean enable_passive_view;
 
75
    gboolean passive_view_on_right;
69
76
};
70
77
 
71
78
struct _FmMainWinClass