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

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

  

GtkNotebook::insert_page

void insert_page ( GtkWidget child , [ GtkWidget tab_label , [int position ]]);

Adds a new page to the notebook as the positionth page. child is added as the "page" with tab_label as the tab. child can be any widget but it is most useful when child is descended from GtkContainer. The tab_label is usually a GtkLabel but may be any widget. If position is -1 the page will be added as the last page in the notebook. Page positions begin with 0.

tab_label is optional. If it is not supplied the tab will be set to "page n" where n is the page number.

position is optional. If it is not supplied it will default to -1 which will put the page at the end of the notebook.

See also: append_page() , prepend_page() , remove_page()

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

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