pygtk r2990 - in trunk: . gtk



Author: johan
Date: Fri Jun  6 16:28:06 2008
New Revision: 2990
URL: http://svn.gnome.org/viewvc/pygtk?rev=2990&view=rev

Log:
2008-06-06  Johan Dahlin  <johan gnome org>

    * gtk/gtk-base.defs: Deprecate gtk.FileSelection



Modified:
   trunk/ChangeLog
   trunk/gtk/gtk-base.defs

Modified: trunk/gtk/gtk-base.defs
==============================================================================
--- trunk/gtk/gtk-base.defs	(original)
+++ trunk/gtk/gtk-base.defs	Fri Jun  6 16:28:06 2008
@@ -7650,6 +7650,7 @@
   (properties
     '("title" (optional))
   )
+  (deprecated "use gtk.FileChooser")
 )
 
 (define-method set_filename
@@ -7659,12 +7660,14 @@
   (parameters
     '("const-gchar*" "filename")
   )
+  (deprecated "use gtk.FileChooser")
 )
 
 (define-method get_filename
   (of-object "GtkFileSelection")
   (c-name "gtk_file_selection_get_filename")
   (return-type "const-gchar*")
+  (deprecated "use gtk.FileChooser")
 )
 
 (define-method complete
@@ -7674,24 +7677,28 @@
   (parameters
     '("const-gchar*" "pattern")
   )
+  (deprecated "use gtk.FileChooser")
 )
 
 (define-method show_fileop_buttons
   (of-object "GtkFileSelection")
   (c-name "gtk_file_selection_show_fileop_buttons")
   (return-type "none")
+  (deprecated "use gtk.FileChooser")
 )
 
 (define-method hide_fileop_buttons
   (of-object "GtkFileSelection")
   (c-name "gtk_file_selection_hide_fileop_buttons")
   (return-type "none")
+  (deprecated "use gtk.FileChooser")
 )
 
 (define-method get_selections
   (of-object "GtkFileSelection")
   (c-name "gtk_file_selection_get_selections")
   (return-type "gchar**")
+  (deprecated "use gtk.FileChooser")
 )
 
 (define-method set_select_multiple
@@ -7701,12 +7708,14 @@
   (parameters
     '("gboolean" "select_multiple")
   )
+  (deprecated "use gtk.FileChooser")
 )
 
 (define-method get_select_multiple
   (of-object "GtkFileSelection")
   (c-name "gtk_file_selection_get_select_multiple")
   (return-type "gboolean")
+  (deprecated "use gtk.FileChooser")
 )
 
 



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