| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
GtkText::set_adjustmentsvoid set_adjustments(
GtkAdjustment
hadj
,
GtkAdjustment
vadj
);
In most cases, set_adjustments() is a redundant method, as it is already used internally by scrolling-aware containers to create appropriate adjustment settings for the size of the text widget. This pre-setting by a container cannot be overridden. Where you need to use this method, the first parameter must always be null due to the malfunctioning hadj property in a GtkText widget. |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「GtkText::set_adjustments」をGoogle検索
|