[gtkmm] FileChooser: Add get_current_name().



commit 52ffe01f90a5029057ab877a02cbdb6713ff214c
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Jul 26 10:26:19 2013 +0200

    FileChooser: Add get_current_name().

 gtk/src/filechooser.hg |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gtk/src/filechooser.hg b/gtk/src/filechooser.hg
index 1423b7b..a62907f 100644
--- a/gtk/src/filechooser.hg
+++ b/gtk/src/filechooser.hg
@@ -82,6 +82,8 @@ public:
   _WRAP_METHOD(bool get_create_folders() const, gtk_file_chooser_get_create_folders)
 
   _WRAP_METHOD(void set_current_name(const Glib::ustring& name), gtk_file_chooser_set_current_name)
+  _WRAP_METHOD(Glib::ustring get_current_name() const, gtk_file_chooser_get_current_name)
+
   _WRAP_METHOD(std::string get_filename() const, gtk_file_chooser_get_filename)
   _WRAP_METHOD(bool set_filename(const std::string& filename), gtk_file_chooser_set_filename)
   _WRAP_METHOD(bool select_filename(const std::string& filename), gtk_file_chooser_select_filename)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]