]> Pileus Git - ~andy/gtk/blob - gtk/gtk.symbols
Updates
[~andy/gtk] / gtk / gtk.symbols
1 /* This list defines the GTK+ ABI. It is used to generate the gtk.def
2  * file and the gtkalias.h header. 
3  *
4  * Variables must be put into ifdef INCLUDE_VARIABLES ... endif sections. 
5  *
6  * Internal symbols must be protected by ifdef INCLUDE_INTERNAL_SYMBOLS. 
7  *
8  * Symbols which occur only on Windows, or only on Unix, or only with
9  * the X11 backend must be included in similar ifdefs, using the
10  * symbols G_OS_WIN32, G_OS_UNIX and GTK_WINDOWING_X11.
11  * 
12  * Every symbol must be included in the right
13  * #ifdef IN_HEADER(sym) #endif and
14  * #ifdef IN_FILE(sym) #endif sections.
15  * 
16  * gdkalias.h must be included *after* all other gdk headers
17  * in each source file, gdkaliasdef.c must be included at the
18  * very bottom, after a line defining the right symbol.
19  */ 
20 #ifdef ALL_FILES
21 #define IN_FILE(x) 1
22 #define IN_HEADER(x) 1
23 #endif
24
25 #if IN_HEADER(__GTK_ABOUT_DIALOG_H__)
26 #if IN_FILE(__GTK_ABOUT_DIALOG_C__)
27 gtk_show_about_dialog G_GNUC_NULL_TERMINATED
28 gtk_about_dialog_get_artists
29 gtk_about_dialog_get_authors
30 gtk_about_dialog_get_comments
31 gtk_about_dialog_get_copyright
32 gtk_about_dialog_get_documenters
33 gtk_about_dialog_get_license
34 gtk_about_dialog_get_logo
35 gtk_about_dialog_get_logo_icon_name
36 gtk_about_dialog_get_name
37 gtk_about_dialog_get_translator_credits
38 gtk_about_dialog_get_type G_GNUC_CONST
39 gtk_about_dialog_get_version
40 gtk_about_dialog_get_website
41 gtk_about_dialog_get_website_label
42 gtk_about_dialog_get_wrap_license
43 gtk_about_dialog_new
44 gtk_about_dialog_set_artists
45 gtk_about_dialog_set_authors
46 gtk_about_dialog_set_comments
47 gtk_about_dialog_set_copyright
48 gtk_about_dialog_set_documenters
49 gtk_about_dialog_set_email_hook
50 gtk_about_dialog_set_license
51 gtk_about_dialog_set_logo
52 gtk_about_dialog_set_logo_icon_name
53 gtk_about_dialog_set_name
54 gtk_about_dialog_set_translator_credits
55 gtk_about_dialog_set_url_hook
56 gtk_about_dialog_set_version
57 gtk_about_dialog_set_website
58 gtk_about_dialog_set_website_label
59 gtk_about_dialog_set_wrap_license
60 #endif
61 #endif
62
63 #if IN_HEADER(__GTK_ACCEL_GROUP_H__)
64 #if IN_FILE(__GTK_ACCEL_GROUP_C__)
65 gtk_accelerator_get_default_mod_mask
66 gtk_accelerator_get_label
67 gtk_accelerator_name
68 gtk_accelerator_parse
69 gtk_accelerator_set_default_mod_mask
70 gtk_accelerator_valid G_GNUC_CONST
71
72 gtk_accel_group_activate
73 gtk_accel_group_connect
74 gtk_accel_group_connect_by_path
75 gtk_accel_group_disconnect
76 gtk_accel_group_disconnect_key
77 gtk_accel_group_find
78 gtk_accel_group_from_accel_closure
79 gtk_accel_group_get_type G_GNUC_CONST
80 gtk_accel_group_lock
81 gtk_accel_group_new
82 gtk_accel_group_query
83 gtk_accel_groups_activate
84 gtk_accel_groups_from_object
85 gtk_accel_group_unlock
86 #endif
87 #endif
88
89 #if IN_HEADER(__GTK_ACCEL_LABEL_H__)
90 #if IN_FILE(__GTK_ACCEL_LABEL_C__)
91 gtk_accel_label_get_accel_widget
92 gtk_accel_label_get_accel_width
93 gtk_accel_label_get_type G_GNUC_CONST
94 gtk_accel_label_new
95 gtk_accel_label_refetch
96 gtk_accel_label_set_accel_closure
97 gtk_accel_label_set_accel_widget
98 #endif
99 #endif
100
101 #if IN_HEADER(__GTK_ACCEL_MAP_H__)
102 #if IN_FILE(__GTK_ACCEL_MAP_C__)
103 gtk_accel_map_add_entry
104 gtk_accel_map_add_filter
105 gtk_accel_map_change_entry
106 gtk_accel_map_foreach
107 gtk_accel_map_foreach_unfiltered
108 gtk_accel_map_get
109 gtk_accel_map_get_type G_GNUC_CONST
110 gtk_accel_map_load PRIVATE
111 #ifdef G_OS_WIN32
112 gtk_accel_map_load_utf8
113 #endif
114 gtk_accel_map_load_fd
115 gtk_accel_map_load_scanner
116 gtk_accel_map_lock_path
117 gtk_accel_map_lookup_entry
118 gtk_accel_map_save PRIVATE
119 #ifdef G_OS_WIN32
120 gtk_accel_map_save_utf8
121 #endif
122 gtk_accel_map_save_fd
123 gtk_accel_map_unlock_path
124 #endif
125 #endif
126
127 #if IN_HEADER(__GTK_ACCESSIBLE_H__)
128 #if IN_FILE(__GTK_ACCESSIBLE_C__)
129 gtk_accessible_connect_widget_destroyed
130 gtk_accessible_get_type G_GNUC_CONST
131 #endif
132 #endif
133
134 #if IN_HEADER(__GTK_ACTION_H__)
135 #if IN_FILE(__GTK_ACTION_C__)
136 gtk_action_activate
137 gtk_action_block_activate_from
138 gtk_action_connect_accelerator
139 gtk_action_connect_proxy
140 gtk_action_create_icon
141 gtk_action_create_menu_item
142 gtk_action_create_tool_item
143 gtk_action_disconnect_accelerator
144 gtk_action_disconnect_proxy
145 gtk_action_get_accel_closure
146 gtk_action_get_accel_path
147 gtk_action_get_name
148 gtk_action_get_proxies
149 gtk_widget_get_action
150 gtk_action_get_sensitive
151 gtk_action_get_type G_GNUC_CONST
152 gtk_action_get_visible
153 gtk_action_is_sensitive
154 gtk_action_is_visible
155 gtk_action_new
156 gtk_action_set_accel_group
157 gtk_action_set_accel_path
158 gtk_action_set_sensitive
159 gtk_action_set_visible
160 gtk_action_unblock_activate_from
161 #endif
162 #endif
163
164 #if IN_HEADER(__GTK_ACTION_GROUP_H__)
165 #if IN_FILE(__GTK_ACTION_GROUP_C__)
166 gtk_action_group_add_action
167 gtk_action_group_add_actions
168 gtk_action_group_add_actions_full
169 gtk_action_group_add_action_with_accel
170 gtk_action_group_add_radio_actions
171 gtk_action_group_add_radio_actions_full
172 gtk_action_group_add_toggle_actions
173 gtk_action_group_add_toggle_actions_full
174 gtk_action_group_get_action
175 gtk_action_group_get_name
176 gtk_action_group_get_sensitive
177 gtk_action_group_get_type G_GNUC_CONST
178 gtk_action_group_get_visible
179 gtk_action_group_list_actions
180 gtk_action_group_new
181 gtk_action_group_remove_action
182 gtk_action_group_set_sensitive
183 gtk_action_group_set_translate_func
184 gtk_action_group_set_translation_domain
185 gtk_action_group_set_visible
186 gtk_action_group_translate_string
187 #endif
188 #endif
189
190 #if IN_HEADER(__GTK_ADJUSTMENT_H__)
191 #if IN_FILE(__GTK_ADJUSTMENT_C__)
192 gtk_adjustment_changed
193 gtk_adjustment_clamp_page
194 gtk_adjustment_get_type G_GNUC_CONST
195 gtk_adjustment_get_value
196 gtk_adjustment_new
197 gtk_adjustment_set_value
198 gtk_adjustment_value_changed
199 #endif
200 #endif
201
202 #if IN_HEADER(__GTK_ALIGNMENT_H__)
203 #if IN_FILE(__GTK_ALIGNMENT_C__)
204 gtk_alignment_get_padding
205 gtk_alignment_get_type G_GNUC_CONST
206 gtk_alignment_new
207 gtk_alignment_set
208 gtk_alignment_set_padding
209 #endif
210 #endif
211
212
213 #if IN_HEADER(__GTK_ASSISTANT_H__)
214 #if IN_FILE(__GTK_ASSISTANT_C__)
215 gtk_assistant_get_type G_GNUC_CONST
216 gtk_assistant_new
217 gtk_assistant_get_current_page
218 gtk_assistant_set_current_page
219 gtk_assistant_get_n_pages
220 gtk_assistant_get_nth_page
221 gtk_assistant_prepend_page
222 gtk_assistant_append_page
223 gtk_assistant_insert_page
224 gtk_assistant_set_forward_page_func
225 gtk_assistant_set_page_type
226 gtk_assistant_get_page_type
227 gtk_assistant_set_page_title
228 gtk_assistant_get_page_title
229 gtk_assistant_set_page_header_image
230 gtk_assistant_get_page_header_image
231 gtk_assistant_set_page_side_image
232 gtk_assistant_get_page_side_image
233 gtk_assistant_set_page_complete
234 gtk_assistant_get_page_complete
235 gtk_assistant_add_action_widget
236 gtk_assistant_remove_action_widget
237 gtk_assistant_update_buttons_state
238 #endif
239 #endif
240
241 #if IN_HEADER(__GTK_TYPE_BUILTINS_H__)
242 #if IN_FILE(__GTK_TYPE_BUILTINS_C__)
243 gtk_pack_direction_get_type G_GNUC_CONST
244 gtk_ui_manager_item_type_get_type G_GNUC_CONST
245 gtk_spin_button_update_policy_get_type G_GNUC_CONST
246 gtk_notebook_tab_get_type G_GNUC_CONST
247 gtk_anchor_type_get_type G_GNUC_CONST
248 gtk_arg_flags_get_type G_GNUC_CONST
249 gtk_arrow_type_get_type G_GNUC_CONST
250 gtk_assistant_page_type_get_type G_GNUC_CONST
251 gtk_attach_options_get_type G_GNUC_CONST
252 gtk_button_action_get_type G_GNUC_CONST
253 gtk_buttons_type_get_type G_GNUC_CONST
254 gtk_calendar_display_options_get_type G_GNUC_CONST
255 gtk_cell_renderer_mode_get_type G_GNUC_CONST
256 gtk_cell_renderer_state_get_type G_GNUC_CONST
257 gtk_cell_renderer_accel_mode_get_type
258 gtk_corner_type_get_type G_GNUC_CONST
259 gtk_debug_flag_get_type G_GNUC_CONST
260 gtk_delete_type_get_type G_GNUC_CONST
261 gtk_dest_defaults_get_type G_GNUC_CONST
262 gtk_clist_drag_pos_get_type G_GNUC_CONST
263 gtk_dialog_flags_get_type G_GNUC_CONST
264 gtk_direction_type_get_type G_GNUC_CONST
265 gtk_expander_style_get_type G_GNUC_CONST
266 gtk_file_chooser_action_get_type G_GNUC_CONST
267 gtk_file_chooser_confirmation_get_type G_GNUC_CONST
268 gtk_file_filter_flags_get_type G_GNUC_CONST
269 gtk_icon_view_drop_position_get_type G_GNUC_CONST
270 gtk_sensitivity_type_get_type G_GNUC_CONST
271 gtk_window_type_get_type G_GNUC_CONST
272 gtk_wrap_mode_get_type G_GNUC_CONST
273 gtk_widget_flags_get_type G_GNUC_CONST
274 gtk_widget_help_type_get_type G_GNUC_CONST
275 gtk_window_position_get_type G_GNUC_CONST
276 gtk_tree_view_column_sizing_get_type G_GNUC_CONST
277 gtk_tree_view_drop_position_get_type G_GNUC_CONST
278 gtk_button_box_style_get_type G_GNUC_CONST
279 gtk_cell_type_get_type G_GNUC_CONST
280 gtk_ctree_expander_style_get_type G_GNUC_CONST
281 gtk_ctree_expansion_type_get_type G_GNUC_CONST
282 gtk_ctree_line_style_get_type G_GNUC_CONST
283 gtk_ctree_pos_get_type G_GNUC_CONST
284 gtk_curve_type_get_type G_GNUC_CONST
285 gtk_icon_lookup_flags_get_type G_GNUC_CONST
286 gtk_image_type_get_type G_GNUC_CONST
287 gtk_im_preedit_style_get_type G_GNUC_CONST
288 gtk_im_status_style_get_type G_GNUC_CONST
289 gtk_justification_get_type G_GNUC_CONST
290 gtk_match_type_get_type G_GNUC_CONST
291 gtk_menu_direction_type_get_type G_GNUC_CONST
292 gtk_message_type_get_type G_GNUC_CONST
293 gtk_metric_type_get_type G_GNUC_CONST
294 gtk_movement_step_get_type G_GNUC_CONST
295 gtk_orientation_get_type G_GNUC_CONST
296 gtk_pack_type_get_type G_GNUC_CONST
297 gtk_page_orientation_get_type G_GNUC_CONST
298 gtk_print_operation_result_get_type G_GNUC_CONST
299 gtk_print_pages_get_type G_GNUC_CONST
300 gtk_print_quality_get_type G_GNUC_CONST
301 gtk_print_status_get_type G_GNUC_CONST
302 gtk_page_set_get_type G_GNUC_CONST
303 gtk_path_priority_type_get_type G_GNUC_CONST
304 gtk_path_type_get_type G_GNUC_CONST
305 gtk_policy_type_get_type G_GNUC_CONST
306 gtk_position_type_get_type G_GNUC_CONST
307 gtk_preview_type_get_type G_GNUC_CONST
308 gtk_print_duplex_get_type G_GNUC_CONST
309 gtk_print_error_get_type G_GNUC_CONST
310 gtk_recent_filter_flags_get_type G_GNUC_CONST
311 gtk_private_flags_get_type G_GNUC_CONST
312 gtk_progress_bar_orientation_get_type G_GNUC_CONST
313 gtk_progress_bar_style_get_type G_GNUC_CONST
314 gtk_rc_flags_get_type G_GNUC_CONST
315 gtk_rc_token_type_get_type G_GNUC_CONST
316 gtk_recent_chooser_error_get_type G_GNUC_CONST
317 gtk_recent_manager_error_get_type G_GNUC_CONST
318 gtk_recent_sort_type_get_type G_GNUC_CONST
319 gtk_unit_get_type G_GNUC_CONST
320 gtk_relief_style_get_type G_GNUC_CONST
321 gtk_resize_mode_get_type G_GNUC_CONST
322 gtk_response_type_get_type G_GNUC_CONST
323 gtk_scroll_step_get_type G_GNUC_CONST
324 gtk_scroll_type_get_type G_GNUC_CONST
325 gtk_selection_mode_get_type G_GNUC_CONST
326 gtk_shadow_type_get_type G_GNUC_CONST
327 gtk_side_type_get_type G_GNUC_CONST
328 gtk_signal_run_type_get_type G_GNUC_CONST
329 gtk_size_group_mode_get_type G_GNUC_CONST
330 gtk_sort_type_get_type G_GNUC_CONST
331 gtk_spin_type_get_type G_GNUC_CONST
332 gtk_state_type_get_type G_GNUC_CONST
333 gtk_submenu_direction_get_type G_GNUC_CONST
334 gtk_submenu_placement_get_type G_GNUC_CONST
335 gtk_target_flags_get_type G_GNUC_CONST
336 gtk_text_direction_get_type G_GNUC_CONST
337 gtk_text_buffer_target_info_get_type G_GNUC_CONST
338 gtk_text_search_flags_get_type G_GNUC_CONST
339 gtk_text_window_type_get_type G_GNUC_CONST
340 gtk_tree_model_flags_get_type G_GNUC_CONST
341 gtk_tree_view_mode_get_type G_GNUC_CONST
342 gtk_update_type_get_type G_GNUC_CONST
343 gtk_visibility_get_type G_GNUC_CONST
344 gtk_object_flags_get_type G_GNUC_CONST
345 gtk_accel_flags_get_type G_GNUC_CONST
346 gtk_icon_size_get_type G_GNUC_CONST
347 gtk_file_chooser_error_get_type G_GNUC_CONST
348 gtk_icon_theme_error_get_type G_GNUC_CONST
349 gtk_toolbar_child_type_get_type G_GNUC_CONST
350 gtk_toolbar_space_style_get_type G_GNUC_CONST
351 gtk_toolbar_style_get_type G_GNUC_CONST
352 #endif
353 #endif
354
355 #if IN_HEADER(__GTK_ARROW_H__)
356 #if IN_FILE(__GTK_ARROW_C__)
357 gtk_arrow_get_type G_GNUC_CONST
358 gtk_arrow_new
359 gtk_arrow_set
360 #endif
361 #endif
362
363 #if IN_HEADER(__GTK_ASPECT_FRAME_H__)
364 #if IN_FILE(__GTK_ASPECT_FRAME_C__)
365 gtk_aspect_frame_get_type G_GNUC_CONST
366 gtk_aspect_frame_new
367 gtk_aspect_frame_set
368 #endif
369 #endif
370
371 #if IN_HEADER(__GTK_BINDINGS_H__)
372 #if IN_FILE(__GTK_BINDINGS_C__)
373 gtk_binding_entry_add_signal
374 gtk_binding_entry_add_signall
375 gtk_binding_entry_clear
376 gtk_binding_entry_remove
377 gtk_binding_parse_binding
378 gtk_bindings_activate
379 gtk_bindings_activate_event
380 gtk_binding_set_activate
381 gtk_binding_set_add_path
382 gtk_binding_set_by_class
383 gtk_binding_set_find
384 gtk_binding_set_new
385 #endif
386 #endif
387
388 #if IN_HEADER(__GTK_BIN_H__)
389 #if IN_FILE(__GTK_BIN_C__)
390 gtk_bin_get_child
391 gtk_bin_get_type G_GNUC_CONST
392 #endif
393 #endif
394
395 #if IN_HEADER(__GTK_BOX_H__)
396 #if IN_FILE(__GTK_BOX_C__)
397 gtk_box_get_homogeneous
398 gtk_box_get_spacing
399 gtk_box_get_type G_GNUC_CONST
400 gtk_box_pack_end
401 gtk_box_pack_end_defaults
402 gtk_box_pack_start
403 gtk_box_pack_start_defaults
404 gtk_box_query_child_packing
405 gtk_box_reorder_child
406 gtk_box_set_child_packing
407 gtk_box_set_homogeneous
408 gtk_box_set_spacing
409 #endif
410 #endif
411
412 #if IN_HEADER(__GTK_BUTTON_BOX_H__)
413 #if IN_FILE(__GTK_BUTTON_BOX_C__)
414 #ifndef GTK_DISABLE_DEPRECATED
415 gtk_button_box_set_child_size
416 gtk_button_box_set_child_ipadding
417 gtk_button_box_get_child_ipadding
418 gtk_button_box_get_child_size
419 #endif
420 gtk_button_box_get_child_secondary
421 gtk_button_box_get_layout
422 gtk_button_box_get_type G_GNUC_CONST
423 gtk_button_box_set_child_secondary
424 gtk_button_box_set_layout
425 #endif
426 #endif
427
428 #if IN_HEADER(__GTK_BUTTON_H__)
429 #if IN_FILE(__GTK_BUTTON_C__)
430 gtk_button_clicked
431 gtk_button_enter
432 gtk_button_get_alignment
433 gtk_button_get_focus_on_click
434 gtk_button_get_image
435 gtk_button_get_image_position
436 gtk_button_get_label
437 gtk_button_get_relief
438 gtk_button_get_type G_GNUC_CONST
439 gtk_button_get_use_stock
440 gtk_button_get_use_underline
441 gtk_button_leave
442 gtk_button_new
443 gtk_button_new_from_stock
444 gtk_button_new_with_label
445 gtk_button_new_with_mnemonic
446 gtk_button_pressed
447 gtk_button_released
448 gtk_button_set_alignment
449 gtk_button_set_focus_on_click
450 gtk_button_set_image
451 gtk_button_set_image_position
452 gtk_button_set_label
453 gtk_button_set_relief
454 gtk_button_set_use_stock
455 gtk_button_set_use_underline
456 #endif
457 #endif
458
459 #if IN_HEADER(__GTK_CALENDAR_H__)
460 #if IN_FILE(__GTK_CALENDAR_C__)
461 #ifndef GTK_DISABLE_DEPRECATED
462 gtk_calendar_display_options
463 gtk_calendar_freeze
464 gtk_calendar_thaw
465 #endif
466 gtk_calendar_clear_marks
467 gtk_calendar_get_date
468 gtk_calendar_get_display_options
469 gtk_calendar_get_type G_GNUC_CONST
470 gtk_calendar_mark_day
471 gtk_calendar_new
472 gtk_calendar_select_day
473 gtk_calendar_select_month
474 gtk_calendar_set_display_options
475 gtk_calendar_unmark_day
476 #endif
477 #endif
478
479 #if IN_HEADER(__GTK_CELL_EDITABLE_H__)
480 #if IN_FILE(__GTK_CELL_EDITABLE_C__)
481 gtk_cell_editable_editing_done
482 gtk_cell_editable_get_type G_GNUC_CONST
483 gtk_cell_editable_remove_widget
484 gtk_cell_editable_start_editing
485 #endif
486 #endif
487
488 #if IN_HEADER(__GTK_CELL_LAYOUT_H__)
489 #if IN_FILE(__GTK_CELL_LAYOUT_C__)
490 gtk_cell_layout_add_attribute
491 gtk_cell_layout_clear
492 gtk_cell_layout_clear_attributes
493 gtk_cell_layout_get_type G_GNUC_CONST
494 gtk_cell_layout_pack_end
495 gtk_cell_layout_pack_start
496 gtk_cell_layout_reorder
497 gtk_cell_layout_set_attributes G_GNUC_NULL_TERMINATED
498 gtk_cell_layout_set_cell_data_func
499 #endif
500 #endif
501
502 #if IN_HEADER(__GTK_CELL_RENDERER_H__)
503 #if IN_FILE(__GTK_CELL_RENDERER_C__)
504 gtk_cell_renderer_activate
505 #ifndef GTK_DISABLE_DEPRECATED
506 gtk_cell_renderer_editing_canceled
507 #endif
508 gtk_cell_renderer_get_fixed_size
509 gtk_cell_renderer_get_size
510 gtk_cell_renderer_get_type G_GNUC_CONST
511 gtk_cell_renderer_render
512 gtk_cell_renderer_set_fixed_size
513 gtk_cell_renderer_start_editing
514 gtk_cell_renderer_stop_editing
515 #endif
516 #endif
517
518 #if IN_HEADER(__GTK_CELL_RENDERER_ACCEL_H__)
519 #if IN_FILE(__GTK_CELL_RENDERER_ACCEL_C__)
520 gtk_cell_renderer_accel_get_type G_GNUC_CONST
521 gtk_cell_renderer_accel_new
522 #endif
523 #endif
524
525 #if IN_HEADER(__GTK_CELL_RENDERER_COMBO_H__)
526 #if IN_FILE(__GTK_CELL_RENDERER_COMBO_C__)
527 gtk_cell_renderer_combo_get_type G_GNUC_CONST
528 gtk_cell_renderer_combo_new
529 #endif
530 #endif
531
532 #if IN_HEADER(__GTK_CELL_RENDERER_PIXBUF_H__)
533 #if IN_FILE(__GTK_CELL_RENDERER_PIXBUF_C__)
534 gtk_cell_renderer_pixbuf_get_type G_GNUC_CONST
535 gtk_cell_renderer_pixbuf_new
536 #endif
537 #endif
538
539 #if IN_HEADER(__GTK_CELL_RENDERER_SPIN_H__)
540 #if IN_FILE(__GTK_CELL_RENDERER_SPIN_C__)
541 gtk_cell_renderer_spin_get_type G_GNUC_CONST
542 gtk_cell_renderer_spin_new
543 #endif
544 #endif
545
546 #if IN_HEADER(__GTK_CELL_RENDERER_PROGRESS_H__)
547 #if IN_FILE(__GTK_CELL_RENDERER_PROGRESS_C__)
548 gtk_cell_renderer_progress_get_type G_GNUC_CONST
549 gtk_cell_renderer_progress_new
550 #endif
551 #endif
552
553 #if IN_HEADER(__GTK_CELL_RENDERER_TEXT_H__)
554 #if IN_FILE(__GTK_CELL_RENDERER_TEXT_C__)
555 gtk_cell_renderer_text_get_type G_GNUC_CONST
556 gtk_cell_renderer_text_new
557 gtk_cell_renderer_text_set_fixed_height_from_font
558 #endif
559 #endif
560
561 #if IN_HEADER(__GTK_CELL_RENDERER_TOGGLE_H__)
562 #if IN_FILE(__GTK_CELL_RENDERER_TOGGLE_C__)
563 gtk_cell_renderer_toggle_get_active
564 gtk_cell_renderer_toggle_get_radio
565 gtk_cell_renderer_toggle_get_type G_GNUC_CONST
566 gtk_cell_renderer_toggle_new
567 gtk_cell_renderer_toggle_set_active
568 gtk_cell_renderer_toggle_set_radio
569 #endif
570 #endif
571
572 #if IN_HEADER(__GTK_CELL_VIEW_H__)
573 #if IN_FILE(__GTK_CELL_VIEW_C__)
574 gtk_cell_view_get_cell_renderers
575 gtk_cell_view_get_displayed_row
576 gtk_cell_view_get_size_of_row
577 gtk_cell_view_get_type G_GNUC_CONST
578 gtk_cell_view_new
579 gtk_cell_view_new_with_markup
580 gtk_cell_view_new_with_pixbuf
581 gtk_cell_view_new_with_text
582 gtk_cell_view_set_background_color
583 gtk_cell_view_set_displayed_row
584 gtk_cell_view_set_model
585 #endif
586 #endif
587
588 #if IN_HEADER(__GTK_CHECK_BUTTON_H__)
589 #if IN_FILE(__GTK_CHECK_BUTTON_C__)
590 gtk_check_button_get_type G_GNUC_CONST
591 gtk_check_button_new
592 gtk_check_button_new_with_label
593 gtk_check_button_new_with_mnemonic
594 #endif
595 #endif
596
597 #if IN_HEADER(__GTK_MENU_CHECK_ITEM_H__)
598 #if IN_FILE(__GTK_MENU_CHECK_ITEM_C__)
599 gtk_check_menu_item_get_active
600 gtk_check_menu_item_get_draw_as_radio
601 gtk_check_menu_item_get_inconsistent
602 gtk_check_menu_item_get_type G_GNUC_CONST
603 gtk_check_menu_item_new
604 gtk_check_menu_item_new_with_label
605 gtk_check_menu_item_new_with_mnemonic
606 gtk_check_menu_item_set_active
607 gtk_check_menu_item_set_draw_as_radio
608 gtk_check_menu_item_set_inconsistent
609 #ifndef GTK_DISABLE_DEPRECATED
610 gtk_check_menu_item_set_show_toggle
611 #endif
612 gtk_check_menu_item_toggled
613 #endif
614 #endif
615
616 #if IN_HEADER(__GTK_CLIPBOARD_H__)
617 #if IN_FILE(__GTK_CLIPBOARD_C__)
618 gtk_clipboard_clear
619 gtk_clipboard_get
620 gtk_clipboard_get_display
621 gtk_clipboard_get_for_display
622 gtk_clipboard_get_owner
623 gtk_clipboard_get_type G_GNUC_CONST
624 gtk_clipboard_request_contents
625 gtk_clipboard_request_image
626 gtk_clipboard_request_rich_text
627 gtk_clipboard_request_targets
628 gtk_clipboard_request_text
629 gtk_clipboard_set_can_store
630 gtk_clipboard_set_image
631 gtk_clipboard_set_text
632 gtk_clipboard_set_with_data
633 gtk_clipboard_set_with_owner
634 gtk_clipboard_store
635 gtk_clipboard_wait_for_contents
636 gtk_clipboard_wait_for_image
637 gtk_clipboard_wait_for_rich_text
638 gtk_clipboard_wait_for_targets
639 gtk_clipboard_wait_for_text
640 gtk_clipboard_wait_is_image_available
641 gtk_clipboard_wait_is_rich_text_available
642 gtk_clipboard_wait_is_text_available
643 gtk_clipboard_wait_is_target_available
644 #endif
645 #endif
646
647 #if IN_HEADER(__GTK_CLIST_H__)
648 #if IN_FILE(__GTK_CLIST_C__)
649 #ifndef GTK_DISABLE_DEPRECATED
650 gtk_clist_append
651 gtk_clist_clear
652 gtk_clist_columns_autosize
653 gtk_clist_column_title_active
654 gtk_clist_column_title_passive
655 gtk_clist_column_titles_active
656 gtk_clist_column_titles_hide
657 gtk_clist_column_titles_passive
658 gtk_clist_column_titles_show
659 gtk_clist_find_row_from_data
660 gtk_clist_freeze
661 gtk_clist_get_cell_style
662 gtk_clist_get_cell_type
663 gtk_clist_get_column_title
664 gtk_clist_get_column_widget
665 gtk_clist_get_hadjustment
666 gtk_clist_get_pixmap
667 gtk_clist_get_pixtext
668 gtk_clist_get_row_data
669 gtk_clist_get_row_style
670 gtk_clist_get_selectable
671 gtk_clist_get_selection_info
672 gtk_clist_get_text
673 gtk_clist_get_type G_GNUC_CONST
674 gtk_clist_get_vadjustment
675 gtk_clist_insert
676 gtk_clist_moveto
677 gtk_clist_new
678 gtk_clist_new_with_titles
679 gtk_clist_optimal_column_width
680 gtk_clist_prepend
681 gtk_clist_remove
682 gtk_clist_row_is_visible
683 gtk_clist_row_move
684 gtk_clist_select_all
685 gtk_clist_select_row
686 gtk_clist_set_auto_sort
687 gtk_clist_set_background
688 gtk_clist_set_button_actions
689 gtk_clist_set_cell_style
690 gtk_clist_set_column_auto_resize
691 gtk_clist_set_column_justification
692 gtk_clist_set_column_max_width
693 gtk_clist_set_column_min_width
694 gtk_clist_set_column_resizeable
695 gtk_clist_set_column_title
696 gtk_clist_set_column_visibility
697 gtk_clist_set_column_widget
698 gtk_clist_set_column_width
699 gtk_clist_set_compare_func
700 gtk_clist_set_foreground
701 gtk_clist_set_hadjustment
702 gtk_clist_set_pixmap
703 gtk_clist_set_pixtext
704 gtk_clist_set_reorderable
705 gtk_clist_set_row_data
706 gtk_clist_set_row_data_full
707 gtk_clist_set_row_height
708 gtk_clist_set_row_style
709 gtk_clist_set_selectable
710 gtk_clist_set_selection_mode
711 gtk_clist_set_shadow_type
712 gtk_clist_set_shift
713 gtk_clist_set_sort_column
714 gtk_clist_set_sort_type
715 gtk_clist_set_text
716 gtk_clist_set_use_drag_icons
717 gtk_clist_set_vadjustment
718 gtk_clist_sort
719 gtk_clist_swap_rows
720 gtk_clist_thaw
721 gtk_clist_undo_selection
722 gtk_clist_unselect_all
723 gtk_clist_unselect_row
724 #endif
725 #endif
726 #endif
727
728 #if IN_HEADER(__GTK_COLOR_BUTTON_H__)
729 #if IN_FILE(__GTK_COLOR_BUTTON_C__)
730 gtk_color_button_get_alpha
731 gtk_color_button_get_color
732 gtk_color_button_get_title
733 gtk_color_button_get_type G_GNUC_CONST
734 gtk_color_button_get_use_alpha
735 gtk_color_button_new
736 gtk_color_button_new_with_color
737 gtk_color_button_set_alpha
738 gtk_color_button_set_color
739 gtk_color_button_set_title
740 gtk_color_button_set_use_alpha
741 #endif
742 #endif
743
744 #if IN_HEADER(__GTK_COLOR_SELECTION_H__)
745 #if IN_FILE(__GTK_COLOR_SELECTION_C__)
746 gtk_color_selection_get_current_alpha
747 gtk_color_selection_get_current_color
748 gtk_color_selection_get_has_opacity_control
749 gtk_color_selection_get_has_palette
750 gtk_color_selection_get_previous_alpha
751 gtk_color_selection_get_previous_color
752 gtk_color_selection_get_type G_GNUC_CONST
753 gtk_color_selection_is_adjusting
754 gtk_color_selection_new
755 gtk_color_selection_palette_from_string
756 gtk_color_selection_palette_to_string
757 #ifndef GTK_DISABLE_DEPRECATED
758 gtk_color_selection_set_change_palette_hook
759 gtk_color_selection_set_color
760 gtk_color_selection_get_color
761 gtk_color_selection_set_update_policy
762 #endif
763 gtk_color_selection_set_change_palette_with_screen_hook
764 gtk_color_selection_set_current_alpha
765 gtk_color_selection_set_current_color
766 gtk_color_selection_set_has_opacity_control
767 gtk_color_selection_set_has_palette
768 gtk_color_selection_set_previous_alpha
769 gtk_color_selection_set_previous_color
770 #endif
771 #endif
772
773 #if IN_HEADER(__GTK_COLOR_SELECTION_DIALOG_H__)
774 #if IN_FILE(__GTK_COLOR_SELECTION_DIALOG_C__)
775 gtk_color_selection_dialog_get_type G_GNUC_CONST
776 gtk_color_selection_dialog_new
777 #endif
778 #endif
779
780 #if IN_HEADER(__GTK_COMBO_BOX_H__)
781 #if IN_FILE(__GTK_COMBO_BOX_C__)
782 gtk_combo_box_append_text
783 gtk_combo_box_get_active
784 gtk_combo_box_get_active_iter
785 gtk_combo_box_get_active_text
786 gtk_combo_box_get_add_tearoffs
787 gtk_combo_box_get_column_span_column
788 gtk_combo_box_get_focus_on_click
789 gtk_combo_box_get_model
790 gtk_combo_box_get_popup_accessible
791 gtk_combo_box_get_row_separator_func
792 gtk_combo_box_get_row_span_column
793 gtk_combo_box_get_title
794 gtk_combo_box_get_type G_GNUC_CONST
795 gtk_combo_box_get_wrap_width
796 gtk_combo_box_insert_text
797 gtk_combo_box_new
798 gtk_combo_box_new_text
799 gtk_combo_box_new_with_model
800 gtk_combo_box_popdown
801 gtk_combo_box_popup
802 gtk_combo_box_prepend_text
803 gtk_combo_box_remove_text
804 gtk_combo_box_set_active
805 gtk_combo_box_set_active_iter
806 gtk_combo_box_set_add_tearoffs
807 gtk_combo_box_set_column_span_column
808 gtk_combo_box_set_focus_on_click
809 gtk_combo_box_set_model
810 gtk_combo_box_set_row_separator_func
811 gtk_combo_box_set_row_span_column
812 gtk_combo_box_set_title
813 gtk_combo_box_set_wrap_width
814 #endif
815 #endif
816
817 #if IN_HEADER(__GTK_COMBO_BOX_ENTRY_H__)
818 #if IN_FILE(__GTK_COMBO_BOX_ENTRY_C__)
819 gtk_combo_box_entry_get_text_column
820 gtk_combo_box_entry_get_type G_GNUC_CONST
821 gtk_combo_box_entry_new
822 gtk_combo_box_entry_new_text
823 gtk_combo_box_entry_new_with_model
824 gtk_combo_box_entry_set_text_column
825 #endif
826 #endif
827
828 #if IN_HEADER(__GTK_SMART_COMBO_H__)
829 #if IN_FILE(__GTK_SMART_COMBO_C__)
830 #ifndef GTK_DISABLE_DEPRECATED
831 gtk_combo_disable_activate
832 gtk_combo_get_type G_GNUC_CONST
833 gtk_combo_new
834 gtk_combo_set_case_sensitive
835 gtk_combo_set_item_string
836 gtk_combo_set_popdown_strings
837 gtk_combo_set_use_arrows
838 gtk_combo_set_use_arrows_always
839 gtk_combo_set_value_in_list
840 #endif
841 #endif
842 #endif
843
844 #if IN_HEADER(__GTK_CONTAINER_H__)
845 #if IN_FILE(__GTK_CONTAINER_C__)
846 gtk_container_add
847 gtk_container_add_with_properties G_GNUC_NULL_TERMINATED
848 gtk_container_check_resize
849 gtk_container_child_get G_GNUC_NULL_TERMINATED
850 gtk_container_child_get_property
851 gtk_container_child_get_valist
852 gtk_container_child_set G_GNUC_NULL_TERMINATED
853 gtk_container_child_set_property
854 gtk_container_child_set_valist
855 gtk_container_child_type
856 gtk_container_class_find_child_property
857 gtk_container_class_install_child_property
858 gtk_container_class_list_child_properties
859 gtk_container_forall
860 gtk_container_foreach
861 #ifndef GTK_DISABLE_DEPRECATED
862 gtk_container_foreach_full
863 #endif
864 gtk_container_get_border_width
865 gtk_container_get_children
866 gtk_container_get_focus_chain
867 gtk_container_get_focus_hadjustment
868 gtk_container_get_focus_vadjustment
869 gtk_container_get_resize_mode
870 gtk_container_get_type G_GNUC_CONST
871 gtk_container_propagate_expose
872 gtk_container_remove
873 gtk_container_resize_children
874 gtk_container_set_border_width
875 gtk_container_set_focus_chain
876 gtk_container_set_focus_child
877 gtk_container_set_focus_hadjustment
878 gtk_container_set_focus_vadjustment
879 gtk_container_set_reallocate_redraws
880 gtk_container_set_resize_mode
881 gtk_container_unset_focus_chain
882 #endif
883 #endif
884
885 #if IN_HEADER(__C_TREE_H__)
886 #if IN_FILE(__G_TREE_C__)
887 #ifndef GTK_DISABLE_DEPRECATED
888 gtk_ctree_collapse
889 gtk_ctree_collapse_recursive
890 gtk_ctree_collapse_to_depth
891 gtk_ctree_expand
892 gtk_ctree_expand_recursive
893 gtk_ctree_expand_to_depth
894 gtk_ctree_export_to_gnode
895 gtk_ctree_find
896 gtk_ctree_find_all_by_row_data
897 gtk_ctree_find_all_by_row_data_custom
898 gtk_ctree_find_by_row_data
899 gtk_ctree_find_by_row_data_custom
900 gtk_ctree_find_node_ptr
901 gtk_ctree_get_node_info
902 gtk_ctree_get_type G_GNUC_CONST
903 gtk_ctree_insert_gnode
904 gtk_ctree_insert_node
905 gtk_ctree_is_ancestor
906 gtk_ctree_is_hot_spot
907 gtk_ctree_is_viewable
908 gtk_ctree_last
909 gtk_ctree_move
910 gtk_ctree_new
911 gtk_ctree_new_with_titles
912 gtk_ctree_node_get_cell_style
913 gtk_ctree_node_get_cell_type
914 gtk_ctree_node_get_pixmap
915 gtk_ctree_node_get_pixtext
916 gtk_ctree_node_get_row_data
917 gtk_ctree_node_get_row_style
918 gtk_ctree_node_get_selectable
919 gtk_ctree_node_get_text
920 gtk_ctree_node_get_type G_GNUC_CONST
921 gtk_ctree_node_is_visible
922 gtk_ctree_node_moveto
923 gtk_ctree_node_nth
924 gtk_ctree_node_set_background
925 gtk_ctree_node_set_cell_style
926 gtk_ctree_node_set_foreground
927 gtk_ctree_node_set_pixmap
928 gtk_ctree_node_set_pixtext
929 gtk_ctree_node_set_row_data
930 gtk_ctree_node_set_row_data_full
931 gtk_ctree_node_set_row_style
932 gtk_ctree_node_set_selectable
933 gtk_ctree_node_set_shift
934 gtk_ctree_node_set_text
935 gtk_ctree_post_recursive
936 gtk_ctree_post_recursive_to_depth
937 gtk_ctree_pre_recursive
938 gtk_ctree_pre_recursive_to_depth
939 gtk_ctree_real_select_recursive
940 gtk_ctree_remove_node
941 gtk_ctree_select
942 gtk_ctree_select_recursive
943 gtk_ctree_set_drag_compare_func
944 gtk_ctree_set_expander_style
945 gtk_ctree_set_indent
946 gtk_ctree_set_line_style
947 gtk_ctree_set_node_info
948 gtk_ctree_set_show_stub
949 gtk_ctree_set_spacing
950 gtk_ctree_sort_node
951 gtk_ctree_sort_recursive
952 gtk_ctree_toggle_expansion
953 gtk_ctree_toggle_expansion_recursive
954 gtk_ctree_unselect
955 gtk_ctree_unselect_recursive
956 #endif
957 #endif
958 #endif
959
960 #if IN_HEADER(__GTK_CURVE_H__)
961 #if IN_FILE(__GTK_CURVE_C__)
962 gtk_curve_get_type G_GNUC_CONST
963 gtk_curve_get_vector
964 gtk_curve_new
965 gtk_curve_reset
966 gtk_curve_set_curve_type
967 gtk_curve_set_gamma
968 gtk_curve_set_range
969 gtk_curve_set_vector
970 #endif
971 #endif
972
973 #if IN_HEADER(__GTK_WINDOW_DECORATE_H__)
974 #if IN_FILE(__GTK_WINDOW_DECORATE_C__)
975 gtk_decorated_window_calculate_frame_size
976 gtk_decorated_window_init
977 gtk_decorated_window_move_resize_window
978 gtk_decorated_window_set_title
979 #endif
980 #endif
981
982 #if IN_HEADER(__GTK_DIALOG_H__)
983 #if IN_FILE(__GTK_DIALOG_C__)
984 gtk_dialog_add_action_widget
985 gtk_dialog_add_button
986 gtk_dialog_add_buttons G_GNUC_NULL_TERMINATED
987 gtk_dialog_get_has_separator
988 gtk_dialog_get_response_for_widget
989 gtk_dialog_get_type G_GNUC_CONST
990 gtk_dialog_new
991 gtk_dialog_new_with_buttons
992 gtk_dialog_response
993 gtk_dialog_run
994 gtk_alternative_dialog_button_order
995 gtk_dialog_set_alternative_button_order
996 gtk_dialog_set_alternative_button_order_from_array
997 gtk_dialog_set_default_response
998 gtk_dialog_set_has_separator
999 gtk_dialog_set_response_sensitive
1000 #endif
1001 #endif
1002
1003 #if IN_HEADER(__GTK_DND_H__)
1004 #if IN_FILE(__GTK_DND_C__)
1005 gtk_drag_begin
1006 gtk_drag_check_threshold
1007 gtk_drag_dest_add_image_targets
1008 gtk_drag_dest_add_text_targets
1009 gtk_drag_dest_add_uri_targets
1010 gtk_drag_dest_find_target
1011 gtk_drag_dest_get_target_list
1012 gtk_drag_dest_set
1013 gtk_drag_dest_set_proxy
1014 gtk_drag_dest_set_target_list
1015 gtk_drag_dest_set_track_motion
1016 gtk_drag_dest_get_track_motion
1017 gtk_drag_dest_unset
1018 gtk_drag_finish
1019 gtk_drag_get_data
1020 gtk_drag_get_source_widget
1021 gtk_drag_highlight
1022 #ifndef GTK_DISABLE_DEPRECATED
1023 gtk_drag_set_default_icon
1024 #endif
1025 gtk_drag_set_icon_default
1026 gtk_drag_set_icon_name
1027 gtk_drag_set_icon_pixbuf
1028 gtk_drag_set_icon_pixmap
1029 gtk_drag_set_icon_stock
1030 gtk_drag_set_icon_widget
1031 gtk_drag_source_add_image_targets
1032 gtk_drag_source_add_text_targets
1033 gtk_drag_source_add_uri_targets
1034 gtk_drag_source_get_target_list
1035 gtk_drag_source_set
1036 gtk_drag_source_set_icon
1037 gtk_drag_source_set_icon_name
1038 gtk_drag_source_set_icon_pixbuf
1039 gtk_drag_source_set_icon_stock
1040 gtk_drag_source_set_target_list
1041 gtk_drag_source_unset
1042 gtk_drag_unhighlight
1043 #endif
1044 #endif
1045
1046 #if IN_HEADER(__GTK_STATUS_ICON_H__)
1047 #if IN_FILE(__GTK_STATUS_ICON_C__)
1048 gtk_status_icon_get_type G_GNUC_CONST
1049 gtk_status_icon_new
1050 gtk_status_icon_new_from_pixbuf
1051 gtk_status_icon_new_from_file
1052 gtk_status_icon_new_from_stock
1053 gtk_status_icon_new_from_icon_name
1054 gtk_status_icon_set_from_pixbuf
1055 gtk_status_icon_set_from_file
1056 gtk_status_icon_set_from_stock
1057 gtk_status_icon_set_from_icon_name
1058 gtk_status_icon_get_storage_type
1059 gtk_status_icon_get_pixbuf
1060 gtk_status_icon_get_stock
1061 gtk_status_icon_get_icon_name
1062 gtk_status_icon_get_size
1063 gtk_status_icon_set_tooltip
1064 gtk_status_icon_set_visible
1065 gtk_status_icon_get_visible
1066 gtk_status_icon_set_blinking
1067 gtk_status_icon_get_blinking
1068 gtk_status_icon_is_embedded
1069 gtk_status_icon_position_menu
1070 gtk_status_icon_get_geometry
1071 #endif
1072 #endif
1073
1074 #if IN_HEADER(__GTK_STYLE_H__)
1075 #if IN_FILE(__GTK_STYLE_C__)
1076 #ifndef GTK_DISABLE_DEPRECATED
1077 gtk_draw_arrow
1078 gtk_draw_box
1079 gtk_draw_box_gap
1080 gtk_draw_check
1081 gtk_draw_diamond
1082 gtk_draw_expander
1083 gtk_draw_extension
1084 gtk_draw_flat_box
1085 gtk_draw_focus
1086 gtk_draw_handle
1087 gtk_draw_hline
1088 gtk_draw_insertion_cursor
1089 gtk_draw_layout
1090 gtk_draw_option
1091 gtk_draw_polygon
1092 gtk_draw_resize_grip
1093 gtk_draw_shadow
1094 gtk_draw_shadow_gap
1095 gtk_draw_slider
1096 gtk_draw_string
1097 gtk_draw_tab
1098 gtk_draw_vline
1099 gtk_style_set_font
1100 gtk_style_get_font
1101 gtk_style_ref
1102 gtk_style_unref
1103 gtk_paint_string
1104 #endif
1105 gtk_paint_arrow
1106 gtk_paint_box
1107 gtk_paint_box_gap
1108 gtk_paint_check
1109 gtk_paint_diamond
1110 gtk_paint_expander
1111 gtk_paint_extension
1112 gtk_paint_flat_box
1113 gtk_paint_focus
1114 gtk_paint_handle
1115 gtk_paint_hline
1116 gtk_paint_layout
1117 gtk_paint_option
1118 gtk_paint_polygon
1119 gtk_paint_resize_grip
1120 gtk_paint_shadow
1121 gtk_paint_shadow_gap
1122 gtk_paint_slider
1123 gtk_paint_tab
1124 gtk_paint_vline
1125 gtk_border_copy
1126 gtk_border_free
1127 gtk_border_get_type G_GNUC_CONST
1128 gtk_style_apply_default_background
1129 gtk_style_attach
1130 gtk_style_copy
1131 gtk_style_detach
1132 gtk_style_get_type G_GNUC_CONST
1133 gtk_style_lookup_icon_set
1134 gtk_style_lookup_color
1135 gtk_style_new
1136 gtk_style_render_icon
1137 gtk_style_set_background
1138 #endif
1139 #endif
1140
1141 #if IN_HEADER(__GTK_DRAWING_AREA_H__)
1142 #if IN_FILE(__GTK_DRAWING_AREA_C__)
1143 gtk_drawing_area_get_type G_GNUC_CONST
1144 gtk_drawing_area_new
1145 #ifndef GTK_DISABLE_DEPRECATED
1146 gtk_drawing_area_size
1147 #endif
1148 #endif
1149 #endif
1150
1151 #if IN_HEADER(__GTK_EDITABLE_H__)
1152 #if IN_FILE(__GTK_EDITABLE_C__)
1153 gtk_editable_copy_clipboard
1154 gtk_editable_cut_clipboard
1155 gtk_editable_delete_selection
1156 gtk_editable_delete_text
1157 gtk_editable_get_chars
1158 gtk_editable_get_editable
1159 gtk_editable_get_position
1160 gtk_editable_get_selection_bounds
1161 gtk_editable_get_type G_GNUC_CONST
1162 gtk_editable_insert_text
1163 gtk_editable_paste_clipboard
1164 gtk_editable_select_region
1165 gtk_editable_set_editable
1166 gtk_editable_set_position
1167 #endif
1168 #endif
1169
1170 #if IN_HEADER(__GTK_ENTRY_H__)
1171 #if IN_FILE(__GTK_ENTRY_C__)
1172 gtk_entry_get_activates_default
1173 gtk_entry_get_alignment
1174 gtk_entry_get_completion
1175 gtk_entry_get_has_frame
1176 gtk_entry_get_inner_border
1177 gtk_entry_get_invisible_char
1178 gtk_entry_get_layout
1179 gtk_entry_get_layout_offsets
1180 gtk_entry_get_max_length
1181 gtk_entry_get_text
1182 gtk_entry_get_type G_GNUC_CONST
1183 gtk_entry_get_visibility
1184 gtk_entry_get_width_chars
1185 gtk_entry_layout_index_to_text_index
1186 gtk_entry_new
1187 #ifndef GTK_DISABLE_DEPRECATED
1188 gtk_entry_new_with_max_length
1189 gtk_entry_append_text
1190 gtk_entry_prepend_text
1191 gtk_entry_select_region
1192 gtk_entry_set_position
1193 gtk_entry_set_editable
1194 #endif
1195 gtk_entry_set_activates_default
1196 gtk_entry_set_alignment
1197 gtk_entry_set_completion
1198 gtk_entry_set_has_frame
1199 gtk_entry_set_inner_border
1200 gtk_entry_set_invisible_char
1201 gtk_entry_set_max_length
1202 gtk_entry_set_text
1203 gtk_entry_set_visibility
1204 gtk_entry_set_width_chars
1205 gtk_entry_text_index_to_layout_index
1206 #endif
1207 #endif
1208
1209 #if IN_HEADER(__GTK_ENTRY_COMPLETION_H__)
1210 #if IN_FILE(__GTK_ENTRY_COMPLETION_C__)
1211 gtk_entry_completion_complete
1212 gtk_entry_completion_delete_action
1213 gtk_entry_completion_get_entry
1214 gtk_entry_completion_get_inline_completion
1215 gtk_entry_completion_get_minimum_key_length
1216 gtk_entry_completion_get_model
1217 gtk_entry_completion_get_popup_completion
1218 gtk_entry_completion_get_popup_set_width
1219 gtk_entry_completion_get_popup_single_match
1220 gtk_entry_completion_get_text_column
1221 gtk_entry_completion_get_type G_GNUC_CONST
1222 gtk_entry_completion_insert_action_markup
1223 gtk_entry_completion_insert_action_text
1224 gtk_entry_completion_insert_prefix
1225 gtk_entry_completion_new
1226 gtk_entry_completion_set_inline_completion
1227 gtk_entry_completion_set_match_func
1228 gtk_entry_completion_set_minimum_key_length
1229 gtk_entry_completion_set_model
1230 gtk_entry_completion_set_popup_completion
1231 gtk_entry_completion_set_popup_set_width
1232 gtk_entry_completion_set_popup_single_match
1233 gtk_entry_completion_set_text_column
1234 #endif
1235 #endif
1236
1237 #if IN_HEADER(__GTK_EVENT_BOX_H__)
1238 #if IN_FILE(__GTK_EVENT_BOX_C__)
1239 gtk_event_box_get_above_child
1240 gtk_event_box_get_type G_GNUC_CONST
1241 gtk_event_box_get_visible_window
1242 gtk_event_box_new
1243 gtk_event_box_set_above_child
1244 gtk_event_box_set_visible_window
1245 #endif
1246 #endif
1247
1248 #if IN_HEADER(__GTK_EXPANDER_H__)
1249 #if IN_FILE(__GTK_EXPANDER_C__)
1250 gtk_expander_get_expanded
1251 gtk_expander_get_label
1252 gtk_expander_get_label_widget
1253 gtk_expander_get_spacing
1254 gtk_expander_get_type G_GNUC_CONST
1255 gtk_expander_get_use_markup
1256 gtk_expander_get_use_underline
1257 gtk_expander_new
1258 gtk_expander_new_with_mnemonic
1259 gtk_expander_set_expanded
1260 gtk_expander_set_label
1261 gtk_expander_set_label_widget
1262 gtk_expander_set_spacing
1263 gtk_expander_set_use_markup
1264 gtk_expander_set_use_underline
1265 #endif
1266 #endif
1267
1268 #if IN_HEADER(__GTK_FILE_CHOOSER_H__)
1269 #if IN_FILE(__GTK_FILE_CHOOSER_C__)
1270 gtk_file_chooser_add_filter
1271 gtk_file_chooser_add_shortcut_folder PRIVATE
1272 #ifdef G_OS_WIN32
1273 gtk_file_chooser_add_shortcut_folder_utf8
1274 #endif
1275 gtk_file_chooser_add_shortcut_folder_uri
1276 gtk_file_chooser_error_quark
1277 gtk_file_chooser_get_action
1278 gtk_file_chooser_get_current_folder PRIVATE
1279 #ifdef G_OS_WIN32
1280 gtk_file_chooser_get_current_folder_utf8
1281 #endif
1282 gtk_file_chooser_get_current_folder_uri
1283 gtk_file_chooser_get_extra_widget
1284 gtk_file_chooser_get_filename PRIVATE
1285 #ifdef G_OS_WIN32
1286 gtk_file_chooser_get_filename_utf8
1287 #endif
1288 gtk_file_chooser_get_filenames PRIVATE
1289 #ifdef G_OS_WIN32
1290 gtk_file_chooser_get_filenames_utf8
1291 #endif
1292 gtk_file_chooser_get_filter
1293 gtk_file_chooser_get_local_only
1294 gtk_file_chooser_get_preview_filename PRIVATE
1295 #ifdef G_OS_WIN32
1296 gtk_file_chooser_get_preview_filename_utf8
1297 #endif
1298 gtk_file_chooser_get_preview_uri
1299 gtk_file_chooser_get_preview_widget
1300 gtk_file_chooser_get_preview_widget_active
1301 gtk_file_chooser_get_select_multiple
1302 gtk_file_chooser_get_show_hidden
1303 gtk_file_chooser_set_do_overwrite_confirmation
1304 gtk_file_chooser_get_do_overwrite_confirmation
1305 gtk_file_chooser_get_type G_GNUC_CONST
1306 gtk_file_chooser_get_uri
1307 gtk_file_chooser_get_uris
1308 gtk_file_chooser_get_use_preview_label
1309 gtk_file_chooser_list_filters
1310 gtk_file_chooser_list_shortcut_folders PRIVATE
1311 #ifdef G_OS_WIN32
1312 gtk_file_chooser_list_shortcut_folders_utf8
1313 #endif
1314 gtk_file_chooser_list_shortcut_folder_uris
1315 gtk_file_chooser_remove_filter
1316 gtk_file_chooser_remove_shortcut_folder PRIVATE
1317 #ifdef G_OS_WIN32
1318 gtk_file_chooser_remove_shortcut_folder_utf8
1319 #endif
1320 gtk_file_chooser_remove_shortcut_folder_uri
1321 gtk_file_chooser_select_all
1322 gtk_file_chooser_select_filename PRIVATE
1323 #ifdef G_OS_WIN32
1324 gtk_file_chooser_select_filename_utf8
1325 #endif
1326 gtk_file_chooser_select_uri
1327 gtk_file_chooser_set_action
1328 gtk_file_chooser_set_current_folder PRIVATE
1329 #ifdef G_OS_WIN32
1330 gtk_file_chooser_set_current_folder_utf8
1331 #endif
1332 gtk_file_chooser_set_current_folder_uri
1333 gtk_file_chooser_set_current_name
1334 gtk_file_chooser_set_extra_widget
1335 gtk_file_chooser_set_filename PRIVATE
1336 #ifdef G_OS_WIN32
1337 gtk_file_chooser_set_filename_utf8
1338 #endif
1339 gtk_file_chooser_set_filter
1340 gtk_file_chooser_set_local_only
1341 gtk_file_chooser_set_preview_widget
1342 gtk_file_chooser_set_preview_widget_active
1343 gtk_file_chooser_set_select_multiple
1344 gtk_file_chooser_set_show_hidden
1345 gtk_file_chooser_set_uri
1346 gtk_file_chooser_set_use_preview_label
1347 gtk_file_chooser_unselect_all
1348 gtk_file_chooser_unselect_filename PRIVATE
1349 #ifdef G_OS_WIN32
1350 gtk_file_chooser_unselect_filename_utf8
1351 #endif
1352 gtk_file_chooser_unselect_uri
1353 #endif
1354 #endif
1355
1356 #if IN_HEADER(__GTK_FILE_CHOOSER_DIALOG_H__)
1357 #if IN_FILE(__GTK_FILE_CHOOSER_DIALOG_C__)
1358 gtk_file_chooser_dialog_get_type G_GNUC_CONST
1359 gtk_file_chooser_dialog_new
1360 gtk_file_chooser_dialog_new_with_backend
1361 #endif
1362 #endif
1363
1364 #if IN_HEADER(__GTK_FILE_CHOOSER_WIDGET_H__)
1365 #if IN_FILE(__GTK_FILE_CHOOSER_WIDGET_C__)
1366 gtk_file_chooser_widget_get_type G_GNUC_CONST
1367 gtk_file_chooser_widget_new
1368 gtk_file_chooser_widget_new_with_backend
1369 #endif
1370 #endif
1371
1372 #if IN_HEADER(__GTK_FILE_CHOOSER_BUTTON_H__)
1373 #if IN_FILE(__GTK_FILE_CHOOSER_BUTTON_C__)
1374 gtk_file_chooser_button_get_title
1375 gtk_file_chooser_button_get_type G_GNUC_CONST
1376 gtk_file_chooser_button_get_width_chars
1377 gtk_file_chooser_button_new
1378 gtk_file_chooser_button_new_with_backend
1379 gtk_file_chooser_button_new_with_dialog
1380 gtk_file_chooser_button_set_title
1381 gtk_file_chooser_button_set_width_chars
1382 gtk_file_chooser_button_get_focus_on_click
1383 gtk_file_chooser_button_set_focus_on_click
1384 #endif
1385 #endif
1386
1387 #if IN_HEADER(__GTK_FILE_FILTER_H__)
1388 #if IN_FILE(__GTK_FILE_FILTER_C__)
1389 gtk_file_filter_add_custom
1390 gtk_file_filter_add_mime_type
1391 gtk_file_filter_add_pattern
1392 gtk_file_filter_add_pixbuf_formats
1393 gtk_file_filter_filter
1394 gtk_file_filter_get_name
1395 gtk_file_filter_get_needed
1396 gtk_file_filter_get_type G_GNUC_CONST
1397 gtk_file_filter_new
1398 gtk_file_filter_set_name
1399 #endif
1400 #endif
1401
1402 #if IN_HEADER(__GTK_FILE_SYSTEM_H__)
1403 #if IN_FILE(__GTK_FILE_SYSTEM_C__)
1404 gtk_file_folder_get_info
1405 gtk_file_folder_get_type G_GNUC_CONST
1406 gtk_file_folder_is_finished_loading
1407 gtk_file_folder_list_children
1408 gtk_file_info_copy
1409 gtk_file_info_free
1410 gtk_file_info_get_display_key
1411 gtk_file_info_get_display_name
1412 gtk_file_info_get_icon_name
1413 gtk_file_info_get_is_folder
1414 gtk_file_info_get_is_hidden
1415 gtk_file_info_get_mime_type
1416 gtk_file_info_get_modification_time
1417 gtk_file_info_get_size
1418 gtk_file_info_get_type G_GNUC_CONST
1419 gtk_file_info_new
1420 gtk_file_info_render_icon
1421 gtk_file_info_set_display_name
1422 gtk_file_info_set_icon_name
1423 gtk_file_info_set_is_folder
1424 gtk_file_info_set_is_hidden
1425 gtk_file_info_set_mime_type
1426 gtk_file_info_set_modification_time
1427 gtk_file_info_set_size
1428 gtk_file_path_get_type G_GNUC_CONST
1429 gtk_file_paths_copy
1430 gtk_file_paths_free
1431 gtk_file_paths_sort
1432 gtk_file_system_cancel_operation
1433 gtk_file_system_create_folder
1434 gtk_file_system_error_quark
1435 gtk_file_system_filename_to_path
1436 gtk_file_system_get_info
1437 gtk_file_system_get_folder
1438 gtk_file_system_get_parent
1439 gtk_file_system_get_type G_GNUC_CONST
1440 gtk_file_system_get_volume_for_path
1441 gtk_file_system_handle_get_type G_GNUC_CONST
1442 gtk_file_system_insert_bookmark
1443 gtk_file_system_list_bookmarks
1444 gtk_file_system_list_volumes
1445 gtk_file_system_make_path
1446 gtk_file_system_parse
1447 gtk_file_system_path_is_local
1448 gtk_file_system_path_to_filename
1449 gtk_file_system_path_to_uri
1450 gtk_file_system_remove_bookmark
1451 gtk_file_system_uri_to_path
1452 gtk_file_system_volume_free
1453 gtk_file_system_volume_get_base_path
1454 gtk_file_system_volume_get_display_name
1455 gtk_file_system_volume_get_icon_name
1456 gtk_file_system_volume_get_is_mounted
1457 gtk_file_system_volume_mount
1458 gtk_file_system_volume_render_icon
1459 gtk_file_system_get_bookmark_label
1460 gtk_file_system_set_bookmark_label
1461 #endif
1462 #endif
1463
1464 #if IN_HEADER(__GTK_FILE_SYSTEM_UNIX_H__)
1465 #if IN_FILE(__GTK_FILE_SYSTEM_UNIX_C__)
1466 #ifdef G_OS_UNIX
1467 gtk_file_system_unix_get_type G_GNUC_CONST
1468 gtk_file_system_unix_new
1469 #endif
1470 #endif
1471 #endif
1472
1473 #if IN_HEADER(__GTK_FILE_SYSTEM_WIN32_H__)
1474 #if IN_FILE(__GTK_FILE_SYSTEM_WIN32_C__)
1475 #ifdef G_OS_WIN32
1476 gtk_file_system_win32_get_type G_GNUC_CONST
1477 gtk_file_system_win32_new
1478 _gtk_file_system_win32_path_compare
1479 #endif
1480 #endif
1481 #endif
1482
1483 #if IN_HEADER(__GTK_FILESEL_H__)
1484 #if IN_FILE(__GTK_FILESEL_C__)
1485 gtk_file_selection_complete
1486 gtk_file_selection_get_filename PRIVATE
1487 #ifdef G_OS_WIN32
1488 gtk_file_selection_get_filename_utf8
1489 #endif
1490 gtk_file_selection_get_selections PRIVATE
1491 #ifdef G_OS_WIN32
1492 gtk_file_selection_get_selections_utf8
1493 #endif
1494 gtk_file_selection_get_select_multiple
1495 gtk_file_selection_get_type G_GNUC_CONST
1496 gtk_file_selection_hide_fileop_buttons
1497 gtk_file_selection_new
1498 gtk_file_selection_set_filename PRIVATE
1499 #ifdef G_OS_WIN32
1500 gtk_file_selection_set_filename_utf8
1501 #endif
1502 gtk_file_selection_set_select_multiple
1503 gtk_file_selection_show_fileop_buttons
1504 #endif
1505 #endif
1506
1507 #if IN_HEADER(__GTK_FIXED_H__)
1508 #if IN_FILE(__GTK_FIXED_C__)
1509 gtk_fixed_get_has_window
1510 gtk_fixed_get_type G_GNUC_CONST
1511 gtk_fixed_move
1512 gtk_fixed_new
1513 gtk_fixed_put
1514 gtk_fixed_set_has_window
1515 #endif
1516 #endif
1517
1518 #if IN_HEADER(__GTK_FONT_BUTTON_H__)
1519 #if IN_FILE(__GTK_FONT_BUTTON_C__)
1520 gtk_font_button_get_font_name
1521 gtk_font_button_get_show_size
1522 gtk_font_button_get_show_style
1523 gtk_font_button_get_title
1524 gtk_font_button_get_type G_GNUC_CONST
1525 gtk_font_button_get_use_font
1526 gtk_font_button_get_use_size
1527 gtk_font_button_new
1528 gtk_font_button_new_with_font
1529 gtk_font_button_set_font_name
1530 gtk_font_button_set_show_size
1531 gtk_font_button_set_show_style
1532 gtk_font_button_set_title
1533 gtk_font_button_set_use_font
1534 gtk_font_button_set_use_size
1535 #endif
1536 #endif
1537
1538 #if IN_HEADER(__GTK_FONSEL_H__)
1539 #if IN_FILE(__GTK_FONSEL_C__)
1540 gtk_font_selection_dialog_get_font_name
1541 gtk_font_selection_dialog_get_preview_text
1542 gtk_font_selection_dialog_get_type G_GNUC_CONST
1543 gtk_font_selection_dialog_new
1544 gtk_font_selection_dialog_set_font_name
1545 gtk_font_selection_dialog_set_preview_text
1546 #ifndef GTK_DISABLE_DEPRECATED
1547 gtk_font_selection_get_font
1548 gtk_font_selection_dialog_get_font
1549 #endif
1550 gtk_font_selection_get_font_name
1551 gtk_font_selection_get_preview_text
1552 gtk_font_selection_get_type G_GNUC_CONST
1553 gtk_font_selection_new
1554 gtk_font_selection_set_font_name
1555 gtk_font_selection_set_preview_text
1556 #endif
1557 #endif
1558
1559 #if IN_HEADER(__GTK_FRAME_H__)
1560 #if IN_FILE(__GTK_FRAME_C__)
1561 gtk_frame_get_label
1562 gtk_frame_get_label_align
1563 gtk_frame_get_label_widget
1564 gtk_frame_get_shadow_type
1565 gtk_frame_get_type G_GNUC_CONST
1566 gtk_frame_new
1567 gtk_frame_set_label
1568 gtk_frame_set_label_align
1569 gtk_frame_set_label_widget
1570 gtk_frame_set_shadow_type
1571 #endif
1572 #endif
1573
1574 #if IN_HEADER(__GTK_GAMMA_CURVE_H__)
1575 #if IN_FILE(__GTK_GAMMA_CURVE_C__)
1576 gtk_gamma_curve_get_type G_GNUC_CONST
1577 gtk_gamma_curve_new
1578 #endif
1579 #endif
1580
1581 #if IN_HEADER(__GTK_GC_H__)
1582 #if IN_FILE(__GTK_GC_C__)
1583 gtk_gc_get
1584 gtk_gc_release
1585 #endif
1586 #endif
1587
1588 #if IN_HEADER(__GTK_HANDLE_BOX_H__)
1589 #if IN_FILE(__GTK_HANDLE_BOX_C__)
1590 gtk_handle_box_get_handle_position
1591 gtk_handle_box_get_shadow_type
1592 gtk_handle_box_get_snap_edge
1593 gtk_handle_box_get_type G_GNUC_CONST
1594 gtk_handle_box_new
1595 gtk_handle_box_set_handle_position
1596 gtk_handle_box_set_shadow_type
1597 gtk_handle_box_set_snap_edge
1598 #endif
1599 #endif
1600
1601 #if IN_HEADER(__GTK_HBOX_H__)
1602 #if IN_FILE(__GTK_HBOX_C__)
1603 gtk_hbox_get_type G_GNUC_CONST
1604 gtk_hbox_new
1605 #endif
1606 #endif
1607
1608 #if IN_HEADER(__GTK_HBUTTON_BOX_H__)
1609 #if IN_FILE(__GTK_HBUTTON_BOX_C__)
1610 gtk_hbutton_box_new
1611 gtk_hbutton_box_get_type G_GNUC_CONST
1612 #ifndef GTK_DISABLE_DEPRECATED
1613 gtk_hbutton_box_get_layout_default
1614 gtk_hbutton_box_get_spacing_default
1615 gtk_hbutton_box_set_layout_default
1616 gtk_hbutton_box_set_spacing_default
1617 #endif
1618 #endif
1619 #endif
1620
1621 #if IN_HEADER(__GTK_HPANED_H__)
1622 #if IN_FILE(__GTK_HPANED_C__)
1623 gtk_hpaned_get_type G_GNUC_CONST
1624 gtk_hpaned_new
1625 #endif
1626 #endif
1627
1628 #if IN_HEADER(__GTK_HRULER_H__)
1629 #if IN_FILE(__GTK_HRULER_C__)
1630 gtk_hruler_get_type G_GNUC_CONST
1631 gtk_hruler_new
1632 #endif
1633 #endif
1634
1635 #if IN_HEADER(__GTK_HSCALE_H__)
1636 #if IN_FILE(__GTK_HSCALE_C__)
1637 gtk_hscale_get_type G_GNUC_CONST
1638 gtk_hscale_new
1639 gtk_hscale_new_with_range
1640 #endif
1641 #endif
1642
1643 #if IN_HEADER(__GTK_HSCROLLBAR_H__)
1644 #if IN_FILE(__GTK_HSCROLLBAR_C__)
1645 gtk_hscrollbar_get_type G_GNUC_CONST
1646 gtk_hscrollbar_new
1647 #endif
1648 #endif
1649
1650 #if IN_HEADER(__GTK_HSEPARATOR_H__)
1651 #if IN_FILE(__GTK_HSEPARATOR_C__)
1652 gtk_hseparator_get_type G_GNUC_CONST
1653 gtk_hseparator_new
1654 #endif
1655 #endif
1656
1657 #if IN_HEADER(__GTK_HSV_H__)
1658 #if IN_FILE(__GTK_HSV_C__)
1659 gtk_hsv_get_color
1660 gtk_hsv_get_metrics
1661 gtk_hsv_get_type G_GNUC_CONST
1662 gtk_hsv_is_adjusting
1663 gtk_hsv_new
1664 gtk_hsv_set_color
1665 gtk_hsv_set_metrics
1666 gtk_hsv_to_rgb
1667 gtk_rgb_to_hsv
1668 #endif
1669 #endif
1670
1671 #if IN_HEADER(__GTK_ICON_FACTORY_H__)
1672 #if IN_FILE(__GTK_ICON_FACTORY_C__)
1673 gtk_icon_factory_add
1674 gtk_icon_factory_add_default
1675 gtk_icon_factory_get_type G_GNUC_CONST
1676 gtk_icon_factory_lookup
1677 gtk_icon_factory_lookup_default
1678 gtk_icon_factory_new
1679 gtk_icon_factory_remove_default
1680 gtk_icon_size_from_name
1681 gtk_icon_size_get_name
1682 gtk_icon_size_lookup
1683 gtk_icon_size_lookup_for_settings
1684 gtk_icon_size_register
1685 gtk_icon_size_register_alias
1686 gtk_icon_set_add_source
1687 gtk_icon_set_copy
1688 gtk_icon_set_get_sizes
1689 gtk_icon_set_get_type G_GNUC_CONST
1690 gtk_icon_set_new
1691 gtk_icon_set_new_from_pixbuf
1692 gtk_icon_set_ref
1693 gtk_icon_set_render_icon
1694 gtk_icon_set_unref
1695 gtk_icon_source_copy
1696 gtk_icon_source_free
1697 gtk_icon_source_get_direction
1698 gtk_icon_source_get_direction_wildcarded
1699 gtk_icon_source_get_filename PRIVATE
1700 #ifdef G_OS_WIN32
1701 gtk_icon_source_get_filename_utf8
1702 #endif
1703 gtk_icon_source_get_icon_name
1704 gtk_icon_source_get_pixbuf
1705 gtk_icon_source_get_size
1706 gtk_icon_source_get_size_wildcarded
1707 gtk_icon_source_get_state
1708 gtk_icon_source_get_state_wildcarded
1709 gtk_icon_source_get_type G_GNUC_CONST
1710 gtk_icon_source_new
1711 gtk_icon_source_set_direction
1712 gtk_icon_source_set_direction_wildcarded
1713 gtk_icon_source_set_filename PRIVATE
1714 #ifdef G_OS_WIN32
1715 gtk_icon_source_set_filename_utf8
1716 #endif
1717 gtk_icon_source_set_icon_name
1718 gtk_icon_source_set_pixbuf
1719 gtk_icon_source_set_size
1720 gtk_icon_source_set_size_wildcarded
1721 gtk_icon_source_set_state
1722 gtk_icon_source_set_state_wildcarded
1723 #endif
1724 #endif
1725
1726 #if IN_HEADER(__GTK_ICON_THEME_H__)
1727 #if IN_FILE(__GTK_ICON_THEME_C__)
1728 gtk_icon_info_copy
1729 gtk_icon_info_free
1730 gtk_icon_info_get_attach_points
1731 gtk_icon_info_get_base_size
1732 gtk_icon_info_get_builtin_pixbuf
1733 gtk_icon_info_get_display_name
1734 gtk_icon_info_get_embedded_rect
1735 gtk_icon_info_get_filename PRIVATE
1736 #ifdef G_OS_WIN32
1737 gtk_icon_info_get_filename_utf8
1738 #endif
1739 gtk_icon_info_get_type G_GNUC_CONST
1740 gtk_icon_info_load_icon
1741 gtk_icon_info_set_raw_coordinates
1742 gtk_icon_theme_add_builtin_icon
1743 gtk_icon_theme_append_search_path PRIVATE
1744 #ifdef G_OS_WIN32
1745 gtk_icon_theme_append_search_path_utf8
1746 #endif
1747 gtk_icon_theme_error_quark
1748 gtk_icon_theme_get_default
1749 gtk_icon_theme_get_example_icon_name
1750 gtk_icon_theme_get_for_screen
1751 gtk_icon_theme_get_icon_sizes
1752 gtk_icon_theme_get_search_path PRIVATE
1753 #ifdef G_OS_WIN32
1754 gtk_icon_theme_get_search_path_utf8
1755 #endif
1756 gtk_icon_theme_get_type G_GNUC_CONST
1757 gtk_icon_theme_has_icon
1758 gtk_icon_theme_list_icons
1759 gtk_icon_theme_load_icon
1760 gtk_icon_theme_lookup_icon
1761 gtk_icon_theme_new
1762 gtk_icon_theme_prepend_search_path PRIVATE
1763 #ifdef G_OS_WIN32
1764 gtk_icon_theme_prepend_search_path_utf8
1765 #endif
1766 gtk_icon_theme_rescan_if_needed
1767 gtk_icon_theme_set_custom_theme
1768 gtk_icon_theme_set_screen
1769 gtk_icon_theme_set_search_path PRIVATE
1770 #ifdef G_OS_WIN32
1771 gtk_icon_theme_set_search_path_utf8
1772 #endif
1773 #endif
1774 #endif
1775
1776 #if IN_HEADER(__GTK_ICON_VIEW_H__)
1777 #if IN_FILE(__GTK_ICON_VIEW_C__)
1778 gtk_icon_view_get_column_spacing
1779 gtk_icon_view_get_columns
1780 gtk_icon_view_get_cursor
1781 gtk_icon_view_get_item_width
1782 gtk_icon_view_get_margin
1783 gtk_icon_view_get_markup_column
1784 gtk_icon_view_get_model
1785 gtk_icon_view_get_orientation
1786 gtk_icon_view_get_path_at_pos
1787 gtk_icon_view_get_item_at_pos
1788 gtk_icon_view_get_pixbuf_column
1789 gtk_icon_view_get_row_spacing
1790 gtk_icon_view_get_selected_items
1791 gtk_icon_view_get_selection_mode
1792 gtk_icon_view_get_spacing
1793 gtk_icon_view_get_text_column
1794 gtk_icon_view_get_type G_GNUC_CONST
1795 gtk_icon_view_get_visible_range
1796 gtk_icon_view_item_activated
1797 gtk_icon_view_new
1798 gtk_icon_view_new_with_model
1799 gtk_icon_view_path_is_selected
1800 gtk_icon_view_scroll_to_path
1801 gtk_icon_view_select_all
1802 gtk_icon_view_selected_foreach
1803 gtk_icon_view_select_path
1804 gtk_icon_view_set_column_spacing
1805 gtk_icon_view_set_columns
1806 gtk_icon_view_set_cursor
1807 gtk_icon_view_set_item_width
1808 gtk_icon_view_set_margin
1809 gtk_icon_view_set_markup_column
1810 gtk_icon_view_set_model
1811 gtk_icon_view_set_orientation
1812 gtk_icon_view_set_pixbuf_column
1813 gtk_icon_view_set_row_spacing
1814 gtk_icon_view_set_selection_mode
1815 gtk_icon_view_set_spacing
1816 gtk_icon_view_set_text_column
1817 gtk_icon_view_unselect_all
1818 gtk_icon_view_unselect_path
1819 gtk_icon_view_enable_model_drag_source
1820 gtk_icon_view_enable_model_drag_dest
1821 gtk_icon_view_unset_model_drag_source
1822 gtk_icon_view_unset_model_drag_dest
1823 gtk_icon_view_set_reorderable
1824 gtk_icon_view_get_reorderable
1825 gtk_icon_view_set_drag_dest_item
1826 gtk_icon_view_get_drag_dest_item
1827 gtk_icon_view_get_dest_item_at_pos
1828 gtk_icon_view_create_drag_icon
1829 #endif
1830 #endif
1831
1832 #if IN_HEADER(__GTK_IMAGE_H__)
1833 #if IN_FILE(__GTK_IMAGE_C__)
1834 #ifndef GTK_DISABLE_DEPRECATED
1835 gtk_image_get
1836 gtk_image_set
1837 #endif
1838 gtk_image_clear
1839 gtk_image_get_animation
1840 gtk_image_get_icon_name
1841 gtk_image_get_icon_set
1842 gtk_image_get_image
1843 gtk_image_get_pixbuf
1844 gtk_image_get_pixel_size
1845 gtk_image_get_pixmap
1846 gtk_image_get_stock
1847 gtk_image_get_storage_type
1848 gtk_image_get_type G_GNUC_CONST
1849 gtk_image_new
1850 gtk_image_new_from_animation
1851 gtk_image_new_from_file PRIVATE
1852 #ifdef G_OS_WIN32
1853 gtk_image_new_from_file_utf8
1854 #endif
1855 gtk_image_new_from_icon_name
1856 gtk_image_new_from_icon_set
1857 gtk_image_new_from_image
1858 gtk_image_new_from_pixbuf
1859 gtk_image_new_from_pixmap
1860 gtk_image_new_from_stock
1861 gtk_image_set_from_animation
1862 gtk_image_set_from_file PRIVATE
1863 #ifdef G_OS_WIN32
1864 gtk_image_set_from_file_utf8
1865 #endif
1866 gtk_image_set_from_icon_name
1867 gtk_image_set_from_icon_set
1868 gtk_image_set_from_image
1869 gtk_image_set_from_pixbuf
1870 gtk_image_set_from_pixmap
1871 gtk_image_set_from_stock
1872 gtk_image_set_pixel_size
1873 #endif
1874 #endif
1875
1876 #if IN_HEADER(__GTK_IMAGE_MENU_ITEM_H__)
1877 #if IN_FILE(__GTK_IMAGE_MENU_ITEM_C__)
1878 gtk_image_menu_item_get_image
1879 gtk_image_menu_item_get_type G_GNUC_CONST
1880 gtk_image_menu_item_new
1881 gtk_image_menu_item_new_from_stock
1882 gtk_image_menu_item_new_with_label
1883 gtk_image_menu_item_new_with_mnemonic
1884 gtk_image_menu_item_set_image
1885 #endif
1886 #endif
1887
1888 #if IN_HEADER(__GTK_IM_CONTEXT_H__)
1889 #if IN_FILE(__GTK_IM_CONTEXT_C__)
1890 gtk_im_context_delete_surrounding
1891 gtk_im_context_filter_keypress
1892 gtk_im_context_focus_in
1893 gtk_im_context_focus_out
1894 gtk_im_context_get_preedit_string
1895 gtk_im_context_get_surrounding
1896 gtk_im_context_get_type G_GNUC_CONST
1897 gtk_im_context_reset
1898 gtk_im_context_set_client_window
1899 gtk_im_context_set_cursor_location
1900 gtk_im_context_set_surrounding
1901 gtk_im_context_set_use_preedit
1902 #endif
1903 #endif
1904
1905 #if IN_HEADER(__GTK_IM_CONTEXT_SIMPLE_H__)
1906 #if IN_FILE(__GTK_IM_CONTEXT_SIMPLE_C__)
1907 gtk_im_context_simple_add_table
1908 gtk_im_context_simple_get_type G_GNUC_CONST
1909 gtk_im_context_simple_new
1910 #endif
1911 #endif
1912
1913 #if IN_HEADER(__GTK_IM_MULTICONTEXT_H__)
1914 #if IN_FILE(__GTK_IM_MULTICONTEXT_C__)
1915 gtk_im_multicontext_append_menuitems
1916 gtk_im_multicontext_get_type G_GNUC_CONST
1917 gtk_im_multicontext_new
1918 #endif
1919 #endif
1920
1921 #if IN_HEADER(__GTK_INVISIBLE_H__)
1922 #if IN_FILE(__GTK_INVISIBLE_C__)
1923 gtk_invisible_get_screen
1924 gtk_invisible_get_type G_GNUC_CONST
1925 gtk_invisible_new
1926 gtk_invisible_new_for_screen
1927 gtk_invisible_set_screen
1928 #endif
1929 #endif
1930
1931 #if IN_HEADER(__GTK_ITEM_H__)
1932 #if IN_FILE(__GTK_ITEM_C__)
1933 gtk_item_deselect
1934 gtk_item_get_type G_GNUC_CONST
1935 gtk_item_select
1936 gtk_item_toggle
1937 #endif
1938 #endif
1939
1940 #if IN_HEADER(__GTK_ITEM__FACTORY_H__)
1941 #if IN_FILE(__GTK_ITEM_FACTORY_C__)
1942 #ifndef GTK_DISABLE_DEPRECATED
1943 gtk_item_factories_path_delete
1944 gtk_item_factory_add_foreign
1945 gtk_item_factory_construct
1946 gtk_item_factory_create_item
1947 gtk_item_factory_create_items
1948 gtk_item_factory_create_items_ac
1949 gtk_item_factory_create_menu_entries
1950 gtk_item_factory_delete_entries
1951 gtk_item_factory_delete_entry
1952 gtk_item_factory_delete_item
1953 gtk_item_factory_from_path
1954 gtk_item_factory_from_widget
1955 gtk_item_factory_get_item
1956 gtk_item_factory_get_item_by_action
1957 gtk_item_factory_get_type G_GNUC_CONST
1958 gtk_item_factory_get_widget
1959 gtk_item_factory_get_widget_by_action
1960 gtk_item_factory_new
1961 gtk_item_factory_path_from_widget
1962 gtk_item_factory_popup
1963 gtk_item_factory_popup_data
1964 gtk_item_factory_popup_data_from_widget
1965 gtk_item_factory_popup_with_data
1966 gtk_item_factory_set_translate_func
1967 #endif
1968 #endif
1969 #endif
1970
1971 #if IN_HEADER(__GTK_LABEL_H__)
1972 #if IN_FILE(__GTK_LABEL_C__)
1973 #ifndef GTK_DISABLE_DEPRECATED
1974 gtk_label_get
1975 gtk_label_parse_uline
1976 #endif
1977 gtk_label_get_angle
1978 gtk_label_get_attributes
1979 gtk_label_get_ellipsize
1980 gtk_label_get_justify
1981 gtk_label_get_label
1982 gtk_label_get_layout
1983 gtk_label_get_layout_offsets
1984 gtk_label_get_line_wrap
1985 gtk_label_get_max_width_chars
1986 gtk_label_get_mnemonic_keyval
1987 gtk_label_get_mnemonic_widget
1988 gtk_label_get_selectable
1989 gtk_label_get_selection_bounds
1990 gtk_label_get_single_line_mode
1991 gtk_label_get_text
1992 gtk_label_get_type G_GNUC_CONST
1993 gtk_label_get_use_markup
1994 gtk_label_get_use_underline
1995 gtk_label_get_width_chars
1996 gtk_label_new
1997 gtk_label_new_with_mnemonic
1998 gtk_label_select_region
1999 gtk_label_set_angle
2000 gtk_label_set_attributes
2001 gtk_label_set_ellipsize
2002 gtk_label_set_justify
2003 gtk_label_set_label
2004 gtk_label_set_line_wrap
2005 gtk_label_set_markup
2006 gtk_label_set_markup_with_mnemonic
2007 gtk_label_set_max_width_chars
2008 gtk_label_set_mnemonic_widget
2009 gtk_label_set_pattern
2010 gtk_label_set_selectable
2011 gtk_label_set_single_line_mode
2012 gtk_label_set_text
2013 gtk_label_set_text_with_mnemonic
2014 gtk_label_set_use_markup
2015 gtk_label_set_use_underline
2016 gtk_label_set_width_chars
2017 #endif
2018 #endif
2019
2020 #if IN_HEADER(__GTK_LAYOUT_H__)
2021 #if IN_FILE(__GTK_LAYOUT_C__)
2022 gtk_layout_get_hadjustment
2023 gtk_layout_get_size
2024 gtk_layout_get_type G_GNUC_CONST
2025 gtk_layout_get_vadjustment
2026 gtk_layout_move
2027 gtk_layout_new
2028 gtk_layout_put
2029 gtk_layout_set_hadjustment
2030 gtk_layout_set_size
2031 gtk_layout_set_vadjustment
2032 #ifndef GTK_DISABLE_DEPRECATED
2033 gtk_layout_freeze
2034 gtk_layout_thaw
2035 #endif
2036 #endif
2037 #endif
2038
2039 #if IN_HEADER(__GTK_LINK_BUTTON_H__)
2040 #if IN_FILE(__GTK_LINK_BUTTON_C__)
2041 gtk_link_button_get_type G_GNUC_CONST
2042 gtk_link_button_new
2043 gtk_link_button_new_with_label
2044 gtk_link_button_get_uri
2045 gtk_link_button_set_uri
2046 gtk_link_button_set_uri_hook
2047 #endif
2048 #endif
2049
2050 #if IN_HEADER(__GTK_LIST_H__)
2051 #if IN_FILE(__GTK_LIST_C__)
2052 gtk_list_append_items
2053 gtk_list_child_position
2054 gtk_list_clear_items
2055 gtk_list_end_drag_selection
2056 gtk_list_end_selection
2057 gtk_list_extend_selection
2058 gtk_list_get_type G_GNUC_CONST
2059 gtk_list_insert_items
2060 gtk_list_new
2061 gtk_list_prepend_items
2062 gtk_list_remove_items
2063 gtk_list_remove_items_no_unref
2064 gtk_list_scroll_horizontal
2065 gtk_list_scroll_vertical
2066 gtk_list_select_all
2067 gtk_list_select_child
2068 gtk_list_select_item
2069 gtk_list_set_selection_mode
2070 gtk_list_start_selection
2071 gtk_list_toggle_add_mode
2072 gtk_list_toggle_focus_row
2073 gtk_list_toggle_row
2074 gtk_list_undo_selection
2075 gtk_list_unselect_all
2076 gtk_list_unselect_child
2077 gtk_list_unselect_item
2078 #endif
2079 #endif
2080
2081 #if IN_HEADER(__GTK_LIST_ITEM_H__)
2082 #if IN_FILE(__GTK_LIST_ITEM_C__)
2083 gtk_list_item_deselect
2084 gtk_list_item_get_type G_GNUC_CONST
2085 gtk_list_item_new
2086 gtk_list_item_new_with_label
2087 gtk_list_item_select
2088 #endif
2089 #endif
2090
2091 #if IN_HEADER(__GTK_LIST_STORE_H__)
2092 #if IN_FILE(__GTK_LIST_STORE_C__)
2093 gtk_list_store_append
2094 gtk_list_store_clear
2095 gtk_list_store_get_type G_GNUC_CONST
2096 gtk_list_store_insert
2097 gtk_list_store_insert_after
2098 gtk_list_store_insert_before
2099 gtk_list_store_insert_with_values
2100 gtk_list_store_insert_with_valuesv
2101 gtk_list_store_iter_is_valid
2102 gtk_list_store_move_after
2103 gtk_list_store_move_before
2104 gtk_list_store_new
2105 gtk_list_store_newv
2106 gtk_list_store_prepend
2107 gtk_list_store_remove
2108 gtk_list_store_reorder
2109 gtk_list_store_set
2110 gtk_list_store_set_column_types
2111 gtk_list_store_set_valist
2112 gtk_list_store_set_value
2113 gtk_list_store_swap
2114 #endif
2115 #endif
2116
2117 #if IN_HEADER(__GTK_MAIN_H__)
2118 #if IN_FILE(__GTK_MAIN_C__)
2119 gtk_get_option_group
2120 gtk_get_current_event
2121 gtk_get_current_event_state
2122 gtk_get_current_event_time
2123 #ifndef GTK_DISABLE_DEPRECATED
2124 gtk_exit
2125 gtk_idle_add
2126 gtk_idle_add_full
2127 gtk_idle_add_priority
2128 gtk_idle_remove
2129 gtk_idle_remove_by_data
2130 gtk_timeout_add
2131 gtk_timeout_add_full
2132 gtk_timeout_remove
2133 gtk_input_add_full
2134 gtk_input_remove
2135 #endif
2136 gtk_false G_GNUC_CONST
2137 gtk_true G_GNUC_CONST
2138 gtk_events_pending
2139 gtk_disable_setlocale
2140 gtk_set_locale
2141 gtk_check_version
2142 gtk_get_default_language
2143 gtk_get_event_widget
2144 gtk_grab_add
2145 gtk_grab_get_current
2146 gtk_grab_remove
2147 gtk_propagate_event
2148 gtk_quit_add
2149 gtk_quit_add_destroy
2150 gtk_quit_add_full
2151 gtk_quit_remove
2152 gtk_quit_remove_by_data
2153 gtk_key_snooper_install
2154 gtk_key_snooper_remove
2155 gtk_init
2156 #ifdef G_OS_WIN32
2157 gtk_init_abi_check
2158 #endif
2159 gtk_init_add
2160 gtk_init_check
2161 #ifdef G_OS_WIN32
2162 gtk_init_check_abi_check
2163 #endif
2164 gtk_init_with_args
2165 gtk_parse_args
2166 gtk_main
2167 gtk_main_do_event
2168 gtk_main_iteration
2169 gtk_main_iteration_do
2170 gtk_main_level
2171 gtk_main_quit
2172 #endif
2173 #endif
2174
2175 #if IN_HEADER(__GTK_INPUTDIALOG_H__)
2176 #if IN_FILE(__GTK_INPUTDIALOG_C__)
2177 gtk_input_dialog_get_type G_GNUC_CONST
2178 gtk_input_dialog_new
2179 #endif
2180 #endif
2181
2182 #if IN_HEADER(__gtk_marshal_MARSHAL_H__)
2183 #if IN_FILE(__gtk_marshal_MARSHAL_C__)
2184 gtk_marshal_BOOLEAN__POINTER
2185 gtk_marshal_BOOLEAN__POINTER_INT_INT
2186 gtk_marshal_BOOLEAN__POINTER_INT_INT_UINT
2187 gtk_marshal_BOOLEAN__POINTER_POINTER_INT_INT
2188 gtk_marshal_BOOLEAN__POINTER_STRING_STRING_POINTER
2189 gtk_marshal_BOOLEAN__VOID
2190 gtk_marshal_ENUM__ENUM
2191 gtk_marshal_INT__POINTER
2192 gtk_marshal_INT__POINTER_CHAR_CHAR
2193 gtk_marshal_VOID__ENUM_FLOAT
2194 gtk_marshal_VOID__ENUM_FLOAT_BOOLEAN
2195 gtk_marshal_VOID__INT_INT
2196 gtk_marshal_VOID__INT_INT_POINTER
2197 gtk_marshal_VOID__POINTER_INT
2198 gtk_marshal_VOID__POINTER_INT_INT_POINTER_UINT_UINT
2199 gtk_marshal_VOID__POINTER_POINTER
2200 gtk_marshal_VOID__POINTER_POINTER_POINTER
2201 gtk_marshal_VOID__POINTER_POINTER_UINT_UINT
2202 gtk_marshal_VOID__POINTER_STRING_STRING
2203 gtk_marshal_VOID__POINTER_UINT
2204 gtk_marshal_VOID__POINTER_UINT_ENUM
2205 gtk_marshal_VOID__POINTER_UINT_UINT
2206 gtk_marshal_VOID__STRING_INT_POINTER
2207 gtk_marshal_VOID__UINT_POINTER_UINT_ENUM_ENUM_POINTER
2208 gtk_marshal_VOID__UINT_POINTER_UINT_UINT_ENUM
2209 gtk_marshal_VOID__UINT_STRING
2210 #endif
2211 #endif
2212
2213 #if IN_HEADER(__GTK_MENU_BAR_H__)
2214 #if IN_FILE(__GTK_MENU_BAR_C__)
2215 gtk_menu_bar_get_type G_GNUC_CONST
2216 gtk_menu_bar_new
2217 gtk_menu_bar_get_child_pack_direction
2218 gtk_menu_bar_set_child_pack_direction
2219 gtk_menu_bar_get_pack_direction
2220 gtk_menu_bar_set_pack_direction
2221 #endif
2222 #endif
2223
2224 #if IN_HEADER(__GTK_MENU_H__)
2225 #if IN_FILE(__GTK_MENU_C__)
2226 gtk_menu_attach
2227 gtk_menu_attach_to_widget
2228 gtk_menu_detach
2229 gtk_menu_get_accel_group
2230 gtk_menu_get_active
2231 gtk_menu_get_attach_widget
2232 gtk_menu_get_for_attach_widget
2233 gtk_menu_get_tearoff_state
2234 gtk_menu_get_title
2235 gtk_menu_get_type G_GNUC_CONST
2236 gtk_menu_new
2237 gtk_menu_popdown
2238 gtk_menu_popup
2239 gtk_menu_reorder_child
2240 gtk_menu_reposition
2241 gtk_menu_set_accel_group
2242 gtk_menu_set_accel_path
2243 gtk_menu_set_active
2244 gtk_menu_set_monitor
2245 gtk_menu_set_screen
2246 gtk_menu_set_tearoff_state
2247 gtk_menu_set_title
2248 #endif
2249 #endif
2250
2251 #if IN_HEADER(__GTK_MENU_ITEM_H__)
2252 #if IN_FILE(__GTK_MENU_ITEM_C__)
2253 gtk_menu_item_activate
2254 gtk_menu_item_deselect
2255 gtk_menu_item_get_right_justified
2256 gtk_menu_item_get_submenu
2257 gtk_menu_item_get_type G_GNUC_CONST
2258 gtk_menu_item_new
2259 gtk_menu_item_new_with_label
2260 gtk_menu_item_new_with_mnemonic
2261 gtk_menu_item_remove_submenu
2262 gtk_menu_item_select
2263 gtk_menu_item_set_accel_path
2264 gtk_menu_item_set_right_justified
2265 gtk_menu_item_set_submenu
2266 gtk_menu_item_toggle_size_allocate
2267 gtk_menu_item_toggle_size_request
2268 #endif
2269 #endif
2270
2271 #if IN_HEADER(__GTK_MENU_SHELL_H__)
2272 #if IN_FILE(__GTK_MENU_SHELL_C__)
2273 gtk_menu_shell_activate_item
2274 gtk_menu_shell_append
2275 gtk_menu_shell_cancel
2276 gtk_menu_shell_deactivate
2277 gtk_menu_shell_deselect
2278 gtk_menu_shell_get_type G_GNUC_CONST
2279 gtk_menu_shell_insert
2280 gtk_menu_shell_prepend
2281 gtk_menu_shell_select_first
2282 gtk_menu_shell_select_item
2283 gtk_menu_shell_set_take_focus
2284 gtk_menu_shell_get_take_focus
2285 #endif
2286 #endif
2287
2288 #if IN_HEADER(__GTK_MENU_TOOL_BUTTON_H__)
2289 #if IN_FILE(__GTK_MENU_TOOL_BUTTON_C__)
2290 gtk_menu_tool_button_get_menu
2291 gtk_menu_tool_button_get_type G_GNUC_CONST
2292 gtk_menu_tool_button_new
2293 gtk_menu_tool_button_new_from_stock
2294 gtk_menu_tool_button_set_arrow_tooltip
2295 gtk_menu_tool_button_set_menu
2296 #endif
2297 #endif
2298
2299 #if IN_HEADER(__GTK_MESSAGE_DIALOG_H__)
2300 #if IN_FILE(__GTK_MESSAGE_DIALOG_C__)
2301 gtk_message_dialog_format_secondary_markup G_GNUC_PRINTF(2,3)
2302 gtk_message_dialog_format_secondary_text G_GNUC_PRINTF(2,3)
2303 gtk_message_dialog_get_type G_GNUC_CONST
2304 gtk_message_dialog_new G_GNUC_PRINTF(5,6)
2305 gtk_message_dialog_new_with_markup G_GNUC_PRINTF(5,6)
2306 gtk_message_dialog_set_markup
2307 gtk_message_dialog_set_image
2308 #endif
2309 #endif
2310
2311 #if IN_HEADER(__GTK_MISC_H__)
2312 #if IN_FILE(__GTK_MISC_C__)
2313 gtk_misc_get_alignment
2314 gtk_misc_get_padding
2315 gtk_misc_get_type G_GNUC_CONST
2316 gtk_misc_set_alignment
2317 gtk_misc_set_padding
2318 #endif
2319 #endif
2320
2321 #if IN_HEADER(__GTK_NOTEBOOK_H__)
2322 #if IN_FILE(__GTK_NOTEBOOK_C__)
2323 gtk_notebook_append_page
2324 gtk_notebook_append_page_menu
2325 gtk_notebook_get_current_page
2326 gtk_notebook_get_menu_label
2327 gtk_notebook_get_menu_label_text
2328 gtk_notebook_get_n_pages
2329 gtk_notebook_get_nth_page
2330 gtk_notebook_get_scrollable
2331 gtk_notebook_get_show_border
2332 gtk_notebook_get_show_tabs
2333 gtk_notebook_get_tab_label
2334 gtk_notebook_get_tab_label_text
2335 gtk_notebook_get_tab_pos
2336 gtk_notebook_get_type G_GNUC_CONST
2337 gtk_notebook_insert_page
2338 gtk_notebook_insert_page_menu
2339 gtk_notebook_new
2340 gtk_notebook_next_page
2341 gtk_notebook_page_num
2342 gtk_notebook_popup_disable
2343 gtk_notebook_popup_enable
2344 gtk_notebook_prepend_page
2345 gtk_notebook_prepend_page_menu
2346 gtk_notebook_prev_page
2347 gtk_notebook_query_tab_label_packing
2348 gtk_notebook_remove_page
2349 gtk_notebook_reorder_child
2350 gtk_notebook_set_current_page
2351 #ifndef GTK_DISABLE_DEPRECATED
2352 gtk_notebook_set_homogeneous_tabs
2353 gtk_notebook_set_tab_border
2354 gtk_notebook_set_tab_hborder
2355 gtk_notebook_set_tab_vborder
2356 #endif
2357 gtk_notebook_set_menu_label
2358 gtk_notebook_set_menu_label_text
2359 gtk_notebook_set_scrollable
2360 gtk_notebook_set_show_border
2361 gtk_notebook_set_show_tabs
2362 gtk_notebook_set_tab_label
2363 gtk_notebook_set_tab_label_packing
2364 gtk_notebook_set_tab_label_text
2365 gtk_notebook_set_tab_pos
2366 gtk_notebook_set_window_creation_hook
2367 gtk_notebook_get_group_id
2368 gtk_notebook_set_group_id
2369 gtk_notebook_get_tab_reorderable
2370 gtk_notebook_set_tab_reorderable
2371 gtk_notebook_get_tab_detachable
2372 gtk_notebook_set_tab_detachable
2373 #endif
2374 #endif
2375
2376 #if IN_HEADER(__GTK_OBJECT_H__)
2377 #if IN_FILE(__GTK_OBJECT_C__)
2378 #ifndef GTK_DISABLE_DEPRECATED
2379 gtk_object_add_arg_type
2380 gtk_object_get G_GNUC_NULL_TERMINATED
2381 gtk_object_set G_GNUC_NULL_TERMINATED
2382 gtk_object_get_data
2383 gtk_object_get_data_by_id
2384 gtk_object_get_user_data
2385 gtk_object_new
2386 gtk_object_remove_data
2387 gtk_object_remove_data_by_id
2388 gtk_object_remove_no_notify
2389 gtk_object_remove_no_notify_by_id
2390 gtk_object_ref
2391 gtk_object_unref
2392 gtk_object_weakref
2393 gtk_object_weakunref
2394 gtk_object_set_data
2395 gtk_object_set_data_by_id
2396 gtk_object_set_data_by_id_full
2397 gtk_object_set_data_full
2398 gtk_object_set_user_data
2399 gtk_object_sink
2400 #endif
2401 gtk_object_destroy
2402 gtk_object_get_type G_GNUC_CONST
2403 #endif
2404 #endif
2405
2406 #if IN_HEADER(__GTK_OLD_EDITABLE_H__)
2407 #if IN_FILE(__GTK_OLD_EDITABLE_C__)
2408 gtk_old_editable_changed
2409 gtk_old_editable_claim_selection
2410 gtk_old_editable_get_type G_GNUC_CONST
2411 #endif
2412 #endif
2413
2414 #if IN_HEADER(__GTK_OPTION_MENU_H__)
2415 #if IN_FILE(__GTK_OPTION_MENU_C__)
2416 gtk_option_menu_get_history
2417 gtk_option_menu_get_menu
2418 gtk_option_menu_get_type G_GNUC_CONST
2419 gtk_option_menu_new
2420 gtk_option_menu_remove_menu
2421 gtk_option_menu_set_history
2422 gtk_option_menu_set_menu
2423 #endif
2424 #endif
2425
2426 #if IN_HEADER(__GTK_PANED_H__)
2427 #if IN_FILE(__GTK_PANED_C__)
2428 gtk_paned_add1
2429 gtk_paned_add2
2430 gtk_paned_compute_position
2431 gtk_paned_get_child1
2432 gtk_paned_get_child2
2433 gtk_paned_get_position
2434 gtk_paned_get_type G_GNUC_CONST
2435 gtk_paned_pack1
2436 gtk_paned_pack2
2437 gtk_paned_set_position
2438 #endif
2439 #endif
2440
2441 #if IN_HEADER(__GTK_PATH_BAR_H__)
2442 #if IN_FILE(__GTK_PATH_BAR_C__)
2443 gtk_path_bar_get_type G_GNUC_CONST
2444 #endif
2445 #endif
2446
2447 #if IN_HEADER(__GTK_PIXMAP_H__)
2448 #if IN_FILE(__GTK_PIXMAP_C__)
2449 gtk_pixmap_get
2450 gtk_pixmap_get_type G_GNUC_CONST
2451 gtk_pixmap_new
2452 gtk_pixmap_set
2453 gtk_pixmap_set_build_insensitive
2454 #endif
2455 #endif
2456
2457 #if IN_HEADER(__GTK_PLUG_H__)
2458 #if IN_FILE(__GTK_PLUG_C__)
2459 gtk_plug_construct
2460 gtk_plug_construct_for_display
2461 gtk_plug_get_id
2462 gtk_plug_get_type G_GNUC_CONST
2463 gtk_plug_new
2464 gtk_plug_new_for_display
2465 #endif
2466 #endif
2467
2468 #if IN_HEADER(__GTK_PREVIEW_H__)
2469 #if IN_FILE(__GTK_PREVIEW_C__)
2470 gtk_preview_draw_row
2471 gtk_preview_get_cmap
2472 gtk_preview_get_info
2473 gtk_preview_get_type G_GNUC_CONST
2474 gtk_preview_get_visual
2475 gtk_preview_new
2476 gtk_preview_put
2477 gtk_preview_reset
2478 gtk_preview_set_color_cube
2479 gtk_preview_set_dither
2480 gtk_preview_set_expand
2481 gtk_preview_set_gamma
2482 gtk_preview_set_install_cmap
2483 gtk_preview_set_reserved
2484 gtk_preview_size
2485 gtk_preview_uninit
2486 #endif
2487 #endif
2488
2489 #if IN_HEADER(__GTK_PAGE_SETUP_H__)
2490 #if IN_FILE(__GTK_PAGE_SETUP_C__)
2491 gtk_page_setup_get_type G_GNUC_CONST
2492 gtk_page_setup_new
2493 gtk_page_setup_copy
2494 gtk_page_setup_get_orientation
2495 gtk_page_setup_set_orientation
2496 gtk_page_setup_get_paper_size
2497 gtk_page_setup_set_paper_size
2498 gtk_page_setup_get_top_margin
2499 gtk_page_setup_set_top_margin
2500 gtk_page_setup_get_bottom_margin
2501 gtk_page_setup_set_bottom_margin
2502 gtk_page_setup_get_left_margin
2503 gtk_page_setup_set_left_margin
2504 gtk_page_setup_get_right_margin
2505 gtk_page_setup_set_right_margin
2506 gtk_page_setup_set_paper_size_and_default_margins
2507 gtk_page_setup_get_paper_width
2508 gtk_page_setup_get_paper_height
2509 gtk_page_setup_get_page_width
2510 gtk_page_setup_get_page_height
2511 #endif
2512 #endif
2513
2514 #if IN_HEADER(__GTK_PAGE_SETUP_UNIX_DIALOG_H__)
2515 #if IN_FILE(__GTK_PAGE_SETUP_UNIX_DIALOG_C__)
2516 #ifdef G_OS_UNIX
2517 gtk_page_setup_unix_dialog_get_type G_GNUC_CONST
2518 gtk_page_setup_unix_dialog_new
2519 gtk_page_setup_unix_dialog_set_page_setup
2520 gtk_page_setup_unix_dialog_get_page_setup
2521 gtk_page_setup_unix_dialog_set_print_settings
2522 gtk_page_setup_unix_dialog_get_print_settings
2523 #endif
2524 #endif
2525 #endif
2526
2527 #if IN_HEADER(__GTK_PAPER_SIZE_H__)
2528 #if IN_FILE(__GTK_PAPER_SIZE_C__)
2529 gtk_paper_size_get_type G_GNUC_CONST
2530 gtk_paper_size_new
2531 gtk_paper_size_new_from_ppd
2532 gtk_paper_size_new_custom
2533 gtk_paper_size_copy
2534 gtk_paper_size_free
2535 gtk_paper_size_is_equal
2536 gtk_paper_size_get_name
2537 gtk_paper_size_get_display_name
2538 gtk_paper_size_get_ppd_name
2539 gtk_paper_size_get_width
2540 gtk_paper_size_get_height
2541 gtk_paper_size_is_custom
2542 gtk_paper_size_set_size
2543 gtk_paper_size_get_default_top_margin
2544 gtk_paper_size_get_default_bottom_margin
2545 gtk_paper_size_get_default_left_margin
2546 gtk_paper_size_get_default_right_margin
2547 gtk_paper_size_get_default
2548 #endif
2549 #endif
2550
2551 #if IN_HEADER(__GTK_PRINT_BACKEND_H__)
2552 #if IN_FILE(__GTK_PRINT_BACKEND_C__)
2553 #ifdef G_OS_UNIX
2554 gtk_print_backend_error_quark
2555 gtk_print_backend_get_type G_GNUC_CONST
2556 gtk_print_backend_add_printer  
2557 gtk_print_backend_remove_printer  
2558 gtk_print_backend_set_list_done  
2559 gtk_print_backend_destroy  
2560 gtk_print_backend_get_printer_list  
2561 gtk_print_backend_printer_list_is_done
2562 gtk_print_backend_find_printer
2563 gtk_print_backend_print_stream
2564 gtk_print_backend_load_modules
2565 #endif
2566 #endif
2567 #endif
2568
2569 #if IN_HEADER(__GTK_PRINT_CONTEXT_H__)
2570 #if IN_FILE(__GTK_PRINT_CONTEXT_C__)
2571 gtk_print_context_get_type G_GNUC_CONST
2572 gtk_print_context_get_cairo_context
2573 gtk_print_context_get_page_setup
2574 gtk_print_context_get_width
2575 gtk_print_context_get_height
2576 gtk_print_context_get_dpi_x
2577 gtk_print_context_get_dpi_y
2578 gtk_print_context_get_pango_fontmap
2579 gtk_print_context_create_pango_context
2580 gtk_print_context_create_pango_layout
2581 gtk_print_context_set_cairo_context
2582 #endif
2583 #endif
2584
2585 #if IN_HEADER(__GTK_PRINTER_H__)
2586 #if IN_FILE(__GTK_PRINTER_C__)
2587 #ifdef G_OS_UNIX
2588 gtk_printer_get_type G_GNUC_CONST
2589 gtk_printer_get_backend
2590 gtk_printer_get_name
2591 gtk_printer_get_description
2592 gtk_printer_get_state_message
2593 gtk_printer_get_location
2594 gtk_printer_get_icon_name
2595 gtk_printer_get_job_count
2596 gtk_printer_is_virtual
2597 gtk_printer_compare
2598 #endif
2599 #endif
2600 #endif
2601
2602 #if IN_HEADER(__GTK_PRINT_BACKEND_H__)
2603 #if IN_FILE(__GTK_PRINTER_C__)
2604 #ifdef G_OS_UNIX
2605 gtk_printer_new
2606 gtk_printer_set_description
2607 gtk_printer_set_has_details
2608 gtk_printer_set_icon_name
2609 gtk_printer_set_is_active
2610 gtk_printer_set_is_default
2611 gtk_printer_set_is_new
2612 gtk_printer_set_job_count
2613 gtk_printer_set_location
2614 gtk_printer_set_state_message
2615 gtk_printer_is_active
2616 gtk_printer_is_new
2617 gtk_printer_is_default
2618 #endif 
2619 #endif 
2620 #endif
2621
2622 #if IN_HEADER(__GTK_PRINTER_OPTION_H__)
2623 #if IN_FILE(__GTK_PRINTER_OPTION_C__)
2624 #ifdef G_OS_UNIX
2625 gtk_printer_option_get_type
2626 gtk_printer_option_has_choice
2627 gtk_printer_option_new
2628 gtk_printer_option_set
2629 gtk_printer_option_set_has_conflict
2630 gtk_printer_option_clear_has_conflict
2631 gtk_printer_option_set_boolean
2632 gtk_printer_option_allocate_choices
2633 gtk_printer_option_choices_from_array
2634 #endif
2635 #endif
2636 #endif
2637
2638 #if IN_HEADER(__GTK_PRINTER_OPTION_SET_H__)
2639 #if IN_FILE(__GTK_PRINTER_OPTION_SET_C__)
2640 #ifdef G_OS_UNIX
2641 gtk_printer_option_set_get_type G_GNUC_CONST
2642 gtk_printer_option_set_new
2643 gtk_printer_option_set_add
2644 gtk_printer_option_set_lookup
2645 gtk_printer_option_set_remove
2646 gtk_printer_option_set_foreach
2647 gtk_printer_option_set_clear_conflicts
2648 gtk_printer_option_set_get_groups
2649 gtk_printer_option_set_foreach_in_group
2650 #endif
2651 #endif
2652 #endif
2653
2654 #if IN_HEADER(__GTK_PRINTER_OPTION_WIDGET_H__)
2655 #if IN_FILE(__GTK_PRINTER_OPTION_WIDGET_C__)
2656 #ifdef G_OS_UNIX
2657 gtk_printer_option_widget_get_type G_GNUC_CONST
2658 gtk_printer_option_widget_new
2659 gtk_printer_option_widget_set_source
2660 gtk_printer_option_widget_has_external_label
2661 gtk_printer_option_widget_get_external_label
2662 gtk_printer_option_widget_get_value
2663 #endif
2664 #endif
2665 #endif
2666
2667 #if IN_HEADER(__GTK_PRINT_JOB_H__)
2668 #if IN_FILE(__GTK_PRINT_JOB_C__)
2669 #ifdef G_OS_UNIX
2670 gtk_print_job_get_type G_GNUC_CONST
2671 gtk_print_job_new
2672 gtk_print_job_get_settings
2673 gtk_print_job_get_printer
2674 gtk_print_job_get_title
2675 gtk_print_job_get_status
2676 gtk_print_job_set_status
2677 gtk_print_job_set_source_file
2678 gtk_print_job_get_surface
2679 gtk_print_job_send
2680 gtk_print_job_set_track_print_status
2681 gtk_print_job_get_track_print_status
2682 #endif
2683 #endif
2684 #endif
2685
2686 #if IN_HEADER(__GTK_PRINT_OPERATION_H__)
2687 #if IN_FILE(__GTK_PRINT_OPERATION_C__)
2688 gtk_print_error_quark
2689 gtk_print_operation_get_type G_GNUC_CONST
2690 gtk_print_operation_new
2691 gtk_print_operation_set_default_page_setup
2692 gtk_print_operation_get_default_page_setup
2693 gtk_print_operation_set_print_settings
2694 gtk_print_operation_get_print_settings
2695 gtk_print_operation_set_job_name
2696 gtk_print_operation_set_n_pages
2697 gtk_print_operation_set_current_page
2698 gtk_print_operation_set_use_full_page
2699 gtk_print_operation_set_unit
2700 gtk_print_operation_set_show_dialog
2701 gtk_print_operation_set_pdf_target
2702 gtk_print_operation_set_track_print_status
2703 gtk_print_operation_set_show_progress
2704 gtk_print_operation_set_show_preview
2705 gtk_print_operation_set_custom_tab_label
2706 gtk_print_operation_run
2707 gtk_print_operation_run_async
2708 gtk_print_operation_get_status
2709 gtk_print_operation_get_status_string
2710 gtk_print_operation_is_finished
2711 gtk_print_operation_cancel
2712 #endif
2713 #endif
2714
2715 #if IN_HEADER(__GTK_PRINT_OPERATION_PREVIEW_H__)
2716 #if IN_FILE(__GTK_PRINT_OPERATION_PREVIEW_C__)
2717 gtk_print_operation_preview_end_preview
2718 gtk_print_operation_preview_get_type
2719 gtk_print_operation_preview_is_selected
2720 gtk_print_operation_preview_render_page
2721 #endif
2722 #endif
2723
2724 #if IN_HEADER(__GTK_PRINT_OPERATION_H__)
2725 #if IN_FILE(__GTK_PRINT_OPERATION_UNIX_C__)
2726 #ifdef G_OS_UNIX
2727 gtk_print_run_page_setup_dialog
2728 gtk_print_run_page_setup_dialog_async
2729 #endif
2730 #endif
2731 #endif
2732
2733 #if IN_HEADER(__GTK_PRINT_OPERATION_H__)
2734 #if IN_FILE(__GTK_PRINT_OPERATION_WIN32_C__)
2735 #ifdef G_OS_WIN32
2736 gtk_print_run_page_setup_dialog
2737 gtk_print_run_page_setup_dialog_async
2738 #endif
2739 #endif
2740 #endif
2741
2742 #if IN_HEADER(__GTK_PRINT_SETTINGS_H__)
2743 #if IN_FILE(__GTK_PRINT_SETTINGS_C__)
2744 gtk_print_settings_get_type G_GNUC_CONST
2745 gtk_print_settings_new
2746 gtk_print_settings_copy
2747 gtk_print_settings_has_key
2748 gtk_print_settings_get
2749 gtk_print_settings_set
2750 gtk_print_settings_unset
2751 gtk_print_settings_foreach
2752 gtk_print_settings_get_bool
2753 gtk_print_settings_set_bool
2754 gtk_print_settings_get_double
2755 gtk_print_settings_get_double_with_default
2756 gtk_print_settings_set_double
2757 gtk_print_settings_get_length
2758 gtk_print_settings_set_length
2759 gtk_print_settings_get_int
2760 gtk_print_settings_get_int_with_default
2761 gtk_print_settings_set_int
2762 gtk_print_settings_get_printer
2763 gtk_print_settings_set_printer
2764 gtk_print_settings_get_orientation
2765 gtk_print_settings_set_orientation
2766 gtk_print_settings_get_paper_size
2767 gtk_print_settings_set_paper_size
2768 gtk_print_settings_get_paper_width
2769 gtk_print_settings_set_paper_width
2770 gtk_print_settings_get_paper_height
2771 gtk_print_settings_set_paper_height
2772 gtk_print_settings_get_use_color
2773 gtk_print_settings_set_use_color
2774 gtk_print_settings_get_collate
2775 gtk_print_settings_set_collate
2776 gtk_print_settings_get_reverse
2777 gtk_print_settings_set_reverse
2778 gtk_print_settings_get_duplex
2779 gtk_print_settings_set_duplex
2780 gtk_print_settings_get_quality
2781 gtk_print_settings_set_quality
2782 gtk_print_settings_get_n_copies
2783 gtk_print_settings_set_n_copies
2784 gtk_print_settings_get_number_up
2785 gtk_print_settings_set_number_up
2786 gtk_print_settings_get_resolution
2787 gtk_print_settings_set_resolution
2788 gtk_print_settings_get_scale
2789 gtk_print_settings_set_scale
2790 gtk_print_settings_get_print_to_file
2791 gtk_print_settings_set_print_to_file
2792 gtk_print_settings_get_print_pages
2793 gtk_print_settings_set_print_pages
2794 gtk_print_settings_get_page_ranges
2795 gtk_print_settings_set_page_ranges
2796 gtk_print_settings_get_page_set
2797 gtk_print_settings_set_page_set
2798 gtk_print_settings_get_default_source
2799 gtk_print_settings_set_default_source
2800 gtk_print_settings_get_media_type
2801 gtk_print_settings_set_media_type
2802 gtk_print_settings_get_dither
2803 gtk_print_settings_set_dither
2804 gtk_print_settings_get_finishings
2805 gtk_print_settings_set_finishings
2806 gtk_print_settings_get_output_bin
2807 gtk_print_settings_set_output_bin
2808 #endif
2809 #endif
2810
2811 #if IN_HEADER(__GTK_PRINT_UNIX_DIALOG_H__)
2812 #if IN_FILE(__GTK_PRINT_UNIX_DIALOG_C__)
2813 #ifdef G_OS_UNIX
2814 gtk_print_unix_dialog_get_type G_GNUC_CONST
2815 gtk_print_unix_dialog_new
2816 gtk_print_unix_dialog_set_page_setup
2817 gtk_print_unix_dialog_get_page_setup
2818 gtk_print_unix_dialog_set_current_page
2819 gtk_print_unix_dialog_get_current_page
2820 gtk_print_unix_dialog_set_settings
2821 gtk_print_unix_dialog_get_settings
2822 gtk_print_unix_dialog_get_selected_printer
2823 gtk_print_unix_dialog_add_custom_tab
2824 gtk_print_unix_dialog_set_manual_capabilities
2825 #endif
2826 #endif
2827 #endif
2828
2829 #if IN_HEADER(__GTK_PRINT_WIN32_H__)
2830 #if IN_FILE(__GTK_PRINT_WIN32_C__)
2831 #ifdef G_OS_WIN32
2832 gtk_print_win32_devnames_free
2833 gtk_print_win32_devnames_from_win32
2834 gtk_print_win32_devnames_to_win32
2835 gtk_print_win32_devnames_from_printer_name
2836 #endif
2837 #endif
2838 #endif
2839
2840 #if IN_HEADER(__GTK_PROGRESS_BAR_H__)
2841 #if IN_FILE(__GTK_PROGRESS_BAR_C__)
2842 gtk_progress_bar_get_fraction
2843 gtk_progress_bar_get_orientation
2844 gtk_progress_bar_get_pulse_step
2845 gtk_progress_bar_get_text
2846 gtk_progress_bar_get_ellipsize
2847 gtk_progress_bar_get_type G_GNUC_CONST
2848 gtk_progress_bar_new
2849 #ifndef GTK_DISABLE_DEPRECATED
2850 gtk_progress_bar_new_with_adjustment
2851 gtk_progress_bar_set_bar_style
2852 gtk_progress_bar_set_discrete_blocks
2853 gtk_progress_bar_set_activity_blocks
2854 gtk_progress_bar_set_activity_step
2855 gtk_progress_bar_update
2856 #endif
2857 gtk_progress_bar_pulse
2858 gtk_progress_bar_set_fraction
2859 gtk_progress_bar_set_orientation
2860 gtk_progress_bar_set_pulse_step
2861 gtk_progress_bar_set_text
2862 gtk_progress_bar_set_ellipsize
2863 #endif
2864 #endif
2865
2866 #if IN_HEADER(__GTK_PROGRESS_H__)
2867 #if IN_FILE(__GTK_PROGRESS_C__)
2868 gtk_progress_configure
2869 gtk_progress_get_current_percentage
2870 gtk_progress_get_current_text
2871 gtk_progress_get_percentage_from_value
2872 gtk_progress_get_text_from_value
2873 gtk_progress_get_type G_GNUC_CONST
2874 gtk_progress_get_value
2875 gtk_progress_set_activity_mode
2876 gtk_progress_set_adjustment
2877 gtk_progress_set_format_string
2878 gtk_progress_set_percentage
2879 gtk_progress_set_show_text
2880 gtk_progress_set_text_alignment
2881 gtk_progress_set_value
2882 #endif
2883 #endif
2884
2885 #if IN_HEADER(__GTK_RADIO_ACTION_H__)
2886 #if IN_FILE(__GTK_RADIO_ACTION_C__)
2887 gtk_radio_action_get_current_value
2888 gtk_radio_action_get_group
2889 gtk_radio_action_get_type G_GNUC_CONST
2890 gtk_radio_action_new
2891 gtk_radio_action_set_current_value
2892 gtk_radio_action_set_group
2893 #endif
2894 #endif
2895
2896 #if IN_HEADER(__GTK_RADIO_BUTTON_H__)
2897 #if IN_FILE(__GTK_RADIO_BUTTON_C__)
2898 gtk_radio_button_get_group
2899 gtk_radio_button_get_type G_GNUC_CONST
2900 gtk_radio_button_new
2901 gtk_radio_button_new_from_widget
2902 gtk_radio_button_new_with_label
2903 gtk_radio_button_new_with_label_from_widget
2904 gtk_radio_button_new_with_mnemonic
2905 gtk_radio_button_new_with_mnemonic_from_widget
2906 gtk_radio_button_set_group
2907 #endif
2908 #endif
2909
2910 #if IN_HEADER(__GTK_RADIO_MENU_ITEM_H__)
2911 #if IN_FILE(__GTK_RADIO_MENU_ITEM_C__)
2912 gtk_radio_menu_item_get_group
2913 gtk_radio_menu_item_get_type G_GNUC_CONST
2914 gtk_radio_menu_item_new
2915 gtk_radio_menu_item_new_from_widget
2916 gtk_radio_menu_item_new_with_label
2917 gtk_radio_menu_item_new_with_label_from_widget
2918 gtk_radio_menu_item_new_with_mnemonic
2919 gtk_radio_menu_item_new_with_mnemonic_from_widget
2920 gtk_radio_menu_item_set_group
2921 #endif
2922 #endif
2923
2924 #if IN_HEADER(__GTK_RADIO_TOOL_BUTTON_H__)
2925 #if IN_FILE(__GTK_RADIO_TOOL_BUTTON_C__)
2926 gtk_radio_tool_button_get_group
2927 gtk_radio_tool_button_get_type G_GNUC_CONST
2928 gtk_radio_tool_button_new
2929 gtk_radio_tool_button_new_from_stock
2930 gtk_radio_tool_button_new_from_widget
2931 gtk_radio_tool_button_new_with_stock_from_widget
2932 gtk_radio_tool_button_set_group
2933 #endif
2934 #endif
2935
2936 #if IN_HEADER(__GTK_RANGE_H__)
2937 #if IN_FILE(__GTK_RANGE_C__)
2938 gtk_range_get_adjustment
2939 gtk_range_get_inverted
2940 gtk_range_get_lower_stepper_sensitivity
2941 gtk_range_get_type G_GNUC_CONST
2942 gtk_range_get_update_policy
2943 gtk_range_get_upper_stepper_sensitivity
2944 gtk_range_get_value
2945 gtk_range_set_adjustment
2946 gtk_range_set_increments
2947 gtk_range_set_inverted
2948 gtk_range_set_lower_stepper_sensitivity
2949 gtk_range_set_range
2950 gtk_range_set_update_policy
2951 gtk_range_set_upper_stepper_sensitivity
2952 gtk_range_set_value
2953 #endif
2954 #endif
2955
2956 #if IN_HEADER(__GTK_RC_H__)
2957 #if IN_FILE(__GTK_RC_C__)
2958 #ifndef GTK_DISABLE_DEPRECATED
2959 gtk_rc_add_class_style
2960 gtk_rc_add_widget_class_style
2961 gtk_rc_add_widget_name_style
2962 #endif
2963 gtk_rc_add_default_file PRIVATE
2964 #ifdef G_OS_WIN32
2965 gtk_rc_add_default_file_utf8
2966 #endif
2967 gtk_rc_find_module_in_path
2968 gtk_rc_find_pixmap_in_path
2969 gtk_rc_get_default_files
2970 gtk_rc_get_im_module_file
2971 gtk_rc_get_im_module_path
2972 gtk_rc_get_module_dir
2973 gtk_rc_get_style
2974 gtk_rc_get_style_by_paths
2975 gtk_rc_get_theme_dir
2976 gtk_rc_parse PRIVATE
2977 #ifdef G_OS_WIN32
2978 gtk_rc_parse_utf8
2979 #endif
2980 gtk_rc_parse_color
2981 gtk_rc_parse_priority
2982 gtk_rc_parse_state
2983 gtk_rc_parse_string
2984 gtk_rc_reparse_all
2985 gtk_rc_reparse_all_for_settings
2986 gtk_rc_reset_styles
2987 gtk_rc_scanner_new
2988 gtk_rc_set_default_files PRIVATE
2989 #ifdef G_OS_WIN32
2990 gtk_rc_set_default_files_utf8
2991 #endif
2992 gtk_rc_style_copy
2993 gtk_rc_style_get_type G_GNUC_CONST
2994 gtk_rc_style_new
2995 gtk_rc_style_ref
2996 gtk_rc_style_unref
2997 #endif
2998 #endif
2999
3000 #if IN_HEADER(__GTK_RECENT_CHOOSER_H__)
3001 #if IN_FILE(__GTK_RECENT_CHOOSER_C__)
3002 gtk_recent_chooser_set_show_private
3003 gtk_recent_chooser_get_show_private
3004 gtk_recent_chooser_set_show_not_found
3005 gtk_recent_chooser_get_show_not_found
3006 gtk_recent_chooser_set_show_icons
3007 gtk_recent_chooser_get_show_icons
3008 gtk_recent_chooser_set_select_multiple
3009 gtk_recent_chooser_get_select_multiple
3010 gtk_recent_chooser_set_local_only
3011 gtk_recent_chooser_get_local_only
3012 gtk_recent_chooser_set_limit
3013 gtk_recent_chooser_get_limit
3014 gtk_recent_chooser_set_show_tips
3015 gtk_recent_chooser_get_show_tips
3016 gtk_recent_chooser_set_show_numbers
3017 gtk_recent_chooser_get_show_numbers
3018 gtk_recent_chooser_set_sort_type
3019 gtk_recent_chooser_get_sort_type
3020 gtk_recent_chooser_set_sort_func
3021 gtk_recent_chooser_set_current_uri
3022 gtk_recent_chooser_get_current_uri
3023 gtk_recent_chooser_get_current_item
3024 gtk_recent_chooser_select_uri
3025 gtk_recent_chooser_unselect_uri
3026 gtk_recent_chooser_select_all
3027 gtk_recent_chooser_unselect_all
3028 gtk_recent_chooser_get_items
3029 gtk_recent_chooser_get_uris
3030 gtk_recent_chooser_add_filter
3031 gtk_recent_chooser_remove_filter
3032 gtk_recent_chooser_list_filters
3033 gtk_recent_chooser_set_filter
3034 gtk_recent_chooser_get_filter
3035 gtk_recent_chooser_get_type G_GNUC_CONST
3036 gtk_recent_chooser_error_quark
3037 #endif
3038 #endif
3039
3040 #if IN_HEADER(__GTK_RECENT_CHOOSER_DIALOG_H__)
3041 #if IN_FILE(__GTK_RECENT_CHOOSER_DIALOG_C__)
3042 gtk_recent_chooser_dialog_get_type G_GNUC_CONST
3043 gtk_recent_chooser_dialog_new G_GNUC_NULL_TERMINATED
3044 gtk_recent_chooser_dialog_new_for_manager G_GNUC_NULL_TERMINATED
3045 #endif
3046 #endif
3047
3048 #if IN_HEADER(__GTK_RECENT_CHOOSER_MENU_H__)
3049 #if IN_FILE(__GTK_RECENT_CHOOSER_MENU_C__)
3050 gtk_recent_chooser_menu_get_type G_GNUC_CONST
3051 gtk_recent_chooser_menu_new
3052 gtk_recent_chooser_menu_new_for_manager
3053 gtk_recent_chooser_menu_get_show_numbers
3054 gtk_recent_chooser_menu_set_show_numbers
3055 #endif
3056 #endif
3057
3058 #if IN_HEADER(__GTK_RECENT_CHOOSER_WIDGET_H__)
3059 #if IN_FILE(__GTK_RECENT_CHOOSER_WIDGET_C__)
3060 gtk_recent_chooser_widget_get_type G_GNUC_CONST
3061 gtk_recent_chooser_widget_new
3062 gtk_recent_chooser_widget_new_for_manager
3063 #endif
3064 #endif
3065
3066 #if IN_HEADER(__GTK_RECENT_FILTER_H__)
3067 #if IN_FILE(__GTK_RECENT_FILTER_C__)
3068 gtk_recent_filter_get_type G_GNUC_CONST
3069 gtk_recent_filter_new
3070 gtk_recent_filter_set_name
3071 gtk_recent_filter_get_name
3072 gtk_recent_filter_add_mime_type
3073 gtk_recent_filter_add_pattern
3074 gtk_recent_filter_add_pixbuf_formats
3075 gtk_recent_filter_add_application
3076 gtk_recent_filter_add_group
3077 gtk_recent_filter_add_age
3078 gtk_recent_filter_add_custom
3079 gtk_recent_filter_get_needed
3080 gtk_recent_filter_filter
3081 #endif
3082 #endif
3083
3084 #if IN_HEADER(__GTK_RECENT_MANAGER_H__)
3085 #if IN_FILE(__GTK_RECENT_MANAGER_C__)
3086 gtk_recent_manager_error_quark
3087 gtk_recent_manager_get_type G_GNUC_CONST
3088 gtk_recent_manager_new
3089 gtk_recent_manager_get_items
3090 gtk_recent_manager_get_default
3091 gtk_recent_manager_get_for_screen
3092 gtk_recent_manager_set_screen
3093 gtk_recent_manager_add_item
3094 gtk_recent_manager_add_full
3095 gtk_recent_manager_remove_item
3096 gtk_recent_manager_lookup_item
3097 gtk_recent_manager_has_item
3098 gtk_recent_manager_move_item
3099 gtk_recent_manager_set_limit
3100 gtk_recent_manager_get_limit
3101 gtk_recent_manager_purge_items
3102 gtk_recent_info_get_type G_GNUC_CONST
3103 gtk_recent_info_ref
3104 gtk_recent_info_unref
3105 gtk_recent_info_get_uri
3106 gtk_recent_info_get_display_name
3107 gtk_recent_info_get_description
3108 gtk_recent_info_get_mime_type
3109 gtk_recent_info_get_added
3110 gtk_recent_info_get_modified
3111 gtk_recent_info_get_visited
3112 gtk_recent_info_get_private_hint
3113 gtk_recent_info_get_application_info
3114 gtk_recent_info_get_applications G_GNUC_MALLOC
3115 gtk_recent_info_last_application G_GNUC_MALLOC
3116 gtk_recent_info_has_application
3117 gtk_recent_info_get_groups G_GNUC_MALLOC
3118 gtk_recent_info_has_group
3119 gtk_recent_info_get_icon
3120 gtk_recent_info_get_short_name G_GNUC_MALLOC
3121 gtk_recent_info_get_uri_display G_GNUC_MALLOC
3122 gtk_recent_info_get_age
3123 gtk_recent_info_is_local
3124 gtk_recent_info_exists
3125 gtk_recent_info_match
3126 #endif
3127 #endif
3128
3129 #if IN_HEADER(__GTK_TEXT_BUFFER_RICH_TEXT_H__)
3130 #if IN_FILE(__GTK_TEXT_BUFFER_RICH_TEXT_C__)
3131 gtk_text_buffer_deserialize
3132 gtk_text_buffer_deserialize_get_can_create_tags
3133 gtk_text_buffer_deserialize_set_can_create_tags
3134 gtk_text_buffer_get_deserialize_formats
3135 gtk_text_buffer_get_serialize_formats
3136 gtk_text_buffer_register_deserialize_format
3137 gtk_text_buffer_register_deserialize_tagset
3138 gtk_text_buffer_register_serialize_format
3139 gtk_text_buffer_register_serialize_tagset
3140 gtk_text_buffer_serialize
3141 gtk_text_buffer_unregister_deserialize_format
3142 gtk_text_buffer_unregister_serialize_format
3143 #endif
3144 #endif
3145
3146 #if IN_HEADER(__GTK_RULER_H__)
3147 #if IN_FILE(__GTK_RULER_C__)
3148 gtk_ruler_draw_pos
3149 gtk_ruler_draw_ticks
3150 gtk_ruler_get_metric
3151 gtk_ruler_get_range
3152 gtk_ruler_get_type G_GNUC_CONST
3153 gtk_ruler_set_metric
3154 gtk_ruler_set_range
3155 #endif
3156 #endif
3157
3158 #if IN_HEADER(__GTK_SCALE_H__)
3159 #if IN_FILE(__GTK_SCALE_C__)
3160 gtk_scale_get_digits
3161 gtk_scale_get_draw_value
3162 gtk_scale_get_layout
3163 gtk_scale_get_layout_offsets
3164 gtk_scale_get_type G_GNUC_CONST
3165 gtk_scale_get_value_pos
3166 gtk_scale_set_digits
3167 gtk_scale_set_draw_value
3168 gtk_scale_set_value_pos
3169 #endif
3170 #endif
3171
3172 #if IN_HEADER(__GTK_SCROLLBAR_H__)
3173 #if IN_FILE(__GTK_SCROLLBAR_C__)
3174 gtk_scrollbar_get_type G_GNUC_CONST
3175 #endif
3176 #endif
3177
3178 #if IN_HEADER(__GTK_SCROLLED_WINDOW_H__)
3179 #if IN_FILE(__GTK_SCROLLED_WINDOW_C__)
3180 gtk_scrolled_window_add_with_viewport
3181 gtk_scrolled_window_get_hadjustment
3182 gtk_scrolled_window_get_hscrollbar
3183 gtk_scrolled_window_get_placement
3184 gtk_scrolled_window_get_policy
3185 gtk_scrolled_window_get_shadow_type
3186 gtk_scrolled_window_get_type G_GNUC_CONST
3187 gtk_scrolled_window_get_vadjustment
3188 gtk_scrolled_window_get_vscrollbar
3189 gtk_scrolled_window_new
3190 gtk_scrolled_window_set_hadjustment
3191 gtk_scrolled_window_set_placement
3192 gtk_scrolled_window_set_policy
3193 gtk_scrolled_window_set_shadow_type
3194 gtk_scrolled_window_set_vadjustment
3195 gtk_scrolled_window_unset_placement
3196 #endif
3197 #endif
3198
3199 #if IN_HEADER(__GTK_SELECTION_H__)
3200 #if IN_FILE(__GTK_SELECTION_C__)
3201 gtk_selection_add_target
3202 gtk_selection_add_targets
3203 gtk_selection_clear
3204 gtk_selection_clear_targets
3205 gtk_selection_convert
3206 gtk_selection_data_copy
3207 gtk_selection_data_free
3208 gtk_selection_data_get_pixbuf
3209 gtk_selection_data_get_targets
3210 gtk_selection_data_get_text
3211 gtk_selection_data_get_type G_GNUC_CONST
3212 gtk_selection_data_get_uris
3213 gtk_selection_data_set
3214 gtk_selection_data_set_pixbuf
3215 gtk_selection_data_set_text
3216 gtk_selection_data_set_uris
3217 gtk_selection_data_targets_include_image
3218 gtk_selection_data_targets_include_rich_text
3219 gtk_selection_data_targets_include_text
3220 gtk_selection_data_targets_include_uri
3221 gtk_targets_include_image
3222 gtk_targets_include_rich_text
3223 gtk_targets_include_text
3224 gtk_targets_include_uri
3225 gtk_selection_owner_set
3226 gtk_selection_owner_set_for_display
3227 gtk_selection_remove_all
3228 gtk_target_list_add
3229 gtk_target_list_add_image_targets
3230 gtk_target_list_add_rich_text_targets
3231 gtk_target_list_add_table
3232 gtk_target_list_add_text_targets
3233 gtk_target_list_add_uri_targets
3234 gtk_target_list_find
3235 gtk_target_list_get_type G_GNUC_CONST
3236 gtk_target_list_new
3237 gtk_target_list_ref
3238 gtk_target_list_remove
3239 gtk_target_list_unref
3240 gtk_target_table_new_from_list
3241 gtk_target_table_free
3242 #endif
3243 #endif
3244
3245 #if IN_HEADER(__GTK_SEPARATOR_H__)
3246 #if IN_FILE(__GTK_SEPARATOR_C__)
3247 gtk_separator_get_type G_GNUC_CONST
3248 #endif
3249 #endif
3250
3251 #if IN_HEADER(__GTK_SEPARATOR_MENU_ITEM_H__)
3252 #if IN_FILE(__GTK_SEPARATOR_MENU_ITEM_C__)
3253 gtk_separator_menu_item_get_type G_GNUC_CONST
3254 gtk_separator_menu_item_new
3255 #endif
3256 #endif
3257
3258 #if IN_HEADER(__GTK_SEPARATOR_TOOL_ITEM_H__)
3259 #if IN_FILE(__GTK_SEPARATOR_TOOL_ITEM_C__)
3260 gtk_separator_tool_item_get_draw
3261 gtk_separator_tool_item_get_type G_GNUC_CONST
3262 gtk_separator_tool_item_new
3263 gtk_separator_tool_item_set_draw
3264 #endif
3265 #endif
3266
3267 #if IN_HEADER(__GTK_SETTINGS_H__)
3268 #if IN_FILE(__GTK_SETTINGS_C__)
3269 gtk_settings_get_default
3270 gtk_settings_get_for_screen
3271 gtk_settings_get_type G_GNUC_CONST
3272 gtk_settings_install_property
3273 gtk_settings_install_property_parser
3274 gtk_settings_set_double_property
3275 gtk_settings_set_long_property
3276 gtk_settings_set_property_value
3277 gtk_settings_set_string_property
3278 gtk_rc_property_parse_border
3279 gtk_rc_property_parse_color
3280 gtk_rc_property_parse_enum
3281 gtk_rc_property_parse_flags
3282 gtk_rc_property_parse_requisition
3283 #endif
3284 #endif
3285
3286 #if IN_HEADER(__GTK_SIGNAL_H__)
3287 #if IN_FILE(__GTK_SIGNAL_C__)
3288 #ifndef GTK_DISABLE_DEPRECATED
3289 gtk_signal_compat_matched
3290 gtk_signal_connect_full
3291 gtk_signal_connect_object_while_alive
3292 gtk_signal_connect_while_alive
3293 gtk_signal_emit
3294 gtk_signal_emit_by_name
3295 gtk_signal_emit_stop_by_name
3296 gtk_signal_emitv
3297 gtk_signal_emitv_by_name
3298 gtk_signal_new
3299 gtk_signal_newv
3300 #endif
3301 #endif
3302 #endif
3303
3304 #if IN_HEADER(__GTK_SIZE_GROUP_H__)
3305 #if IN_FILE(__GTK_SIZE_GROUP_C__)
3306 gtk_size_group_add_widget
3307 gtk_size_group_get_ignore_hidden
3308 gtk_size_group_get_mode
3309 gtk_size_group_get_type G_GNUC_CONST
3310 gtk_size_group_get_widgets
3311 gtk_size_group_new
3312 gtk_size_group_remove_widget
3313 gtk_size_group_set_ignore_hidden
3314 gtk_size_group_set_mode
3315 #endif
3316 #endif
3317
3318
3319 #if IN_HEADER(__GTK_SOCKET_H__)
3320 #if IN_FILE(__GTK_SOCKET_C__)
3321 gtk_socket_add_id
3322 gtk_socket_get_id
3323 gtk_socket_get_type G_GNUC_CONST
3324 gtk_socket_new
3325 #ifndef GTK_DISABLE_DEPRECATED
3326 gtk_socket_steal
3327 #endif
3328 #endif
3329 #endif
3330
3331 #if IN_HEADER(__GTK_SPIN_BUTTON_H__)
3332 #if IN_FILE(__GTK_SPIN_BUTTON_C__)
3333 gtk_spin_button_configure
3334 gtk_spin_button_get_adjustment
3335 gtk_spin_button_get_digits
3336 gtk_spin_button_get_increments
3337 gtk_spin_button_get_numeric
3338 gtk_spin_button_get_range
3339 gtk_spin_button_get_snap_to_ticks
3340 gtk_spin_button_get_type G_GNUC_CONST
3341 gtk_spin_button_get_update_policy
3342 gtk_spin_button_get_value
3343 gtk_spin_button_get_value_as_int
3344 gtk_spin_button_get_wrap
3345 gtk_spin_button_new
3346 gtk_spin_button_new_with_range
3347 gtk_spin_button_set_adjustment
3348 gtk_spin_button_set_digits
3349 gtk_spin_button_set_increments
3350 gtk_spin_button_set_numeric
3351 gtk_spin_button_set_range
3352 gtk_spin_button_set_snap_to_ticks
3353 gtk_spin_button_set_update_policy
3354 gtk_spin_button_set_value
3355 gtk_spin_button_set_wrap
3356 gtk_spin_button_spin
3357 gtk_spin_button_update
3358 #endif
3359 #endif
3360
3361 #if IN_HEADER(__GTK_STATUSBAR_H__)
3362 #if IN_FILE(__GTK_STATUSBAR_C__)
3363 gtk_statusbar_get_context_id
3364 gtk_statusbar_get_has_resize_grip
3365 gtk_statusbar_get_type G_GNUC_CONST
3366 gtk_statusbar_new
3367 gtk_statusbar_pop
3368 gtk_statusbar_push
3369 gtk_statusbar_remove
3370 gtk_statusbar_set_has_resize_grip
3371 #endif
3372 #endif
3373
3374 #if IN_HEADER(__GTK_STOCK_H__)
3375 #if IN_FILE(__GTK_STOCK_C__)
3376 gtk_stock_add
3377 gtk_stock_add_static
3378 gtk_stock_item_copy
3379 gtk_stock_item_free
3380 gtk_stock_list_ids
3381 gtk_stock_lookup
3382 gtk_stock_set_translate_func
3383 #endif
3384 #endif
3385
3386 #if IN_HEADER(__GTK_TABLE_H__)
3387 #if IN_FILE(__GTK_TABLE_C__)
3388 gtk_table_attach
3389 gtk_table_attach_defaults
3390 gtk_table_get_col_spacing
3391 gtk_table_get_default_col_spacing
3392 gtk_table_get_default_row_spacing
3393 gtk_table_get_homogeneous
3394 gtk_table_get_row_spacing
3395 gtk_table_get_type G_GNUC_CONST
3396 gtk_table_new
3397 gtk_table_resize
3398 gtk_table_set_col_spacing
3399 gtk_table_set_col_spacings
3400 gtk_table_set_homogeneous
3401 gtk_table_set_row_spacing
3402 gtk_table_set_row_spacings
3403 #endif
3404 #endif
3405
3406 #if IN_HEADER(__GTK_TEAROFF_MENU_ITEM_H__)
3407 #if IN_FILE(__GTK_TEAROFF_MENU_ITEM_C__)
3408 gtk_tearoff_menu_item_get_type G_GNUC_CONST
3409 gtk_tearoff_menu_item_new
3410 #endif
3411 #endif
3412
3413 #if IN_HEADER(__GTK_TEXT_TAG_H__)
3414 #if IN_FILE(__GTK_TEXT_TAG_C__)
3415 gtk_text_attributes_copy
3416 gtk_text_attributes_copy_values
3417 gtk_text_attributes_get_type G_GNUC_CONST
3418 gtk_text_attributes_new
3419 gtk_text_attributes_ref
3420 gtk_text_attributes_unref
3421 gtk_text_tag_event
3422 gtk_text_tag_get_priority
3423 gtk_text_tag_get_type G_GNUC_CONST
3424 gtk_text_tag_new
3425 gtk_text_tag_set_priority
3426 #endif
3427 #endif
3428
3429 #if IN_HEADER(__GTK_TEXT_TAG_TABLE_H__)
3430 #if IN_FILE(__GTK_TEXT_TAG_TABLE_C__)
3431 gtk_text_tag_table_add
3432 gtk_text_tag_table_foreach
3433 gtk_text_tag_table_get_size
3434 gtk_text_tag_table_get_type G_GNUC_CONST
3435 gtk_text_tag_table_lookup
3436 gtk_text_tag_table_new
3437 gtk_text_tag_table_remove
3438 #endif
3439 #endif
3440
3441 #if IN_HEADER(__GTK_TEXT_H__)
3442 #if IN_FILE(__GTK_TEXT_C__)
3443 gtk_text_backward_delete
3444 gtk_text_forward_delete
3445 gtk_text_freeze
3446 gtk_text_get_length
3447 gtk_text_get_point
3448 gtk_text_get_type G_GNUC_CONST
3449 gtk_text_insert
3450 gtk_text_new
3451 gtk_text_set_adjustments
3452 gtk_text_set_editable
3453 gtk_text_set_line_wrap
3454 gtk_text_set_point
3455 gtk_text_set_word_wrap
3456 gtk_text_thaw
3457 #endif
3458 #endif
3459
3460 #if IN_HEADER(__GTK_TEXT_BUFFER_H__)
3461 #if IN_FILE(__GTK_TEXT_BUFFER_C__)
3462 gtk_text_buffer_add_selection_clipboard
3463 gtk_text_buffer_apply_tag
3464 gtk_text_buffer_apply_tag_by_name
3465 gtk_text_buffer_backspace
3466 gtk_text_buffer_begin_user_action
3467 gtk_text_buffer_copy_clipboard
3468 gtk_text_buffer_create_child_anchor
3469 gtk_text_buffer_create_mark
3470 gtk_text_buffer_create_tag 
3471 gtk_text_buffer_cut_clipboard
3472 gtk_text_buffer_delete
3473 gtk_text_buffer_delete_interactive
3474 gtk_text_buffer_delete_mark
3475 gtk_text_buffer_delete_mark_by_name
3476 gtk_text_buffer_delete_selection
3477 gtk_text_buffer_end_user_action
3478 gtk_text_buffer_get_bounds
3479 gtk_text_buffer_get_char_count
3480 gtk_text_buffer_get_copy_target_list
3481 gtk_text_buffer_get_end_iter
3482 gtk_text_buffer_get_has_selection
3483 gtk_text_buffer_get_insert
3484 gtk_text_buffer_get_iter_at_child_anchor
3485 gtk_text_buffer_get_iter_at_line
3486 gtk_text_buffer_get_iter_at_line_index
3487 gtk_text_buffer_get_iter_at_line_offset
3488 gtk_text_buffer_get_iter_at_mark
3489 gtk_text_buffer_get_iter_at_offset
3490 gtk_text_buffer_get_line_count
3491 gtk_text_buffer_get_mark
3492 gtk_text_buffer_get_modified
3493 gtk_text_buffer_get_paste_target_list
3494 gtk_text_buffer_get_selection_bound
3495 gtk_text_buffer_get_selection_bounds
3496 gtk_text_buffer_get_slice
3497 gtk_text_buffer_get_start_iter
3498 gtk_text_buffer_get_tag_table
3499 gtk_text_buffer_get_text
3500 gtk_text_buffer_get_type G_GNUC_CONST
3501 gtk_text_buffer_insert
3502 gtk_text_buffer_insert_at_cursor
3503 gtk_text_buffer_insert_child_anchor
3504 gtk_text_buffer_insert_interactive
3505 gtk_text_buffer_insert_interactive_at_cursor
3506 gtk_text_buffer_insert_pixbuf
3507 gtk_text_buffer_insert_range
3508 gtk_text_buffer_insert_range_interactive
3509 gtk_text_buffer_insert_with_tags G_GNUC_NULL_TERMINATED
3510 gtk_text_buffer_insert_with_tags_by_name G_GNUC_NULL_TERMINATED
3511 gtk_text_buffer_move_mark
3512 gtk_text_buffer_move_mark_by_name
3513 gtk_text_buffer_new
3514 gtk_text_buffer_paste_clipboard
3515 gtk_text_buffer_place_cursor
3516 gtk_text_buffer_remove_all_tags
3517 gtk_text_buffer_remove_selection_clipboard
3518 gtk_text_buffer_remove_tag
3519 gtk_text_buffer_remove_tag_by_name
3520 gtk_text_buffer_select_range
3521 gtk_text_buffer_set_modified
3522 gtk_text_buffer_set_text
3523 #endif
3524 #endif
3525
3526 #if IN_HEADER(__GTK_TEXT_TYPES_H__)
3527 #if IN_FILE(__GTK_TEXT_TYPES_C__)
3528 gtk_text_byte_begins_utf8_char
3529 #endif
3530 #endif
3531
3532 #if IN_HEADER(__GTK_TEXT_ITER_H__)
3533 #if IN_FILE(__GTK_TEXT_ITER_C__)
3534 gtk_text_iter_backward_char
3535 gtk_text_iter_backward_chars
3536 gtk_text_iter_backward_cursor_position
3537 gtk_text_iter_backward_cursor_positions
3538 gtk_text_iter_backward_find_char
3539 gtk_text_iter_backward_line
3540 gtk_text_iter_backward_lines
3541 gtk_text_iter_backward_search
3542 gtk_text_iter_backward_sentence_start
3543 gtk_text_iter_backward_sentence_starts
3544 gtk_text_iter_backward_to_tag_toggle
3545 gtk_text_iter_backward_visible_cursor_position
3546 gtk_text_iter_backward_visible_cursor_positions
3547 gtk_text_iter_backward_visible_line
3548 gtk_text_iter_backward_visible_lines
3549 gtk_text_iter_backward_visible_word_start
3550 gtk_text_iter_backward_visible_word_starts
3551 gtk_text_iter_backward_word_start
3552 gtk_text_iter_backward_word_starts
3553 gtk_text_iter_begins_tag
3554 gtk_text_iter_can_insert
3555 gtk_text_iter_compare
3556 gtk_text_iter_copy
3557 gtk_text_iter_editable
3558 gtk_text_iter_ends_line
3559 gtk_text_iter_ends_sentence
3560 gtk_text_iter_ends_tag
3561 gtk_text_iter_ends_word
3562 gtk_text_iter_equal
3563 gtk_text_iter_forward_char
3564 gtk_text_iter_forward_chars
3565 gtk_text_iter_forward_cursor_position
3566 gtk_text_iter_forward_cursor_positions
3567 gtk_text_iter_forward_find_char
3568 gtk_text_iter_forward_line
3569 gtk_text_iter_forward_lines
3570 gtk_text_iter_forward_search
3571 gtk_text_iter_forward_sentence_end
3572 gtk_text_iter_forward_sentence_ends
3573 gtk_text_iter_forward_to_end
3574 gtk_text_iter_forward_to_line_end
3575 gtk_text_iter_forward_to_tag_toggle
3576 gtk_text_iter_forward_visible_cursor_position
3577 gtk_text_iter_forward_visible_cursor_positions
3578 gtk_text_iter_forward_visible_line
3579 gtk_text_iter_forward_visible_lines
3580 gtk_text_iter_forward_visible_word_end
3581 gtk_text_iter_forward_visible_word_ends
3582 gtk_text_iter_forward_word_end
3583 gtk_text_iter_forward_word_ends
3584 gtk_text_iter_free
3585 gtk_text_iter_get_attributes
3586 gtk_text_iter_get_buffer
3587 gtk_text_iter_get_bytes_in_line
3588 gtk_text_iter_get_char
3589 gtk_text_iter_get_chars_in_line
3590 gtk_text_iter_get_child_anchor
3591 gtk_text_iter_get_language
3592 gtk_text_iter_get_line
3593 gtk_text_iter_get_line_index
3594 gtk_text_iter_get_line_offset
3595 gtk_text_iter_get_marks
3596 gtk_text_iter_get_offset
3597 gtk_text_iter_get_pixbuf
3598 gtk_text_iter_get_slice
3599 gtk_text_iter_get_tags
3600 gtk_text_iter_get_text
3601 gtk_text_iter_get_toggled_tags
3602 gtk_text_iter_get_type G_GNUC_CONST
3603 gtk_text_iter_get_visible_line_index
3604 gtk_text_iter_get_visible_line_offset
3605 gtk_text_iter_get_visible_slice
3606 gtk_text_iter_get_visible_text
3607 gtk_text_iter_has_tag
3608 gtk_text_iter_in_range
3609 gtk_text_iter_inside_sentence
3610 gtk_text_iter_inside_word
3611 gtk_text_iter_is_cursor_position
3612 gtk_text_iter_is_end
3613 gtk_text_iter_is_start
3614 gtk_text_iter_order
3615 gtk_text_iter_set_line
3616 gtk_text_iter_set_line_index
3617 gtk_text_iter_set_line_offset
3618 gtk_text_iter_set_offset
3619 gtk_text_iter_set_visible_line_index
3620 gtk_text_iter_set_visible_line_offset
3621 gtk_text_iter_starts_line
3622 gtk_text_iter_starts_sentence
3623 gtk_text_iter_starts_word
3624 gtk_text_iter_toggles_tag
3625 #endif
3626 #endif
3627
3628 #if IN_HEADER(__GTK_TEXT_LAYOUT_H__)
3629 #if IN_FILE(__GTK_TEXT_LAYOUT_C__)
3630 gtk_text_layout_changed
3631 gtk_text_layout_clamp_iter_to_vrange
3632 gtk_text_layout_default_style_changed
3633 gtk_text_layout_free_line_data
3634 gtk_text_layout_free_line_display
3635 gtk_text_layout_get_buffer
3636 gtk_text_layout_get_cursor_locations
3637 gtk_text_layout_get_cursor_visible
3638 gtk_text_layout_get_iter_at_line
3639 gtk_text_layout_get_iter_at_pixel
3640 gtk_text_layout_get_iter_at_position
3641 gtk_text_layout_get_iter_location
3642 gtk_text_layout_get_line_at_y
3643 gtk_text_layout_get_line_display
3644 gtk_text_layout_get_lines
3645 gtk_text_layout_get_line_yrange
3646 gtk_text_layout_get_size
3647 gtk_text_layout_get_type G_GNUC_CONST
3648 gtk_text_layout_invalidate
3649 gtk_text_layout_is_valid
3650 gtk_text_layout_iter_starts_line
3651 gtk_text_layout_move_iter_to_line_end
3652 gtk_text_layout_move_iter_to_next_line
3653 gtk_text_layout_move_iter_to_previous_line
3654 gtk_text_layout_move_iter_to_x
3655 gtk_text_layout_move_iter_visually
3656 gtk_text_layout_new
3657 gtk_text_layout_set_buffer
3658 gtk_text_layout_set_contexts
3659 gtk_text_layout_set_cursor_direction
3660 gtk_text_layout_set_cursor_visible
3661 gtk_text_layout_set_default_style
3662 gtk_text_layout_set_keyboard_direction
3663 gtk_text_layout_set_preedit_string
3664 gtk_text_layout_set_screen_width
3665 gtk_text_layout_spew
3666 gtk_text_layout_validate
3667 gtk_text_layout_validate_yrange
3668 gtk_text_layout_wrap
3669 gtk_text_layout_wrap_loop_end
3670 gtk_text_layout_wrap_loop_start
3671 #endif
3672 #endif
3673
3674 #if IN_HEADER(__GTK_TEXT_CHILD_H__)
3675 #if IN_FILE(__GTK_TEXT_CHILD_C__)
3676 gtk_text_child_anchor_get_deleted
3677 gtk_text_child_anchor_get_type G_GNUC_CONST
3678 gtk_text_child_anchor_get_widgets
3679 gtk_text_child_anchor_new
3680 #endif
3681 #endif
3682
3683 #if IN_HEADER(__GTK_TEXT_LAYOUT_H__)
3684 #if IN_FILE(__GTK_TEXT_CHILD_C__)
3685 gtk_text_child_anchor_queue_resize
3686 gtk_text_child_anchor_register_child
3687 gtk_text_child_anchor_unregister_child
3688 gtk_text_anchored_child_set_layout
3689 #endif
3690 #endif
3691
3692 #if IN_HEADER(__GTK_TEXT_DISPLAY_H__)
3693 #if IN_FILE(__GTK_TEXT_DISPLAY_C__)
3694 gtk_text_layout_draw
3695 #endif
3696 #endif
3697
3698 #if IN_HEADER(__GTK_TEXT_SEGMENT_H__)
3699 #if IN_FILE(__GTK_TEXT_SEGMENT_C__)
3700 gtk_text_line_segment_split
3701 #endif
3702 #endif
3703
3704 #if IN_HEADER(__GTK_TEXT_MARK_H__)
3705 #if IN_FILE(__GTK_TEXT_MARK_C__)
3706 gtk_text_mark_get_buffer
3707 gtk_text_mark_get_deleted
3708 gtk_text_mark_get_left_gravity
3709 gtk_text_mark_get_name
3710 gtk_text_mark_get_type G_GNUC_CONST
3711 gtk_text_mark_get_visible
3712 #endif
3713 #endif
3714
3715 #if IN_HEADER(__GTK_TEXT_MARK_H__)
3716 #if IN_FILE(__GTK_TEXT_BTREE_C__)
3717 gtk_text_mark_set_visible
3718 #endif
3719 #endif
3720
3721 #if IN_HEADER(__GTK_TEXT_VIEW_H__)
3722 #if IN_FILE(__GTK_TEXT_VIEW_C__)
3723 gtk_text_view_add_child_at_anchor
3724 gtk_text_view_add_child_in_window
3725 gtk_text_view_backward_display_line
3726 gtk_text_view_backward_display_line_start
3727 gtk_text_view_buffer_to_window_coords
3728 gtk_text_view_forward_display_line
3729 gtk_text_view_forward_display_line_end
3730 gtk_text_view_get_accepts_tab
3731 gtk_text_view_get_border_window_size
3732 gtk_text_view_get_buffer
3733 gtk_text_view_get_cursor_visible
3734 gtk_text_view_get_default_attributes
3735 gtk_text_view_get_editable
3736 gtk_text_view_get_indent
3737 gtk_text_view_get_iter_at_location
3738 gtk_text_view_get_iter_at_position
3739 gtk_text_view_get_iter_location
3740 gtk_text_view_get_justification
3741 gtk_text_view_get_left_margin
3742 gtk_text_view_get_line_at_y
3743 gtk_text_view_get_line_yrange
3744 gtk_text_view_get_overwrite
3745 gtk_text_view_get_pixels_above_lines
3746 gtk_text_view_get_pixels_below_lines
3747 gtk_text_view_get_pixels_inside_wrap
3748 gtk_text_view_get_right_margin
3749 gtk_text_view_get_tabs
3750 gtk_text_view_get_type G_GNUC_CONST
3751 gtk_text_view_get_visible_rect
3752 gtk_text_view_get_window
3753 gtk_text_view_get_window_type
3754 gtk_text_view_get_wrap_mode
3755 gtk_text_view_move_child
3756 gtk_text_view_move_mark_onscreen
3757 gtk_text_view_move_visually
3758 gtk_text_view_new
3759 gtk_text_view_new_with_buffer
3760 gtk_text_view_place_cursor_onscreen
3761 gtk_text_view_scroll_mark_onscreen
3762 gtk_text_view_scroll_to_iter
3763 gtk_text_view_scroll_to_mark
3764 gtk_text_view_set_accepts_tab
3765 gtk_text_view_set_border_window_size
3766 gtk_text_view_set_buffer
3767 gtk_text_view_set_cursor_visible
3768 gtk_text_view_set_editable
3769 gtk_text_view_set_indent
3770 gtk_text_view_set_justification
3771 gtk_text_view_set_left_margin
3772 gtk_text_view_set_overwrite
3773 gtk_text_view_set_pixels_above_lines
3774 gtk_text_view_set_pixels_below_lines
3775 gtk_text_view_set_pixels_inside_wrap
3776 gtk_text_view_set_right_margin
3777 gtk_text_view_set_tabs
3778 gtk_text_view_set_wrap_mode
3779 gtk_text_view_starts_display_line
3780 gtk_text_view_window_to_buffer_coords
3781 #endif
3782 #endif
3783
3784 #if IN_HEADER(__GTK_THEMES_H__)
3785 #if IN_FILE(__GTK_THEMES_C__)
3786 gtk_theme_engine_create_rc_style
3787 gtk_theme_engine_get
3788 gtk_theme_engine_get_type G_GNUC_CONST
3789 #endif
3790 #endif
3791
3792 #if IN_HEADER(__GTK_TIPS_QUERY_H__)
3793 #if IN_FILE(__GTK_TIPS_QUERY_C__)
3794 gtk_tips_query_get_type G_GNUC_CONST
3795 gtk_tips_query_new
3796 gtk_tips_query_set_caller
3797 gtk_tips_query_set_labels
3798 gtk_tips_query_start_query
3799 gtk_tips_query_stop_query
3800 #endif
3801 #endif
3802
3803 #if IN_HEADER(__GTK_TOGGLE_ACTION_H__)
3804 #if IN_FILE(__GTK_TOGGLE_ACTION_C__)
3805 gtk_toggle_action_get_active
3806 gtk_toggle_action_get_draw_as_radio
3807 gtk_toggle_action_get_type G_GNUC_CONST
3808 gtk_toggle_action_new
3809 gtk_toggle_action_set_active
3810 gtk_toggle_action_set_draw_as_radio
3811 gtk_toggle_action_toggled
3812 #endif
3813 #endif
3814
3815 #if IN_HEADER(__GTK_TOGGLE_BUTTON_H__)
3816 #if IN_FILE(__GTK_TOGGLE_BUTTON_C__)
3817 gtk_toggle_button_get_active
3818 gtk_toggle_button_get_inconsistent
3819 gtk_toggle_button_get_mode
3820 gtk_toggle_button_get_type G_GNUC_CONST
3821 gtk_toggle_button_new
3822 gtk_toggle_button_new_with_label
3823 gtk_toggle_button_new_with_mnemonic
3824 gtk_toggle_button_set_active
3825 gtk_toggle_button_set_inconsistent
3826 gtk_toggle_button_set_mode
3827 gtk_toggle_button_toggled
3828 #endif
3829 #endif
3830
3831 #if IN_HEADER(__GTK_TOGGLE_TOOL_BUTTON_H__)
3832 #if IN_FILE(__GTK_TOGGLE_TOOL_BUTTON_C__)
3833 gtk_toggle_tool_button_get_active
3834 gtk_toggle_tool_button_get_type G_GNUC_CONST
3835 gtk_toggle_tool_button_new
3836 gtk_toggle_tool_button_new_from_stock
3837 gtk_toggle_tool_button_set_active
3838 #endif
3839 #endif
3840
3841 #if IN_HEADER(__GTK_TOOLBAR_H__)
3842 #if IN_FILE(__GTK_TOOLBAR_C__)
3843 #ifndef GTK_DISABLE_DEPRECATED
3844 gtk_toolbar_append_element
3845 gtk_toolbar_set_icon_size
3846 gtk_toolbar_unset_icon_size
3847 gtk_toolbar_append_item
3848 gtk_toolbar_prepend_element
3849 gtk_toolbar_prepend_item
3850 gtk_toolbar_insert_element
3851 gtk_toolbar_insert_item
3852 gtk_toolbar_insert_space
3853 gtk_toolbar_insert_stock
3854 gtk_toolbar_append_space
3855 gtk_toolbar_prepend_space
3856 gtk_toolbar_remove_space
3857 gtk_toolbar_append_widget
3858 gtk_toolbar_insert_widget
3859 gtk_toolbar_prepend_widget
3860 #endif
3861 gtk_toolbar_get_drop_index
3862 gtk_toolbar_get_icon_size
3863 gtk_toolbar_get_item_index
3864 gtk_toolbar_get_n_items
3865 gtk_toolbar_get_nth_item
3866 gtk_toolbar_get_orientation
3867 gtk_toolbar_get_relief_style
3868 gtk_toolbar_get_show_arrow
3869 gtk_toolbar_get_style
3870 gtk_toolbar_get_tooltips
3871 gtk_toolbar_get_type G_GNUC_CONST
3872 gtk_toolbar_insert
3873 gtk_toolbar_new
3874 gtk_toolbar_set_drop_highlight_item
3875 gtk_toolbar_set_orientation
3876 gtk_toolbar_set_show_arrow
3877 gtk_toolbar_set_style
3878 gtk_toolbar_set_tooltips
3879 gtk_toolbar_unset_style
3880 #endif
3881 #endif
3882
3883 #if IN_HEADER(__GTK_TOOL_BUTTON_H__)
3884 #if IN_FILE(__GTK_TOOL_BUTTON_C__)
3885 gtk_tool_button_get_icon_name
3886 gtk_tool_button_get_icon_widget
3887 gtk_tool_button_get_label
3888 gtk_tool_button_get_label_widget
3889 gtk_tool_button_get_stock_id
3890 gtk_tool_button_get_type G_GNUC_CONST
3891 gtk_tool_button_get_use_underline
3892 gtk_tool_button_new
3893 gtk_tool_button_new_from_stock
3894 gtk_tool_button_set_icon_name
3895 gtk_tool_button_set_icon_widget
3896 gtk_tool_button_set_label
3897 gtk_tool_button_set_label_widget
3898 gtk_tool_button_set_stock_id
3899 gtk_tool_button_set_use_underline
3900 #endif
3901 #endif
3902
3903 #if IN_HEADER(__GTK_TOOL_ITEM_H__)
3904 #if IN_FILE(__GTK_TOOL_ITEM_C__)
3905 gtk_tool_item_get_expand
3906 gtk_tool_item_get_homogeneous
3907 gtk_tool_item_get_icon_size
3908 gtk_tool_item_get_is_important
3909 gtk_tool_item_get_orientation
3910 gtk_tool_item_get_proxy_menu_item
3911 gtk_tool_item_get_relief_style
3912 gtk_tool_item_get_toolbar_style
3913 gtk_tool_item_get_type G_GNUC_CONST
3914 gtk_tool_item_get_use_drag_window
3915 gtk_tool_item_get_visible_horizontal
3916 gtk_tool_item_get_visible_vertical
3917 gtk_tool_item_new
3918 gtk_tool_item_rebuild_menu
3919 gtk_tool_item_retrieve_proxy_menu_item
3920 gtk_tool_item_set_expand
3921 gtk_tool_item_set_homogeneous
3922 gtk_tool_item_set_is_important
3923 gtk_tool_item_set_proxy_menu_item
3924 gtk_tool_item_set_tooltip
3925 gtk_tool_item_set_use_drag_window
3926 gtk_tool_item_set_visible_horizontal
3927 gtk_tool_item_set_visible_vertical
3928 #endif
3929 #endif
3930
3931 #if IN_HEADER(__GTK_TOOLTIPS_H__)
3932 #if IN_FILE(__GTK_TOOLTIPS_C__)
3933 gtk_tooltips_data_get
3934 gtk_tooltips_disable
3935 gtk_tooltips_enable
3936 gtk_tooltips_force_window
3937 gtk_tooltips_get_info_from_tip_window
3938 gtk_tooltips_get_type G_GNUC_CONST
3939 gtk_tooltips_new
3940 #ifndef GTK_DISABLE_DEPRECATED
3941 gtk_tooltips_set_delay
3942 #endif
3943 gtk_tooltips_set_tip
3944 #endif
3945 #endif
3946
3947 #if IN_HEADER(__GTK_TRAY_ICON_H__)
3948 #if IN_FILE(__GTK_TRAY_ICON_X11_C__)
3949 #ifndef G_OS_WIN32
3950 gtk_tray_icon_get_type G_GNUC_CONST
3951 #endif
3952 #endif
3953 #endif
3954
3955 #if IN_HEADER(__GTK_TREE_H__)
3956 #if IN_FILE(__GTK_TREE_C__)
3957 gtk_tree_append
3958 gtk_tree_child_position
3959 gtk_tree_clear_items
3960 gtk_tree_get_type G_GNUC_CONST
3961 gtk_tree_insert
3962 gtk_tree_prepend
3963 gtk_tree_remove_item
3964 gtk_tree_remove_items
3965 gtk_tree_select_child
3966 gtk_tree_select_item
3967 gtk_tree_set_selection_mode
3968 gtk_tree_set_view_lines
3969 gtk_tree_set_view_mode
3970 gtk_tree_unselect_child
3971 gtk_tree_unselect_item
3972 gtk_tree_new
3973 #endif
3974 #endif
3975
3976 #if IN_HEADER(__GTK_TREE_DND_H__)
3977 #if IN_FILE(__GTK_TREE_DND_C__)
3978 gtk_tree_drag_dest_drag_data_received
3979 gtk_tree_drag_dest_get_type G_GNUC_CONST
3980 gtk_tree_drag_dest_row_drop_possible
3981 gtk_tree_drag_source_drag_data_delete
3982 gtk_tree_drag_source_drag_data_get
3983 gtk_tree_drag_source_get_type G_GNUC_CONST
3984 gtk_tree_drag_source_row_draggable
3985 gtk_tree_get_row_drag_data
3986 gtk_tree_set_row_drag_data
3987 #endif
3988 #endif
3989
3990 #if IN_HEADER(__GTK_TREE_ITEM_H__)
3991 #if IN_FILE(__GTK_TREE_ITEM_C__)
3992 gtk_tree_item_collapse
3993 gtk_tree_item_deselect
3994 gtk_tree_item_expand
3995 gtk_tree_item_get_type G_GNUC_CONST
3996 gtk_tree_item_new
3997 gtk_tree_item_new_with_label
3998 gtk_tree_item_remove_subtree
3999 gtk_tree_item_select
4000 gtk_tree_item_set_subtree
4001 #endif
4002 #endif
4003
4004 #if IN_HEADER(__GTK_TREE_MODEL_H__)
4005 #if IN_FILE(__GTK_TREE_MODEL_C__)
4006 gtk_tree_iter_copy
4007 gtk_tree_iter_free
4008 gtk_tree_iter_get_type G_GNUC_CONST
4009 gtk_tree_model_foreach
4010 gtk_tree_model_get
4011 gtk_tree_model_get_column_type
4012 gtk_tree_model_get_flags
4013 gtk_tree_model_get_iter
4014 gtk_tree_model_get_iter_first
4015 gtk_tree_model_get_iter_from_string
4016 gtk_tree_model_get_n_columns
4017 gtk_tree_model_get_path
4018 gtk_tree_model_get_string_from_iter
4019 gtk_tree_model_get_type G_GNUC_CONST
4020 gtk_tree_model_get_valist
4021 gtk_tree_model_get_value
4022 gtk_tree_model_iter_children
4023 gtk_tree_model_iter_has_child
4024 gtk_tree_model_iter_n_children
4025 gtk_tree_model_iter_next
4026 gtk_tree_model_iter_nth_child
4027 gtk_tree_model_iter_parent
4028 gtk_tree_model_ref_node
4029 gtk_tree_model_row_changed
4030 gtk_tree_model_row_deleted
4031 gtk_tree_model_row_has_child_toggled
4032 gtk_tree_model_row_inserted
4033 gtk_tree_model_rows_reordered
4034 gtk_tree_model_unref_node
4035 gtk_tree_path_append_index
4036 gtk_tree_path_compare
4037 gtk_tree_path_copy
4038 gtk_tree_path_down
4039 gtk_tree_path_free
4040 gtk_tree_path_get_depth
4041 gtk_tree_path_get_indices
4042 gtk_tree_path_get_type G_GNUC_CONST
4043 gtk_tree_path_is_ancestor
4044 gtk_tree_path_is_descendant
4045 gtk_tree_path_new
4046 gtk_tree_path_new_first
4047 gtk_tree_path_new_from_indices
4048 gtk_tree_path_new_from_string
4049 gtk_tree_path_next
4050 gtk_tree_path_prepend_index
4051 gtk_tree_path_prev
4052 gtk_tree_path_to_string
4053 gtk_tree_path_up
4054 gtk_tree_row_reference_copy
4055 gtk_tree_row_reference_deleted
4056 gtk_tree_row_reference_free
4057 gtk_tree_row_reference_get_model
4058 gtk_tree_row_reference_get_path
4059 gtk_tree_row_reference_get_type G_GNUC_CONST
4060 gtk_tree_row_reference_inserted
4061 gtk_tree_row_reference_new
4062 gtk_tree_row_reference_new_proxy
4063 gtk_tree_row_reference_reordered
4064 gtk_tree_row_reference_valid
4065 #endif
4066 #endif
4067
4068 #if IN_HEADER(__GTK_TREE_MODEL_SORT_H__)
4069 #if IN_FILE(__GTK_TREE_MODEL_SORT_C__)
4070 gtk_tree_model_sort_clear_cache
4071 gtk_tree_model_sort_convert_child_iter_to_iter
4072 gtk_tree_model_sort_convert_child_path_to_path
4073 gtk_tree_model_sort_convert_iter_to_child_iter
4074 gtk_tree_model_sort_convert_path_to_child_path
4075 gtk_tree_model_sort_get_model
4076 gtk_tree_model_sort_get_type G_GNUC_CONST
4077 gtk_tree_model_sort_iter_is_valid
4078 gtk_tree_model_sort_new_with_model
4079 gtk_tree_model_sort_reset_default_sort_func
4080 #endif
4081 #endif
4082
4083 #if IN_HEADER(__GTK_TREE_MODEL_FILTER_H__)
4084 #if IN_FILE(__GTK_TREE_MODEL_FILTER_C__)
4085 gtk_tree_model_filter_clear_cache
4086 gtk_tree_model_filter_convert_child_iter_to_iter
4087 gtk_tree_model_filter_convert_child_path_to_path
4088 gtk_tree_model_filter_convert_iter_to_child_iter
4089 gtk_tree_model_filter_convert_path_to_child_path
4090 gtk_tree_model_filter_get_model
4091 gtk_tree_model_filter_get_type G_GNUC_CONST
4092 gtk_tree_model_filter_new
4093 gtk_tree_model_filter_refilter
4094 gtk_tree_model_filter_set_modify_func
4095 gtk_tree_model_filter_set_visible_column
4096 gtk_tree_model_filter_set_visible_func
4097 #endif
4098 #endif
4099
4100 #if IN_HEADER(__GTK_TREE_SELECTION_H__)
4101 #if IN_FILE(__GTK_TREE_SELECTION_C__)
4102 gtk_tree_selection_count_selected_rows
4103 gtk_tree_selection_get_mode
4104 gtk_tree_selection_get_selected
4105 gtk_tree_selection_get_selected_rows
4106 gtk_tree_selection_get_tree_view
4107 gtk_tree_selection_get_type G_GNUC_CONST
4108 gtk_tree_selection_get_user_data
4109 gtk_tree_selection_iter_is_selected
4110 gtk_tree_selection_path_is_selected
4111 gtk_tree_selection_select_all
4112 gtk_tree_selection_selected_foreach
4113 gtk_tree_selection_select_iter
4114 gtk_tree_selection_select_path
4115 gtk_tree_selection_select_range
4116 gtk_tree_selection_set_mode
4117 gtk_tree_selection_set_select_function
4118 gtk_tree_selection_unselect_all
4119 gtk_tree_selection_unselect_iter
4120 gtk_tree_selection_unselect_path
4121 gtk_tree_selection_unselect_range
4122 #endif
4123 #endif
4124
4125 #if IN_HEADER(__GTK_TREE_SORTABLE_H__)
4126 #if IN_FILE(__GTK_TREE_SORTABLE_C__)
4127 gtk_tree_sortable_get_sort_column_id
4128 gtk_tree_sortable_get_type G_GNUC_CONST
4129 gtk_tree_sortable_has_default_sort_func
4130 gtk_tree_sortable_set_default_sort_func
4131 gtk_tree_sortable_set_sort_column_id
4132 gtk_tree_sortable_set_sort_func
4133 gtk_tree_sortable_sort_column_changed
4134 #endif
4135 #endif
4136
4137 #if IN_HEADER(__GTK_TREE_STORE_H__)
4138 #if IN_FILE(__GTK_TREE_STORE_C__)
4139 gtk_tree_store_append
4140 gtk_tree_store_clear
4141 gtk_tree_store_get_type G_GNUC_CONST
4142 gtk_tree_store_insert
4143 gtk_tree_store_insert_after
4144 gtk_tree_store_insert_before
4145 gtk_tree_store_insert_with_values
4146 gtk_tree_store_insert_with_valuesv
4147 gtk_tree_store_is_ancestor
4148 gtk_tree_store_iter_depth
4149 gtk_tree_store_iter_is_valid
4150 gtk_tree_store_move_after
4151 gtk_tree_store_move_before
4152 gtk_tree_store_new
4153 gtk_tree_store_newv
4154 gtk_tree_store_prepend
4155 gtk_tree_store_remove
4156 gtk_tree_store_reorder
4157 gtk_tree_store_set
4158 gtk_tree_store_set_column_types
4159 gtk_tree_store_set_valist
4160 gtk_tree_store_set_value
4161 gtk_tree_store_swap
4162 #endif
4163 #endif
4164
4165 #if IN_HEADER(__GTK_TREE_VIEW_COLUMN_H__)
4166 #if IN_FILE(__GTK_TREE_VIEW_COLUMN_C__)
4167 gtk_tree_view_column_add_attribute
4168 gtk_tree_view_column_cell_get_position
4169 gtk_tree_view_column_cell_get_size
4170 gtk_tree_view_column_cell_is_visible
4171 gtk_tree_view_column_cell_set_cell_data
4172 gtk_tree_view_column_clear
4173 gtk_tree_view_column_clear_attributes
4174 gtk_tree_view_column_clicked
4175 gtk_tree_view_column_focus_cell
4176 gtk_tree_view_column_get_alignment
4177 gtk_tree_view_column_get_cell_renderers
4178 gtk_tree_view_column_get_clickable
4179 gtk_tree_view_column_get_expand
4180 gtk_tree_view_column_get_fixed_width
4181 gtk_tree_view_column_get_max_width
4182 gtk_tree_view_column_get_min_width
4183 gtk_tree_view_column_get_reorderable
4184 gtk_tree_view_column_get_resizable
4185 gtk_tree_view_column_get_sizing
4186 gtk_tree_view_column_get_sort_column_id
4187 gtk_tree_view_column_get_sort_indicator
4188 gtk_tree_view_column_get_sort_order
4189 gtk_tree_view_column_get_spacing
4190 gtk_tree_view_column_get_title
4191 gtk_tree_view_column_get_type G_GNUC_CONST
4192 gtk_tree_view_column_get_visible
4193 gtk_tree_view_column_get_widget
4194 gtk_tree_view_column_get_width
4195 gtk_tree_view_column_new
4196 gtk_tree_view_column_new_with_attributes G_GNUC_NULL_TERMINATED
4197 gtk_tree_view_column_pack_end
4198 gtk_tree_view_column_queue_resize
4199 gtk_tree_view_column_pack_start
4200 gtk_tree_view_column_set_alignment
4201 gtk_tree_view_column_set_attributes
4202 gtk_tree_view_column_set_cell_data_func
4203 gtk_tree_view_column_set_clickable
4204 gtk_tree_view_column_set_expand
4205 gtk_tree_view_column_set_fixed_width
4206 gtk_tree_view_column_set_max_width
4207 gtk_tree_view_column_set_min_width
4208 gtk_tree_view_column_set_reorderable
4209 gtk_tree_view_column_set_resizable
4210 gtk_tree_view_column_set_sizing
4211 gtk_tree_view_column_set_sort_column_id
4212 gtk_tree_view_column_set_sort_indicator
4213 gtk_tree_view_column_set_sort_order
4214 gtk_tree_view_column_set_spacing
4215 gtk_tree_view_column_set_title
4216 gtk_tree_view_column_set_visible
4217 gtk_tree_view_column_set_widget
4218 #endif
4219 #endif
4220
4221 #if IN_HEADER(__GTK_TREE_VIEW_H__)
4222 #if IN_FILE(__GTK_TREE_VIEW_C__)
4223 gtk_tree_view_append_column
4224 gtk_tree_view_collapse_all
4225 gtk_tree_view_collapse_row
4226 gtk_tree_view_create_row_drag_icon
4227 gtk_tree_view_enable_model_drag_dest
4228 gtk_tree_view_enable_model_drag_source
4229 gtk_tree_view_expand_all
4230 gtk_tree_view_expand_row
4231 gtk_tree_view_expand_to_path
4232 gtk_tree_view_get_background_area
4233 gtk_tree_view_get_bin_window
4234 gtk_tree_view_get_cell_area
4235 gtk_tree_view_get_column
4236 gtk_tree_view_get_columns
4237 gtk_tree_view_get_cursor
4238 gtk_tree_view_get_dest_row_at_pos
4239 gtk_tree_view_get_drag_dest_row
4240 gtk_tree_view_get_enable_search
4241 gtk_tree_view_get_expander_column
4242 gtk_tree_view_get_fixed_height_mode
4243 gtk_tree_view_get_hadjustment
4244 gtk_tree_view_get_headers_clickable
4245 gtk_tree_view_get_headers_visible
4246 gtk_tree_view_get_hover_expand
4247 gtk_tree_view_get_hover_selection
4248 gtk_tree_view_get_model
4249 gtk_tree_view_get_path_at_pos
4250 gtk_tree_view_get_reorderable
4251 gtk_tree_view_get_row_separator_func
4252 gtk_tree_view_get_rubber_banding
4253 gtk_tree_view_get_rules_hint
4254 gtk_tree_view_get_search_column
4255 gtk_tree_view_get_search_entry
4256 gtk_tree_view_get_search_equal_func
4257 gtk_tree_view_get_search_position_func
4258 gtk_tree_view_get_selection
4259 gtk_tree_view_get_type G_GNUC_CONST
4260 gtk_tree_view_get_vadjustment
4261 gtk_tree_view_get_visible_range
4262 gtk_tree_view_get_visible_rect
4263 gtk_tree_view_insert_column
4264 gtk_tree_view_insert_column_with_attributes G_GNUC_NULL_TERMINATED
4265 gtk_tree_view_insert_column_with_data_func
4266 gtk_tree_view_map_expanded_rows
4267 gtk_tree_view_move_column_after
4268 gtk_tree_view_new
4269 gtk_tree_view_new_with_model
4270 gtk_tree_view_remove_column
4271 gtk_tree_view_row_activated
4272 gtk_tree_view_row_expanded
4273 gtk_tree_view_scroll_to_cell
4274 gtk_tree_view_scroll_to_point
4275 gtk_tree_view_set_column_drag_function
4276 gtk_tree_view_set_cursor
4277 gtk_tree_view_set_cursor_on_cell
4278 gtk_tree_view_set_destroy_count_func
4279 gtk_tree_view_set_drag_dest_row
4280 gtk_tree_view_set_enable_search
4281 gtk_tree_view_set_expander_column
4282 gtk_tree_view_set_fixed_height_mode
4283 gtk_tree_view_set_hadjustment
4284 gtk_tree_view_set_headers_clickable
4285 gtk_tree_view_set_headers_visible
4286 gtk_tree_view_set_hover_expand
4287 gtk_tree_view_set_hover_selection
4288 gtk_tree_view_set_model
4289 gtk_tree_view_set_reorderable
4290 gtk_tree_view_set_row_separator_func
4291 gtk_tree_view_set_rubber_banding
4292 gtk_tree_view_set_rules_hint
4293 gtk_tree_view_set_search_column
4294 gtk_tree_view_set_search_entry
4295 gtk_tree_view_set_search_equal_func
4296 gtk_tree_view_set_search_position_func
4297 gtk_tree_view_set_vadjustment
4298 gtk_tree_view_tree_to_widget_coords
4299 gtk_tree_view_unset_rows_drag_dest
4300 gtk_tree_view_unset_rows_drag_source
4301 gtk_tree_view_widget_to_tree_coords
4302 gtk_tree_view_columns_autosize
4303 #endif
4304 #endif
4305
4306 #if IN_HEADER(__GTK_TYPE_UTILS_H__)
4307 #if IN_FILE(__GTK_TYPE_UTILS_C__)
4308 gtk_type_class
4309 gtk_identifier_get_type G_GNUC_CONST
4310 #ifndef GTK_DISABLE_DEPRECATED
4311 gtk_type_enum_find_value
4312 gtk_type_enum_get_values
4313 gtk_type_flags_find_value
4314 gtk_type_flags_get_values
4315 gtk_type_init
4316 gtk_type_new
4317 gtk_type_unique
4318 #endif
4319 #endif
4320 #endif
4321
4322 #if IN_HEADER(__GTK_UI_MANAGER_H__)
4323 #if IN_FILE(__GTK_UI_MANAGER_C__)
4324 gtk_ui_manager_add_ui
4325 gtk_ui_manager_add_ui_from_file PRIVATE
4326 #ifdef G_OS_WIN32
4327 gtk_ui_manager_add_ui_from_file_utf8
4328 #endif
4329 gtk_ui_manager_add_ui_from_string
4330 gtk_ui_manager_ensure_update
4331 gtk_ui_manager_get_accel_group
4332 gtk_ui_manager_get_action
4333 gtk_ui_manager_get_action_groups
4334 gtk_ui_manager_get_add_tearoffs
4335 gtk_ui_manager_get_toplevels
4336 gtk_ui_manager_get_type G_GNUC_CONST
4337 gtk_ui_manager_get_ui
4338 gtk_ui_manager_get_widget
4339 gtk_ui_manager_insert_action_group
4340 gtk_ui_manager_new
4341 gtk_ui_manager_new_merge_id
4342 gtk_ui_manager_remove_action_group
4343 gtk_ui_manager_remove_ui
4344 gtk_ui_manager_set_add_tearoffs
4345 #endif
4346 #endif
4347
4348 #if IN_HEADER(__GTK_VBOX_H__)
4349 #if IN_FILE(__GTK_VBOX_C__)
4350 gtk_vbox_get_type G_GNUC_CONST
4351 gtk_vbox_new
4352 #endif
4353 #endif
4354
4355 #if IN_HEADER(__GTK_VBUTTONBOX_H__)
4356 #if IN_FILE(__GTK_VBUTTONBOX_C__)
4357 gtk_vbutton_box_get_layout_default
4358 gtk_vbutton_box_get_spacing_default
4359 gtk_vbutton_box_get_type G_GNUC_CONST
4360 gtk_vbutton_box_new
4361 gtk_vbutton_box_set_layout_default
4362 gtk_vbutton_box_set_spacing_default
4363 #endif
4364 #endif
4365
4366 #if IN_HEADER(__GTK_VIEPORT_H__)
4367 #if IN_FILE(__GTK_VIEPORT_C__)
4368 gtk_viewport_get_hadjustment
4369 gtk_viewport_get_shadow_type
4370 gtk_viewport_get_type G_GNUC_CONST
4371 gtk_viewport_get_vadjustment
4372 gtk_viewport_new
4373 gtk_viewport_set_hadjustment
4374 gtk_viewport_set_shadow_type
4375 gtk_viewport_set_vadjustment
4376 #endif
4377 #endif
4378
4379 #if IN_HEADER(__GTK_VPANED_H__)
4380 #if IN_FILE(__GTK_VPANED_C__)
4381 gtk_vpaned_get_type G_GNUC_CONST
4382 gtk_vpaned_new
4383 #endif
4384 #endif
4385
4386 #if IN_HEADER(__GTK_VRULER_H__)
4387 #if IN_FILE(__GTK_VRULER_C__)
4388 gtk_vruler_get_type G_GNUC_CONST
4389 gtk_vruler_new
4390 #endif
4391 #endif
4392
4393 #if IN_HEADER(__GTK_VSCALE_H__)
4394 #if IN_FILE(__GTK_VSCALE_C__)
4395 gtk_vscale_get_type G_GNUC_CONST
4396 gtk_vscale_new
4397 gtk_vscale_new_with_range
4398 #endif
4399 #endif
4400
4401 #if IN_HEADER(__GTK_VSCROLLBAR_H__)
4402 #if IN_FILE(__GTK_VSCROLLBAR_C__)
4403 gtk_vscrollbar_get_type G_GNUC_CONST
4404 gtk_vscrollbar_new
4405 #endif
4406 #endif
4407
4408 #if IN_HEADER(__GTK_VSEPARATOR_H__)
4409 #if IN_FILE(__GTK_VSEPARATOR_C__)
4410 gtk_vseparator_get_type G_GNUC_CONST
4411 gtk_vseparator_new
4412 #endif
4413 #endif
4414
4415 #if IN_HEADER(__GTK_WIDGET_H__)
4416 #if IN_FILE(__GTK_WIDGET_C__)
4417 gtk_requisition_copy
4418 gtk_requisition_free
4419 gtk_requisition_get_type G_GNUC_CONST
4420 gtk_widget_activate
4421 gtk_widget_is_composited
4422 gtk_widget_add_accelerator
4423 gtk_widget_add_events
4424 gtk_widget_add_mnemonic_label
4425 gtk_widget_can_activate_accel
4426 gtk_widget_child_focus
4427 gtk_widget_child_notify
4428 gtk_widget_class_find_style_property
4429 gtk_widget_class_install_style_property
4430 gtk_widget_class_install_style_property_parser
4431 gtk_widget_class_list_style_properties
4432 gtk_widget_class_path
4433 gtk_widget_create_pango_context
4434 gtk_widget_create_pango_layout
4435 gtk_widget_destroy
4436 gtk_widget_destroyed
4437 gtk_widget_ensure_style
4438 gtk_widget_event
4439 gtk_widget_freeze_child_notify
4440 gtk_widget_get_accessible
4441 gtk_widget_get_ancestor
4442 gtk_widget_get_child_requisition
4443 gtk_widget_get_child_visible
4444 gtk_widget_get_clipboard
4445 gtk_widget_get_colormap
4446 gtk_widget_get_composite_name
4447 gtk_widget_get_default_colormap
4448 gtk_widget_get_default_direction
4449 gtk_widget_get_default_style
4450 gtk_widget_get_default_visual
4451 gtk_widget_get_direction
4452 gtk_widget_get_display
4453 gtk_widget_get_events
4454 gtk_widget_get_extension_events
4455 gtk_widget_get_modifier_style
4456 gtk_widget_get_name
4457 gtk_widget_get_no_show_all
4458 gtk_widget_get_pango_context
4459 gtk_widget_get_parent
4460 gtk_widget_get_parent_window
4461 gtk_widget_get_pointer
4462 gtk_widget_get_root_window
4463 gtk_widget_get_screen
4464 gtk_widget_get_settings
4465 gtk_widget_get_size_request
4466 gtk_widget_get_style
4467 gtk_widget_get_toplevel
4468 gtk_widget_get_type G_GNUC_CONST
4469 gtk_widget_get_visual
4470 gtk_widget_grab_default
4471 gtk_widget_grab_focus
4472 gtk_widget_has_screen
4473 gtk_widget_hide
4474 gtk_widget_hide_all
4475 gtk_widget_hide_on_delete
4476 gtk_widget_intersect
4477 gtk_widget_is_ancestor
4478 gtk_widget_is_focus
4479 gtk_widget_list_accel_closures
4480 gtk_widget_list_mnemonic_labels
4481 gtk_widget_map
4482 gtk_widget_mnemonic_activate
4483 gtk_widget_modify_base
4484 gtk_widget_modify_bg
4485 gtk_widget_modify_fg
4486 gtk_widget_modify_font
4487 gtk_widget_modify_style
4488 gtk_widget_modify_text
4489 gtk_widget_new 
4490 gtk_widget_path
4491 gtk_widget_pop_colormap
4492 gtk_widget_pop_composite_child
4493 gtk_widget_push_colormap
4494 gtk_widget_push_composite_child
4495 #ifndef GTK_DISABLE_DEPRECATED
4496 gtk_widget_draw
4497 gtk_widget_queue_clear
4498 gtk_widget_queue_clear_area
4499 gtk_widget_set
4500 gtk_widget_set_uposition
4501 gtk_widget_set_usize
4502 #endif
4503 gtk_widget_queue_draw
4504 gtk_widget_queue_draw_area
4505 gtk_widget_queue_resize
4506 gtk_widget_queue_resize_no_redraw
4507 gtk_widget_realize
4508 gtk_widget_ref
4509 gtk_widget_region_intersect
4510 gtk_widget_remove_accelerator
4511 gtk_widget_remove_mnemonic_label
4512 gtk_widget_render_icon
4513 gtk_widget_reparent
4514 gtk_widget_reset_rc_styles
4515 gtk_widget_reset_shapes
4516 gtk_widget_send_expose
4517 gtk_widget_set_accel_path
4518 gtk_widget_set_app_paintable
4519 gtk_widget_set_child_visible
4520 gtk_widget_set_colormap
4521 gtk_widget_set_composite_name
4522 gtk_widget_set_default_colormap
4523 gtk_widget_set_default_direction
4524 gtk_widget_set_direction
4525 gtk_widget_set_double_buffered
4526 gtk_widget_set_events
4527 gtk_widget_set_extension_events
4528 gtk_widget_set_name
4529 gtk_widget_set_no_show_all
4530 gtk_widget_set_parent
4531 gtk_widget_set_parent_window
4532 gtk_widget_set_redraw_on_allocate
4533 gtk_widget_set_scroll_adjustments
4534 gtk_widget_set_sensitive
4535 gtk_widget_set_size_request
4536 gtk_widget_set_state
4537 gtk_widget_set_style
4538 gtk_widget_shape_combine_mask
4539 gtk_widget_input_shape_combine_mask
4540 gtk_widget_show
4541 gtk_widget_show_all
4542 gtk_widget_show_now
4543 gtk_widget_size_allocate
4544 gtk_widget_size_request
4545 gtk_widget_style_get G_GNUC_NULL_TERMINATED
4546 gtk_widget_style_get_property
4547 gtk_widget_style_get_valist
4548 gtk_widget_thaw_child_notify
4549 gtk_widget_translate_coordinates
4550 gtk_widget_unmap
4551 gtk_widget_unparent
4552 gtk_widget_unrealize
4553 gtk_widget_unref
4554 #endif
4555 #endif
4556
4557 #if IN_HEADER(__GTK_WINDOW_H__)
4558 #if IN_FILE(__GTK_WINDOW_C__)
4559 gtk_window_activate_default
4560 gtk_window_activate_focus
4561 gtk_window_activate_key
4562 gtk_window_add_accel_group
4563 gtk_window_add_embedded_xid
4564 gtk_window_add_mnemonic
4565 gtk_window_begin_move_drag
4566 gtk_window_begin_resize_drag
4567 gtk_window_deiconify
4568 gtk_window_fullscreen
4569 gtk_window_get_accept_focus
4570 gtk_window_get_decorated
4571 gtk_window_get_deletable
4572 gtk_window_get_default_icon_list
4573 gtk_window_get_default_size
4574 gtk_window_get_destroy_with_parent
4575 gtk_window_get_focus
4576 gtk_window_get_focus_on_map
4577 gtk_window_get_frame_dimensions
4578 gtk_window_get_gravity
4579 gtk_window_get_group
4580 gtk_window_get_has_frame
4581 gtk_window_get_icon
4582 gtk_window_get_icon_list
4583 gtk_window_get_icon_name
4584 gtk_window_get_mnemonic_modifier
4585 gtk_window_get_modal
4586 gtk_window_get_position
4587 gtk_window_get_resizable
4588 gtk_window_get_role
4589 gtk_window_get_screen
4590 gtk_window_get_size
4591 gtk_window_get_skip_pager_hint
4592 gtk_window_get_skip_taskbar_hint
4593 gtk_window_get_urgency_hint
4594 gtk_window_get_title
4595 gtk_window_get_transient_for
4596 gtk_window_get_type G_GNUC_CONST
4597 gtk_window_get_type_hint
4598 gtk_window_group_add_window
4599 gtk_window_group_get_type G_GNUC_CONST
4600 gtk_window_group_new
4601 gtk_window_group_remove_window
4602 gtk_window_has_toplevel_focus
4603 gtk_window_iconify
4604 gtk_window_is_active
4605 gtk_window_list_toplevels
4606 gtk_window_maximize
4607 gtk_window_mnemonic_activate
4608 gtk_window_move
4609 gtk_window_new
4610 gtk_window_parse_geometry
4611 gtk_window_present
4612 gtk_window_present_with_time
4613 gtk_window_propagate_key_event
4614 gtk_window_remove_accel_group
4615 gtk_window_remove_embedded_xid
4616 gtk_window_remove_mnemonic
4617 gtk_window_reshow_with_initial_size
4618 gtk_window_resize
4619 gtk_window_set_accept_focus
4620 gtk_window_set_auto_startup_notification
4621 gtk_window_set_decorated
4622 gtk_window_set_deletable
4623 gtk_window_set_default
4624 gtk_window_set_default_icon
4625 gtk_window_set_default_icon_from_file PRIVATE
4626 #ifdef G_OS_WIN32
4627 gtk_window_set_default_icon_from_file_utf8
4628 #endif
4629 gtk_window_set_default_icon_list
4630 gtk_window_set_default_icon_name
4631 gtk_window_set_default_size
4632 gtk_window_set_destroy_with_parent
4633 gtk_window_set_focus
4634 gtk_window_set_focus_on_map
4635 gtk_window_set_frame_dimensions
4636 gtk_window_set_geometry_hints
4637 gtk_window_set_gravity
4638 gtk_window_set_has_frame
4639 gtk_window_set_icon
4640 gtk_window_set_icon_from_file PRIVATE
4641 #ifdef G_OS_WIN32
4642 gtk_window_set_icon_from_file_utf8
4643 #endif
4644 gtk_window_set_icon_list
4645 gtk_window_set_icon_name
4646 gtk_window_set_keep_above
4647 gtk_window_set_keep_below
4648 gtk_window_set_mnemonic_modifier
4649 gtk_window_set_modal
4650 #ifndef GTK_DISABLE_DEPRECATED
4651 gtk_window_set_policy
4652 #endif
4653 gtk_window_set_position
4654 gtk_window_set_resizable
4655 gtk_window_set_role
4656 gtk_window_set_screen
4657 gtk_window_set_skip_pager_hint
4658 gtk_window_set_skip_taskbar_hint
4659 gtk_window_set_urgency_hint
4660 gtk_window_set_title
4661 gtk_window_set_transient_for
4662 gtk_window_set_type_hint
4663 gtk_window_set_wmclass
4664 gtk_window_stick
4665 gtk_window_unfullscreen
4666 gtk_window_unmaximize
4667 gtk_window_unstick
4668 #endif
4669 #endif
4670
4671 #ifdef INCLUDE_VARIABLES
4672 gtk_binary_age
4673 gtk_interface_age
4674 gtk_major_version
4675 gtk_minor_version
4676 gtk_micro_version
4677 gtk_combo_string_key
4678 gtk_debug_flags
4679 gtk_text_attr_appearance_type
4680 gtk_text_char_type
4681 gtk_text_child_type
4682 gtk_text_left_mark_type
4683 gtk_text_pixbuf_type
4684 gtk_text_right_mark_type
4685 gtk_text_toggle_off_type
4686 gtk_text_toggle_on_type
4687 gtk_text_unknown_char_utf8
4688 #endif