| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
GtkViewport Constructor GtkViewport ([
GtkAdjustment
hadjustment = NULL
, [
GtkAdjustment
vadjustment = NULL
]]);
You should rarely need to construct a GtkViewport directly, as its main use is where a GtkScrolledWindow needs a scrollable widget as its child - which situation is catered for with the method add_with_viewport() , saving three or four coding lines.
例 56. Creating a GtkViewport the hard way
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「GtkViewport Constructor」をGoogle検索
|