| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
GtkText Constructor GtkText ([
GtkAdjustment
hadj = NULL
, [
GtkAdjustment
vadj = NULL
]]);
Creates a text widget that is by default scrollable up and down using the bound keys given below, when there is enough text present. The horizontal adjustment, and therefore the horizontal scrolling, do not work; the horizontal adjustment parameter in the constructor should always be declared as null (the default setting) for that reason.
表 7. Key bindings for scrolling GtkText
例 44. Adding a scrollbar to a GtkText widget
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「GtkText Constructor」をGoogle検索
|