PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

gdk::pixmap_create_from_xpm | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

gdk::pixmap_create_from_xpm

array 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:

or

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.

忘却曲線を使ってこの知識を確実に記憶に残す

フォーラムで「gdk::pixmap_create_from_xpm」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | gdk::pixmap_create_from_xpm」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: