ruby-****@sourc*****
ruby-****@sourc*****
2013年 3月 12日 (火) 12:34:10 JST
------------------------- REMOTE_ADDR = 184.145.80.119 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-dancr ------------------------- @@ -1,5 +1,5 @@ -= Drawing Area And Cairo -{{link "tut-gtk2-agtkw-cal", "tut-gtk2-dancr", "tut-gtk", "tut-gtk2-dancr"}} += (12) Drawing Area And Cairo +{{link "tut-gtk2-agtkw-cal", "tut-gtk2-dancr", "tut-gtk", "tut-gtk2-dancr-intro"}} @@ -18,9 +18,16 @@ ### * (12) ((<Drawing Area and Cairo|tut-gtk2-dancr>)) ### * ((<Intro|tut-gtk2-dancr-intro>)) ### ------------------------------------------ - :Contents of this chapter: +{{br}} + * 12 ((<Drawing Area and Cairo|tut-gtk2-dancr>)) (this page) + * 12.0.1 ((<What Is In This Chapter|tut-gtk2-dancr#What Is In This Chapter>)) + * 12.1 ((<Intro|tut-gtk2-dancr-intro>)) + * 12.2 ((<Writing Image Of Drawing Area Into Pixbuf File|tut-gtk2-dancr-wr-dapxb2file>)) + + + {{br}} +== What Is In This Chapter +(12.0.1){{br}} - * (12) ((<Drawing Area and Cairo|tut-gtk2-dancr>)) - * 12.1 ((<Intro|tut-gtk2-dancr-intro>)) - * 12.2 ((<Writing Image Of Drawing Area Into Pixbuf File|tut-gtk2-dancr-wr-dapxb2file>)) +If you have worked with GTK+ in its native C, or its close relative C++ (gtkmm) environments, you may very well be aware of the two different ways graphic imaging and drawing is handled in GTK+. One, the older and original is the plain GTK approach, mostly utilizing the Gdk::Drawable class, which has mostly been replaced by the newer approach utilizing a third party ((*Cairo*)) 2D graphics library ( see: http://cairographics.org/ ).