ruby-****@sourc*****
ruby-****@sourc*****
2014年 6月 16日 (月) 14:44:05 JST
------------------------- REMOTE_ADDR = 106.188.103.9 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3AIconSource ------------------------- @@ -1,4 +1,4 @@ -= class Gtk::IconSource += Gtk::IconSource クラス A Gtk::IconSource contains a Gdk::Pixbuf (or image filename) that serves as the base image for one or more of the icons in a Gtk::IconSet, along with a specification for which icons in the icon set will be based on that pixbuf or image file. An icon set contains a set of icons that represent "the same" logical concept in different states, different global text directions, and different sizes. So for example 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. Gtk::IconSet contains a list of Gtk::IconSource from which it can derive specific icon variants in the set. @@ -9,17 +9,17 @@ By default, the icon source has all parameters wildcarded. That is, the icon source will be used as the base icon for any desired text direction, widget state, or icon size. -== Object Hierarchy +== オブジェクト階層 * Object * GLib::Boxed * Gtk::IconSource -== Class Methods +== クラスメソッド --- Gtk::IconSource.new Creates a new Gtk::IconSource. * Returns: a new Gtk::IconSource -== Instance Methods +== インスタンスメソッド --- direction Obtains the text direction this icon source applies to. The return value is only useful/meaningful if the text direction is not wildcarded. * Returns: text direction this source matches @@ -125,8 +125,8 @@ * setting: true to wildcard the widget state * Returns: self -== See Also +== 関連ページ Gtk::IconFactory, Gtk::IconSet, Gtk::IconSize - -- ((<Masao>)) +== 更新履歴 +* - ((<Masao>))