[ruby-gnome2-doc-cvs] [Ruby-GNOME2 Project Website] update - Gtk::FileSelection

Back to archive index

ruby-****@sourc***** ruby-****@sourc*****
2014年 6月 16日 (月) 07:57:21 JST


-------------------------
REMOTE_ADDR = 106.188.103.9
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3AFileSelection
-------------------------
@@ -1,4 +1,4 @@
-= class Gtk::FileSelection
+= Gtk::FileSelection クラス
 ((* Note: This will be deprecated in the future. Use Gtk::FileChooserDialog instead. *))
 
 Gtk::FileSelection should be used to retrieve file or directory names from the user. It will create a new dialog window containing a directory list, and a file list corresponding to the current working directory. The filesystem can be navigated using the directory list or the drop-down history menu. Alternatively, the TAB key can be used to navigate using filename completion - common in text based editors such as emacs and jed.
@@ -25,7 +25,7 @@
  
  Gtk.main
 
-== Object Hierarchy
+== オブジェクト階層
 * Object
   * GLib::Instantiatable
     * GLib::Object
@@ -37,13 +37,19 @@
                 * Gtk::Dialog
                   * Gtk::FileSelection
 
-== Class Methods
+== インクルードされているモジュール
+
+* Gtk::Buildable
+* Atk::Implementor
+* GLib::Interface
+
+== クラスメソッド
 --- Gtk::FileSelection.new(title = nil)
     Creates a new file selection dialog box. By default it will contain a list of the application's current working directory, and a file listing. Operation buttons that allow the user to create a directory, delete files and rename files, are also present.
     * title: a message that will be placed in the file requestor's titlebar. 
     * Returns: the new file selection.  
 
-== Instance Methods
+== インスタンスメソッド
 --- filename
     This method returns the selected filename in the on-disk encoding (see GLib.filename_from_utf8), which may or may not be the same as that used by GTK+ (UTF-8). To convert to UTF-8, call GLib.filename_to_utf8. The returned string points to a statically allocated buffer and should be copied if you plan to keep it around.
     Retrieves the currently selected filename from the file selection dialog. If no file is selected then the selected directory path is returned.
@@ -131,7 +137,13 @@
     the button that appear at the top of the file selection dialog a part of "operation buttons".
     * Returns: the fileop_ren_file button(Gtk::Button)
 
-== Properties
+== プロパティ
 --- filename: String (Read/Write)
     The currently selected filename
 
@@ -141,8 +147,15 @@
 --- show-fileops: true or false (Read/Write)
     Whether buttons for creating/manipulating files should be displayed
 
-== See Also
+== 関連ページ
 * Gtk::Dialog - Add your own widgets into the Gtk::FileSelection.
-
 
-- ((<Masao>))
+== 更新履歴
+* 2014-06-16 インクルードされているモジュールの項目を追加。 - ((<きたがわ>))
+* - ((<Masao>))




ruby-gnome2-cvs メーリングリストの案内
Back to archive index