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

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

  

GtkLabel::set_pattern

set_pattern() is the method for underlining text in GtkLabel. It needs to be defined as a pattern, e.g. if your text consists of A B C, then "_ _" will underline A and C but not B, as that is where the space falls. Each underscore or space in the pattern maps directly to the character position in the label text.

$label->set_pattern("_ _");

Call this method with no parameters to erase existing underlines.

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

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