~ubuntu-branches/ubuntu/saucy/bluefish/saucy

« back to all changes in this revision

Viewing changes to src/bfwin_uimanager.h

  • Committer: Package Import Robot
  • Author(s): Daniel Leidert
  • Date: 2013-05-09 14:36:58 UTC
  • mfrom: (17.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130509143658-kgqxj5c23oi0lk20
Tags: 2.2.4-2
* debian/control (Standards-Version): Bumped to 3.9.4.
* debian/copyright: Updated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#define BF_RECENT_FILE_GROUP            "bluefish-recent-file"
29
29
#define BF_RECENT_PROJECT_GROUP         "bluefish-recent-project"
30
30
 
 
31
void sync_fullscreen_toggle(Tbfwin *bfwin, gboolean is_fullscreen);
31
32
 
32
33
void bfwin_main_ui_init(Tbfwin * bfwin, GtkWidget * vbox);
33
34
void bfwin_set_undo_redo_actions(Tbfwin * bfwin, gboolean undo, gboolean redo);