[gtkmm] Assistant: Added remove_page().
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] Assistant: Added remove_page().
- Date: Tue, 6 Sep 2011 09:23:29 +0000 (UTC)
commit bb2a2ea49d368497f73d06659a2468963ac7b3ae
Author: Murray Cumming <murrayc murrayc com>
Date: Tue Sep 6 10:27:01 2011 +0200
Assistant: Added remove_page().
* gtk/src/assistant.hg: Wrapping the new gtk_assistant_remove_page()
function.
ChangeLog | 7 +++++++
gtk/src/assistant.hg | 1 +
2 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index a88e3cb..5689462 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2011-09-06 Murray Cumming <murrayc murrayc com>
+ Assistant: Added remove_page().
+
+ * gtk/src/assistant.hg: Wrapping the new gtk_assistant_remove_page()
+ function.
+
+2011-09-06 Murray Cumming <murrayc murrayc com>
+
PrintUnixDialog::get_selected_printer(): ref-counting correction.
* gtk/src/printunixdialog.hg: Fix a .->, typo to make the refreturn option
diff --git a/gtk/src/assistant.hg b/gtk/src/assistant.hg
index 9e9f983..d65f411 100644
--- a/gtk/src/assistant.hg
+++ b/gtk/src/assistant.hg
@@ -61,6 +61,7 @@ public:
_WRAP_METHOD(int prepend_page(Widget& page), gtk_assistant_prepend_page)
_WRAP_METHOD(int append_page(Widget& page), gtk_assistant_append_page)
_WRAP_METHOD(int insert_page(Widget& page, int position), gtk_assistant_insert_page)
+ _WRAP_METHOD(void remove_page(int page_num), gtk_assistant_remove_page)
typedef sigc::slot<int, int /* current_page */> SlotForwardPage;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]