PHP Newt 関数 一覧 |PHP マニュアル 関数 要素 使い方・書き方 例 PHP サンプル

Newt 関数 一覧 PHP

Newt関数とは

トピック:Newt関数とは、 PHP でこの拡張モジュールを有効にすることでNewtウィジェットを使用可能にする事ができる。ターミナルベースの ウィンドウやウィジェットのライブラリ。ウィンドウやボタン・チェックボックス・ラジオボタン・ ラベル・エディットボックス・スクロールバー・テキストエリア・スケールなどが 含まれる。

PHP Newt関数 リスト関数 説明 要約
newt_bell()とは、
ビープ音を端末に送信する事ができる。
newt_button_bar()とは、
作成したボタンを含むグリッドを返す事ができる。
newt_button()とは、
新しいボタンを作成する事ができる。
newt_centered_window()とは、
画面の中央に指定したサイズのウィンドウをオープンする事ができる。
newt_checkbox_get_value()とは、
チェックボックスリソースの値を取得する事ができる。
newt_checkbox_set_flags()とは、
チェックボックスリソースを設定する事ができる。
newt_checkbox_set_value()とは、
チェックボックスの値を設定する事ができる。
newt_checkbox_tree_add_item()とは、
新しいアイテムをチェックボックスツリーに追加する事ができる。
newt_checkbox_tree_find_item()とは、
チェックボックスツリーのアイテムを探す事ができる。
newt_checkbox_tree_get_current()とは、
チェックボックスツリーの選択されているアイテムを返す事ができる。
newt_checkbox_tree_get_entry_value()とは、
説明・情報...
newt_checkbox_tree_get_multi_selection()とは、
説明・情報...
newt_checkbox_tree_get_selection()とは、
説明・情報...
newt_checkbox_tree_multi()とは、
説明・情報...
newt_checkbox_tree_set_current()とは、
説明・情報...
newt_checkbox_tree_set_entry_value()とは、
説明・情報...
newt_checkbox_tree_set_entry()とは、
説明・情報...
newt_checkbox_tree_set_width()とは、
説明・情報...
newt_checkbox_tree()とは、
説明・情報...
newt_checkbox()とは、
説明・情報...
newt_clear_key_buffer()とは、
追加の入力を待たずに、端末の入力バッファの内容をクリアする事ができる。
newt_cls()とは、
説明・情報...
newt_compact_button()とは、
説明・情報...
newt_component_add_callback()とは、
説明・情報...
newt_component_takes_focus()とは、
説明・情報...
newt_create_grid()とは、
説明・情報...
newt_cursor_off()とは、
説明・情報...
newt_cursor_on()とは、
説明・情報...
newt_delay()とは、
説明・情報...
newt_draw_form()とは、
説明・情報...
newt_draw_root_text()とは、
指定した位置に文字列を表示する事ができる。
newt_entry_get_value()とは、
説明・情報...
newt_entry_set_filter()とは、
説明・情報...
newt_entry_set_flags()とは、
説明・情報...
newt_entry_set()とは、
説明・情報...
newt_entry()とは、
説明・情報...
newt_finished()とは、
newt インターフェイスを終了する事ができる。
newt_form_add_component()とは、
フォームにコンポーネントを追加する事ができる。
newt_form_add_components()とは、
フォームに複数のコンポーネントを追加する事ができる。
newt_form_add_hot_key()とは、
説明・情報...
newt_form_destroy()とは、
フォームを破壊する事ができる。
newt_form_get_current()とは、
説明・情報...
newt_form_run()とは、
フォームを実行する事ができる。
newt_form_set_background()とは、
説明・情報...
newt_form_set_height()とは、
説明・情報...
newt_form_set_size()とは、
説明・情報...
newt_form_set_timer()とは、
説明・情報...
newt_form_set_width()とは、
説明・情報...
newt_form_watch_fd()とは、
説明・情報...
newt_form()とは、
フォームを作成する事ができる。
newt_get_screen_size()とは、
参照で渡された引数に、現在の端末の大きさを格納する事ができる。
newt_grid_add_components_to_form()とは、
説明・情報...
newt_grid_basic_window()とは、
説明・情報...
newt_grid_free()とは、
説明・情報...
newt_grid_get_size()とは、
説明・情報...
newt_grid_h_close_stacked()とは、
説明・情報...
newt_grid_h_stacked()とは、
説明・情報...
newt_grid_place()とは、
説明・情報...
newt_grid_set_field()とは、
説明・情報...
newt_grid_simple_window()とは、
説明・情報...
newt_grid_v_close_stacked()とは、
説明・情報...
newt_grid_v_stacked()とは、
説明・情報...
newt_grid_wrapped_window_at()とは、
説明・情報...
newt_grid_wrapped_window()とは、
説明・情報...
newt_init()とは、
newt を初期化する事ができる。
newt_label_set_text()とは、
説明・情報...
newt_label()とは、
説明・情報...
newt_listbox_append_entry()とは、
説明・情報...
newt_listbox_clear_selection()とは、
説明・情報...
newt_listbox_clear()とは、
説明・情報...
newt_listbox_delete_entry()とは、
説明・情報...
newt_listbox_get_current()とは、
説明・情報...
newt_listbox_get_selection()とは、
説明・情報...
newt_listbox_insert_entry()とは、
説明・情報...
newt_listbox_item_count()とは、
説明・情報...
newt_listbox_select_item()とは、
説明・情報...
newt_listbox_set_current_by_key()とは、
説明・情報...
newt_listbox_set_current()とは、
説明・情報...
newt_listbox_set_data()とは、
説明・情報...
newt_listbox_set_entry()とは、
説明・情報...
newt_listbox_set_width()とは、
説明・情報...
newt_listbox()とは、
説明・情報...
newt_listitem_get_data()とは、
説明・情報...
newt_listitem_set()とは、
説明・情報...
newt_listitem()とは、
説明・情報...
newt_open_window()とは、
指定したサイズと位置でウィンドウをオープンする事ができる。
newt_pop_help_line()とは、
現在のヘルプ行をスタックの内容で置き換える事ができる。
newt_pop_window()とは、
トップウィンドウを画面から消去する事ができる。
newt_push_help_line()とは、
現在のヘルプ行をスタックに保存し、新しい行を表示する事ができる。
newt_radio_get_current()とは、
説明・情報...
newt_radiobutton()とは、
説明・情報...
newt_redraw_help_line()とは、
説明・情報...
newt_reflow_text()とは、
説明・情報...
newt_refresh()とは、
画面の変更された部分を更新する事ができる。
newt_resize_screen()とは、
説明・情報...
newt_resume()とは、
newt_suspend をコールした後に newt インターフェイスの使用を再開する事ができる。
newt_run_form()とは、
フォームを実行する事ができる。
newt_scale_set()とは、
説明・情報...
newt_scale()とは、
説明・情報...
newt_scrollbar_set()とは、
説明・情報...
newt_set_help_callback()とは、
説明・情報...
newt_set_suspend_callback()とは、
ユーザーがサスペンドキーを押した際に起動するコールバック関数を設定する事ができる。
newt_suspend()とは、
端末を元の状態に戻すよう、newt に通知する事ができる。
newt_textbox_get_num_lines()とは、
説明・情報...
newt_textbox_reflowed()とは、
説明・情報...
newt_textbox_set_height()とは、
説明・情報...
newt_textbox_set_text()とは、
説明・情報...
newt_textbox()とは、
説明・情報...
newt_vertical_scrollbar()とは、
説明・情報...
newt_wait_for_key()とは、
キーが押されるまで結果を返さない事ができる。
newt_win_choice()とは、
説明・情報...
newt_win_entries()とは、
説明・情報...
newt_win_menu()とは、
説明・情報...
newt_win_message()とは、
説明・情報...
newt_win_messagev()とは、
説明・情報...
newt_win_ternary()とは、
説明・情報...
PHP Newt 関数 一覧 |PHP マニュアル 関数 要素 使い方・書き方 例 PHP サンプル
PHP Newt 関数 一覧 | 入門 | PHP マニュアル – WebRef
あわせて読みたい

Html

Glossary

JavaScript

JQuery

CSS