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

アーカイブの一覧に戻る

ruby-****@sourc***** ruby-****@sourc*****
2014年 6月 15日 (日) 20:18:47 JST


-------------------------
REMOTE_ADDR = 106.188.30.133
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3ACalendar
-------------------------
@@ -1,4 +1,4 @@
-= class Gtk::Calendar
+= Gtk::Calendar クラス
 Gtk::Calendar is a widget that displays a calendar, one month at a time. It can be created with Gtk::Calendar.new. 
 
 The month and year currently displayed can be altered with Gtk::Calendar#select_month. The exact day can be selected from the displayed month using Gtk::Calendar#select_day. 
@@ -11,7 +11,7 @@
 
 If performing many 'mark' operations, the calendar can be frozen to prevent flicker, using Gtk::Calendar#freeze, and 'thawed' again using Gtk::Calendar#thaw. 
 
-== Object Hierarchy
+== オブジェクト階層
 * Object
   * GLib::Instantiatable
     * GLib::Object
@@ -19,12 +19,18 @@
         * Gtk::Widget
           * Gtk::Calendar
 
-== Class Methods
+== インクルードされているモジュール
+
+* Gtk::Buildable
+* Atk::Implementor
+* GLib::Interface
+
+== クラスメソッド
 --- Gtk::Calendar.new
     Creates a new calendar, with the current date being selected. 
     * Returns: a Gtk::Calendar.  
 
-== Instance Methods
+== インスタンスメソッド
 --- select_month(month, year)
     Shifts the calendar to a different month. 
     * month: a month number between 1 and 12.  
@@ -65,7 +71,140 @@
 --- thaw
     Defrosts a calendar; all the changes made since the last Gtk::Calendar#freeze are displayed. 
 
-== Constants
+--- display_options=()
+    ((*要編集*))
+
+--- set_display_options()
+    ((*要編集*))
+
+--- detail_height_rows=()
+    ((*要編集*))
+
+--- set_detail_height_rows()
+    ((*要編集*))
+
+--- detail_height_rows()
+    ((*要編集*))
+
+--- detail_width_chars=()
+    ((*要編集*))
+
+--- set_detail_width_chars()
+    ((*要編集*))
+
+--- detail_width_chars()
+    ((*要編集*))
+
+--- show_details=()
+    ((*要編集*))
+
+--- set_show_details()
+    ((*要編集*))
+
+--- show_details?()
+    ((*要編集*))
+
+--- show_week_numbers=()
+    ((*要編集*))
+
+--- set_show_week_numbers()
+    ((*要編集*))
+
+--- show_week_numbers?()
+    ((*要編集*))
+
+--- no_month_change=()
+    ((*要編集*))
+
+--- set_no_month_change()
+    ((*要編集*))
+
+--- no_month_change?()
+    ((*要編集*))
+
+--- show_day_names=()
+    ((*要編集*))
+
+--- set_show_day_names()
+    ((*要編集*))
+
+--- show_day_names?()
+    ((*要編集*))
+
+--- show_heading=()
+    ((*要編集*))
+
+--- set_show_heading()
+    ((*要編集*))
+
+--- show_heading?()
+    ((*要編集*))
+
+--- day=()
+    ((*要編集*))
+
+--- set_day()
+    ((*要編集*))
+
+--- day()
+    ((*要編集*))
+
+--- month=()
+    ((*要編集*))
+
+--- set_month()
+    ((*要編集*))
+
+--- month()
+    ((*要編集*))
+
+--- year=()
+    ((*要編集*))
+
+--- set_year()
+    ((*要編集*))
+
+--- year()
+    ((*要編集*))
+
+== プロパティ
+--- detail-height-rows:
+    ((*要編集*))
+
+--- detail-width-chars:
+    ((*要編集*))
+
+--- show-details:
+    ((*要編集*))
+
+--- show-week-numbers:
+    ((*要編集*))
+
+--- no-month-change:
+    ((*要編集*))
+
+--- show-day-names:
+    ((*要編集*))
+
+--- show-heading:
+    ((*要編集*))
+
+--- day:
+    ((*要編集*))
+
+--- month:
+    ((*要編集*))
+
+--- year:
+    ((*要編集*))
+
+== 定数
 === GtkCalendarDisplayOptions
 --- NO_MONTH_CHANGE
     Prevents the user from switching months with the calendar.
@@ -77,8 +210,145 @@
     Displays each week numbers of the current year, down the left side of the calendar.
 --- WEEK_START_MONDAY
     Starts the calendar week on Monday, instead of the default Sunday.
+
+=== その他
+--- SHOW_DETAILS (Gtk::Calendar::DisplayOptions)
+    ((*要編集*))
 
-== Signals
+== シグナル
 --- day-selected: self
      * self: Gtk::Calendar
 
@@ -100,4 +237,143 @@
 --- prev-year: self
      * self: Gtk::Calendar
 
-- ((<Masao>))
+== 更新履歴
+* 2014-06-15 クラスのメンバ項目でリストから漏れているものを追加。 - ((<きたがわ>))
+* - ((<Masao>))




ruby-gnome2-cvs メーリングリストの案内
アーカイブの一覧に戻る