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

アーカイブの一覧に戻る

ruby-****@sourc***** ruby-****@sourc*****
2014年 6月 16日 (月) 14:42:01 JST


-------------------------
REMOTE_ADDR = 106.188.103.9
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3AIconSet
-------------------------
@@ -1,20 +1,20 @@
-= class Gtk::IconSet
+= Gtk::IconSet クラス
 A Gtk::IconSet represents a single icon in various sizes and widget states. It can provide a Gdk::Pixbuf for a given size and state on request, and automatically caches some of the rendered Gdk::Pixbuf objects.
 
 Icon sets have a list of Gtk::IconSource, which they use as base icons for rendering icons in different states and sizes. Icons are scaled, made to look insensitive, etc. in Gtk::IconSet#render_icon, but Gtk::IconSet needs base images to work with. The base images and when to use them are described by a Gtk::IconSource.
 
-== Object Hierarchy
+== オブジェクト階層
 * Object
   * GLib::Boxed
     * Gtk::IconSet
 
-== Class Methods
+== クラスメソッド
 --- Gtk::IconSet.new(pixbuf = nil)
     Creates a new Gtk::IconSet. Normally you would use Gtk::Widget#render_icon instead of using Gtk::IconSet directly. The one case where you'd use Gtk::IconSet is to create application-specific icon sets to place in a Gtk::IconFactory.    
     * pixbuf: As the default/fallback source image. If you don't add any additional Gtk::IconSource to the icon set, all variants of the icon will be created from pixbuf, using scaling, pixelation, etc. as required to adjust the icon size or make the icon look insensitive/prelighted.
     * Returns: a new Gtk::IconSet.
 
-== Instance Methods
+== インスタンスメソッド
 --- add_source(source)
     This method copies source, so you can reuse the same source immediately without affecting the icon set.
     An example of when you'd use this function: a web browser's "Back to Previous Page" icon might point in a different direction in Hebrew and in English; it might look different when insensitive; and it might change size depending on toolbar mode (small/large icons). So a single icon set would contain all those variants of the icon, and you might add a separate source for each one.
@@ -37,8 +37,8 @@
     Gets the list of icon sizes this icon set can render. 
     * Returns: an array of sizes.
 
-== See Also
+== 関連ページ
 Gtk::IconFactory, Gtk::IconSize, Gtk::IconSource
-
 
-- ((<Masao>))
+== 更新履歴
+* - ((<Masao>))




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