ruby-****@sourc*****
ruby-****@sourc*****
2012年 9月 7日 (金) 07:43:22 JST
------------------------- REMOTE_ADDR = 70.49.49.99 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?Gdk%3A%3AProperty ------------------------- @@ -1,9 +1,18 @@ = module Gdk::Property == Module Functions --- Gdk::Property.change + Changes the contents of a property on a window. ............. ((*FIXME*)) + + * window$B :(B a GdkWindow. + * property$B :(B the property to change. + * type$B :(B the new type for the property. If mode is GDK_PROP_MODE_PREPEND or GDK_PROP_MODE_APPEND, then this must match the existing type or an error will occur. + * format$B :(B the new format for the property. If mode is GDK_PROP_MODE_PREPEND or GDK_PROP_MODE_APPEND, then this must match the existing format or an error will occur. + * mode$B :(B a value describing how the new data is to be combined with the current data. + * data$B :(B the data (a guchar * gushort *, or gulong *, depending on format), cast to a guchar *. + * nelements$B :(B the number of elements of size determined by the format, contained in data. * Returns: self: ((*FIXME*)) --- Gdk::Property.delete @@ -43,5 +52,12 @@ == See Also == ChangeLog - -