| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
gdk::pixmap_create_from_xpmarray
gdk::pixmap_create_from_xpm
(GdkWindow
window
, GdkColor
transparent_color
, string filename);
gdk::pixmap_create_from_xpm() returns a array consisting of a GdkPixmap and a GdkBitmap mask that has been created from the specified .xpm file. The GdkPixmap is the underlying structure that holds the image ready to be displayed in a GtkPixmap. In order to make that image appear on the screen, you will need to use one of the following constructs:
The transparent_color determines what color the None pixels will get if you don't use the pixmask. See the tutorial for more details and some examples. |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「gdk::pixmap_create_from_xpm」をGoogle検索
|