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

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

  

gdk::cursor_new_from_pixmap

GdkCursor gdk::cursor_new_from_pixmap ( GdkPixmap source , GdkPixmap mask , GdkColor fg , GdkColor bg , int x, int y);

This function creates a new cursor from a pixmap. After you have created the cursor, the set_cursor() has to be used on a widget's gdk window to make the cursor active. The cursor will be visible when the mouse hovers the widget on which it has been set.

In Gtk 1.x, you can make monochrome cursors only. This means, that every color (except black and None) is converted to the fg or bg color.

The x and y parameters are the hotspot coordinates with (0,0) describing the top left position.

This function is working since PHP-Gtk 1.0.1
忘却曲線を使ってこの知識を確実に記憶に残す

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