From 04fa51e1c8627fae160ce70ff778ca2c7baba442 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 17 May 2014 17:19:42 +0200 Subject: php-pecl-*: add Reflection file --- REFLECTION | 403 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 403 insertions(+) create mode 100644 REFLECTION diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..b980d58 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,403 @@ +Extension [ extension #110 newt version 1.2.8 ] { + + - Constants [100] { + Constant [ integer NEWT_COLORSET_ROOT ] { 2 } + Constant [ integer NEWT_COLORSET_BORDER ] { 3 } + Constant [ integer NEWT_COLORSET_WINDOW ] { 4 } + Constant [ integer NEWT_COLORSET_SHADOW ] { 5 } + Constant [ integer NEWT_COLORSET_TITLE ] { 6 } + Constant [ integer NEWT_COLORSET_BUTTON ] { 7 } + Constant [ integer NEWT_COLORSET_ACTBUTTON ] { 8 } + Constant [ integer NEWT_COLORSET_CHECKBOX ] { 9 } + Constant [ integer NEWT_COLORSET_ACTCHECKBOX ] { 10 } + Constant [ integer NEWT_COLORSET_ENTRY ] { 11 } + Constant [ integer NEWT_COLORSET_LABEL ] { 12 } + Constant [ integer NEWT_COLORSET_LISTBOX ] { 13 } + Constant [ integer NEWT_COLORSET_ACTLISTBOX ] { 14 } + Constant [ integer NEWT_COLORSET_TEXTBOX ] { 15 } + Constant [ integer NEWT_COLORSET_ACTTEXTBOX ] { 16 } + Constant [ integer NEWT_COLORSET_HELPLINE ] { 17 } + Constant [ integer NEWT_COLORSET_ROOTTEXT ] { 18 } + Constant [ integer NEWT_COLORSET_EMPTYSCALE ] { 19 } + Constant [ integer NEWT_COLORSET_FULLSCALE ] { 20 } + Constant [ integer NEWT_COLORSET_DISENTRY ] { 21 } + Constant [ integer NEWT_COLORSET_COMPACTBUTTON ] { 22 } + Constant [ integer NEWT_COLORSET_ACTSELLISTBOX ] { 23 } + Constant [ integer NEWT_COLORSET_SELLISTBOX ] { 24 } + Constant [ integer NEWT_ARG_LAST ] { -100000 } + Constant [ integer NEWT_ARG_APPEND ] { -1 } + Constant [ integer NEWT_FLAGS_SET ] { 0 } + Constant [ integer NEWT_FLAGS_RESET ] { 1 } + Constant [ integer NEWT_FLAGS_TOGGLE ] { 2 } + Constant [ integer NEWT_FLAG_RETURNEXIT ] { 1 } + Constant [ integer NEWT_FLAG_HIDDEN ] { 2 } + Constant [ integer NEWT_FLAG_SCROLL ] { 4 } + Constant [ integer NEWT_FLAG_DISABLED ] { 8 } + Constant [ integer NEWT_FLAG_BORDER ] { 32 } + Constant [ integer NEWT_FLAG_WRAP ] { 64 } + Constant [ integer NEWT_FLAG_NOF12 ] { 128 } + Constant [ integer NEWT_FLAG_MULTIPLE ] { 256 } + Constant [ integer NEWT_FLAG_SELECTED ] { 512 } + Constant [ integer NEWT_FLAG_CHECKBOX ] { 1024 } + Constant [ integer NEWT_FLAG_PASSWORD ] { 2048 } + Constant [ integer NEWT_FLAG_SHOWCURSOR ] { 4096 } + Constant [ integer NEWT_FD_READ ] { 1 } + Constant [ integer NEWT_FD_WRITE ] { 2 } + Constant [ integer NEWT_FD_EXCEPT ] { 4 } + Constant [ integer NEWT_CHECKBOXTREE_UNSELECTABLE ] { 4096 } + Constant [ integer NEWT_CHECKBOXTREE_HIDE_BOX ] { 8192 } + Constant [ integer NEWT_CHECKBOXTREE_COLLAPSED ] { 0 } + Constant [ integer NEWT_CHECKBOXTREE_EXPANDED ] { 1 } + Constant [ integer NEWT_CHECKBOXTREE_UNSELECTED ] { 32 } + Constant [ integer NEWT_CHECKBOXTREE_SELECTED ] { 42 } + Constant [ integer NEWT_LISTBOX_RETURNEXIT ] { 1 } + Constant [ integer NEWT_ENTRY_SCROLL ] { 4 } + Constant [ integer NEWT_ENTRY_HIDDEN ] { 2 } + Constant [ integer NEWT_ENTRY_RETURNEXIT ] { 1 } + Constant [ integer NEWT_ENTRY_DISABLED ] { 8 } + Constant [ integer NEWT_TEXTBOX_WRAP ] { 64 } + Constant [ integer NEWT_TEXTBOX_SCROLL ] { 4 } + Constant [ integer NEWT_FORM_NOF12 ] { 128 } + Constant [ integer NEWT_EXIT_HOTKEY ] { 0 } + Constant [ integer NEWT_EXIT_COMPONENT ] { 1 } + Constant [ integer NEWT_EXIT_FDREADY ] { 2 } + Constant [ integer NEWT_KEY_TAB ] { 9 } + Constant [ integer NEWT_KEY_ENTER ] { 13 } + Constant [ integer NEWT_KEY_SUSPEND ] { 26 } + Constant [ integer NEWT_KEY_ESCAPE ] { 27 } + Constant [ integer NEWT_KEY_RETURN ] { 13 } + Constant [ integer NEWT_KEY_EXTRA_BASE ] { 32768 } + Constant [ integer NEWT_KEY_UP ] { 32769 } + Constant [ integer NEWT_KEY_DOWN ] { 32770 } + Constant [ integer NEWT_KEY_LEFT ] { 32772 } + Constant [ integer NEWT_KEY_RIGHT ] { 32773 } + Constant [ integer NEWT_KEY_BKSPC ] { 32774 } + Constant [ integer NEWT_KEY_DELETE ] { 32775 } + Constant [ integer NEWT_KEY_HOME ] { 32776 } + Constant [ integer NEWT_KEY_END ] { 32777 } + Constant [ integer NEWT_KEY_UNTAB ] { 32778 } + Constant [ integer NEWT_KEY_PGUP ] { 32779 } + Constant [ integer NEWT_KEY_PGDN ] { 32780 } + Constant [ integer NEWT_KEY_INSERT ] { 32781 } + Constant [ integer NEWT_KEY_F1 ] { 32869 } + Constant [ integer NEWT_KEY_F2 ] { 32870 } + Constant [ integer NEWT_KEY_F3 ] { 32871 } + Constant [ integer NEWT_KEY_F4 ] { 32872 } + Constant [ integer NEWT_KEY_F5 ] { 32873 } + Constant [ integer NEWT_KEY_F6 ] { 32874 } + Constant [ integer NEWT_KEY_F7 ] { 32875 } + Constant [ integer NEWT_KEY_F8 ] { 32876 } + Constant [ integer NEWT_KEY_F9 ] { 32877 } + Constant [ integer NEWT_KEY_F10 ] { 32878 } + Constant [ integer NEWT_KEY_F11 ] { 32879 } + Constant [ integer NEWT_KEY_F12 ] { 32880 } + Constant [ integer NEWT_KEY_RESIZE ] { 32881 } + Constant [ integer NEWT_ANCHOR_LEFT ] { 1 } + Constant [ integer NEWT_ANCHOR_RIGHT ] { 2 } + Constant [ integer NEWT_ANCHOR_TOP ] { 4 } + Constant [ integer NEWT_ANCHOR_BOTTOM ] { 8 } + Constant [ integer NEWT_GRID_FLAG_GROWX ] { 1 } + Constant [ integer NEWT_GRID_FLAG_GROWY ] { 2 } + Constant [ integer NEWT_GRID_EMPTY ] { 0 } + Constant [ integer NEWT_GRID_COMPONENT ] { 1 } + Constant [ integer NEWT_GRID_SUBGRID ] { 2 } + } + + - Functions { + Function [ function newt_init ] { + } + Function [ function newt_finished ] { + } + Function [ function newt_cls ] { + } + Function [ function newt_resize_screen ] { + } + Function [ function newt_wait_for_key ] { + } + Function [ function newt_clear_key_buffer ] { + } + Function [ function newt_delay ] { + } + Function [ function newt_open_window ] { + } + Function [ function newt_centered_window ] { + } + Function [ function newt_pop_window ] { + } + Function [ function newt_set_colors ] { + } + Function [ function newt_refresh ] { + } + Function [ function newt_suspend ] { + } + Function [ function newt_set_suspend_callback ] { + } + Function [ function newt_set_help_callback ] { + } + Function [ function newt_resume ] { + } + Function [ function newt_push_help_line ] { + } + Function [ function newt_redraw_help_line ] { + } + Function [ function newt_pop_help_line ] { + } + Function [ function newt_draw_root_text ] { + } + Function [ function newt_bell ] { + } + Function [ function newt_cursor_off ] { + } + Function [ function newt_cursor_on ] { + } + Function [ function newt_compact_button ] { + } + Function [ function newt_button ] { + } + Function [ function newt_checkbox ] { + } + Function [ function newt_checkbox_get_value ] { + } + Function [ function newt_checkbox_set_value ] { + } + Function [ function newt_checkbox_set_flags ] { + } + Function [ function newt_radiobutton ] { + } + Function [ function newt_radio_get_current ] { + } + Function [ function newt_get_screen_size ] { + + - Parameters [2] { + Parameter #0 [ &$param0 ] + Parameter #1 [ &$param1 ] + } + } + Function [ function newt_label ] { + } + Function [ function newt_label_set_text ] { + } + Function [ function newt_vertical_scrollbar ] { + } + Function [ function newt_scrollbar_set ] { + } + Function [ function newt_listbox ] { + } + Function [ function newt_listbox_get_current ] { + } + Function [ function newt_listbox_set_current ] { + } + Function [ function newt_listbox_set_current_by_key ] { + } + Function [ function newt_listbox_set_entry ] { + } + Function [ function newt_listbox_set_width ] { + } + Function [ function newt_listbox_set_data ] { + } + Function [ function newt_listbox_append_entry ] { + } + Function [ function newt_listbox_add_entry ] { + } + Function [ function newt_listbox_insert_entry ] { + } + Function [ function newt_listbox_delete_entry ] { + } + Function [ function newt_listbox_clear ] { + } + Function [ function newt_listbox_get_entry ] { + } + Function [ function newt_listbox_get_selection ] { + } + Function [ function newt_listbox_clear_selection ] { + } + Function [ function newt_listbox_select_item ] { + } + Function [ function newt_listbox_item_count ] { + } + Function [ function newt_checkbox_tree ] { + } + Function [ function newt_checkbox_tree_multi ] { + } + Function [ function newt_checkbox_tree_get_selection ] { + } + Function [ function newt_checkbox_tree_get_current ] { + } + Function [ function newt_checkbox_tree_set_current ] { + } + Function [ function newt_checkbox_tree_get_multi_selection ] { + } + Function [ function newt_checkbox_tree_add_item ] { + } + Function [ function newt_checkbox_tree_add_array ] { + } + Function [ function newt_checkbox_tree_find_item ] { + } + Function [ function newt_checkbox_tree_set_entry ] { + } + Function [ function newt_checkbox_tree_set_width ] { + } + Function [ function newt_checkbox_tree_get_entry_value ] { + } + Function [ function newt_checkbox_tree_set_entry_value ] { + } + Function [ function newt_textbox_reflowed ] { + } + Function [ function newt_textbox ] { + } + Function [ function newt_textbox_set_text ] { + } + Function [ function newt_textbox_set_height ] { + } + Function [ function newt_textbox_get_num_lines ] { + } + Function [ function newt_reflow_text ] { + + - Parameters [6] { + Parameter #0 [ $param0 ] + Parameter #1 [ $param1 ] + Parameter #2 [ $param2 ] + Parameter #3 [ $param3 ] + Parameter #4 [ &$param4 ] + Parameter #5 [ &$param5 ] + } + } + Function [ function newt_form ] { + } + Function [ function newt_form_set_timer ] { + } + Function [ function newt_form_watch_fd ] { + } + Function [ function newt_form_set_size ] { + } + Function [ function newt_form_get_current ] { + } + Function [ function newt_form_set_background ] { + } + Function [ function newt_form_set_current ] { + } + Function [ function newt_form_add_component ] { + } + Function [ function newt_form_add_components ] { + } + Function [ function newt_form_set_height ] { + } + Function [ function newt_form_set_width ] { + } + Function [ function newt_run_form ] { + } + Function [ function newt_form_run ] { + + - Parameters [2] { + Parameter #0 [ $param0 ] + Parameter #1 [ &$param1 ] + } + } + Function [ function newt_draw_form ] { + } + Function [ function newt_form_add_hot_key ] { + } + Function [ function newt_entry ] { + } + Function [ function newt_entry_set ] { + } + Function [ function newt_entry_set_filter ] { + } + Function [ function newt_entry_get_value ] { + } + Function [ function newt_entry_set_flags ] { + } + Function [ function newt_scale ] { + } + Function [ function newt_scale_set ] { + } + Function [ function newt_component_add_callback ] { + } + Function [ function newt_component_takes_focus ] { + } + Function [ function newt_form_destroy ] { + } + Function [ function newt_create_grid ] { + } + Function [ function newt_grid_v_stacked ] { + } + Function [ function newt_grid_v_close_stacked ] { + } + Function [ function newt_grid_h_stacked ] { + } + Function [ function newt_grid_h_close_stacked ] { + } + Function [ function newt_grid_basic_window ] { + } + Function [ function newt_grid_simple_window ] { + } + Function [ function newt_grid_set_field ] { + } + Function [ function newt_grid_place ] { + } + Function [ function newt_grid_free ] { + } + Function [ function newt_grid_destroy ] { + } + Function [ function newt_grid_get_size ] { + + - Parameters [3] { + Parameter #0 [ $param0 ] + Parameter #1 [ &$param1 ] + Parameter #2 [ &$param2 ] + } + } + Function [ function newt_grid_wrapped_window ] { + } + Function [ function newt_grid_wrapped_window_at ] { + } + Function [ function newt_grid_add_components_to_form ] { + } + Function [ function newt_button_bar ] { + + - Parameters [1] { + Parameter #0 [ &$param0 ] + } + } + Function [ function newt_button_barv ] { + + - Parameters [1] { + Parameter #0 [ &$param0 ] + } + } + Function [ function newt_win_message ] { + } + Function [ function newt_win_messagev ] { + } + Function [ function newt_win_choice ] { + } + Function [ function newt_win_ternary ] { + } + Function [ function newt_win_menu ] { + + - Parameters [8] { + Parameter #0 [ $param0 ] + Parameter #1 [ $param1 ] + Parameter #2 [ $param2 ] + Parameter #3 [ $param3 ] + Parameter #4 [ $param4 ] + Parameter #5 [ $param5 ] + Parameter #6 [ $param6 ] + Parameter #7 [ &$param7 ] + } + } + Function [ function newt_win_entries ] { + + - Parameters [7] { + Parameter #0 [ $param0 ] + Parameter #1 [ $param1 ] + Parameter #2 [ $param2 ] + Parameter #3 [ $param3 ] + Parameter #4 [ $param4 ] + Parameter #5 [ $param5 ] + Parameter #6 [ &$param6 ] + } + } + } +} + -- cgit