| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
GtkLabel::set_justifyvoid set_justify(
GtkJustification
justification
);
set_justify() is the method for justifying text in GtkLabel. The options are GtkJustification enumerated flags, the default setting being GTK_JUSTIFY_CENTER. Justification is relative to existing lines of text, and should be used in combination with set_line_wrap() . It is irrelevant where there is only one line. If you need to set the text alignment in a single-line label, use set_alignment() . There is a working example of this method on the constructor page.
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「GtkLabel::set_justify」をGoogle検索
|