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

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

  

gdk::pixmap_create_from_xpm_d

array gdk::pixmap_create_from_xpm_d (GdkWindow window , GdkColor transparent_color , array data);

gdk::pixmap_create_from_xpm() returns a array consisting of a GdkPixmap and a GdkBitmap mask that has been created from the specified pixmap data given by the array.

The array has to have the same structure like the "normal" C-array in an xpm file.

$gdkpixmap = gdk::pixmap_create_from_xpm_d($main_window->window, $transparent_color, $data);

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_d」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | gdk::pixmap_create_from_xpm_d」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: