~ubuntu-branches/ubuntu/quantal/gtkmm3.0/quantal

« back to all changes in this revision

Viewing changes to gtk/src/filechooserwidget.hg

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-09-28 09:25:06 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20120928092506-9h63ais5o750a8sk
Tags: 3.5.13-0ubuntu1
* New upstream release
* debian/control:
  - Bump build-depends on libglibmm-2.4-dev, libgtk-3-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: filechooserwidget.hg,v 1.4 2005/11/30 14:10:49 murrayc Exp $ */
2
 
 
3
 
/* box.h
4
 
 *
 
1
/*
5
2
 * Copyright (C) 1998-2002 The gtkmm Development Team
6
3
 *
7
4
 * This library is free software; you can redistribute it and/or
46
43
  _IMPLEMENTS_INTERFACE(FileChooser)
47
44
public:
48
45
  _CTOR_DEFAULT;
49
 
  
 
46
 
50
47
  /** Creates a file chooser widget that can be embedded in other widgets.
51
48
   *
52
49
   * Creates a new FileChooserWidget. This is a file chooser widget that can be embedded in
53
50
   * custom windows, and it is the same widget that is used by Gtk::FileChooserDialog.
54
51
   *
55
52
   * @param action Open or save mode for the widget
56
 
   * 
 
53
   *
57
54
   * @newin{2,4}
58
55
   */
59
56
  _WRAP_CTOR(FileChooserWidget(FileChooserAction action), gtk_file_chooser_widget_new)