gtk.ffi.fn (21724B)
1 {cfun_gtk_window_new, "gtk_window_new"}, 2 {cfun_gtk_window_set_title, "gtk_window_set_title"}, 3 {cfun_gtk_window_get_title, "gtk_window_get_title"}, 4 {cfun_gtk_window_set_default_size, "gtk_window_set_default_size"}, 5 {cfun_gtk_window_set_position, "gtk_window_set_position"}, 6 {cfun_gtk_window_set_resizable, "gtk_window_set_resizable"}, 7 {cfun_gtk_window_set_transient_for, "gtk_window_set_transient_for"}, 8 {cfun_gtk_window_maximize, "gtk_window_maximize"}, 9 {cfun_gtk_message_dialog_new, "gtk_message_dialog_new"}, 10 {cfun_gtk_window_set_icon_from_file, "gtk_window_set_icon_from_file"}, 11 {cfun_gtk_window_set_keep_above, "gtk_window_set_keep_above"}, 12 {cfun_gtk_window_set_keep_below, "gtk_window_set_keep_below"}, 13 {cfun_gtk_about_dialog_set_version, "gtk_about_dialog_set_version"}, 14 {cfun_gtk_table_new, "gtk_table_new"}, 15 {cfun_gtk_table_attach_defaults, "gtk_table_attach_defaults"}, 16 {cfun_gtk_container_add, "gtk_container_add"}, 17 {cfun_gtk_container_remove, "gtk_container_remove"}, 18 {cfun_gtk_container_set_border_width, "gtk_container_set_border_width"}, 19 {cfun_gtk_hbox_new, "gtk_hbox_new"}, 20 {cfun_gtk_vbox_new, "gtk_vbox_new"}, 21 {cfun_gtk_box_pack_start, "gtk_box_pack_start"}, 22 {cfun_gtk_box_pack_end, "gtk_box_pack_end"}, 23 {cfun_gtk_box_pack_start_defaults, "gtk_box_pack_start_defaults"}, 24 {cfun_gtk_box_pack_end_defaults, "gtk_box_pack_end_defaults"}, 25 {cfun_gtk_button_new, "gtk_button_new"}, 26 {cfun_gtk_button_new_with_label, "gtk_button_new_with_label"}, 27 {cfun_gtk_button_new_from_stock, "gtk_button_new_from_stock"}, 28 {cfun_gtk_button_new_with_mnemonic, "gtk_button_new_with_mnemonic"}, 29 {cfun_gtk_button_set_use_stock, "gtk_button_set_use_stock"}, 30 {cfun_gtk_button_set_label, "gtk_button_set_label"}, 31 {cfun_gtk_button_set_relief, "gtk_button_set_relief"}, 32 {cfun_gtk_toggle_button_new, "gtk_toggle_button_new"}, 33 {cfun_gtk_toggle_button_new_with_label, "gtk_toggle_button_new_with_label"}, 34 {cfun_gtk_toggle_button_get_active, "gtk_toggle_button_get_active"}, 35 {cfun_gtk_toggle_button_set_active, "gtk_toggle_button_set_active"}, 36 {cfun_gtk_check_button_new_with_label, "gtk_check_button_new_with_label"}, 37 {cfun_gtk_entry_new, "gtk_entry_new"}, 38 {cfun_gtk_entry_get_text, "gtk_entry_get_text"}, 39 {cfun_gtk_entry_set_text, "gtk_entry_set_text"}, 40 {cfun_gtk_entry_set_visibility, "gtk_entry_set_visibility"}, 41 {cfun_gtk_editable_delete_text, "gtk_editable_delete_text"}, 42 {cfun_gtk_editable_get_chars, "gtk_editable_get_chars"}, 43 {cfun_gtk_editable_set_editable, "gtk_editable_set_editable"}, 44 {cfun_gtk_editable_select_region, "gtk_editable_select_region"}, 45 {cfun_gtk_text_buffer_new, "gtk_text_buffer_new"}, 46 {cfun_gtk_text_buffer_set_text, "gtk_text_buffer_set_text"}, 47 {cfun_gtk_text_buffer_insert_at_cursor, "gtk_text_buffer_insert_at_cursor"}, 48 {cfun_gtk_text_buffer_get_insert, "gtk_text_buffer_get_insert"}, 49 {cfun_gtk_text_buffer_get_start_iter, "gtk_text_buffer_get_start_iter"}, 50 {cfun_gtk_text_buffer_get_end_iter, "gtk_text_buffer_get_end_iter"}, 51 {cfun_gtk_text_buffer_get_bounds, "gtk_text_buffer_get_bounds"}, 52 {cfun_gtk_text_buffer_get_selection_bounds, "gtk_text_buffer_get_selection_bounds"}, 53 {cfun_gtk_text_buffer_get_iter_at_offset, "gtk_text_buffer_get_iter_at_offset"}, 54 {cfun_gtk_text_buffer_get_text, "gtk_text_buffer_get_text"}, 55 {cfun_gtk_text_buffer_insert, "gtk_text_buffer_insert"}, 56 {cfun_gtk_text_buffer_create_tag, "gtk_text_buffer_create_tag"}, 57 {cfun_gtk_text_buffer_insert_with_tags_by_name, "gtk_text_buffer_insert_with_tags_by_name"}, 58 {cfun_gtk_text_buffer_apply_tag_by_name, "gtk_text_buffer_apply_tag_by_name"}, 59 {cfun_gtk_text_buffer_remove_tag_by_name, "gtk_text_buffer_remove_tag_by_name"}, 60 {cfun_gtk_text_buffer_remove_all_tags, "gtk_text_buffer_remove_all_tags"}, 61 {cfun_gtk_text_buffer_get_tag_table, "gtk_text_buffer_get_tag_table"}, 62 {cfun_gtk_text_buffer_select_range, "gtk_text_buffer_select_range"}, 63 {cfun_gtk_text_buffer_get_selection_bound, "gtk_text_buffer_get_selection_bound"}, 64 {cfun_gtk_text_buffer_get_line_count, "gtk_text_buffer_get_line_count"}, 65 {cfun_gtk_text_buffer_create_mark, "gtk_text_buffer_create_mark"}, 66 {cfun_gtk_text_buffer_get_iter_at_mark, "gtk_text_buffer_get_iter_at_mark"}, 67 {cfun_gtk_text_buffer_get_iter_at_line, "gtk_text_buffer_get_iter_at_line"}, 68 {cfun_gtk_text_buffer_delete, "gtk_text_buffer_delete"}, 69 {cfun_gtk_text_buffer_delete_mark, "gtk_text_buffer_delete_mark"}, 70 {cfun_gtk_text_buffer_delete_mark_by_name, "gtk_text_buffer_delete_mark_by_name"}, 71 {cfun_gtk_text_buffer_place_cursor, "gtk_text_buffer_place_cursor"}, 72 {cfun_gtk_text_buffer_copy_clipboard, "gtk_text_buffer_copy_clipboard"}, 73 {cfun_gtk_text_buffer_cut_clipboard, "gtk_text_buffer_cut_clipboard"}, 74 {cfun_gtk_text_buffer_paste_clipboard, "gtk_text_buffer_paste_clipboard"}, 75 {cfun_gtk_scrolled_window_new, "gtk_scrolled_window_new"}, 76 {cfun_gtk_scrolled_window_set_policy, "gtk_scrolled_window_set_policy"}, 77 {cfun_gtk_scrolled_window_set_shadow_type, "gtk_scrolled_window_set_shadow_type"}, 78 {cfun_gtk_scrolled_window_add_with_viewport, "gtk_scrolled_window_add_with_viewport"}, 79 {cfun_gtk_text_view_new_with_buffer, "gtk_text_view_new_with_buffer"}, 80 {cfun_gtk_text_view_set_wrap_mode, "gtk_text_view_set_wrap_mode"}, 81 {cfun_gtk_text_view_set_editable, "gtk_text_view_set_editable"}, 82 {cfun_gtk_text_view_set_border_window_size, "gtk_text_view_set_border_window_size"}, 83 {cfun_gtk_text_view_move_mark_onscreen, "gtk_text_view_move_mark_onscreen"}, 84 {cfun_gtk_text_view_scroll_to_mark, "gtk_text_view_scroll_to_mark"}, 85 {cfun_gtk_text_view_scroll_mark_onscreen, "gtk_text_view_scroll_mark_onscreen"}, 86 {cfun_gtk_text_view_set_pixels_inside_wrap, "gtk_text_view_set_pixels_inside_wrap"}, 87 {cfun_gtk_text_view_get_pixels_inside_wrap, "gtk_text_view_get_pixels_inside_wrap"}, 88 {cfun_gtk_text_view_set_pixels_above_lines, "gtk_text_view_set_pixels_above_lines"}, 89 {cfun_gtk_text_view_get_pixels_above_lines, "gtk_text_view_get_pixels_above_lines"}, 90 {cfun_gtk_text_view_set_cursor_visible, "gtk_text_view_set_cursor_visible"}, 91 {cfun_gtk_text_view_window_to_buffer_coords, "gtk_text_view_window_to_buffer_coords"}, 92 {cfun_gtk_text_iter_forward_search, "gtk_text_iter_forward_search"}, 93 {cfun_gtk_text_iter_forward_visible_cursor_position, "gtk_text_iter_forward_visible_cursor_position"}, 94 {cfun_gtk_text_iter_forward_to_line_end, "gtk_text_iter_forward_to_line_end"}, 95 {cfun_gtk_text_iter_set_line, "gtk_text_iter_set_line"}, 96 {cfun_gtk_text_iter_set_line_offset, "gtk_text_iter_set_line_offset"}, 97 {cfun_gtk_text_iter_set_line_index, "gtk_text_iter_set_line_index"}, 98 {cfun_gtk_text_iter_get_text, "gtk_text_iter_get_text"}, 99 {cfun_gtk_text_iter_get_line, "gtk_text_iter_get_line"}, 100 {cfun_gtk_text_view_new, "gtk_text_view_new"}, 101 {cfun_gtk_text_view_get_buffer, "gtk_text_view_get_buffer"}, 102 {cfun_gtk_text_tag_table_remove, "gtk_text_tag_table_remove"}, 103 {cfun_gdk_font_load, "gdk_font_load"}, 104 {cfun_gdk_pixmap_new, "gdk_pixmap_new"}, 105 {cfun_gdk_pixmap_unref, "gdk_pixmap_unref"}, 106 {cfun_gdk_pixmap_create_from_xpm, "gdk_pixmap_create_from_xpm"}, 107 {cfun_gdk_pixmap_colormap_create_from_xpm, "gdk_pixmap_colormap_create_from_xpm"}, 108 {cfun_gdk_draw_rectangle, "gdk_draw_rectangle"}, 109 {cfun_gdk_draw_arc, "gdk_draw_arc"}, 110 {cfun_gdk_draw_line, "gdk_draw_line"}, 111 {cfun_gdk_draw_point, "gdk_draw_point"}, 112 {cfun_gdk_draw_layout, "gdk_draw_layout"}, 113 {cfun_gdk_draw_drawable, "gdk_draw_drawable"}, 114 {cfun_gdk_gc_new, "gdk_gc_new"}, 115 {cfun_gdk_gc_set_rgb_fg_color, "gdk_gc_set_rgb_fg_color"}, 116 {cfun_gdk_gc_set_rgb_bg_color, "gdk_gc_set_rgb_bg_color"}, 117 {cfun_gdk_gc_set_foreground, "gdk_gc_set_foreground"}, 118 {cfun_gdk_gc_set_background, "gdk_gc_set_background"}, 119 {cfun_gdk_gc_set_colormap, "gdk_gc_set_colormap"}, 120 {cfun_gdk_color_alloc, "gdk_color_alloc"}, 121 {cfun_gdk_color_parse, "gdk_color_parse"}, 122 {cfun_gdk_colormap_get_system, "gdk_colormap_get_system"}, 123 {cfun_gdk_colormap_alloc_color, "gdk_colormap_alloc_color"}, 124 {cfun_gdk_get_default_root_window, "gdk_get_default_root_window"}, 125 {cfun_gdk_rgb_find_color, "gdk_rgb_find_color"}, 126 {cfun_gdk_drawable_set_colormap, "gdk_drawable_set_colormap"}, 127 {cfun_gdk_drawable_get_size, "gdk_drawable_get_size"}, 128 {cfun_gdk_keymap_translate_keyboard_state, "gdk_keymap_translate_keyboard_state"}, 129 {cfun_gdk_window_process_all_updates, "gdk_window_process_all_updates"}, 130 {cfun_gdk_window_get_geometry, "gdk_window_get_geometry"}, 131 {cfun_gdk_screen_get_default, "gdk_screen_get_default"}, 132 {cfun_gdk_screen_get_width, "gdk_screen_get_width"}, 133 {cfun_gdk_screen_get_height, "gdk_screen_get_height"}, 134 {cfun_gdk_screen_width, "gdk_screen_width"}, 135 {cfun_gdk_screen_height, "gdk_screen_height"}, 136 {cfun_gdk_flush, "gdk_flush"}, 137 {cfun_gdk_init, "gdk_init"}, 138 {cfun_gdk_display_get_default, "gdk_display_get_default"}, 139 {cfun_gdk_display_get_pointer, "gdk_display_get_pointer"}, 140 {cfun_gtk_image_new, "gtk_image_new"}, 141 {cfun_gtk_image_new_from_pixmap, "gtk_image_new_from_pixmap"}, 142 {cfun_gtk_image_set_from_pixbuf, "gtk_image_set_from_pixbuf"}, 143 {cfun_gtk_image_set_from_pixmap, "gtk_image_set_from_pixmap"}, 144 {cfun_gtk_image_set, "gtk_image_set"}, 145 {cfun_gtk_image_set_from_file, "gtk_image_set_from_file"}, 146 {cfun_gtk_image_new_from_file, "gtk_image_new_from_file"}, 147 {cfun_gtk_pixmap_new, "gtk_pixmap_new"}, 148 {cfun_gtk_drawing_area_new, "gtk_drawing_area_new"}, 149 {cfun_gtk_widget_queue_draw, "gtk_widget_queue_draw"}, 150 {cfun_gtk_widget_get_colormap, "gtk_widget_get_colormap"}, 151 {cfun_gtk_widget_get_parent_window, "gtk_widget_get_parent_window"}, 152 {cfun_gtk_widget_create_pango_layout, "gtk_widget_create_pango_layout"}, 153 {cfun_gtk_vscrollbar_new, "gtk_vscrollbar_new"}, 154 {cfun_gtk_label_new, "gtk_label_new"}, 155 {cfun_gtk_label_set_text, "gtk_label_set_text"}, 156 {cfun_gtk_label_get_text, "gtk_label_get_text"}, 157 {cfun_gtk_label_set_line_wrap, "gtk_label_set_line_wrap"}, 158 {cfun_gtk_label_set_selectable, "gtk_label_set_selectable"}, 159 {cfun_gtk_label_set_use_markup, "gtk_label_set_use_markup"}, 160 {cfun_gtk_label_set_justify, "gtk_label_set_justify"}, 161 {cfun_gtk_label_get_width_chars, "gtk_label_get_width_chars"}, 162 {cfun_gtk_label_get_max_width_chars, "gtk_label_get_max_width_chars"}, 163 {cfun_gtk_label_set_markup_with_mnemonic, "gtk_label_set_markup_with_mnemonic"}, 164 {cfun_gtk_frame_new, "gtk_frame_new"}, 165 {cfun_gtk_frame_set_label_align, "gtk_frame_set_label_align"}, 166 {cfun_gtk_frame_set_label, "gtk_frame_set_label"}, 167 {cfun_gtk_frame_get_label, "gtk_frame_get_label"}, 168 {cfun_gtk_aspect_frame_new, "gtk_aspect_frame_new"}, 169 {cfun_gtk_aspect_frame_set, "gtk_aspect_frame_set"}, 170 {cfun_gtk_radio_button_new, "gtk_radio_button_new"}, 171 {cfun_gtk_radio_button_new_with_label, "gtk_radio_button_new_with_label"}, 172 {cfun_gtk_radio_button_new_from_widget, "gtk_radio_button_new_from_widget"}, 173 {cfun_gtk_radio_button_new_with_label_from_widget, "gtk_radio_button_new_with_label_from_widget"}, 174 {cfun_gtk_notebook_new, "gtk_notebook_new"}, 175 {cfun_gtk_notebook_set_tab_pos, "gtk_notebook_set_tab_pos"}, 176 {cfun_gtk_notebook_popup_enable, "gtk_notebook_popup_enable"}, 177 {cfun_gtk_notebook_insert_page, "gtk_notebook_insert_page"}, 178 {cfun_gtk_notebook_remove_page, "gtk_notebook_remove_page"}, 179 {cfun_gtk_notebook_get_current_page, "gtk_notebook_get_current_page"}, 180 {cfun_gtk_notebook_set_page, "gtk_notebook_set_page"}, 181 {cfun_gtk_notebook_set_tab_label_text, "gtk_notebook_set_tab_label_text"}, 182 {cfun_gtk_adjustment_new, "gtk_adjustment_new"}, 183 {cfun_gtk_adjustment_get_value, "gtk_adjustment_get_value"}, 184 {cfun_gtk_range_get_adjustment, "gtk_range_get_adjustment"}, 185 {cfun_gtk_range_get_value, "gtk_range_get_value"}, 186 {cfun_gtk_range_set_value, "gtk_range_set_value"}, 187 {cfun_gtk_scale_set_draw_value, "gtk_scale_set_draw_value"}, 188 {cfun_gtk_scale_set_value_pos, "gtk_scale_set_value_pos"}, 189 {cfun_gtk_hscale_new, "gtk_hscale_new"}, 190 {cfun_gtk_hscale_new_with_range, "gtk_hscale_new_with_range"}, 191 {cfun_gtk_vscale_new_with_range, "gtk_vscale_new_with_range"}, 192 {cfun_gtk_spin_button_new, "gtk_spin_button_new"}, 193 {cfun_gtk_spin_button_get_value_as_int, "gtk_spin_button_get_value_as_int"}, 194 {cfun_gtk_spin_button_get_value, "gtk_spin_button_get_value"}, 195 {cfun_gtk_spin_button_set_wrap, "gtk_spin_button_set_wrap"}, 196 {cfun_gtk_spin_button_set_value, "gtk_spin_button_set_value"}, 197 {cfun_gtk_arrow_new, "gtk_arrow_new"}, 198 {cfun_gtk_file_chooser_dialog_new, "gtk_file_chooser_dialog_new"}, 199 {cfun_gtk_file_chooser_widget_new, "gtk_file_chooser_widget_new"}, 200 {cfun_gtk_dialog_run, "gtk_dialog_run"}, 201 {cfun_gtk_file_chooser_get_filename, "gtk_file_chooser_get_filename"}, 202 {cfun_gtk_file_chooser_set_filename, "gtk_file_chooser_set_filename"}, 203 {cfun_gtk_file_filter_new, "gtk_file_filter_new"}, 204 {cfun_gtk_file_filter_add_pattern, "gtk_file_filter_add_pattern"}, 205 {cfun_gtk_file_filter_set_name, "gtk_file_filter_set_name"}, 206 {cfun_gtk_file_chooser_add_filter, "gtk_file_chooser_add_filter"}, 207 {cfun_gtk_font_selection_dialog_new, "gtk_font_selection_dialog_new"}, 208 {cfun_gtk_font_selection_dialog_get_font_name, "gtk_font_selection_dialog_get_font_name"}, 209 {cfun_gtk_font_selection_new, "gtk_font_selection_new"}, 210 {cfun_gtk_font_selection_get_font_name, "gtk_font_selection_get_font_name"}, 211 {cfun_gtk_font_selection_set_font_name, "gtk_font_selection_set_font_name"}, 212 {cfun_gtk_color_selection_new, "gtk_color_selection_new"}, 213 {cfun_gtk_color_selection_set_has_opacity_control, "gtk_color_selection_set_has_opacity_control"}, 214 {cfun_gtk_color_selection_set_current_color, "gtk_color_selection_set_current_color"}, 215 {cfun_gtk_color_selection_get_current_color, "gtk_color_selection_get_current_color"}, 216 {cfun_gtk_color_selection_set_color, "gtk_color_selection_set_color"}, 217 {cfun_gtk_menu_bar_new, "gtk_menu_bar_new"}, 218 {cfun_gtk_menu_shell_append, "gtk_menu_shell_append"}, 219 {cfun_gtk_menu_item_new, "gtk_menu_item_new"}, 220 {cfun_gtk_menu_item_new_with_label, "gtk_menu_item_new_with_label"}, 221 {cfun_gtk_menu_item_new_with_mnemonic, "gtk_menu_item_new_with_mnemonic"}, 222 {cfun_gtk_menu_new, "gtk_menu_new"}, 223 {cfun_gtk_menu_item_set_right_justified, "gtk_menu_item_set_right_justified"}, 224 {cfun_gtk_menu_item_set_submenu, "gtk_menu_item_set_submenu"}, 225 {cfun_gtk_check_menu_item_new_with_label, "gtk_check_menu_item_new_with_label"}, 226 {cfun_gtk_check_menu_item_new_with_mnemonic, "gtk_check_menu_item_new_with_mnemonic"}, 227 {cfun_gtk_check_menu_item_get_active, "gtk_check_menu_item_get_active"}, 228 {cfun_gtk_check_menu_item_set_active, "gtk_check_menu_item_set_active"}, 229 {cfun_gtk_menu_popup, "gtk_menu_popup"}, 230 {cfun_gtk_progress_bar_new, "gtk_progress_bar_new"}, 231 {cfun_gtk_progress_bar_set_text, "gtk_progress_bar_set_text"}, 232 {cfun_gtk_progress_bar_set_fraction, "gtk_progress_bar_set_fraction"}, 233 {cfun_gtk_progress_bar_pulse, "gtk_progress_bar_pulse"}, 234 {cfun_gtk_progress_bar_set_pulse_step, "gtk_progress_bar_set_pulse_step"}, 235 {cfun_gtk_statusbar_new, "gtk_statusbar_new"}, 236 {cfun_gtk_statusbar_get_context_id, "gtk_statusbar_get_context_id"}, 237 {cfun_gtk_statusbar_push, "gtk_statusbar_push"}, 238 {cfun_gtk_statusbar_pop, "gtk_statusbar_pop"}, 239 {cfun_gtk_statusbar_remove, "gtk_statusbar_remove"}, 240 {cfun_gtk_statusbar_set_has_resize_grip, "gtk_statusbar_set_has_resize_grip"}, 241 {cfun_gtk_event_box_new, "gtk_event_box_new"}, 242 {cfun_gtk_combo_box_new_text, "gtk_combo_box_new_text"}, 243 {cfun_gtk_combo_box_append_text, "gtk_combo_box_append_text"}, 244 {cfun_gtk_combo_box_insert_text, "gtk_combo_box_insert_text"}, 245 {cfun_gtk_combo_box_prepend_text, "gtk_combo_box_prepend_text"}, 246 {cfun_gtk_combo_box_remove_text, "gtk_combo_box_remove_text"}, 247 {cfun_gtk_combo_box_get_active, "gtk_combo_box_get_active"}, 248 {cfun_gtk_combo_box_set_active, "gtk_combo_box_set_active"}, 249 {cfun_gtk_combo_box_get_active_text, "gtk_combo_box_get_active_text"}, 250 {cfun_gtk_vseparator_new, "gtk_vseparator_new"}, 251 {cfun_gtk_hseparator_new, "gtk_hseparator_new"}, 252 {cfun_gtk_editable_copy_clipboard, "gtk_editable_copy_clipboard"}, 253 {cfun_gtk_editable_cut_clipboard, "gtk_editable_cut_clipboard"}, 254 {cfun_gtk_editable_paste_clipboard, "gtk_editable_paste_clipboard"}, 255 {cfun_gdk_atom_intern, "gdk_atom_intern"}, 256 {cfun_gtk_clipboard_get, "gtk_clipboard_get"}, 257 {cfun_gtk_clipboard_set_text, "gtk_clipboard_set_text"}, 258 {cfun_gtk_clipboard_wait_for_text, "gtk_clipboard_wait_for_text"}, 259 {cfun_gtk_clist_new, "gtk_clist_new"}, 260 {cfun_gtk_clist_set_column_title, "gtk_clist_set_column_title"}, 261 {cfun_gtk_clist_column_titles_show, "gtk_clist_column_titles_show"}, 262 {cfun_gtk_clist_append, "gtk_clist_append"}, 263 {cfun_gtk_clist_set_text, "gtk_clist_set_text"}, 264 {cfun_gtk_fixed_new, "gtk_fixed_new"}, 265 {cfun_gtk_fixed_put, "gtk_fixed_put"}, 266 {cfun_gtk_fixed_move, "gtk_fixed_move"}, 267 {cfun_gtk_list_store_new, "gtk_list_store_new"}, 268 {cfun_gtk_list_store_append, "gtk_list_store_append"}, 269 {cfun_gtk_list_store_set, "gtk_list_store_set"}, 270 {cfun_gtk_list_store_set_value, "gtk_list_store_set_value"}, 271 {cfun_gtk_list_store_clear, "gtk_list_store_clear"}, 272 {cfun_gtk_list_store_remove, "gtk_list_store_remove"}, 273 {cfun_gtk_cell_renderer_text_new, "gtk_cell_renderer_text_new"}, 274 {cfun_gtk_tree_view_new_with_model, "gtk_tree_view_new_with_model"}, 275 {cfun_gtk_tree_view_column_new, "gtk_tree_view_column_new"}, 276 {cfun_gtk_tree_view_column_new_with_attributes, "gtk_tree_view_column_new_with_attributes"}, 277 {cfun_gtk_tree_view_column_pack_start, "gtk_tree_view_column_pack_start"}, 278 {cfun_gtk_tree_view_append_column, "gtk_tree_view_append_column"}, 279 {cfun_gtk_tree_view_set_headers_visible, "gtk_tree_view_set_headers_visible"}, 280 {cfun_gtk_tree_view_set_headers_clickable, "gtk_tree_view_set_headers_clickable"}, 281 {cfun_gtk_tree_view_get_selection, "gtk_tree_view_get_selection"}, 282 {cfun_gtk_tree_view_column_set_resizable, "gtk_tree_view_column_set_resizable"}, 283 {cfun_gtk_tree_view_column_set_clickable, "gtk_tree_view_column_set_clickable"}, 284 {cfun_gtk_tree_selection_get_selected, "gtk_tree_selection_get_selected"}, 285 {cfun_gtk_tree_selection_select_iter, "gtk_tree_selection_select_iter"}, 286 {cfun_gtk_tree_selection_select_path, "gtk_tree_selection_select_path"}, 287 {cfun_gtk_tree_model_get, "gtk_tree_model_get"}, 288 {cfun_gtk_tree_model_get_string_from_iter, "gtk_tree_model_get_string_from_iter"}, 289 {cfun_gtk_tree_path_new_from_string, "gtk_tree_path_new_from_string"}, 290 {cfun_gtk_tree_path_free, "gtk_tree_path_free"}, 291 {cfun_gtk_tree_sortable_set_sort_column_id, "gtk_tree_sortable_set_sort_column_id"}, 292 {cfun_gtk_init, "gtk_init"}, 293 {cfun_gtk_widget_show, "gtk_widget_show"}, 294 {cfun_gtk_widget_show_all, "gtk_widget_show_all"}, 295 {cfun_gtk_widget_realize, "gtk_widget_realize"}, 296 {cfun_gtk_widget_unrealize, "gtk_widget_unrealize"}, 297 {cfun_gtk_widget_hide, "gtk_widget_hide"}, 298 {cfun_gtk_widget_destroy, "gtk_widget_destroy"}, 299 {cfun_gtk_widget_grab_focus, "gtk_widget_grab_focus"}, 300 {cfun_gtk_widget_set_size_request, "gtk_widget_set_size_request"}, 301 {cfun_gtk_widget_size_request, "gtk_widget_size_request"}, 302 {cfun_gtk_widget_set_usize, "gtk_widget_set_usize"}, 303 {cfun_gtk_widget_modify_base, "gtk_widget_modify_base"}, 304 {cfun_gtk_widget_modify_bg, "gtk_widget_modify_bg"}, 305 {cfun_gtk_widget_set_sensitive, "gtk_widget_set_sensitive"}, 306 {cfun_gtk_settings_get_default, "gtk_settings_get_default"}, 307 {cfun_gtk_widget_get_parent, "gtk_widget_get_parent"}, 308 {cfun_gtk_misc_set_alignment, "gtk_misc_set_alignment"}, 309 {cfun_gtk_main, "gtk_main"}, 310 {cfun_gtk_main_iteration, "gtk_main_iteration"}, 311 {cfun_gtk_main_iteration_do, "gtk_main_iteration_do"}, 312 {cfun_gtk_events_pending, "gtk_events_pending"}, 313 {cfun_gtk_exit, "gtk_exit"}, 314 {cfun_gtk_main_quit, "gtk_main_quit"}, 315 {cfun_gtk_rc_parse, "gtk_rc_parse"}, 316 {cfun_gtk_rc_parse_string, "gtk_rc_parse_string"}, 317 {cfun_gtk_rc_reparse_all, "gtk_rc_reparse_all"}, 318 {cfun_gtk_rc_reset_styles, "gtk_rc_reset_styles"}, 319 {cfun_gtk_rc_add_default_file, "gtk_rc_add_default_file"}, 320 {cfun_gtk_widget_set_name, "gtk_widget_set_name"}, 321 {cfun_gtk_check_version, "gtk_check_version"}, 322 {cfun_gtk_drag_source_set, "gtk_drag_source_set"}, 323 {cfun_gtk_drag_dest_set, "gtk_drag_dest_set"}, 324 {cfun_gtk_drag_finish, "gtk_drag_finish"}, 325 {cfun_gtk_get_current_event_time, "gtk_get_current_event_time"}, 326 {cfun_gtk_widget_get_size_request, "gtk_widget_get_size_request"}, 327 {cfun_gtk_signal_emit_by_name, "gtk_signal_emit_by_name"}, 328 {cfun_gtk_invisible_new, "gtk_invisible_new"}, 329 {cfun_gdk_pixbuf_new_from_file, "gdk_pixbuf_new_from_file"}, 330 {cfun_gdk_pixbuf_new_from_file_at_size, "gdk_pixbuf_new_from_file_at_size"}, 331 {cfun_gdk_pixbuf_rotate_simple, "gdk_pixbuf_rotate_simple"}, 332 {cfun_g_object_unref, "g_object_unref"}, 333 {cfun_g_locale_to_utf8, "g_locale_to_utf8"}, 334 {cfun_g_locale_from_utf8, "g_locale_from_utf8"}, 335 {cfun_g_free, "g_free"}, 336 {cfun_glade_init, "glade_init"}, 337 {cfun_glade_xml_new, "glade_xml_new"}, 338 {cfun_glade_xml_get_widget, "glade_xml_get_widget"}, 339 {cfun_glade_xml_signal_autoconnect_full, "glade_xml_signal_autoconnect_full"}, 340 {cfun_glade_get_widget_name, "glade_get_widget_name"}, 341 {cfun_glade_get_widget_tree, "glade_get_widget_tree"}, 342 {cfun_gtk_signal_connect_full, "gtk_signal_connect_full"}, 343 {cfun_g_signal_connect, "g_signal_connect"},