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

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

  

GtkStyle::bg

Access: Read Write
Type: Array

Returns an array of 5 background GdkColors used for the different states a widget can reach.

$newstyle = &new GtkStyle();
$newstyle->bg[GTK_STATE_PRELIGHT] = $newstyle->white;

Note that GtkLabel does not allow the background color to be changed, so you have to set the background of the parent widget, e.g. the GtkButton.

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

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