comparison org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/internal/c/gtk.d @ 113:fb3aa8075988

D2 support for the linux port.
author Jacob Carlborg <doob@me.com>
date Wed, 06 Apr 2011 21:57:23 +0200
parents c01d033c633a
children 536e43f63c81
comparison
equal deleted inserted replaced
112:9f4c18c268b2 113:fb3aa8075988
17 version(DYNLINK){ 17 version(DYNLINK){
18 18
19 19
20 extern (C) int gtk_init_check(int *, in char * * *); 20 extern (C) int gtk_init_check(int *, in char * * *);
21 extern (C) char * gtk_set_locale(); 21 extern (C) char * gtk_set_locale();
22 extern (C) extern uint gtk_interface_age; 22 mixin(gshared!(
23 "extern (C) extern uint gtk_interface_age;
23 extern (C) extern uint gtk_binary_age; 24 extern (C) extern uint gtk_binary_age;
24 extern (C) extern uint gtk_micro_version; 25 extern (C) extern uint gtk_micro_version;
25 extern (C) extern uint gtk_minor_version; 26 extern (C) extern uint gtk_minor_version;
26 extern (C) extern uint gtk_major_version; 27 extern (C) extern uint gtk_major_version;"
28 ));
27 29
28 30 import java.nonstandard.SharedLib;
29 version(Tango){
30 import tango.sys.SharedLib : SharedLib;
31 } else { // Phobos
32 }
33
34 struct Symbol{
35 String name;
36 void** symbol;
37 }
38 } 31 }
39 32
40 void loadLib(){ 33 void loadLib(){
41 version(DYNLINK){ 34 version(DYNLINK){
42 version(Tango){ 35 SharedLib.loadLibSymbols(symbols, "libgtk-x11-2.0.so");
43 String libname = "libgtk-x11-2.0.so";
44
45 SharedLib lib = SharedLib.load( libname );
46 if( lib is null ){
47 lib = SharedLib.load( libname ~ ".0" );
48 }
49 int loaded;
50 if ( lib !is null ) {
51 foreach( s; symbols ){
52 try{
53 *s.symbol = lib.getSymbol( s.name.ptr );
54 }
55 catch(Exception e){}
56 if( *s.symbol is null ){
57 //getDwtLogger().trace( __FILE__, __LINE__, "{}: Symbol '{}' not found", libname, s.name );
58 }
59 else{
60 loaded++;
61 }
62 }
63 } else {
64 getDwtLogger().trace( __FILE__, __LINE__, "Could not load the library {}", libname );
65 }
66 assert( gtk_check_version !is null );
67 } else { // Phobos
68 implMissing( __FILE__, __LINE__ );
69 }
70 } 36 }
71 } 37 }
72 38
73 39
74 extern(C): 40 extern(C):
6302 _GSList * acceleratables; 6268 _GSList * acceleratables;
6303 uint n_accels; 6269 uint n_accels;
6304 _GtkAccelGroupEntry * priv_accels; 6270 _GtkAccelGroupEntry * priv_accels;
6305 } 6271 }
6306 version(DYNLINK){ 6272 version(DYNLINK){
6307 alias extern (C) _GtkWidget * function()TGTKgtk_vseparator_new; extern(D) TGTKgtk_vseparator_new gtk_vseparator_new; 6273 mixin(gshared!(
6274 "alias extern (C) _GtkWidget * function()TGTKgtk_vseparator_new; extern(D) TGTKgtk_vseparator_new gtk_vseparator_new;
6308 alias extern (C) uint function()TGTKgtk_vseparator_get_type; extern(D) TGTKgtk_vseparator_get_type gtk_vseparator_get_type; 6275 alias extern (C) uint function()TGTKgtk_vseparator_get_type; extern(D) TGTKgtk_vseparator_get_type gtk_vseparator_get_type;
6309 alias extern (C) _GtkWidget * function(double, double, double)TGTKgtk_vscale_new_with_range; extern(D) TGTKgtk_vscale_new_with_range gtk_vscale_new_with_range; 6276 alias extern (C) _GtkWidget * function(double, double, double)TGTKgtk_vscale_new_with_range; extern(D) TGTKgtk_vscale_new_with_range gtk_vscale_new_with_range;
6310 alias extern (C) _GtkWidget * function(aGtkAdjustment *)TGTKgtk_vscale_new; extern(D) TGTKgtk_vscale_new gtk_vscale_new; 6277 alias extern (C) _GtkWidget * function(aGtkAdjustment *)TGTKgtk_vscale_new; extern(D) TGTKgtk_vscale_new gtk_vscale_new;
6311 alias extern (C) uint function()TGTKgtk_vscale_get_type; extern(D) TGTKgtk_vscale_get_type gtk_vscale_get_type; 6278 alias extern (C) uint function()TGTKgtk_vscale_get_type; extern(D) TGTKgtk_vscale_get_type gtk_vscale_get_type;
6312 alias extern (C) _GtkWidget * function()TGTKgtk_vruler_new; extern(D) TGTKgtk_vruler_new gtk_vruler_new; 6279 alias extern (C) _GtkWidget * function()TGTKgtk_vruler_new; extern(D) TGTKgtk_vruler_new gtk_vruler_new;
9706 alias extern (C) void function(aGtkAccelGroup *, in char *, _GClosure *)TGTKgtk_accel_group_connect_by_path; extern(D) TGTKgtk_accel_group_connect_by_path gtk_accel_group_connect_by_path; 9673 alias extern (C) void function(aGtkAccelGroup *, in char *, _GClosure *)TGTKgtk_accel_group_connect_by_path; extern(D) TGTKgtk_accel_group_connect_by_path gtk_accel_group_connect_by_path;
9707 alias extern (C) void function(aGtkAccelGroup *, uint, int, int, _GClosure *)TGTKgtk_accel_group_connect; extern(D) TGTKgtk_accel_group_connect gtk_accel_group_connect; 9674 alias extern (C) void function(aGtkAccelGroup *, uint, int, int, _GClosure *)TGTKgtk_accel_group_connect; extern(D) TGTKgtk_accel_group_connect gtk_accel_group_connect;
9708 alias extern (C) void function(aGtkAccelGroup *)TGTKgtk_accel_group_unlock; extern(D) TGTKgtk_accel_group_unlock gtk_accel_group_unlock; 9675 alias extern (C) void function(aGtkAccelGroup *)TGTKgtk_accel_group_unlock; extern(D) TGTKgtk_accel_group_unlock gtk_accel_group_unlock;
9709 alias extern (C) void function(aGtkAccelGroup *)TGTKgtk_accel_group_lock; extern(D) TGTKgtk_accel_group_lock gtk_accel_group_lock; 9676 alias extern (C) void function(aGtkAccelGroup *)TGTKgtk_accel_group_lock; extern(D) TGTKgtk_accel_group_lock gtk_accel_group_lock;
9710 alias extern (C) _GtkAccelGroup * function()TGTKgtk_accel_group_new; extern(D) TGTKgtk_accel_group_new gtk_accel_group_new; 9677 alias extern (C) _GtkAccelGroup * function()TGTKgtk_accel_group_new; extern(D) TGTKgtk_accel_group_new gtk_accel_group_new;
9711 alias extern (C) uint function()TGTKgtk_accel_group_get_type; extern(D) TGTKgtk_accel_group_get_type gtk_accel_group_get_type; 9678 alias extern (C) uint function()TGTKgtk_accel_group_get_type; extern(D) TGTKgtk_accel_group_get_type gtk_accel_group_get_type;"
9679 ));
9712 9680
9713 9681 extern(D) Symbol[] symbols;
9714 extern(D) Symbol[] symbols = [ 9682 static this () {
9715 { "gtk_vseparator_new", cast(void**)& gtk_vseparator_new}, 9683 symbols = [
9716 { "gtk_vseparator_get_type", cast(void**)& gtk_vseparator_get_type}, 9684 Symbol( "gtk_vseparator_new", cast(void**)& gtk_vseparator_new),
9717 { "gtk_vscale_new_with_range", cast(void**)& gtk_vscale_new_with_range}, 9685 Symbol( "gtk_vseparator_get_type", cast(void**)& gtk_vseparator_get_type),
9718 { "gtk_vscale_new", cast(void**)& gtk_vscale_new}, 9686 Symbol( "gtk_vscale_new_with_range", cast(void**)& gtk_vscale_new_with_range),
9719 { "gtk_vscale_get_type", cast(void**)& gtk_vscale_get_type}, 9687 Symbol( "gtk_vscale_new", cast(void**)& gtk_vscale_new),
9720 { "gtk_vruler_new", cast(void**)& gtk_vruler_new}, 9688 Symbol( "gtk_vscale_get_type", cast(void**)& gtk_vscale_get_type),
9721 { "gtk_vruler_get_type", cast(void**)& gtk_vruler_get_type}, 9689 Symbol( "gtk_vruler_new", cast(void**)& gtk_vruler_new),
9722 { "gtk_vpaned_new", cast(void**)& gtk_vpaned_new}, 9690 Symbol( "gtk_vruler_get_type", cast(void**)& gtk_vruler_get_type),
9723 { "gtk_vpaned_get_type", cast(void**)& gtk_vpaned_get_type}, 9691 Symbol( "gtk_vpaned_new", cast(void**)& gtk_vpaned_new),
9724 { "gtk_volume_button_new", cast(void**)& gtk_volume_button_new}, 9692 Symbol( "gtk_vpaned_get_type", cast(void**)& gtk_vpaned_get_type),
9725 { "gtk_volume_button_get_type", cast(void**)& gtk_volume_button_get_type}, 9693 Symbol( "gtk_volume_button_new", cast(void**)& gtk_volume_button_new),
9726 { "gtk_vbutton_box_set_layout_default", cast(void**)& gtk_vbutton_box_set_layout_default}, 9694 Symbol( "gtk_volume_button_get_type", cast(void**)& gtk_volume_button_get_type),
9727 { "gtk_vbutton_box_get_layout_default", cast(void**)& gtk_vbutton_box_get_layout_default}, 9695 Symbol( "gtk_vbutton_box_set_layout_default", cast(void**)& gtk_vbutton_box_set_layout_default),
9728 { "gtk_vbutton_box_set_spacing_default", cast(void**)& gtk_vbutton_box_set_spacing_default}, 9696 Symbol( "gtk_vbutton_box_get_layout_default", cast(void**)& gtk_vbutton_box_get_layout_default),
9729 { "gtk_vbutton_box_get_spacing_default", cast(void**)& gtk_vbutton_box_get_spacing_default}, 9697 Symbol( "gtk_vbutton_box_set_spacing_default", cast(void**)& gtk_vbutton_box_set_spacing_default),
9730 { "gtk_vbutton_box_new", cast(void**)& gtk_vbutton_box_new}, 9698 Symbol( "gtk_vbutton_box_get_spacing_default", cast(void**)& gtk_vbutton_box_get_spacing_default),
9731 { "gtk_vbutton_box_get_type", cast(void**)& gtk_vbutton_box_get_type}, 9699 Symbol( "gtk_vbutton_box_new", cast(void**)& gtk_vbutton_box_new),
9732 { "gtk_ui_manager_new_merge_id", cast(void**)& gtk_ui_manager_new_merge_id}, 9700 Symbol( "gtk_vbutton_box_get_type", cast(void**)& gtk_vbutton_box_get_type),
9733 { "gtk_ui_manager_ensure_update", cast(void**)& gtk_ui_manager_ensure_update}, 9701 Symbol( "gtk_ui_manager_new_merge_id", cast(void**)& gtk_ui_manager_new_merge_id),
9734 { "gtk_ui_manager_get_ui", cast(void**)& gtk_ui_manager_get_ui}, 9702 Symbol( "gtk_ui_manager_ensure_update", cast(void**)& gtk_ui_manager_ensure_update),
9735 { "gtk_ui_manager_remove_ui", cast(void**)& gtk_ui_manager_remove_ui}, 9703 Symbol( "gtk_ui_manager_get_ui", cast(void**)& gtk_ui_manager_get_ui),
9736 { "gtk_ui_manager_add_ui", cast(void**)& gtk_ui_manager_add_ui}, 9704 Symbol( "gtk_ui_manager_remove_ui", cast(void**)& gtk_ui_manager_remove_ui),
9737 { "gtk_ui_manager_add_ui_from_file", cast(void**)& gtk_ui_manager_add_ui_from_file}, 9705 Symbol( "gtk_ui_manager_add_ui", cast(void**)& gtk_ui_manager_add_ui),
9738 { "gtk_ui_manager_add_ui_from_string", cast(void**)& gtk_ui_manager_add_ui_from_string}, 9706 Symbol( "gtk_ui_manager_add_ui_from_file", cast(void**)& gtk_ui_manager_add_ui_from_file),
9739 { "gtk_ui_manager_get_action", cast(void**)& gtk_ui_manager_get_action}, 9707 Symbol( "gtk_ui_manager_add_ui_from_string", cast(void**)& gtk_ui_manager_add_ui_from_string),
9740 { "gtk_ui_manager_get_toplevels", cast(void**)& gtk_ui_manager_get_toplevels}, 9708 Symbol( "gtk_ui_manager_get_action", cast(void**)& gtk_ui_manager_get_action),
9741 { "gtk_ui_manager_get_widget", cast(void**)& gtk_ui_manager_get_widget}, 9709 Symbol( "gtk_ui_manager_get_toplevels", cast(void**)& gtk_ui_manager_get_toplevels),
9742 { "gtk_ui_manager_get_accel_group", cast(void**)& gtk_ui_manager_get_accel_group}, 9710 Symbol( "gtk_ui_manager_get_widget", cast(void**)& gtk_ui_manager_get_widget),
9743 { "gtk_ui_manager_get_action_groups", cast(void**)& gtk_ui_manager_get_action_groups}, 9711 Symbol( "gtk_ui_manager_get_accel_group", cast(void**)& gtk_ui_manager_get_accel_group),
9744 { "gtk_ui_manager_remove_action_group", cast(void**)& gtk_ui_manager_remove_action_group}, 9712 Symbol( "gtk_ui_manager_get_action_groups", cast(void**)& gtk_ui_manager_get_action_groups),
9745 { "gtk_ui_manager_insert_action_group", cast(void**)& gtk_ui_manager_insert_action_group}, 9713 Symbol( "gtk_ui_manager_remove_action_group", cast(void**)& gtk_ui_manager_remove_action_group),
9746 { "gtk_ui_manager_get_add_tearoffs", cast(void**)& gtk_ui_manager_get_add_tearoffs}, 9714 Symbol( "gtk_ui_manager_insert_action_group", cast(void**)& gtk_ui_manager_insert_action_group),
9747 { "gtk_ui_manager_set_add_tearoffs", cast(void**)& gtk_ui_manager_set_add_tearoffs}, 9715 Symbol( "gtk_ui_manager_get_add_tearoffs", cast(void**)& gtk_ui_manager_get_add_tearoffs),
9748 { "gtk_ui_manager_new", cast(void**)& gtk_ui_manager_new}, 9716 Symbol( "gtk_ui_manager_set_add_tearoffs", cast(void**)& gtk_ui_manager_set_add_tearoffs),
9749 { "gtk_ui_manager_get_type", cast(void**)& gtk_ui_manager_get_type}, 9717 Symbol( "gtk_ui_manager_new", cast(void**)& gtk_ui_manager_new),
9750 { "gtk_tree_store_move_after", cast(void**)& gtk_tree_store_move_after}, 9718 Symbol( "gtk_ui_manager_get_type", cast(void**)& gtk_ui_manager_get_type),
9751 { "gtk_tree_store_move_before", cast(void**)& gtk_tree_store_move_before}, 9719 Symbol( "gtk_tree_store_move_after", cast(void**)& gtk_tree_store_move_after),
9752 { "gtk_tree_store_swap", cast(void**)& gtk_tree_store_swap}, 9720 Symbol( "gtk_tree_store_move_before", cast(void**)& gtk_tree_store_move_before),
9753 { "gtk_tree_store_reorder", cast(void**)& gtk_tree_store_reorder}, 9721 Symbol( "gtk_tree_store_swap", cast(void**)& gtk_tree_store_swap),
9754 { "gtk_tree_store_iter_is_valid", cast(void**)& gtk_tree_store_iter_is_valid}, 9722 Symbol( "gtk_tree_store_reorder", cast(void**)& gtk_tree_store_reorder),
9755 { "gtk_tree_store_clear", cast(void**)& gtk_tree_store_clear}, 9723 Symbol( "gtk_tree_store_iter_is_valid", cast(void**)& gtk_tree_store_iter_is_valid),
9756 { "gtk_tree_store_iter_depth", cast(void**)& gtk_tree_store_iter_depth}, 9724 Symbol( "gtk_tree_store_clear", cast(void**)& gtk_tree_store_clear),
9757 { "gtk_tree_store_is_ancestor", cast(void**)& gtk_tree_store_is_ancestor}, 9725 Symbol( "gtk_tree_store_iter_depth", cast(void**)& gtk_tree_store_iter_depth),
9758 { "gtk_tree_store_append", cast(void**)& gtk_tree_store_append}, 9726 Symbol( "gtk_tree_store_is_ancestor", cast(void**)& gtk_tree_store_is_ancestor),
9759 { "gtk_tree_store_prepend", cast(void**)& gtk_tree_store_prepend}, 9727 Symbol( "gtk_tree_store_append", cast(void**)& gtk_tree_store_append),
9760 { "gtk_tree_store_insert_with_valuesv", cast(void**)& gtk_tree_store_insert_with_valuesv}, 9728 Symbol( "gtk_tree_store_prepend", cast(void**)& gtk_tree_store_prepend),
9761 { "gtk_tree_store_insert_with_values", cast(void**)& gtk_tree_store_insert_with_values}, 9729 Symbol( "gtk_tree_store_insert_with_valuesv", cast(void**)& gtk_tree_store_insert_with_valuesv),
9762 { "gtk_tree_store_insert_after", cast(void**)& gtk_tree_store_insert_after}, 9730 Symbol( "gtk_tree_store_insert_with_values", cast(void**)& gtk_tree_store_insert_with_values),
9763 { "gtk_tree_store_insert_before", cast(void**)& gtk_tree_store_insert_before}, 9731 Symbol( "gtk_tree_store_insert_after", cast(void**)& gtk_tree_store_insert_after),
9764 { "gtk_tree_store_insert", cast(void**)& gtk_tree_store_insert}, 9732 Symbol( "gtk_tree_store_insert_before", cast(void**)& gtk_tree_store_insert_before),
9765 { "gtk_tree_store_remove", cast(void**)& gtk_tree_store_remove}, 9733 Symbol( "gtk_tree_store_insert", cast(void**)& gtk_tree_store_insert),
9766 { "gtk_tree_store_set_valist", cast(void**)& gtk_tree_store_set_valist}, 9734 Symbol( "gtk_tree_store_remove", cast(void**)& gtk_tree_store_remove),
9767 { "gtk_tree_store_set_valuesv", cast(void**)& gtk_tree_store_set_valuesv}, 9735 Symbol( "gtk_tree_store_set_valist", cast(void**)& gtk_tree_store_set_valist),
9768 { "gtk_tree_store_set", cast(void**)& gtk_tree_store_set}, 9736 Symbol( "gtk_tree_store_set_valuesv", cast(void**)& gtk_tree_store_set_valuesv),
9769 { "gtk_tree_store_set_value", cast(void**)& gtk_tree_store_set_value}, 9737 Symbol( "gtk_tree_store_set", cast(void**)& gtk_tree_store_set),
9770 { "gtk_tree_store_set_column_types", cast(void**)& gtk_tree_store_set_column_types}, 9738 Symbol( "gtk_tree_store_set_value", cast(void**)& gtk_tree_store_set_value),
9771 { "gtk_tree_store_newv", cast(void**)& gtk_tree_store_newv}, 9739 Symbol( "gtk_tree_store_set_column_types", cast(void**)& gtk_tree_store_set_column_types),
9772 { "gtk_tree_store_new", cast(void**)& gtk_tree_store_new}, 9740 Symbol( "gtk_tree_store_newv", cast(void**)& gtk_tree_store_newv),
9773 { "gtk_tree_store_get_type", cast(void**)& gtk_tree_store_get_type}, 9741 Symbol( "gtk_tree_store_new", cast(void**)& gtk_tree_store_new),
9774 { "gtk_tree_selection_unselect_range", cast(void**)& gtk_tree_selection_unselect_range}, 9742 Symbol( "gtk_tree_store_get_type", cast(void**)& gtk_tree_store_get_type),
9775 { "gtk_tree_selection_select_range", cast(void**)& gtk_tree_selection_select_range}, 9743 Symbol( "gtk_tree_selection_unselect_range", cast(void**)& gtk_tree_selection_unselect_range),
9776 { "gtk_tree_selection_unselect_all", cast(void**)& gtk_tree_selection_unselect_all}, 9744 Symbol( "gtk_tree_selection_select_range", cast(void**)& gtk_tree_selection_select_range),
9777 { "gtk_tree_selection_select_all", cast(void**)& gtk_tree_selection_select_all}, 9745 Symbol( "gtk_tree_selection_unselect_all", cast(void**)& gtk_tree_selection_unselect_all),
9778 { "gtk_tree_selection_iter_is_selected", cast(void**)& gtk_tree_selection_iter_is_selected}, 9746 Symbol( "gtk_tree_selection_select_all", cast(void**)& gtk_tree_selection_select_all),
9779 { "gtk_tree_selection_path_is_selected", cast(void**)& gtk_tree_selection_path_is_selected}, 9747 Symbol( "gtk_tree_selection_iter_is_selected", cast(void**)& gtk_tree_selection_iter_is_selected),
9780 { "gtk_tree_selection_unselect_iter", cast(void**)& gtk_tree_selection_unselect_iter}, 9748 Symbol( "gtk_tree_selection_path_is_selected", cast(void**)& gtk_tree_selection_path_is_selected),
9781 { "gtk_tree_selection_select_iter", cast(void**)& gtk_tree_selection_select_iter}, 9749 Symbol( "gtk_tree_selection_unselect_iter", cast(void**)& gtk_tree_selection_unselect_iter),
9782 { "gtk_tree_selection_unselect_path", cast(void**)& gtk_tree_selection_unselect_path}, 9750 Symbol( "gtk_tree_selection_select_iter", cast(void**)& gtk_tree_selection_select_iter),
9783 { "gtk_tree_selection_select_path", cast(void**)& gtk_tree_selection_select_path}, 9751 Symbol( "gtk_tree_selection_unselect_path", cast(void**)& gtk_tree_selection_unselect_path),
9784 { "gtk_tree_selection_selected_foreach", cast(void**)& gtk_tree_selection_selected_foreach}, 9752 Symbol( "gtk_tree_selection_select_path", cast(void**)& gtk_tree_selection_select_path),
9785 { "gtk_tree_selection_count_selected_rows", cast(void**)& gtk_tree_selection_count_selected_rows}, 9753 Symbol( "gtk_tree_selection_selected_foreach", cast(void**)& gtk_tree_selection_selected_foreach),
9786 { "gtk_tree_selection_get_selected_rows", cast(void**)& gtk_tree_selection_get_selected_rows}, 9754 Symbol( "gtk_tree_selection_count_selected_rows", cast(void**)& gtk_tree_selection_count_selected_rows),
9787 { "gtk_tree_selection_get_selected", cast(void**)& gtk_tree_selection_get_selected}, 9755 Symbol( "gtk_tree_selection_get_selected_rows", cast(void**)& gtk_tree_selection_get_selected_rows),
9788 { "gtk_tree_selection_get_tree_view", cast(void**)& gtk_tree_selection_get_tree_view}, 9756 Symbol( "gtk_tree_selection_get_selected", cast(void**)& gtk_tree_selection_get_selected),
9789 { "gtk_tree_selection_get_user_data", cast(void**)& gtk_tree_selection_get_user_data}, 9757 Symbol( "gtk_tree_selection_get_tree_view", cast(void**)& gtk_tree_selection_get_tree_view),
9790 { "gtk_tree_selection_set_select_function", cast(void**)& gtk_tree_selection_set_select_function}, 9758 Symbol( "gtk_tree_selection_get_user_data", cast(void**)& gtk_tree_selection_get_user_data),
9791 { "gtk_tree_selection_get_mode", cast(void**)& gtk_tree_selection_get_mode}, 9759 Symbol( "gtk_tree_selection_set_select_function", cast(void**)& gtk_tree_selection_set_select_function),
9792 { "gtk_tree_selection_set_mode", cast(void**)& gtk_tree_selection_set_mode}, 9760 Symbol( "gtk_tree_selection_get_mode", cast(void**)& gtk_tree_selection_get_mode),
9793 { "gtk_tree_selection_get_type", cast(void**)& gtk_tree_selection_get_type}, 9761 Symbol( "gtk_tree_selection_set_mode", cast(void**)& gtk_tree_selection_set_mode),
9794 { "gtk_tree_model_sort_iter_is_valid", cast(void**)& gtk_tree_model_sort_iter_is_valid}, 9762 Symbol( "gtk_tree_selection_get_type", cast(void**)& gtk_tree_selection_get_type),
9795 { "gtk_tree_model_sort_clear_cache", cast(void**)& gtk_tree_model_sort_clear_cache}, 9763 Symbol( "gtk_tree_model_sort_iter_is_valid", cast(void**)& gtk_tree_model_sort_iter_is_valid),
9796 { "gtk_tree_model_sort_reset_default_sort_func", cast(void**)& gtk_tree_model_sort_reset_default_sort_func}, 9764 Symbol( "gtk_tree_model_sort_clear_cache", cast(void**)& gtk_tree_model_sort_clear_cache),
9797 { "gtk_tree_model_sort_convert_iter_to_child_iter", cast(void**)& gtk_tree_model_sort_convert_iter_to_child_iter}, 9765 Symbol( "gtk_tree_model_sort_reset_default_sort_func", cast(void**)& gtk_tree_model_sort_reset_default_sort_func),
9798 { "gtk_tree_model_sort_convert_path_to_child_path", cast(void**)& gtk_tree_model_sort_convert_path_to_child_path}, 9766 Symbol( "gtk_tree_model_sort_convert_iter_to_child_iter", cast(void**)& gtk_tree_model_sort_convert_iter_to_child_iter),
9799 { "gtk_tree_model_sort_convert_child_iter_to_iter", cast(void**)& gtk_tree_model_sort_convert_child_iter_to_iter}, 9767 Symbol( "gtk_tree_model_sort_convert_path_to_child_path", cast(void**)& gtk_tree_model_sort_convert_path_to_child_path),
9800 { "gtk_tree_model_sort_convert_child_path_to_path", cast(void**)& gtk_tree_model_sort_convert_child_path_to_path}, 9768 Symbol( "gtk_tree_model_sort_convert_child_iter_to_iter", cast(void**)& gtk_tree_model_sort_convert_child_iter_to_iter),
9801 { "gtk_tree_model_sort_get_model", cast(void**)& gtk_tree_model_sort_get_model}, 9769 Symbol( "gtk_tree_model_sort_convert_child_path_to_path", cast(void**)& gtk_tree_model_sort_convert_child_path_to_path),
9802 { "gtk_tree_model_sort_new_with_model", cast(void**)& gtk_tree_model_sort_new_with_model}, 9770 Symbol( "gtk_tree_model_sort_get_model", cast(void**)& gtk_tree_model_sort_get_model),
9803 { "gtk_tree_model_sort_get_type", cast(void**)& gtk_tree_model_sort_get_type}, 9771 Symbol( "gtk_tree_model_sort_new_with_model", cast(void**)& gtk_tree_model_sort_new_with_model),
9804 { "gtk_tree_get_row_drag_data", cast(void**)& gtk_tree_get_row_drag_data}, 9772 Symbol( "gtk_tree_model_sort_get_type", cast(void**)& gtk_tree_model_sort_get_type),
9805 { "gtk_tree_set_row_drag_data", cast(void**)& gtk_tree_set_row_drag_data}, 9773 Symbol( "gtk_tree_get_row_drag_data", cast(void**)& gtk_tree_get_row_drag_data),
9806 { "gtk_tree_drag_dest_row_drop_possible", cast(void**)& gtk_tree_drag_dest_row_drop_possible}, 9774 Symbol( "gtk_tree_set_row_drag_data", cast(void**)& gtk_tree_set_row_drag_data),
9807 { "gtk_tree_drag_dest_drag_data_received", cast(void**)& gtk_tree_drag_dest_drag_data_received}, 9775 Symbol( "gtk_tree_drag_dest_row_drop_possible", cast(void**)& gtk_tree_drag_dest_row_drop_possible),
9808 { "gtk_tree_drag_dest_get_type", cast(void**)& gtk_tree_drag_dest_get_type}, 9776 Symbol( "gtk_tree_drag_dest_drag_data_received", cast(void**)& gtk_tree_drag_dest_drag_data_received),
9809 { "gtk_tree_drag_source_drag_data_get", cast(void**)& gtk_tree_drag_source_drag_data_get}, 9777 Symbol( "gtk_tree_drag_dest_get_type", cast(void**)& gtk_tree_drag_dest_get_type),
9810 { "gtk_tree_drag_source_drag_data_delete", cast(void**)& gtk_tree_drag_source_drag_data_delete}, 9778 Symbol( "gtk_tree_drag_source_drag_data_get", cast(void**)& gtk_tree_drag_source_drag_data_get),
9811 { "gtk_tree_drag_source_row_draggable", cast(void**)& gtk_tree_drag_source_row_draggable}, 9779 Symbol( "gtk_tree_drag_source_drag_data_delete", cast(void**)& gtk_tree_drag_source_drag_data_delete),
9812 { "gtk_tree_drag_source_get_type", cast(void**)& gtk_tree_drag_source_get_type}, 9780 Symbol( "gtk_tree_drag_source_row_draggable", cast(void**)& gtk_tree_drag_source_row_draggable),
9813 { "gtk_toolbar_insert_widget", cast(void**)& gtk_toolbar_insert_widget}, 9781 Symbol( "gtk_tree_drag_source_get_type", cast(void**)& gtk_tree_drag_source_get_type),
9814 { "gtk_toolbar_prepend_widget", cast(void**)& gtk_toolbar_prepend_widget}, 9782 Symbol( "gtk_toolbar_insert_widget", cast(void**)& gtk_toolbar_insert_widget),
9815 { "gtk_toolbar_append_widget", cast(void**)& gtk_toolbar_append_widget}, 9783 Symbol( "gtk_toolbar_prepend_widget", cast(void**)& gtk_toolbar_prepend_widget),
9816 { "gtk_toolbar_insert_element", cast(void**)& gtk_toolbar_insert_element}, 9784 Symbol( "gtk_toolbar_append_widget", cast(void**)& gtk_toolbar_append_widget),
9817 { "gtk_toolbar_prepend_element", cast(void**)& gtk_toolbar_prepend_element}, 9785 Symbol( "gtk_toolbar_insert_element", cast(void**)& gtk_toolbar_insert_element),
9818 { "gtk_toolbar_append_element", cast(void**)& gtk_toolbar_append_element}, 9786 Symbol( "gtk_toolbar_prepend_element", cast(void**)& gtk_toolbar_prepend_element),
9819 { "gtk_toolbar_remove_space", cast(void**)& gtk_toolbar_remove_space}, 9787 Symbol( "gtk_toolbar_append_element", cast(void**)& gtk_toolbar_append_element),
9820 { "gtk_toolbar_insert_space", cast(void**)& gtk_toolbar_insert_space}, 9788 Symbol( "gtk_toolbar_remove_space", cast(void**)& gtk_toolbar_remove_space),
9821 { "gtk_toolbar_prepend_space", cast(void**)& gtk_toolbar_prepend_space}, 9789 Symbol( "gtk_toolbar_insert_space", cast(void**)& gtk_toolbar_insert_space),
9822 { "gtk_toolbar_append_space", cast(void**)& gtk_toolbar_append_space}, 9790 Symbol( "gtk_toolbar_prepend_space", cast(void**)& gtk_toolbar_prepend_space),
9823 { "gtk_toolbar_insert_stock", cast(void**)& gtk_toolbar_insert_stock}, 9791 Symbol( "gtk_toolbar_append_space", cast(void**)& gtk_toolbar_append_space),
9824 { "gtk_toolbar_insert_item", cast(void**)& gtk_toolbar_insert_item}, 9792 Symbol( "gtk_toolbar_insert_stock", cast(void**)& gtk_toolbar_insert_stock),
9825 { "gtk_toolbar_prepend_item", cast(void**)& gtk_toolbar_prepend_item}, 9793 Symbol( "gtk_toolbar_insert_item", cast(void**)& gtk_toolbar_insert_item),
9826 { "gtk_toolbar_append_item", cast(void**)& gtk_toolbar_append_item}, 9794 Symbol( "gtk_toolbar_prepend_item", cast(void**)& gtk_toolbar_prepend_item),
9827 { "gtk_toolbar_unset_icon_size", cast(void**)& gtk_toolbar_unset_icon_size}, 9795 Symbol( "gtk_toolbar_append_item", cast(void**)& gtk_toolbar_append_item),
9828 { "gtk_toolbar_set_icon_size", cast(void**)& gtk_toolbar_set_icon_size}, 9796 Symbol( "gtk_toolbar_unset_icon_size", cast(void**)& gtk_toolbar_unset_icon_size),
9829 // { "_gtk_toolbar_rebuild_menu", cast(void**)& _gtk_toolbar_rebuild_menu}, 9797 Symbol( "gtk_toolbar_set_icon_size", cast(void**)& gtk_toolbar_set_icon_size),
9830 // { "_gtk_toolbar_get_default_space_size", cast(void**)& _gtk_toolbar_get_default_space_size}, 9798 // Symbol( "_gtk_toolbar_rebuild_menu", cast(void**)& _gtk_toolbar_rebuild_menu),
9831 // { "_gtk_toolbar_paint_space_line", cast(void**)& _gtk_toolbar_paint_space_line}, 9799 // Symbol( "_gtk_toolbar_get_default_space_size", cast(void**)& _gtk_toolbar_get_default_space_size),
9832 // { "_gtk_toolbar_elide_underscores", cast(void**)& _gtk_toolbar_elide_underscores}, 9800 // Symbol( "_gtk_toolbar_paint_space_line", cast(void**)& _gtk_toolbar_paint_space_line),
9833 { "gtk_toolbar_set_drop_highlight_item", cast(void**)& gtk_toolbar_set_drop_highlight_item}, 9801 // Symbol( "_gtk_toolbar_elide_underscores", cast(void**)& _gtk_toolbar_elide_underscores),
9834 { "gtk_toolbar_get_drop_index", cast(void**)& gtk_toolbar_get_drop_index}, 9802 Symbol( "gtk_toolbar_set_drop_highlight_item", cast(void**)& gtk_toolbar_set_drop_highlight_item),
9835 { "gtk_toolbar_get_relief_style", cast(void**)& gtk_toolbar_get_relief_style}, 9803 Symbol( "gtk_toolbar_get_drop_index", cast(void**)& gtk_toolbar_get_drop_index),
9836 { "gtk_toolbar_get_icon_size", cast(void**)& gtk_toolbar_get_icon_size}, 9804 Symbol( "gtk_toolbar_get_relief_style", cast(void**)& gtk_toolbar_get_relief_style),
9837 { "gtk_toolbar_unset_style", cast(void**)& gtk_toolbar_unset_style}, 9805 Symbol( "gtk_toolbar_get_icon_size", cast(void**)& gtk_toolbar_get_icon_size),
9838 { "gtk_toolbar_set_style", cast(void**)& gtk_toolbar_set_style}, 9806 Symbol( "gtk_toolbar_unset_style", cast(void**)& gtk_toolbar_unset_style),
9839 { "gtk_toolbar_get_style", cast(void**)& gtk_toolbar_get_style}, 9807 Symbol( "gtk_toolbar_set_style", cast(void**)& gtk_toolbar_set_style),
9840 { "gtk_toolbar_set_tooltips", cast(void**)& gtk_toolbar_set_tooltips}, 9808 Symbol( "gtk_toolbar_get_style", cast(void**)& gtk_toolbar_get_style),
9841 { "gtk_toolbar_get_tooltips", cast(void**)& gtk_toolbar_get_tooltips}, 9809 Symbol( "gtk_toolbar_set_tooltips", cast(void**)& gtk_toolbar_set_tooltips),
9842 { "gtk_toolbar_set_orientation", cast(void**)& gtk_toolbar_set_orientation}, 9810 Symbol( "gtk_toolbar_get_tooltips", cast(void**)& gtk_toolbar_get_tooltips),
9843 { "gtk_toolbar_get_orientation", cast(void**)& gtk_toolbar_get_orientation}, 9811 Symbol( "gtk_toolbar_set_orientation", cast(void**)& gtk_toolbar_set_orientation),
9844 { "gtk_toolbar_set_show_arrow", cast(void**)& gtk_toolbar_set_show_arrow}, 9812 Symbol( "gtk_toolbar_get_orientation", cast(void**)& gtk_toolbar_get_orientation),
9845 { "gtk_toolbar_get_show_arrow", cast(void**)& gtk_toolbar_get_show_arrow}, 9813 Symbol( "gtk_toolbar_set_show_arrow", cast(void**)& gtk_toolbar_set_show_arrow),
9846 { "gtk_toolbar_get_nth_item", cast(void**)& gtk_toolbar_get_nth_item}, 9814 Symbol( "gtk_toolbar_get_show_arrow", cast(void**)& gtk_toolbar_get_show_arrow),
9847 { "gtk_toolbar_get_n_items", cast(void**)& gtk_toolbar_get_n_items}, 9815 Symbol( "gtk_toolbar_get_nth_item", cast(void**)& gtk_toolbar_get_nth_item),
9848 { "gtk_toolbar_get_item_index", cast(void**)& gtk_toolbar_get_item_index}, 9816 Symbol( "gtk_toolbar_get_n_items", cast(void**)& gtk_toolbar_get_n_items),
9849 { "gtk_toolbar_insert", cast(void**)& gtk_toolbar_insert}, 9817 Symbol( "gtk_toolbar_get_item_index", cast(void**)& gtk_toolbar_get_item_index),
9850 { "gtk_toolbar_new", cast(void**)& gtk_toolbar_new}, 9818 Symbol( "gtk_toolbar_insert", cast(void**)& gtk_toolbar_insert),
9851 { "gtk_toolbar_get_type", cast(void**)& gtk_toolbar_get_type}, 9819 Symbol( "gtk_toolbar_new", cast(void**)& gtk_toolbar_new),
9852 { "gtk_tips_query_set_labels", cast(void**)& gtk_tips_query_set_labels}, 9820 Symbol( "gtk_toolbar_get_type", cast(void**)& gtk_toolbar_get_type),
9853 { "gtk_tips_query_set_caller", cast(void**)& gtk_tips_query_set_caller}, 9821 Symbol( "gtk_tips_query_set_labels", cast(void**)& gtk_tips_query_set_labels),
9854 { "gtk_tips_query_stop_query", cast(void**)& gtk_tips_query_stop_query}, 9822 Symbol( "gtk_tips_query_set_caller", cast(void**)& gtk_tips_query_set_caller),
9855 { "gtk_tips_query_start_query", cast(void**)& gtk_tips_query_start_query}, 9823 Symbol( "gtk_tips_query_stop_query", cast(void**)& gtk_tips_query_stop_query),
9856 { "gtk_tips_query_new", cast(void**)& gtk_tips_query_new}, 9824 Symbol( "gtk_tips_query_start_query", cast(void**)& gtk_tips_query_start_query),
9857 { "gtk_tips_query_get_type", cast(void**)& gtk_tips_query_get_type}, 9825 Symbol( "gtk_tips_query_new", cast(void**)& gtk_tips_query_new),
9858 { "gtk_text_view_get_default_attributes", cast(void**)& gtk_text_view_get_default_attributes}, 9826 Symbol( "gtk_tips_query_get_type", cast(void**)& gtk_tips_query_get_type),
9859 { "gtk_text_view_get_tabs", cast(void**)& gtk_text_view_get_tabs}, 9827 Symbol( "gtk_text_view_get_default_attributes", cast(void**)& gtk_text_view_get_default_attributes),
9860 { "gtk_text_view_set_tabs", cast(void**)& gtk_text_view_set_tabs}, 9828 Symbol( "gtk_text_view_get_tabs", cast(void**)& gtk_text_view_get_tabs),
9861 { "gtk_text_view_get_indent", cast(void**)& gtk_text_view_get_indent}, 9829 Symbol( "gtk_text_view_set_tabs", cast(void**)& gtk_text_view_set_tabs),
9862 { "gtk_text_view_set_indent", cast(void**)& gtk_text_view_set_indent}, 9830 Symbol( "gtk_text_view_get_indent", cast(void**)& gtk_text_view_get_indent),
9863 { "gtk_text_view_get_right_margin", cast(void**)& gtk_text_view_get_right_margin}, 9831 Symbol( "gtk_text_view_set_indent", cast(void**)& gtk_text_view_set_indent),
9864 { "gtk_text_view_set_right_margin", cast(void**)& gtk_text_view_set_right_margin}, 9832 Symbol( "gtk_text_view_get_right_margin", cast(void**)& gtk_text_view_get_right_margin),
9865 { "gtk_text_view_get_left_margin", cast(void**)& gtk_text_view_get_left_margin}, 9833 Symbol( "gtk_text_view_set_right_margin", cast(void**)& gtk_text_view_set_right_margin),
9866 { "gtk_text_view_set_left_margin", cast(void**)& gtk_text_view_set_left_margin}, 9834 Symbol( "gtk_text_view_get_left_margin", cast(void**)& gtk_text_view_get_left_margin),
9867 { "gtk_text_view_get_justification", cast(void**)& gtk_text_view_get_justification}, 9835 Symbol( "gtk_text_view_set_left_margin", cast(void**)& gtk_text_view_set_left_margin),
9868 { "gtk_text_view_set_justification", cast(void**)& gtk_text_view_set_justification}, 9836 Symbol( "gtk_text_view_get_justification", cast(void**)& gtk_text_view_get_justification),
9869 { "gtk_text_view_get_pixels_inside_wrap", cast(void**)& gtk_text_view_get_pixels_inside_wrap}, 9837 Symbol( "gtk_text_view_set_justification", cast(void**)& gtk_text_view_set_justification),
9870 { "gtk_text_view_set_pixels_inside_wrap", cast(void**)& gtk_text_view_set_pixels_inside_wrap}, 9838 Symbol( "gtk_text_view_get_pixels_inside_wrap", cast(void**)& gtk_text_view_get_pixels_inside_wrap),
9871 { "gtk_text_view_get_pixels_below_lines", cast(void**)& gtk_text_view_get_pixels_below_lines}, 9839 Symbol( "gtk_text_view_set_pixels_inside_wrap", cast(void**)& gtk_text_view_set_pixels_inside_wrap),
9872 { "gtk_text_view_set_pixels_below_lines", cast(void**)& gtk_text_view_set_pixels_below_lines}, 9840 Symbol( "gtk_text_view_get_pixels_below_lines", cast(void**)& gtk_text_view_get_pixels_below_lines),
9873 { "gtk_text_view_get_pixels_above_lines", cast(void**)& gtk_text_view_get_pixels_above_lines}, 9841 Symbol( "gtk_text_view_set_pixels_below_lines", cast(void**)& gtk_text_view_set_pixels_below_lines),
9874 { "gtk_text_view_set_pixels_above_lines", cast(void**)& gtk_text_view_set_pixels_above_lines}, 9842 Symbol( "gtk_text_view_get_pixels_above_lines", cast(void**)& gtk_text_view_get_pixels_above_lines),
9875 { "gtk_text_view_get_accepts_tab", cast(void**)& gtk_text_view_get_accepts_tab}, 9843 Symbol( "gtk_text_view_set_pixels_above_lines", cast(void**)& gtk_text_view_set_pixels_above_lines),
9876 { "gtk_text_view_set_accepts_tab", cast(void**)& gtk_text_view_set_accepts_tab}, 9844 Symbol( "gtk_text_view_get_accepts_tab", cast(void**)& gtk_text_view_get_accepts_tab),
9877 { "gtk_text_view_get_overwrite", cast(void**)& gtk_text_view_get_overwrite}, 9845 Symbol( "gtk_text_view_set_accepts_tab", cast(void**)& gtk_text_view_set_accepts_tab),
9878 { "gtk_text_view_set_overwrite", cast(void**)& gtk_text_view_set_overwrite}, 9846 Symbol( "gtk_text_view_get_overwrite", cast(void**)& gtk_text_view_get_overwrite),
9879 { "gtk_text_view_get_editable", cast(void**)& gtk_text_view_get_editable}, 9847 Symbol( "gtk_text_view_set_overwrite", cast(void**)& gtk_text_view_set_overwrite),
9880 { "gtk_text_view_set_editable", cast(void**)& gtk_text_view_set_editable}, 9848 Symbol( "gtk_text_view_get_editable", cast(void**)& gtk_text_view_get_editable),
9881 { "gtk_text_view_get_wrap_mode", cast(void**)& gtk_text_view_get_wrap_mode}, 9849 Symbol( "gtk_text_view_set_editable", cast(void**)& gtk_text_view_set_editable),
9882 { "gtk_text_view_set_wrap_mode", cast(void**)& gtk_text_view_set_wrap_mode}, 9850 Symbol( "gtk_text_view_get_wrap_mode", cast(void**)& gtk_text_view_get_wrap_mode),
9883 { "gtk_text_view_move_child", cast(void**)& gtk_text_view_move_child}, 9851 Symbol( "gtk_text_view_set_wrap_mode", cast(void**)& gtk_text_view_set_wrap_mode),
9884 { "gtk_text_view_add_child_in_window", cast(void**)& gtk_text_view_add_child_in_window}, 9852 Symbol( "gtk_text_view_move_child", cast(void**)& gtk_text_view_move_child),
9885 { "gtk_text_view_add_child_at_anchor", cast(void**)& gtk_text_view_add_child_at_anchor}, 9853 Symbol( "gtk_text_view_add_child_in_window", cast(void**)& gtk_text_view_add_child_in_window),
9886 { "gtk_text_view_move_visually", cast(void**)& gtk_text_view_move_visually}, 9854 Symbol( "gtk_text_view_add_child_at_anchor", cast(void**)& gtk_text_view_add_child_at_anchor),
9887 { "gtk_text_view_starts_display_line", cast(void**)& gtk_text_view_starts_display_line}, 9855 Symbol( "gtk_text_view_move_visually", cast(void**)& gtk_text_view_move_visually),
9888 { "gtk_text_view_backward_display_line_start", cast(void**)& gtk_text_view_backward_display_line_start}, 9856 Symbol( "gtk_text_view_starts_display_line", cast(void**)& gtk_text_view_starts_display_line),
9889 { "gtk_text_view_forward_display_line_end", cast(void**)& gtk_text_view_forward_display_line_end}, 9857 Symbol( "gtk_text_view_backward_display_line_start", cast(void**)& gtk_text_view_backward_display_line_start),
9890 { "gtk_text_view_backward_display_line", cast(void**)& gtk_text_view_backward_display_line}, 9858 Symbol( "gtk_text_view_forward_display_line_end", cast(void**)& gtk_text_view_forward_display_line_end),
9891 { "gtk_text_view_forward_display_line", cast(void**)& gtk_text_view_forward_display_line}, 9859 Symbol( "gtk_text_view_backward_display_line", cast(void**)& gtk_text_view_backward_display_line),
9892 { "gtk_text_view_get_border_window_size", cast(void**)& gtk_text_view_get_border_window_size}, 9860 Symbol( "gtk_text_view_forward_display_line", cast(void**)& gtk_text_view_forward_display_line),
9893 { "gtk_text_view_set_border_window_size", cast(void**)& gtk_text_view_set_border_window_size}, 9861 Symbol( "gtk_text_view_get_border_window_size", cast(void**)& gtk_text_view_get_border_window_size),
9894 { "gtk_text_view_get_window_type", cast(void**)& gtk_text_view_get_window_type}, 9862 Symbol( "gtk_text_view_set_border_window_size", cast(void**)& gtk_text_view_set_border_window_size),
9895 { "gtk_text_view_get_window", cast(void**)& gtk_text_view_get_window}, 9863 Symbol( "gtk_text_view_get_window_type", cast(void**)& gtk_text_view_get_window_type),
9896 { "gtk_text_view_window_to_buffer_coords", cast(void**)& gtk_text_view_window_to_buffer_coords}, 9864 Symbol( "gtk_text_view_get_window", cast(void**)& gtk_text_view_get_window),
9897 { "gtk_text_view_buffer_to_window_coords", cast(void**)& gtk_text_view_buffer_to_window_coords}, 9865 Symbol( "gtk_text_view_window_to_buffer_coords", cast(void**)& gtk_text_view_window_to_buffer_coords),
9898 { "gtk_text_view_get_line_at_y", cast(void**)& gtk_text_view_get_line_at_y}, 9866 Symbol( "gtk_text_view_buffer_to_window_coords", cast(void**)& gtk_text_view_buffer_to_window_coords),
9899 { "gtk_text_view_get_line_yrange", cast(void**)& gtk_text_view_get_line_yrange}, 9867 Symbol( "gtk_text_view_get_line_at_y", cast(void**)& gtk_text_view_get_line_at_y),
9900 { "gtk_text_view_get_iter_at_position", cast(void**)& gtk_text_view_get_iter_at_position}, 9868 Symbol( "gtk_text_view_get_line_yrange", cast(void**)& gtk_text_view_get_line_yrange),
9901 { "gtk_text_view_get_iter_at_location", cast(void**)& gtk_text_view_get_iter_at_location}, 9869 Symbol( "gtk_text_view_get_iter_at_position", cast(void**)& gtk_text_view_get_iter_at_position),
9902 { "gtk_text_view_get_iter_location", cast(void**)& gtk_text_view_get_iter_location}, 9870 Symbol( "gtk_text_view_get_iter_at_location", cast(void**)& gtk_text_view_get_iter_at_location),
9903 { "gtk_text_view_get_cursor_visible", cast(void**)& gtk_text_view_get_cursor_visible}, 9871 Symbol( "gtk_text_view_get_iter_location", cast(void**)& gtk_text_view_get_iter_location),
9904 { "gtk_text_view_set_cursor_visible", cast(void**)& gtk_text_view_set_cursor_visible}, 9872 Symbol( "gtk_text_view_get_cursor_visible", cast(void**)& gtk_text_view_get_cursor_visible),
9905 { "gtk_text_view_get_visible_rect", cast(void**)& gtk_text_view_get_visible_rect}, 9873 Symbol( "gtk_text_view_set_cursor_visible", cast(void**)& gtk_text_view_set_cursor_visible),
9906 { "gtk_text_view_place_cursor_onscreen", cast(void**)& gtk_text_view_place_cursor_onscreen}, 9874 Symbol( "gtk_text_view_get_visible_rect", cast(void**)& gtk_text_view_get_visible_rect),
9907 { "gtk_text_view_move_mark_onscreen", cast(void**)& gtk_text_view_move_mark_onscreen}, 9875 Symbol( "gtk_text_view_place_cursor_onscreen", cast(void**)& gtk_text_view_place_cursor_onscreen),
9908 { "gtk_text_view_scroll_mark_onscreen", cast(void**)& gtk_text_view_scroll_mark_onscreen}, 9876 Symbol( "gtk_text_view_move_mark_onscreen", cast(void**)& gtk_text_view_move_mark_onscreen),
9909 { "gtk_text_view_scroll_to_mark", cast(void**)& gtk_text_view_scroll_to_mark}, 9877 Symbol( "gtk_text_view_scroll_mark_onscreen", cast(void**)& gtk_text_view_scroll_mark_onscreen),
9910 { "gtk_text_view_scroll_to_iter", cast(void**)& gtk_text_view_scroll_to_iter}, 9878 Symbol( "gtk_text_view_scroll_to_mark", cast(void**)& gtk_text_view_scroll_to_mark),
9911 { "gtk_text_view_get_buffer", cast(void**)& gtk_text_view_get_buffer}, 9879 Symbol( "gtk_text_view_scroll_to_iter", cast(void**)& gtk_text_view_scroll_to_iter),
9912 { "gtk_text_view_set_buffer", cast(void**)& gtk_text_view_set_buffer}, 9880 Symbol( "gtk_text_view_get_buffer", cast(void**)& gtk_text_view_get_buffer),
9913 { "gtk_text_view_new_with_buffer", cast(void**)& gtk_text_view_new_with_buffer}, 9881 Symbol( "gtk_text_view_set_buffer", cast(void**)& gtk_text_view_set_buffer),
9914 { "gtk_text_view_new", cast(void**)& gtk_text_view_new}, 9882 Symbol( "gtk_text_view_new_with_buffer", cast(void**)& gtk_text_view_new_with_buffer),
9915 { "gtk_text_view_get_type", cast(void**)& gtk_text_view_get_type}, 9883 Symbol( "gtk_text_view_new", cast(void**)& gtk_text_view_new),
9916 { "gtk_text_buffer_deserialize", cast(void**)& gtk_text_buffer_deserialize}, 9884 Symbol( "gtk_text_view_get_type", cast(void**)& gtk_text_view_get_type),
9917 { "gtk_text_buffer_serialize", cast(void**)& gtk_text_buffer_serialize}, 9885 Symbol( "gtk_text_buffer_deserialize", cast(void**)& gtk_text_buffer_deserialize),
9918 { "gtk_text_buffer_get_deserialize_formats", cast(void**)& gtk_text_buffer_get_deserialize_formats}, 9886 Symbol( "gtk_text_buffer_serialize", cast(void**)& gtk_text_buffer_serialize),
9919 { "gtk_text_buffer_get_serialize_formats", cast(void**)& gtk_text_buffer_get_serialize_formats}, 9887 Symbol( "gtk_text_buffer_get_deserialize_formats", cast(void**)& gtk_text_buffer_get_deserialize_formats),
9920 { "gtk_text_buffer_deserialize_get_can_create_tags", cast(void**)& gtk_text_buffer_deserialize_get_can_create_tags}, 9888 Symbol( "gtk_text_buffer_get_serialize_formats", cast(void**)& gtk_text_buffer_get_serialize_formats),
9921 { "gtk_text_buffer_deserialize_set_can_create_tags", cast(void**)& gtk_text_buffer_deserialize_set_can_create_tags}, 9889 Symbol( "gtk_text_buffer_deserialize_get_can_create_tags", cast(void**)& gtk_text_buffer_deserialize_get_can_create_tags),
9922 { "gtk_text_buffer_unregister_deserialize_format", cast(void**)& gtk_text_buffer_unregister_deserialize_format}, 9890 Symbol( "gtk_text_buffer_deserialize_set_can_create_tags", cast(void**)& gtk_text_buffer_deserialize_set_can_create_tags),
9923 { "gtk_text_buffer_unregister_serialize_format", cast(void**)& gtk_text_buffer_unregister_serialize_format}, 9891 Symbol( "gtk_text_buffer_unregister_deserialize_format", cast(void**)& gtk_text_buffer_unregister_deserialize_format),
9924 { "gtk_text_buffer_register_deserialize_tagset", cast(void**)& gtk_text_buffer_register_deserialize_tagset}, 9892 Symbol( "gtk_text_buffer_unregister_serialize_format", cast(void**)& gtk_text_buffer_unregister_serialize_format),
9925 { "gtk_text_buffer_register_deserialize_format", cast(void**)& gtk_text_buffer_register_deserialize_format}, 9893 Symbol( "gtk_text_buffer_register_deserialize_tagset", cast(void**)& gtk_text_buffer_register_deserialize_tagset),
9926 { "gtk_text_buffer_register_serialize_tagset", cast(void**)& gtk_text_buffer_register_serialize_tagset}, 9894 Symbol( "gtk_text_buffer_register_deserialize_format", cast(void**)& gtk_text_buffer_register_deserialize_format),
9927 { "gtk_text_buffer_register_serialize_format", cast(void**)& gtk_text_buffer_register_serialize_format}, 9895 Symbol( "gtk_text_buffer_register_serialize_tagset", cast(void**)& gtk_text_buffer_register_serialize_tagset),
9928 // { "_gtk_text_buffer_notify_will_remove_tag", cast(void**)& _gtk_text_buffer_notify_will_remove_tag}, 9896 Symbol( "gtk_text_buffer_register_serialize_format", cast(void**)& gtk_text_buffer_register_serialize_format),
9929 // { "_gtk_text_buffer_get_line_log_attrs", cast(void**)& _gtk_text_buffer_get_line_log_attrs}, 9897 // Symbol( "_gtk_text_buffer_notify_will_remove_tag", cast(void**)& _gtk_text_buffer_notify_will_remove_tag),
9930 // { "_gtk_text_buffer_get_btree", cast(void**)& _gtk_text_buffer_get_btree}, 9898 // Symbol( "_gtk_text_buffer_get_line_log_attrs", cast(void**)& _gtk_text_buffer_get_line_log_attrs),
9931 // { "_gtk_text_buffer_spew", cast(void**)& _gtk_text_buffer_spew}, 9899 // Symbol( "_gtk_text_buffer_get_btree", cast(void**)& _gtk_text_buffer_get_btree),
9932 { "gtk_text_buffer_get_paste_target_list", cast(void**)& gtk_text_buffer_get_paste_target_list}, 9900 // Symbol( "_gtk_text_buffer_spew", cast(void**)& _gtk_text_buffer_spew),
9933 { "gtk_text_buffer_get_copy_target_list", cast(void**)& gtk_text_buffer_get_copy_target_list}, 9901 Symbol( "gtk_text_buffer_get_paste_target_list", cast(void**)& gtk_text_buffer_get_paste_target_list),
9934 { "gtk_text_buffer_end_user_action", cast(void**)& gtk_text_buffer_end_user_action}, 9902 Symbol( "gtk_text_buffer_get_copy_target_list", cast(void**)& gtk_text_buffer_get_copy_target_list),
9935 { "gtk_text_buffer_begin_user_action", cast(void**)& gtk_text_buffer_begin_user_action}, 9903 Symbol( "gtk_text_buffer_end_user_action", cast(void**)& gtk_text_buffer_end_user_action),
9936 { "gtk_text_buffer_delete_selection", cast(void**)& gtk_text_buffer_delete_selection}, 9904 Symbol( "gtk_text_buffer_begin_user_action", cast(void**)& gtk_text_buffer_begin_user_action),
9937 { "gtk_text_buffer_get_selection_bounds", cast(void**)& gtk_text_buffer_get_selection_bounds}, 9905 Symbol( "gtk_text_buffer_delete_selection", cast(void**)& gtk_text_buffer_delete_selection),
9938 { "gtk_text_buffer_paste_clipboard", cast(void**)& gtk_text_buffer_paste_clipboard}, 9906 Symbol( "gtk_text_buffer_get_selection_bounds", cast(void**)& gtk_text_buffer_get_selection_bounds),
9939 { "gtk_text_buffer_copy_clipboard", cast(void**)& gtk_text_buffer_copy_clipboard}, 9907 Symbol( "gtk_text_buffer_paste_clipboard", cast(void**)& gtk_text_buffer_paste_clipboard),
9940 { "gtk_text_buffer_cut_clipboard", cast(void**)& gtk_text_buffer_cut_clipboard}, 9908 Symbol( "gtk_text_buffer_copy_clipboard", cast(void**)& gtk_text_buffer_copy_clipboard),
9941 { "gtk_text_buffer_remove_selection_clipboard", cast(void**)& gtk_text_buffer_remove_selection_clipboard}, 9909 Symbol( "gtk_text_buffer_cut_clipboard", cast(void**)& gtk_text_buffer_cut_clipboard),
9942 { "gtk_text_buffer_add_selection_clipboard", cast(void**)& gtk_text_buffer_add_selection_clipboard}, 9910 Symbol( "gtk_text_buffer_remove_selection_clipboard", cast(void**)& gtk_text_buffer_remove_selection_clipboard),
9943 { "gtk_text_buffer_get_has_selection", cast(void**)& gtk_text_buffer_get_has_selection}, 9911 Symbol( "gtk_text_buffer_add_selection_clipboard", cast(void**)& gtk_text_buffer_add_selection_clipboard),
9944 { "gtk_text_buffer_set_modified", cast(void**)& gtk_text_buffer_set_modified}, 9912 Symbol( "gtk_text_buffer_get_has_selection", cast(void**)& gtk_text_buffer_get_has_selection),
9945 { "gtk_text_buffer_get_modified", cast(void**)& gtk_text_buffer_get_modified}, 9913 Symbol( "gtk_text_buffer_set_modified", cast(void**)& gtk_text_buffer_set_modified),
9946 { "gtk_text_buffer_get_iter_at_child_anchor", cast(void**)& gtk_text_buffer_get_iter_at_child_anchor}, 9914 Symbol( "gtk_text_buffer_get_modified", cast(void**)& gtk_text_buffer_get_modified),
9947 { "gtk_text_buffer_get_iter_at_mark", cast(void**)& gtk_text_buffer_get_iter_at_mark}, 9915 Symbol( "gtk_text_buffer_get_iter_at_child_anchor", cast(void**)& gtk_text_buffer_get_iter_at_child_anchor),
9948 { "gtk_text_buffer_get_bounds", cast(void**)& gtk_text_buffer_get_bounds}, 9916 Symbol( "gtk_text_buffer_get_iter_at_mark", cast(void**)& gtk_text_buffer_get_iter_at_mark),
9949 { "gtk_text_buffer_get_end_iter", cast(void**)& gtk_text_buffer_get_end_iter}, 9917 Symbol( "gtk_text_buffer_get_bounds", cast(void**)& gtk_text_buffer_get_bounds),
9950 { "gtk_text_buffer_get_start_iter", cast(void**)& gtk_text_buffer_get_start_iter}, 9918 Symbol( "gtk_text_buffer_get_end_iter", cast(void**)& gtk_text_buffer_get_end_iter),
9951 { "gtk_text_buffer_get_iter_at_line", cast(void**)& gtk_text_buffer_get_iter_at_line}, 9919 Symbol( "gtk_text_buffer_get_start_iter", cast(void**)& gtk_text_buffer_get_start_iter),
9952 { "gtk_text_buffer_get_iter_at_offset", cast(void**)& gtk_text_buffer_get_iter_at_offset}, 9920 Symbol( "gtk_text_buffer_get_iter_at_line", cast(void**)& gtk_text_buffer_get_iter_at_line),
9953 { "gtk_text_buffer_get_iter_at_line_index", cast(void**)& gtk_text_buffer_get_iter_at_line_index}, 9921 Symbol( "gtk_text_buffer_get_iter_at_offset", cast(void**)& gtk_text_buffer_get_iter_at_offset),
9954 { "gtk_text_buffer_get_iter_at_line_offset", cast(void**)& gtk_text_buffer_get_iter_at_line_offset}, 9922 Symbol( "gtk_text_buffer_get_iter_at_line_index", cast(void**)& gtk_text_buffer_get_iter_at_line_index),
9955 { "gtk_text_buffer_create_tag", cast(void**)& gtk_text_buffer_create_tag}, 9923 Symbol( "gtk_text_buffer_get_iter_at_line_offset", cast(void**)& gtk_text_buffer_get_iter_at_line_offset),
9956 { "gtk_text_buffer_remove_all_tags", cast(void**)& gtk_text_buffer_remove_all_tags}, 9924 Symbol( "gtk_text_buffer_create_tag", cast(void**)& gtk_text_buffer_create_tag),
9957 { "gtk_text_buffer_remove_tag_by_name", cast(void**)& gtk_text_buffer_remove_tag_by_name}, 9925 Symbol( "gtk_text_buffer_remove_all_tags", cast(void**)& gtk_text_buffer_remove_all_tags),
9958 { "gtk_text_buffer_apply_tag_by_name", cast(void**)& gtk_text_buffer_apply_tag_by_name}, 9926 Symbol( "gtk_text_buffer_remove_tag_by_name", cast(void**)& gtk_text_buffer_remove_tag_by_name),
9959 { "gtk_text_buffer_remove_tag", cast(void**)& gtk_text_buffer_remove_tag}, 9927 Symbol( "gtk_text_buffer_apply_tag_by_name", cast(void**)& gtk_text_buffer_apply_tag_by_name),
9960 { "gtk_text_buffer_apply_tag", cast(void**)& gtk_text_buffer_apply_tag}, 9928 Symbol( "gtk_text_buffer_remove_tag", cast(void**)& gtk_text_buffer_remove_tag),
9961 { "gtk_text_buffer_select_range", cast(void**)& gtk_text_buffer_select_range}, 9929 Symbol( "gtk_text_buffer_apply_tag", cast(void**)& gtk_text_buffer_apply_tag),
9962 { "gtk_text_buffer_place_cursor", cast(void**)& gtk_text_buffer_place_cursor}, 9930 Symbol( "gtk_text_buffer_select_range", cast(void**)& gtk_text_buffer_select_range),
9963 { "gtk_text_buffer_get_selection_bound", cast(void**)& gtk_text_buffer_get_selection_bound}, 9931 Symbol( "gtk_text_buffer_place_cursor", cast(void**)& gtk_text_buffer_place_cursor),
9964 { "gtk_text_buffer_get_insert", cast(void**)& gtk_text_buffer_get_insert}, 9932 Symbol( "gtk_text_buffer_get_selection_bound", cast(void**)& gtk_text_buffer_get_selection_bound),
9965 { "gtk_text_buffer_delete_mark_by_name", cast(void**)& gtk_text_buffer_delete_mark_by_name}, 9933 Symbol( "gtk_text_buffer_get_insert", cast(void**)& gtk_text_buffer_get_insert),
9966 { "gtk_text_buffer_move_mark_by_name", cast(void**)& gtk_text_buffer_move_mark_by_name}, 9934 Symbol( "gtk_text_buffer_delete_mark_by_name", cast(void**)& gtk_text_buffer_delete_mark_by_name),
9967 { "gtk_text_buffer_get_mark", cast(void**)& gtk_text_buffer_get_mark}, 9935 Symbol( "gtk_text_buffer_move_mark_by_name", cast(void**)& gtk_text_buffer_move_mark_by_name),
9968 { "gtk_text_buffer_delete_mark", cast(void**)& gtk_text_buffer_delete_mark}, 9936 Symbol( "gtk_text_buffer_get_mark", cast(void**)& gtk_text_buffer_get_mark),
9969 { "gtk_text_buffer_move_mark", cast(void**)& gtk_text_buffer_move_mark}, 9937 Symbol( "gtk_text_buffer_delete_mark", cast(void**)& gtk_text_buffer_delete_mark),
9970 { "gtk_text_buffer_create_mark", cast(void**)& gtk_text_buffer_create_mark}, 9938 Symbol( "gtk_text_buffer_move_mark", cast(void**)& gtk_text_buffer_move_mark),
9971 { "gtk_text_buffer_add_mark", cast(void**)& gtk_text_buffer_add_mark}, 9939 Symbol( "gtk_text_buffer_create_mark", cast(void**)& gtk_text_buffer_create_mark),
9972 { "gtk_text_buffer_create_child_anchor", cast(void**)& gtk_text_buffer_create_child_anchor}, 9940 Symbol( "gtk_text_buffer_add_mark", cast(void**)& gtk_text_buffer_add_mark),
9973 { "gtk_text_buffer_insert_child_anchor", cast(void**)& gtk_text_buffer_insert_child_anchor}, 9941 Symbol( "gtk_text_buffer_create_child_anchor", cast(void**)& gtk_text_buffer_create_child_anchor),
9974 { "gtk_text_buffer_insert_pixbuf", cast(void**)& gtk_text_buffer_insert_pixbuf}, 9942 Symbol( "gtk_text_buffer_insert_child_anchor", cast(void**)& gtk_text_buffer_insert_child_anchor),
9975 { "gtk_text_buffer_get_slice", cast(void**)& gtk_text_buffer_get_slice}, 9943 Symbol( "gtk_text_buffer_insert_pixbuf", cast(void**)& gtk_text_buffer_insert_pixbuf),
9976 { "gtk_text_buffer_get_text", cast(void**)& gtk_text_buffer_get_text}, 9944 Symbol( "gtk_text_buffer_get_slice", cast(void**)& gtk_text_buffer_get_slice),
9977 { "gtk_text_buffer_backspace", cast(void**)& gtk_text_buffer_backspace}, 9945 Symbol( "gtk_text_buffer_get_text", cast(void**)& gtk_text_buffer_get_text),
9978 { "gtk_text_buffer_delete_interactive", cast(void**)& gtk_text_buffer_delete_interactive}, 9946 Symbol( "gtk_text_buffer_backspace", cast(void**)& gtk_text_buffer_backspace),
9979 { "gtk_text_buffer_delete", cast(void**)& gtk_text_buffer_delete}, 9947 Symbol( "gtk_text_buffer_delete_interactive", cast(void**)& gtk_text_buffer_delete_interactive),
9980 { "gtk_text_buffer_insert_with_tags_by_name", cast(void**)& gtk_text_buffer_insert_with_tags_by_name}, 9948 Symbol( "gtk_text_buffer_delete", cast(void**)& gtk_text_buffer_delete),
9981 { "gtk_text_buffer_insert_with_tags", cast(void**)& gtk_text_buffer_insert_with_tags}, 9949 Symbol( "gtk_text_buffer_insert_with_tags_by_name", cast(void**)& gtk_text_buffer_insert_with_tags_by_name),
9982 { "gtk_text_buffer_insert_range_interactive", cast(void**)& gtk_text_buffer_insert_range_interactive}, 9950 Symbol( "gtk_text_buffer_insert_with_tags", cast(void**)& gtk_text_buffer_insert_with_tags),
9983 { "gtk_text_buffer_insert_range", cast(void**)& gtk_text_buffer_insert_range}, 9951 Symbol( "gtk_text_buffer_insert_range_interactive", cast(void**)& gtk_text_buffer_insert_range_interactive),
9984 { "gtk_text_buffer_insert_interactive_at_cursor", cast(void**)& gtk_text_buffer_insert_interactive_at_cursor}, 9952 Symbol( "gtk_text_buffer_insert_range", cast(void**)& gtk_text_buffer_insert_range),
9985 { "gtk_text_buffer_insert_interactive", cast(void**)& gtk_text_buffer_insert_interactive}, 9953 Symbol( "gtk_text_buffer_insert_interactive_at_cursor", cast(void**)& gtk_text_buffer_insert_interactive_at_cursor),
9986 { "gtk_text_buffer_insert_at_cursor", cast(void**)& gtk_text_buffer_insert_at_cursor}, 9954 Symbol( "gtk_text_buffer_insert_interactive", cast(void**)& gtk_text_buffer_insert_interactive),
9987 { "gtk_text_buffer_insert", cast(void**)& gtk_text_buffer_insert}, 9955 Symbol( "gtk_text_buffer_insert_at_cursor", cast(void**)& gtk_text_buffer_insert_at_cursor),
9988 { "gtk_text_buffer_set_text", cast(void**)& gtk_text_buffer_set_text}, 9956 Symbol( "gtk_text_buffer_insert", cast(void**)& gtk_text_buffer_insert),
9989 { "gtk_text_buffer_get_tag_table", cast(void**)& gtk_text_buffer_get_tag_table}, 9957 Symbol( "gtk_text_buffer_set_text", cast(void**)& gtk_text_buffer_set_text),
9990 { "gtk_text_buffer_get_char_count", cast(void**)& gtk_text_buffer_get_char_count}, 9958 Symbol( "gtk_text_buffer_get_tag_table", cast(void**)& gtk_text_buffer_get_tag_table),
9991 { "gtk_text_buffer_get_line_count", cast(void**)& gtk_text_buffer_get_line_count}, 9959 Symbol( "gtk_text_buffer_get_char_count", cast(void**)& gtk_text_buffer_get_char_count),
9992 { "gtk_text_buffer_new", cast(void**)& gtk_text_buffer_new}, 9960 Symbol( "gtk_text_buffer_get_line_count", cast(void**)& gtk_text_buffer_get_line_count),
9993 { "gtk_text_buffer_get_type", cast(void**)& gtk_text_buffer_get_type}, 9961 Symbol( "gtk_text_buffer_new", cast(void**)& gtk_text_buffer_new),
9994 { "gtk_text_mark_get_left_gravity", cast(void**)& gtk_text_mark_get_left_gravity}, 9962 Symbol( "gtk_text_buffer_get_type", cast(void**)& gtk_text_buffer_get_type),
9995 { "gtk_text_mark_get_buffer", cast(void**)& gtk_text_mark_get_buffer}, 9963 Symbol( "gtk_text_mark_get_left_gravity", cast(void**)& gtk_text_mark_get_left_gravity),
9996 { "gtk_text_mark_get_deleted", cast(void**)& gtk_text_mark_get_deleted}, 9964 Symbol( "gtk_text_mark_get_buffer", cast(void**)& gtk_text_mark_get_buffer),
9997 { "gtk_text_mark_get_name", cast(void**)& gtk_text_mark_get_name}, 9965 Symbol( "gtk_text_mark_get_deleted", cast(void**)& gtk_text_mark_get_deleted),
9998 { "gtk_text_mark_new", cast(void**)& gtk_text_mark_new}, 9966 Symbol( "gtk_text_mark_get_name", cast(void**)& gtk_text_mark_get_name),
9999 { "gtk_text_mark_get_visible", cast(void**)& gtk_text_mark_get_visible}, 9967 Symbol( "gtk_text_mark_new", cast(void**)& gtk_text_mark_new),
10000 { "gtk_text_mark_set_visible", cast(void**)& gtk_text_mark_set_visible}, 9968 Symbol( "gtk_text_mark_get_visible", cast(void**)& gtk_text_mark_get_visible),
10001 { "gtk_text_mark_get_type", cast(void**)& gtk_text_mark_get_type}, 9969 Symbol( "gtk_text_mark_set_visible", cast(void**)& gtk_text_mark_set_visible),
10002 // { "_gtk_text_tag_table_remove_buffer", cast(void**)& _gtk_text_tag_table_remove_buffer}, 9970 Symbol( "gtk_text_mark_get_type", cast(void**)& gtk_text_mark_get_type),
10003 // { "_gtk_text_tag_table_add_buffer", cast(void**)& _gtk_text_tag_table_add_buffer}, 9971 // Symbol( "_gtk_text_tag_table_remove_buffer", cast(void**)& _gtk_text_tag_table_remove_buffer),
10004 { "gtk_text_tag_table_get_size", cast(void**)& gtk_text_tag_table_get_size}, 9972 // Symbol( "_gtk_text_tag_table_add_buffer", cast(void**)& _gtk_text_tag_table_add_buffer),
10005 { "gtk_text_tag_table_foreach", cast(void**)& gtk_text_tag_table_foreach}, 9973 Symbol( "gtk_text_tag_table_get_size", cast(void**)& gtk_text_tag_table_get_size),
10006 { "gtk_text_tag_table_lookup", cast(void**)& gtk_text_tag_table_lookup}, 9974 Symbol( "gtk_text_tag_table_foreach", cast(void**)& gtk_text_tag_table_foreach),
10007 { "gtk_text_tag_table_remove", cast(void**)& gtk_text_tag_table_remove}, 9975 Symbol( "gtk_text_tag_table_lookup", cast(void**)& gtk_text_tag_table_lookup),
10008 { "gtk_text_tag_table_add", cast(void**)& gtk_text_tag_table_add}, 9976 Symbol( "gtk_text_tag_table_remove", cast(void**)& gtk_text_tag_table_remove),
10009 { "gtk_text_tag_table_new", cast(void**)& gtk_text_tag_table_new}, 9977 Symbol( "gtk_text_tag_table_add", cast(void**)& gtk_text_tag_table_add),
10010 { "gtk_text_tag_table_get_type", cast(void**)& gtk_text_tag_table_get_type}, 9978 Symbol( "gtk_text_tag_table_new", cast(void**)& gtk_text_tag_table_new),
10011 { "gtk_tearoff_menu_item_new", cast(void**)& gtk_tearoff_menu_item_new}, 9979 Symbol( "gtk_text_tag_table_get_type", cast(void**)& gtk_text_tag_table_get_type),
10012 { "gtk_tearoff_menu_item_get_type", cast(void**)& gtk_tearoff_menu_item_get_type}, 9980 Symbol( "gtk_tearoff_menu_item_new", cast(void**)& gtk_tearoff_menu_item_new),
10013 { "gtk_table_get_homogeneous", cast(void**)& gtk_table_get_homogeneous}, 9981 Symbol( "gtk_tearoff_menu_item_get_type", cast(void**)& gtk_tearoff_menu_item_get_type),
10014 { "gtk_table_set_homogeneous", cast(void**)& gtk_table_set_homogeneous}, 9982 Symbol( "gtk_table_get_homogeneous", cast(void**)& gtk_table_get_homogeneous),
10015 { "gtk_table_get_default_col_spacing", cast(void**)& gtk_table_get_default_col_spacing}, 9983 Symbol( "gtk_table_set_homogeneous", cast(void**)& gtk_table_set_homogeneous),
10016 { "gtk_table_set_col_spacings", cast(void**)& gtk_table_set_col_spacings}, 9984 Symbol( "gtk_table_get_default_col_spacing", cast(void**)& gtk_table_get_default_col_spacing),
10017 { "gtk_table_get_default_row_spacing", cast(void**)& gtk_table_get_default_row_spacing}, 9985 Symbol( "gtk_table_set_col_spacings", cast(void**)& gtk_table_set_col_spacings),
10018 { "gtk_table_set_row_spacings", cast(void**)& gtk_table_set_row_spacings}, 9986 Symbol( "gtk_table_get_default_row_spacing", cast(void**)& gtk_table_get_default_row_spacing),
10019 { "gtk_table_get_col_spacing", cast(void**)& gtk_table_get_col_spacing}, 9987 Symbol( "gtk_table_set_row_spacings", cast(void**)& gtk_table_set_row_spacings),
10020 { "gtk_table_set_col_spacing", cast(void**)& gtk_table_set_col_spacing}, 9988 Symbol( "gtk_table_get_col_spacing", cast(void**)& gtk_table_get_col_spacing),
10021 { "gtk_table_get_row_spacing", cast(void**)& gtk_table_get_row_spacing}, 9989 Symbol( "gtk_table_set_col_spacing", cast(void**)& gtk_table_set_col_spacing),
10022 { "gtk_table_set_row_spacing", cast(void**)& gtk_table_set_row_spacing}, 9990 Symbol( "gtk_table_get_row_spacing", cast(void**)& gtk_table_get_row_spacing),
10023 { "gtk_table_attach_defaults", cast(void**)& gtk_table_attach_defaults}, 9991 Symbol( "gtk_table_set_row_spacing", cast(void**)& gtk_table_set_row_spacing),
10024 { "gtk_table_attach", cast(void**)& gtk_table_attach}, 9992 Symbol( "gtk_table_attach_defaults", cast(void**)& gtk_table_attach_defaults),
10025 { "gtk_table_resize", cast(void**)& gtk_table_resize}, 9993 Symbol( "gtk_table_attach", cast(void**)& gtk_table_attach),
10026 { "gtk_table_new", cast(void**)& gtk_table_new}, 9994 Symbol( "gtk_table_resize", cast(void**)& gtk_table_resize),
10027 { "gtk_table_get_type", cast(void**)& gtk_table_get_type}, 9995 Symbol( "gtk_table_new", cast(void**)& gtk_table_new),
10028 { "gtk_stock_set_translate_func", cast(void**)& gtk_stock_set_translate_func}, 9996 Symbol( "gtk_table_get_type", cast(void**)& gtk_table_get_type),
10029 { "gtk_stock_item_free", cast(void**)& gtk_stock_item_free}, 9997 Symbol( "gtk_stock_set_translate_func", cast(void**)& gtk_stock_set_translate_func),
10030 { "gtk_stock_item_copy", cast(void**)& gtk_stock_item_copy}, 9998 Symbol( "gtk_stock_item_free", cast(void**)& gtk_stock_item_free),
10031 { "gtk_stock_list_ids", cast(void**)& gtk_stock_list_ids}, 9999 Symbol( "gtk_stock_item_copy", cast(void**)& gtk_stock_item_copy),
10032 { "gtk_stock_lookup", cast(void**)& gtk_stock_lookup}, 10000 Symbol( "gtk_stock_list_ids", cast(void**)& gtk_stock_list_ids),
10033 { "gtk_stock_add_static", cast(void**)& gtk_stock_add_static}, 10001 Symbol( "gtk_stock_lookup", cast(void**)& gtk_stock_lookup),
10034 { "gtk_stock_add", cast(void**)& gtk_stock_add}, 10002 Symbol( "gtk_stock_add_static", cast(void**)& gtk_stock_add_static),
10035 { "gtk_status_icon_get_geometry", cast(void**)& gtk_status_icon_get_geometry}, 10003 Symbol( "gtk_stock_add", cast(void**)& gtk_stock_add),
10036 { "gtk_status_icon_position_menu", cast(void**)& gtk_status_icon_position_menu}, 10004 Symbol( "gtk_status_icon_get_geometry", cast(void**)& gtk_status_icon_get_geometry),
10037 { "gtk_status_icon_is_embedded", cast(void**)& gtk_status_icon_is_embedded}, 10005 Symbol( "gtk_status_icon_position_menu", cast(void**)& gtk_status_icon_position_menu),
10038 { "gtk_status_icon_get_blinking", cast(void**)& gtk_status_icon_get_blinking}, 10006 Symbol( "gtk_status_icon_is_embedded", cast(void**)& gtk_status_icon_is_embedded),
10039 { "gtk_status_icon_set_blinking", cast(void**)& gtk_status_icon_set_blinking}, 10007 Symbol( "gtk_status_icon_get_blinking", cast(void**)& gtk_status_icon_get_blinking),
10040 { "gtk_status_icon_get_visible", cast(void**)& gtk_status_icon_get_visible}, 10008 Symbol( "gtk_status_icon_set_blinking", cast(void**)& gtk_status_icon_set_blinking),
10041 { "gtk_status_icon_set_visible", cast(void**)& gtk_status_icon_set_visible}, 10009 Symbol( "gtk_status_icon_get_visible", cast(void**)& gtk_status_icon_get_visible),
10042 { "gtk_status_icon_set_tooltip", cast(void**)& gtk_status_icon_set_tooltip}, 10010 Symbol( "gtk_status_icon_set_visible", cast(void**)& gtk_status_icon_set_visible),
10043 { "gtk_status_icon_get_screen", cast(void**)& gtk_status_icon_get_screen}, 10011 Symbol( "gtk_status_icon_set_tooltip", cast(void**)& gtk_status_icon_set_tooltip),
10044 { "gtk_status_icon_set_screen", cast(void**)& gtk_status_icon_set_screen}, 10012 Symbol( "gtk_status_icon_get_screen", cast(void**)& gtk_status_icon_get_screen),
10045 { "gtk_status_icon_get_size", cast(void**)& gtk_status_icon_get_size}, 10013 Symbol( "gtk_status_icon_set_screen", cast(void**)& gtk_status_icon_set_screen),
10046 { "gtk_status_icon_get_icon_name", cast(void**)& gtk_status_icon_get_icon_name}, 10014 Symbol( "gtk_status_icon_get_size", cast(void**)& gtk_status_icon_get_size),
10047 { "gtk_status_icon_get_stock", cast(void**)& gtk_status_icon_get_stock}, 10015 Symbol( "gtk_status_icon_get_icon_name", cast(void**)& gtk_status_icon_get_icon_name),
10048 { "gtk_status_icon_get_pixbuf", cast(void**)& gtk_status_icon_get_pixbuf}, 10016 Symbol( "gtk_status_icon_get_stock", cast(void**)& gtk_status_icon_get_stock),
10049 { "gtk_status_icon_get_storage_type", cast(void**)& gtk_status_icon_get_storage_type}, 10017 Symbol( "gtk_status_icon_get_pixbuf", cast(void**)& gtk_status_icon_get_pixbuf),
10050 { "gtk_status_icon_set_from_icon_name", cast(void**)& gtk_status_icon_set_from_icon_name}, 10018 Symbol( "gtk_status_icon_get_storage_type", cast(void**)& gtk_status_icon_get_storage_type),
10051 { "gtk_status_icon_set_from_stock", cast(void**)& gtk_status_icon_set_from_stock}, 10019 Symbol( "gtk_status_icon_set_from_icon_name", cast(void**)& gtk_status_icon_set_from_icon_name),
10052 { "gtk_status_icon_set_from_file", cast(void**)& gtk_status_icon_set_from_file}, 10020 Symbol( "gtk_status_icon_set_from_stock", cast(void**)& gtk_status_icon_set_from_stock),
10053 { "gtk_status_icon_set_from_pixbuf", cast(void**)& gtk_status_icon_set_from_pixbuf}, 10021 Symbol( "gtk_status_icon_set_from_file", cast(void**)& gtk_status_icon_set_from_file),
10054 { "gtk_status_icon_new_from_icon_name", cast(void**)& gtk_status_icon_new_from_icon_name}, 10022 Symbol( "gtk_status_icon_set_from_pixbuf", cast(void**)& gtk_status_icon_set_from_pixbuf),
10055 { "gtk_status_icon_new_from_stock", cast(void**)& gtk_status_icon_new_from_stock}, 10023 Symbol( "gtk_status_icon_new_from_icon_name", cast(void**)& gtk_status_icon_new_from_icon_name),
10056 { "gtk_status_icon_new_from_file", cast(void**)& gtk_status_icon_new_from_file}, 10024 Symbol( "gtk_status_icon_new_from_stock", cast(void**)& gtk_status_icon_new_from_stock),
10057 { "gtk_status_icon_new_from_pixbuf", cast(void**)& gtk_status_icon_new_from_pixbuf}, 10025 Symbol( "gtk_status_icon_new_from_file", cast(void**)& gtk_status_icon_new_from_file),
10058 { "gtk_status_icon_new", cast(void**)& gtk_status_icon_new}, 10026 Symbol( "gtk_status_icon_new_from_pixbuf", cast(void**)& gtk_status_icon_new_from_pixbuf),
10059 { "gtk_status_icon_get_type", cast(void**)& gtk_status_icon_get_type}, 10027 Symbol( "gtk_status_icon_new", cast(void**)& gtk_status_icon_new),
10060 { "gtk_statusbar_get_has_resize_grip", cast(void**)& gtk_statusbar_get_has_resize_grip}, 10028 Symbol( "gtk_status_icon_get_type", cast(void**)& gtk_status_icon_get_type),
10061 { "gtk_statusbar_set_has_resize_grip", cast(void**)& gtk_statusbar_set_has_resize_grip}, 10029 Symbol( "gtk_statusbar_get_has_resize_grip", cast(void**)& gtk_statusbar_get_has_resize_grip),
10062 { "gtk_statusbar_remove", cast(void**)& gtk_statusbar_remove}, 10030 Symbol( "gtk_statusbar_set_has_resize_grip", cast(void**)& gtk_statusbar_set_has_resize_grip),
10063 { "gtk_statusbar_pop", cast(void**)& gtk_statusbar_pop}, 10031 Symbol( "gtk_statusbar_remove", cast(void**)& gtk_statusbar_remove),
10064 { "gtk_statusbar_push", cast(void**)& gtk_statusbar_push}, 10032 Symbol( "gtk_statusbar_pop", cast(void**)& gtk_statusbar_pop),
10065 { "gtk_statusbar_get_context_id", cast(void**)& gtk_statusbar_get_context_id}, 10033 Symbol( "gtk_statusbar_push", cast(void**)& gtk_statusbar_push),
10066 { "gtk_statusbar_new", cast(void**)& gtk_statusbar_new}, 10034 Symbol( "gtk_statusbar_get_context_id", cast(void**)& gtk_statusbar_get_context_id),
10067 { "gtk_statusbar_get_type", cast(void**)& gtk_statusbar_get_type}, 10035 Symbol( "gtk_statusbar_new", cast(void**)& gtk_statusbar_new),
10068 { "gtk_spin_button_update", cast(void**)& gtk_spin_button_update}, 10036 Symbol( "gtk_statusbar_get_type", cast(void**)& gtk_statusbar_get_type),
10069 { "gtk_spin_button_get_snap_to_ticks", cast(void**)& gtk_spin_button_get_snap_to_ticks}, 10037 Symbol( "gtk_spin_button_update", cast(void**)& gtk_spin_button_update),
10070 { "gtk_spin_button_set_snap_to_ticks", cast(void**)& gtk_spin_button_set_snap_to_ticks}, 10038 Symbol( "gtk_spin_button_get_snap_to_ticks", cast(void**)& gtk_spin_button_get_snap_to_ticks),
10071 { "gtk_spin_button_get_wrap", cast(void**)& gtk_spin_button_get_wrap}, 10039 Symbol( "gtk_spin_button_set_snap_to_ticks", cast(void**)& gtk_spin_button_set_snap_to_ticks),
10072 { "gtk_spin_button_set_wrap", cast(void**)& gtk_spin_button_set_wrap}, 10040 Symbol( "gtk_spin_button_get_wrap", cast(void**)& gtk_spin_button_get_wrap),
10073 { "gtk_spin_button_spin", cast(void**)& gtk_spin_button_spin}, 10041 Symbol( "gtk_spin_button_set_wrap", cast(void**)& gtk_spin_button_set_wrap),
10074 { "gtk_spin_button_get_numeric", cast(void**)& gtk_spin_button_get_numeric}, 10042 Symbol( "gtk_spin_button_spin", cast(void**)& gtk_spin_button_spin),
10075 { "gtk_spin_button_set_numeric", cast(void**)& gtk_spin_button_set_numeric}, 10043 Symbol( "gtk_spin_button_get_numeric", cast(void**)& gtk_spin_button_get_numeric),
10076 { "gtk_spin_button_get_update_policy", cast(void**)& gtk_spin_button_get_update_policy}, 10044 Symbol( "gtk_spin_button_set_numeric", cast(void**)& gtk_spin_button_set_numeric),
10077 { "gtk_spin_button_set_update_policy", cast(void**)& gtk_spin_button_set_update_policy}, 10045 Symbol( "gtk_spin_button_get_update_policy", cast(void**)& gtk_spin_button_get_update_policy),
10078 { "gtk_spin_button_set_value", cast(void**)& gtk_spin_button_set_value}, 10046 Symbol( "gtk_spin_button_set_update_policy", cast(void**)& gtk_spin_button_set_update_policy),
10079 { "gtk_spin_button_get_value_as_int", cast(void**)& gtk_spin_button_get_value_as_int}, 10047 Symbol( "gtk_spin_button_set_value", cast(void**)& gtk_spin_button_set_value),
10080 { "gtk_spin_button_get_value", cast(void**)& gtk_spin_button_get_value}, 10048 Symbol( "gtk_spin_button_get_value_as_int", cast(void**)& gtk_spin_button_get_value_as_int),
10081 { "gtk_spin_button_get_range", cast(void**)& gtk_spin_button_get_range}, 10049 Symbol( "gtk_spin_button_get_value", cast(void**)& gtk_spin_button_get_value),
10082 { "gtk_spin_button_set_range", cast(void**)& gtk_spin_button_set_range}, 10050 Symbol( "gtk_spin_button_get_range", cast(void**)& gtk_spin_button_get_range),
10083 { "gtk_spin_button_get_increments", cast(void**)& gtk_spin_button_get_increments}, 10051 Symbol( "gtk_spin_button_set_range", cast(void**)& gtk_spin_button_set_range),
10084 { "gtk_spin_button_set_increments", cast(void**)& gtk_spin_button_set_increments}, 10052 Symbol( "gtk_spin_button_get_increments", cast(void**)& gtk_spin_button_get_increments),
10085 { "gtk_spin_button_get_digits", cast(void**)& gtk_spin_button_get_digits}, 10053 Symbol( "gtk_spin_button_set_increments", cast(void**)& gtk_spin_button_set_increments),
10086 { "gtk_spin_button_set_digits", cast(void**)& gtk_spin_button_set_digits}, 10054 Symbol( "gtk_spin_button_get_digits", cast(void**)& gtk_spin_button_get_digits),
10087 { "gtk_spin_button_get_adjustment", cast(void**)& gtk_spin_button_get_adjustment}, 10055 Symbol( "gtk_spin_button_set_digits", cast(void**)& gtk_spin_button_set_digits),
10088 { "gtk_spin_button_set_adjustment", cast(void**)& gtk_spin_button_set_adjustment}, 10056 Symbol( "gtk_spin_button_get_adjustment", cast(void**)& gtk_spin_button_get_adjustment),
10089 { "gtk_spin_button_new_with_range", cast(void**)& gtk_spin_button_new_with_range}, 10057 Symbol( "gtk_spin_button_set_adjustment", cast(void**)& gtk_spin_button_set_adjustment),
10090 { "gtk_spin_button_new", cast(void**)& gtk_spin_button_new}, 10058 Symbol( "gtk_spin_button_new_with_range", cast(void**)& gtk_spin_button_new_with_range),
10091 { "gtk_spin_button_configure", cast(void**)& gtk_spin_button_configure}, 10059 Symbol( "gtk_spin_button_new", cast(void**)& gtk_spin_button_new),
10092 { "gtk_spin_button_get_type", cast(void**)& gtk_spin_button_get_type}, 10060 Symbol( "gtk_spin_button_configure", cast(void**)& gtk_spin_button_configure),
10093 // { "_gtk_size_group_queue_resize", cast(void**)& _gtk_size_group_queue_resize}, 10061 Symbol( "gtk_spin_button_get_type", cast(void**)& gtk_spin_button_get_type),
10094 // { "_gtk_size_group_compute_requisition", cast(void**)& _gtk_size_group_compute_requisition}, 10062 // Symbol( "_gtk_size_group_queue_resize", cast(void**)& _gtk_size_group_queue_resize),
10095 // { "_gtk_size_group_get_child_requisition", cast(void**)& _gtk_size_group_get_child_requisition}, 10063 // Symbol( "_gtk_size_group_compute_requisition", cast(void**)& _gtk_size_group_compute_requisition),
10096 { "gtk_size_group_get_widgets", cast(void**)& gtk_size_group_get_widgets}, 10064 // Symbol( "_gtk_size_group_get_child_requisition", cast(void**)& _gtk_size_group_get_child_requisition),
10097 { "gtk_size_group_remove_widget", cast(void**)& gtk_size_group_remove_widget}, 10065 Symbol( "gtk_size_group_get_widgets", cast(void**)& gtk_size_group_get_widgets),
10098 { "gtk_size_group_add_widget", cast(void**)& gtk_size_group_add_widget}, 10066 Symbol( "gtk_size_group_remove_widget", cast(void**)& gtk_size_group_remove_widget),
10099 { "gtk_size_group_get_ignore_hidden", cast(void**)& gtk_size_group_get_ignore_hidden}, 10067 Symbol( "gtk_size_group_add_widget", cast(void**)& gtk_size_group_add_widget),
10100 { "gtk_size_group_set_ignore_hidden", cast(void**)& gtk_size_group_set_ignore_hidden}, 10068 Symbol( "gtk_size_group_get_ignore_hidden", cast(void**)& gtk_size_group_get_ignore_hidden),
10101 { "gtk_size_group_get_mode", cast(void**)& gtk_size_group_get_mode}, 10069 Symbol( "gtk_size_group_set_ignore_hidden", cast(void**)& gtk_size_group_set_ignore_hidden),
10102 { "gtk_size_group_set_mode", cast(void**)& gtk_size_group_set_mode}, 10070 Symbol( "gtk_size_group_get_mode", cast(void**)& gtk_size_group_get_mode),
10103 { "gtk_size_group_new", cast(void**)& gtk_size_group_new}, 10071 Symbol( "gtk_size_group_set_mode", cast(void**)& gtk_size_group_set_mode),
10104 { "gtk_size_group_get_type", cast(void**)& gtk_size_group_get_type}, 10072 Symbol( "gtk_size_group_new", cast(void**)& gtk_size_group_new),
10105 { "gtk_separator_tool_item_set_draw", cast(void**)& gtk_separator_tool_item_set_draw}, 10073 Symbol( "gtk_size_group_get_type", cast(void**)& gtk_size_group_get_type),
10106 { "gtk_separator_tool_item_get_draw", cast(void**)& gtk_separator_tool_item_get_draw}, 10074 Symbol( "gtk_separator_tool_item_set_draw", cast(void**)& gtk_separator_tool_item_set_draw),
10107 { "gtk_separator_tool_item_new", cast(void**)& gtk_separator_tool_item_new}, 10075 Symbol( "gtk_separator_tool_item_get_draw", cast(void**)& gtk_separator_tool_item_get_draw),
10108 { "gtk_separator_tool_item_get_type", cast(void**)& gtk_separator_tool_item_get_type}, 10076 Symbol( "gtk_separator_tool_item_new", cast(void**)& gtk_separator_tool_item_new),
10109 { "gtk_separator_menu_item_new", cast(void**)& gtk_separator_menu_item_new}, 10077 Symbol( "gtk_separator_tool_item_get_type", cast(void**)& gtk_separator_tool_item_get_type),
10110 { "gtk_separator_menu_item_get_type", cast(void**)& gtk_separator_menu_item_get_type}, 10078 Symbol( "gtk_separator_menu_item_new", cast(void**)& gtk_separator_menu_item_new),
10111 // { "_gtk_scrolled_window_get_scrollbar_spacing", cast(void**)& _gtk_scrolled_window_get_scrollbar_spacing}, 10079 Symbol( "gtk_separator_menu_item_get_type", cast(void**)& gtk_separator_menu_item_get_type),
10112 { "gtk_scrolled_window_add_with_viewport", cast(void**)& gtk_scrolled_window_add_with_viewport}, 10080 // Symbol( "_gtk_scrolled_window_get_scrollbar_spacing", cast(void**)& _gtk_scrolled_window_get_scrollbar_spacing),
10113 { "gtk_scrolled_window_get_shadow_type", cast(void**)& gtk_scrolled_window_get_shadow_type}, 10081 Symbol( "gtk_scrolled_window_add_with_viewport", cast(void**)& gtk_scrolled_window_add_with_viewport),
10114 { "gtk_scrolled_window_set_shadow_type", cast(void**)& gtk_scrolled_window_set_shadow_type}, 10082 Symbol( "gtk_scrolled_window_get_shadow_type", cast(void**)& gtk_scrolled_window_get_shadow_type),
10115 { "gtk_scrolled_window_get_placement", cast(void**)& gtk_scrolled_window_get_placement}, 10083 Symbol( "gtk_scrolled_window_set_shadow_type", cast(void**)& gtk_scrolled_window_set_shadow_type),
10116 { "gtk_scrolled_window_unset_placement", cast(void**)& gtk_scrolled_window_unset_placement}, 10084 Symbol( "gtk_scrolled_window_get_placement", cast(void**)& gtk_scrolled_window_get_placement),
10117 { "gtk_scrolled_window_set_placement", cast(void**)& gtk_scrolled_window_set_placement}, 10085 Symbol( "gtk_scrolled_window_unset_placement", cast(void**)& gtk_scrolled_window_unset_placement),
10118 { "gtk_scrolled_window_get_policy", cast(void**)& gtk_scrolled_window_get_policy}, 10086 Symbol( "gtk_scrolled_window_set_placement", cast(void**)& gtk_scrolled_window_set_placement),
10119 { "gtk_scrolled_window_set_policy", cast(void**)& gtk_scrolled_window_set_policy}, 10087 Symbol( "gtk_scrolled_window_get_policy", cast(void**)& gtk_scrolled_window_get_policy),
10120 { "gtk_scrolled_window_get_vscrollbar", cast(void**)& gtk_scrolled_window_get_vscrollbar}, 10088 Symbol( "gtk_scrolled_window_set_policy", cast(void**)& gtk_scrolled_window_set_policy),
10121 { "gtk_scrolled_window_get_hscrollbar", cast(void**)& gtk_scrolled_window_get_hscrollbar}, 10089 Symbol( "gtk_scrolled_window_get_vscrollbar", cast(void**)& gtk_scrolled_window_get_vscrollbar),
10122 { "gtk_scrolled_window_get_vadjustment", cast(void**)& gtk_scrolled_window_get_vadjustment}, 10090 Symbol( "gtk_scrolled_window_get_hscrollbar", cast(void**)& gtk_scrolled_window_get_hscrollbar),
10123 { "gtk_scrolled_window_get_hadjustment", cast(void**)& gtk_scrolled_window_get_hadjustment}, 10091 Symbol( "gtk_scrolled_window_get_vadjustment", cast(void**)& gtk_scrolled_window_get_vadjustment),
10124 { "gtk_scrolled_window_set_vadjustment", cast(void**)& gtk_scrolled_window_set_vadjustment}, 10092 Symbol( "gtk_scrolled_window_get_hadjustment", cast(void**)& gtk_scrolled_window_get_hadjustment),
10125 { "gtk_scrolled_window_set_hadjustment", cast(void**)& gtk_scrolled_window_set_hadjustment}, 10093 Symbol( "gtk_scrolled_window_set_vadjustment", cast(void**)& gtk_scrolled_window_set_vadjustment),
10126 { "gtk_scrolled_window_new", cast(void**)& gtk_scrolled_window_new}, 10094 Symbol( "gtk_scrolled_window_set_hadjustment", cast(void**)& gtk_scrolled_window_set_hadjustment),
10127 { "gtk_scrolled_window_get_type", cast(void**)& gtk_scrolled_window_get_type}, 10095 Symbol( "gtk_scrolled_window_new", cast(void**)& gtk_scrolled_window_new),
10128 { "gtk_viewport_get_shadow_type", cast(void**)& gtk_viewport_get_shadow_type}, 10096 Symbol( "gtk_scrolled_window_get_type", cast(void**)& gtk_scrolled_window_get_type),
10129 { "gtk_viewport_set_shadow_type", cast(void**)& gtk_viewport_set_shadow_type}, 10097 Symbol( "gtk_viewport_get_shadow_type", cast(void**)& gtk_viewport_get_shadow_type),
10130 { "gtk_viewport_set_vadjustment", cast(void**)& gtk_viewport_set_vadjustment}, 10098 Symbol( "gtk_viewport_set_shadow_type", cast(void**)& gtk_viewport_set_shadow_type),
10131 { "gtk_viewport_set_hadjustment", cast(void**)& gtk_viewport_set_hadjustment}, 10099 Symbol( "gtk_viewport_set_vadjustment", cast(void**)& gtk_viewport_set_vadjustment),
10132 { "gtk_viewport_get_vadjustment", cast(void**)& gtk_viewport_get_vadjustment}, 10100 Symbol( "gtk_viewport_set_hadjustment", cast(void**)& gtk_viewport_set_hadjustment),
10133 { "gtk_viewport_get_hadjustment", cast(void**)& gtk_viewport_get_hadjustment}, 10101 Symbol( "gtk_viewport_get_vadjustment", cast(void**)& gtk_viewport_get_vadjustment),
10134 { "gtk_viewport_new", cast(void**)& gtk_viewport_new}, 10102 Symbol( "gtk_viewport_get_hadjustment", cast(void**)& gtk_viewport_get_hadjustment),
10135 { "gtk_viewport_get_type", cast(void**)& gtk_viewport_get_type}, 10103 Symbol( "gtk_viewport_new", cast(void**)& gtk_viewport_new),
10136 { "gtk_scale_button_set_adjustment", cast(void**)& gtk_scale_button_set_adjustment}, 10104 Symbol( "gtk_viewport_get_type", cast(void**)& gtk_viewport_get_type),
10137 { "gtk_scale_button_get_adjustment", cast(void**)& gtk_scale_button_get_adjustment}, 10105 Symbol( "gtk_scale_button_set_adjustment", cast(void**)& gtk_scale_button_set_adjustment),
10138 { "gtk_scale_button_set_value", cast(void**)& gtk_scale_button_set_value}, 10106 Symbol( "gtk_scale_button_get_adjustment", cast(void**)& gtk_scale_button_get_adjustment),
10139 { "gtk_scale_button_get_value", cast(void**)& gtk_scale_button_get_value}, 10107 Symbol( "gtk_scale_button_set_value", cast(void**)& gtk_scale_button_set_value),
10140 { "gtk_scale_button_set_icons", cast(void**)& gtk_scale_button_set_icons}, 10108 Symbol( "gtk_scale_button_get_value", cast(void**)& gtk_scale_button_get_value),
10141 { "gtk_scale_button_new", cast(void**)& gtk_scale_button_new}, 10109 Symbol( "gtk_scale_button_set_icons", cast(void**)& gtk_scale_button_set_icons),
10142 { "gtk_scale_button_get_type", cast(void**)& gtk_scale_button_get_type}, 10110 Symbol( "gtk_scale_button_new", cast(void**)& gtk_scale_button_new),
10143 { "gtk_recent_chooser_widget_new_for_manager", cast(void**)& gtk_recent_chooser_widget_new_for_manager}, 10111 Symbol( "gtk_scale_button_get_type", cast(void**)& gtk_scale_button_get_type),
10144 { "gtk_recent_chooser_widget_new", cast(void**)& gtk_recent_chooser_widget_new}, 10112 Symbol( "gtk_recent_chooser_widget_new_for_manager", cast(void**)& gtk_recent_chooser_widget_new_for_manager),
10145 { "gtk_recent_chooser_widget_get_type", cast(void**)& gtk_recent_chooser_widget_get_type}, 10113 Symbol( "gtk_recent_chooser_widget_new", cast(void**)& gtk_recent_chooser_widget_new),
10146 { "gtk_recent_chooser_menu_set_show_numbers", cast(void**)& gtk_recent_chooser_menu_set_show_numbers}, 10114 Symbol( "gtk_recent_chooser_widget_get_type", cast(void**)& gtk_recent_chooser_widget_get_type),
10147 { "gtk_recent_chooser_menu_get_show_numbers", cast(void**)& gtk_recent_chooser_menu_get_show_numbers}, 10115 Symbol( "gtk_recent_chooser_menu_set_show_numbers", cast(void**)& gtk_recent_chooser_menu_set_show_numbers),
10148 { "gtk_recent_chooser_menu_new_for_manager", cast(void**)& gtk_recent_chooser_menu_new_for_manager}, 10116 Symbol( "gtk_recent_chooser_menu_get_show_numbers", cast(void**)& gtk_recent_chooser_menu_get_show_numbers),
10149 { "gtk_recent_chooser_menu_new", cast(void**)& gtk_recent_chooser_menu_new}, 10117 Symbol( "gtk_recent_chooser_menu_new_for_manager", cast(void**)& gtk_recent_chooser_menu_new_for_manager),
10150 { "gtk_recent_chooser_menu_get_type", cast(void**)& gtk_recent_chooser_menu_get_type}, 10118 Symbol( "gtk_recent_chooser_menu_new", cast(void**)& gtk_recent_chooser_menu_new),
10151 { "gtk_recent_chooser_dialog_new_for_manager", cast(void**)& gtk_recent_chooser_dialog_new_for_manager}, 10119 Symbol( "gtk_recent_chooser_menu_get_type", cast(void**)& gtk_recent_chooser_menu_get_type),
10152 { "gtk_recent_chooser_dialog_new", cast(void**)& gtk_recent_chooser_dialog_new}, 10120 Symbol( "gtk_recent_chooser_dialog_new_for_manager", cast(void**)& gtk_recent_chooser_dialog_new_for_manager),
10153 { "gtk_recent_chooser_dialog_get_type", cast(void**)& gtk_recent_chooser_dialog_get_type}, 10121 Symbol( "gtk_recent_chooser_dialog_new", cast(void**)& gtk_recent_chooser_dialog_new),
10154 { "gtk_recent_chooser_get_filter", cast(void**)& gtk_recent_chooser_get_filter}, 10122 Symbol( "gtk_recent_chooser_dialog_get_type", cast(void**)& gtk_recent_chooser_dialog_get_type),
10155 { "gtk_recent_chooser_set_filter", cast(void**)& gtk_recent_chooser_set_filter}, 10123 Symbol( "gtk_recent_chooser_get_filter", cast(void**)& gtk_recent_chooser_get_filter),
10156 { "gtk_recent_chooser_list_filters", cast(void**)& gtk_recent_chooser_list_filters}, 10124 Symbol( "gtk_recent_chooser_set_filter", cast(void**)& gtk_recent_chooser_set_filter),
10157 { "gtk_recent_chooser_remove_filter", cast(void**)& gtk_recent_chooser_remove_filter}, 10125 Symbol( "gtk_recent_chooser_list_filters", cast(void**)& gtk_recent_chooser_list_filters),
10158 { "gtk_recent_chooser_add_filter", cast(void**)& gtk_recent_chooser_add_filter}, 10126 Symbol( "gtk_recent_chooser_remove_filter", cast(void**)& gtk_recent_chooser_remove_filter),
10159 { "gtk_recent_chooser_get_uris", cast(void**)& gtk_recent_chooser_get_uris}, 10127 Symbol( "gtk_recent_chooser_add_filter", cast(void**)& gtk_recent_chooser_add_filter),
10160 { "gtk_recent_chooser_get_items", cast(void**)& gtk_recent_chooser_get_items}, 10128 Symbol( "gtk_recent_chooser_get_uris", cast(void**)& gtk_recent_chooser_get_uris),
10161 { "gtk_recent_chooser_unselect_all", cast(void**)& gtk_recent_chooser_unselect_all}, 10129 Symbol( "gtk_recent_chooser_get_items", cast(void**)& gtk_recent_chooser_get_items),
10162 { "gtk_recent_chooser_select_all", cast(void**)& gtk_recent_chooser_select_all}, 10130 Symbol( "gtk_recent_chooser_unselect_all", cast(void**)& gtk_recent_chooser_unselect_all),
10163 { "gtk_recent_chooser_unselect_uri", cast(void**)& gtk_recent_chooser_unselect_uri}, 10131 Symbol( "gtk_recent_chooser_select_all", cast(void**)& gtk_recent_chooser_select_all),
10164 { "gtk_recent_chooser_select_uri", cast(void**)& gtk_recent_chooser_select_uri}, 10132 Symbol( "gtk_recent_chooser_unselect_uri", cast(void**)& gtk_recent_chooser_unselect_uri),
10165 { "gtk_recent_chooser_get_current_item", cast(void**)& gtk_recent_chooser_get_current_item}, 10133 Symbol( "gtk_recent_chooser_select_uri", cast(void**)& gtk_recent_chooser_select_uri),
10166 { "gtk_recent_chooser_get_current_uri", cast(void**)& gtk_recent_chooser_get_current_uri}, 10134 Symbol( "gtk_recent_chooser_get_current_item", cast(void**)& gtk_recent_chooser_get_current_item),
10167 { "gtk_recent_chooser_set_current_uri", cast(void**)& gtk_recent_chooser_set_current_uri}, 10135 Symbol( "gtk_recent_chooser_get_current_uri", cast(void**)& gtk_recent_chooser_get_current_uri),
10168 { "gtk_recent_chooser_set_sort_func", cast(void**)& gtk_recent_chooser_set_sort_func}, 10136 Symbol( "gtk_recent_chooser_set_current_uri", cast(void**)& gtk_recent_chooser_set_current_uri),
10169 { "gtk_recent_chooser_get_sort_type", cast(void**)& gtk_recent_chooser_get_sort_type}, 10137 Symbol( "gtk_recent_chooser_set_sort_func", cast(void**)& gtk_recent_chooser_set_sort_func),
10170 { "gtk_recent_chooser_set_sort_type", cast(void**)& gtk_recent_chooser_set_sort_type}, 10138 Symbol( "gtk_recent_chooser_get_sort_type", cast(void**)& gtk_recent_chooser_get_sort_type),
10171 { "gtk_recent_chooser_get_show_icons", cast(void**)& gtk_recent_chooser_get_show_icons}, 10139 Symbol( "gtk_recent_chooser_set_sort_type", cast(void**)& gtk_recent_chooser_set_sort_type),
10172 { "gtk_recent_chooser_set_show_icons", cast(void**)& gtk_recent_chooser_set_show_icons}, 10140 Symbol( "gtk_recent_chooser_get_show_icons", cast(void**)& gtk_recent_chooser_get_show_icons),
10173 { "gtk_recent_chooser_get_show_numbers", cast(void**)& gtk_recent_chooser_get_show_numbers}, 10141 Symbol( "gtk_recent_chooser_set_show_icons", cast(void**)& gtk_recent_chooser_set_show_icons),
10174 { "gtk_recent_chooser_set_show_numbers", cast(void**)& gtk_recent_chooser_set_show_numbers}, 10142 Symbol( "gtk_recent_chooser_get_show_numbers", cast(void**)& gtk_recent_chooser_get_show_numbers),
10175 { "gtk_recent_chooser_get_show_tips", cast(void**)& gtk_recent_chooser_get_show_tips}, 10143 Symbol( "gtk_recent_chooser_set_show_numbers", cast(void**)& gtk_recent_chooser_set_show_numbers),
10176 { "gtk_recent_chooser_set_show_tips", cast(void**)& gtk_recent_chooser_set_show_tips}, 10144 Symbol( "gtk_recent_chooser_get_show_tips", cast(void**)& gtk_recent_chooser_get_show_tips),
10177 { "gtk_recent_chooser_get_local_only", cast(void**)& gtk_recent_chooser_get_local_only}, 10145 Symbol( "gtk_recent_chooser_set_show_tips", cast(void**)& gtk_recent_chooser_set_show_tips),
10178 { "gtk_recent_chooser_set_local_only", cast(void**)& gtk_recent_chooser_set_local_only}, 10146 Symbol( "gtk_recent_chooser_get_local_only", cast(void**)& gtk_recent_chooser_get_local_only),
10179 { "gtk_recent_chooser_get_limit", cast(void**)& gtk_recent_chooser_get_limit}, 10147 Symbol( "gtk_recent_chooser_set_local_only", cast(void**)& gtk_recent_chooser_set_local_only),
10180 { "gtk_recent_chooser_set_limit", cast(void**)& gtk_recent_chooser_set_limit}, 10148 Symbol( "gtk_recent_chooser_get_limit", cast(void**)& gtk_recent_chooser_get_limit),
10181 { "gtk_recent_chooser_get_select_multiple", cast(void**)& gtk_recent_chooser_get_select_multiple}, 10149 Symbol( "gtk_recent_chooser_set_limit", cast(void**)& gtk_recent_chooser_set_limit),
10182 { "gtk_recent_chooser_set_select_multiple", cast(void**)& gtk_recent_chooser_set_select_multiple}, 10150 Symbol( "gtk_recent_chooser_get_select_multiple", cast(void**)& gtk_recent_chooser_get_select_multiple),
10183 { "gtk_recent_chooser_get_show_not_found", cast(void**)& gtk_recent_chooser_get_show_not_found}, 10151 Symbol( "gtk_recent_chooser_set_select_multiple", cast(void**)& gtk_recent_chooser_set_select_multiple),
10184 { "gtk_recent_chooser_set_show_not_found", cast(void**)& gtk_recent_chooser_set_show_not_found}, 10152 Symbol( "gtk_recent_chooser_get_show_not_found", cast(void**)& gtk_recent_chooser_get_show_not_found),
10185 { "gtk_recent_chooser_get_show_private", cast(void**)& gtk_recent_chooser_get_show_private}, 10153 Symbol( "gtk_recent_chooser_set_show_not_found", cast(void**)& gtk_recent_chooser_set_show_not_found),
10186 { "gtk_recent_chooser_set_show_private", cast(void**)& gtk_recent_chooser_set_show_private}, 10154 Symbol( "gtk_recent_chooser_get_show_private", cast(void**)& gtk_recent_chooser_get_show_private),
10187 { "gtk_recent_chooser_get_type", cast(void**)& gtk_recent_chooser_get_type}, 10155 Symbol( "gtk_recent_chooser_set_show_private", cast(void**)& gtk_recent_chooser_set_show_private),
10188 { "gtk_recent_chooser_error_quark", cast(void**)& gtk_recent_chooser_error_quark}, 10156 Symbol( "gtk_recent_chooser_get_type", cast(void**)& gtk_recent_chooser_get_type),
10189 { "gtk_recent_filter_filter", cast(void**)& gtk_recent_filter_filter}, 10157 Symbol( "gtk_recent_chooser_error_quark", cast(void**)& gtk_recent_chooser_error_quark),
10190 { "gtk_recent_filter_get_needed", cast(void**)& gtk_recent_filter_get_needed}, 10158 Symbol( "gtk_recent_filter_filter", cast(void**)& gtk_recent_filter_filter),
10191 { "gtk_recent_filter_add_custom", cast(void**)& gtk_recent_filter_add_custom}, 10159 Symbol( "gtk_recent_filter_get_needed", cast(void**)& gtk_recent_filter_get_needed),
10192 { "gtk_recent_filter_add_age", cast(void**)& gtk_recent_filter_add_age}, 10160 Symbol( "gtk_recent_filter_add_custom", cast(void**)& gtk_recent_filter_add_custom),
10193 { "gtk_recent_filter_add_group", cast(void**)& gtk_recent_filter_add_group}, 10161 Symbol( "gtk_recent_filter_add_age", cast(void**)& gtk_recent_filter_add_age),
10194 { "gtk_recent_filter_add_application", cast(void**)& gtk_recent_filter_add_application}, 10162 Symbol( "gtk_recent_filter_add_group", cast(void**)& gtk_recent_filter_add_group),
10195 { "gtk_recent_filter_add_pixbuf_formats", cast(void**)& gtk_recent_filter_add_pixbuf_formats}, 10163 Symbol( "gtk_recent_filter_add_application", cast(void**)& gtk_recent_filter_add_application),
10196 { "gtk_recent_filter_add_pattern", cast(void**)& gtk_recent_filter_add_pattern}, 10164 Symbol( "gtk_recent_filter_add_pixbuf_formats", cast(void**)& gtk_recent_filter_add_pixbuf_formats),
10197 { "gtk_recent_filter_add_mime_type", cast(void**)& gtk_recent_filter_add_mime_type}, 10165 Symbol( "gtk_recent_filter_add_pattern", cast(void**)& gtk_recent_filter_add_pattern),
10198 { "gtk_recent_filter_get_name", cast(void**)& gtk_recent_filter_get_name}, 10166 Symbol( "gtk_recent_filter_add_mime_type", cast(void**)& gtk_recent_filter_add_mime_type),
10199 { "gtk_recent_filter_set_name", cast(void**)& gtk_recent_filter_set_name}, 10167 Symbol( "gtk_recent_filter_get_name", cast(void**)& gtk_recent_filter_get_name),
10200 { "gtk_recent_filter_new", cast(void**)& gtk_recent_filter_new}, 10168 Symbol( "gtk_recent_filter_set_name", cast(void**)& gtk_recent_filter_set_name),
10201 { "gtk_recent_filter_get_type", cast(void**)& gtk_recent_filter_get_type}, 10169 Symbol( "gtk_recent_filter_new", cast(void**)& gtk_recent_filter_new),
10202 { "gtk_recent_action_set_show_numbers", cast(void**)& gtk_recent_action_set_show_numbers}, 10170 Symbol( "gtk_recent_filter_get_type", cast(void**)& gtk_recent_filter_get_type),
10203 { "gtk_recent_action_get_show_numbers", cast(void**)& gtk_recent_action_get_show_numbers}, 10171 Symbol( "gtk_recent_action_set_show_numbers", cast(void**)& gtk_recent_action_set_show_numbers),
10204 { "gtk_recent_action_new_for_manager", cast(void**)& gtk_recent_action_new_for_manager}, 10172 Symbol( "gtk_recent_action_get_show_numbers", cast(void**)& gtk_recent_action_get_show_numbers),
10205 { "gtk_recent_action_new", cast(void**)& gtk_recent_action_new}, 10173 Symbol( "gtk_recent_action_new_for_manager", cast(void**)& gtk_recent_action_new_for_manager),
10206 { "gtk_recent_action_get_type", cast(void**)& gtk_recent_action_get_type}, 10174 Symbol( "gtk_recent_action_new", cast(void**)& gtk_recent_action_new),
10207 // { "_gtk_recent_manager_sync", cast(void**)& _gtk_recent_manager_sync}, 10175 Symbol( "gtk_recent_action_get_type", cast(void**)& gtk_recent_action_get_type),
10208 { "gtk_recent_info_match", cast(void**)& gtk_recent_info_match}, 10176 // Symbol( "_gtk_recent_manager_sync", cast(void**)& _gtk_recent_manager_sync),
10209 { "gtk_recent_info_exists", cast(void**)& gtk_recent_info_exists}, 10177 Symbol( "gtk_recent_info_match", cast(void**)& gtk_recent_info_match),
10210 { "gtk_recent_info_is_local", cast(void**)& gtk_recent_info_is_local}, 10178 Symbol( "gtk_recent_info_exists", cast(void**)& gtk_recent_info_exists),
10211 { "gtk_recent_info_get_age", cast(void**)& gtk_recent_info_get_age}, 10179 Symbol( "gtk_recent_info_is_local", cast(void**)& gtk_recent_info_is_local),
10212 { "gtk_recent_info_get_uri_display", cast(void**)& gtk_recent_info_get_uri_display}, 10180 Symbol( "gtk_recent_info_get_age", cast(void**)& gtk_recent_info_get_age),
10213 { "gtk_recent_info_get_short_name", cast(void**)& gtk_recent_info_get_short_name}, 10181 Symbol( "gtk_recent_info_get_uri_display", cast(void**)& gtk_recent_info_get_uri_display),
10214 { "gtk_recent_info_get_icon", cast(void**)& gtk_recent_info_get_icon}, 10182 Symbol( "gtk_recent_info_get_short_name", cast(void**)& gtk_recent_info_get_short_name),
10215 { "gtk_recent_info_has_group", cast(void**)& gtk_recent_info_has_group}, 10183 Symbol( "gtk_recent_info_get_icon", cast(void**)& gtk_recent_info_get_icon),
10216 { "gtk_recent_info_get_groups", cast(void**)& gtk_recent_info_get_groups}, 10184 Symbol( "gtk_recent_info_has_group", cast(void**)& gtk_recent_info_has_group),
10217 { "gtk_recent_info_has_application", cast(void**)& gtk_recent_info_has_application}, 10185 Symbol( "gtk_recent_info_get_groups", cast(void**)& gtk_recent_info_get_groups),
10218 { "gtk_recent_info_last_application", cast(void**)& gtk_recent_info_last_application}, 10186 Symbol( "gtk_recent_info_has_application", cast(void**)& gtk_recent_info_has_application),
10219 { "gtk_recent_info_get_applications", cast(void**)& gtk_recent_info_get_applications}, 10187 Symbol( "gtk_recent_info_last_application", cast(void**)& gtk_recent_info_last_application),
10220 { "gtk_recent_info_get_application_info", cast(void**)& gtk_recent_info_get_application_info}, 10188 Symbol( "gtk_recent_info_get_applications", cast(void**)& gtk_recent_info_get_applications),
10221 { "gtk_recent_info_get_private_hint", cast(void**)& gtk_recent_info_get_private_hint}, 10189 Symbol( "gtk_recent_info_get_application_info", cast(void**)& gtk_recent_info_get_application_info),
10222 { "gtk_recent_info_get_visited", cast(void**)& gtk_recent_info_get_visited}, 10190 Symbol( "gtk_recent_info_get_private_hint", cast(void**)& gtk_recent_info_get_private_hint),
10223 { "gtk_recent_info_get_modified", cast(void**)& gtk_recent_info_get_modified}, 10191 Symbol( "gtk_recent_info_get_visited", cast(void**)& gtk_recent_info_get_visited),
10224 { "gtk_recent_info_get_added", cast(void**)& gtk_recent_info_get_added}, 10192 Symbol( "gtk_recent_info_get_modified", cast(void**)& gtk_recent_info_get_modified),
10225 { "gtk_recent_info_get_mime_type", cast(void**)& gtk_recent_info_get_mime_type}, 10193 Symbol( "gtk_recent_info_get_added", cast(void**)& gtk_recent_info_get_added),
10226 { "gtk_recent_info_get_description", cast(void**)& gtk_recent_info_get_description}, 10194 Symbol( "gtk_recent_info_get_mime_type", cast(void**)& gtk_recent_info_get_mime_type),
10227 { "gtk_recent_info_get_display_name", cast(void**)& gtk_recent_info_get_display_name}, 10195 Symbol( "gtk_recent_info_get_description", cast(void**)& gtk_recent_info_get_description),
10228 { "gtk_recent_info_get_uri", cast(void**)& gtk_recent_info_get_uri}, 10196 Symbol( "gtk_recent_info_get_display_name", cast(void**)& gtk_recent_info_get_display_name),
10229 { "gtk_recent_info_unref", cast(void**)& gtk_recent_info_unref}, 10197 Symbol( "gtk_recent_info_get_uri", cast(void**)& gtk_recent_info_get_uri),
10230 { "gtk_recent_info_ref", cast(void**)& gtk_recent_info_ref}, 10198 Symbol( "gtk_recent_info_unref", cast(void**)& gtk_recent_info_unref),
10231 { "gtk_recent_info_get_type", cast(void**)& gtk_recent_info_get_type}, 10199 Symbol( "gtk_recent_info_ref", cast(void**)& gtk_recent_info_ref),
10232 { "gtk_recent_manager_purge_items", cast(void**)& gtk_recent_manager_purge_items}, 10200 Symbol( "gtk_recent_info_get_type", cast(void**)& gtk_recent_info_get_type),
10233 { "gtk_recent_manager_get_items", cast(void**)& gtk_recent_manager_get_items}, 10201 Symbol( "gtk_recent_manager_purge_items", cast(void**)& gtk_recent_manager_purge_items),
10234 { "gtk_recent_manager_get_limit", cast(void**)& gtk_recent_manager_get_limit}, 10202 Symbol( "gtk_recent_manager_get_items", cast(void**)& gtk_recent_manager_get_items),
10235 { "gtk_recent_manager_set_limit", cast(void**)& gtk_recent_manager_set_limit}, 10203 Symbol( "gtk_recent_manager_get_limit", cast(void**)& gtk_recent_manager_get_limit),
10236 { "gtk_recent_manager_move_item", cast(void**)& gtk_recent_manager_move_item}, 10204 Symbol( "gtk_recent_manager_set_limit", cast(void**)& gtk_recent_manager_set_limit),
10237 { "gtk_recent_manager_has_item", cast(void**)& gtk_recent_manager_has_item}, 10205 Symbol( "gtk_recent_manager_move_item", cast(void**)& gtk_recent_manager_move_item),
10238 { "gtk_recent_manager_lookup_item", cast(void**)& gtk_recent_manager_lookup_item}, 10206 Symbol( "gtk_recent_manager_has_item", cast(void**)& gtk_recent_manager_has_item),
10239 { "gtk_recent_manager_remove_item", cast(void**)& gtk_recent_manager_remove_item}, 10207 Symbol( "gtk_recent_manager_lookup_item", cast(void**)& gtk_recent_manager_lookup_item),
10240 { "gtk_recent_manager_add_full", cast(void**)& gtk_recent_manager_add_full}, 10208 Symbol( "gtk_recent_manager_remove_item", cast(void**)& gtk_recent_manager_remove_item),
10241 { "gtk_recent_manager_add_item", cast(void**)& gtk_recent_manager_add_item}, 10209 Symbol( "gtk_recent_manager_add_full", cast(void**)& gtk_recent_manager_add_full),
10242 { "gtk_recent_manager_set_screen", cast(void**)& gtk_recent_manager_set_screen}, 10210 Symbol( "gtk_recent_manager_add_item", cast(void**)& gtk_recent_manager_add_item),
10243 { "gtk_recent_manager_get_for_screen", cast(void**)& gtk_recent_manager_get_for_screen}, 10211 Symbol( "gtk_recent_manager_set_screen", cast(void**)& gtk_recent_manager_set_screen),
10244 { "gtk_recent_manager_get_default", cast(void**)& gtk_recent_manager_get_default}, 10212 Symbol( "gtk_recent_manager_get_for_screen", cast(void**)& gtk_recent_manager_get_for_screen),
10245 { "gtk_recent_manager_new", cast(void**)& gtk_recent_manager_new}, 10213 Symbol( "gtk_recent_manager_get_default", cast(void**)& gtk_recent_manager_get_default),
10246 { "gtk_recent_manager_get_type", cast(void**)& gtk_recent_manager_get_type}, 10214 Symbol( "gtk_recent_manager_new", cast(void**)& gtk_recent_manager_new),
10247 { "gtk_recent_manager_error_quark", cast(void**)& gtk_recent_manager_error_quark}, 10215 Symbol( "gtk_recent_manager_get_type", cast(void**)& gtk_recent_manager_get_type),
10248 { "gtk_radio_tool_button_set_group", cast(void**)& gtk_radio_tool_button_set_group}, 10216 Symbol( "gtk_recent_manager_error_quark", cast(void**)& gtk_recent_manager_error_quark),
10249 { "gtk_radio_tool_button_get_group", cast(void**)& gtk_radio_tool_button_get_group}, 10217 Symbol( "gtk_radio_tool_button_set_group", cast(void**)& gtk_radio_tool_button_set_group),
10250 { "gtk_radio_tool_button_new_with_stock_from_widget", cast(void**)& gtk_radio_tool_button_new_with_stock_from_widget}, 10218 Symbol( "gtk_radio_tool_button_get_group", cast(void**)& gtk_radio_tool_button_get_group),
10251 { "gtk_radio_tool_button_new_from_widget", cast(void**)& gtk_radio_tool_button_new_from_widget}, 10219 Symbol( "gtk_radio_tool_button_new_with_stock_from_widget", cast(void**)& gtk_radio_tool_button_new_with_stock_from_widget),
10252 { "gtk_radio_tool_button_new_from_stock", cast(void**)& gtk_radio_tool_button_new_from_stock}, 10220 Symbol( "gtk_radio_tool_button_new_from_widget", cast(void**)& gtk_radio_tool_button_new_from_widget),
10253 { "gtk_radio_tool_button_new", cast(void**)& gtk_radio_tool_button_new}, 10221 Symbol( "gtk_radio_tool_button_new_from_stock", cast(void**)& gtk_radio_tool_button_new_from_stock),
10254 { "gtk_radio_tool_button_get_type", cast(void**)& gtk_radio_tool_button_get_type}, 10222 Symbol( "gtk_radio_tool_button_new", cast(void**)& gtk_radio_tool_button_new),
10255 { "gtk_toggle_tool_button_get_active", cast(void**)& gtk_toggle_tool_button_get_active}, 10223 Symbol( "gtk_radio_tool_button_get_type", cast(void**)& gtk_radio_tool_button_get_type),
10256 { "gtk_toggle_tool_button_set_active", cast(void**)& gtk_toggle_tool_button_set_active}, 10224 Symbol( "gtk_toggle_tool_button_get_active", cast(void**)& gtk_toggle_tool_button_get_active),
10257 { "gtk_toggle_tool_button_new_from_stock", cast(void**)& gtk_toggle_tool_button_new_from_stock}, 10225 Symbol( "gtk_toggle_tool_button_set_active", cast(void**)& gtk_toggle_tool_button_set_active),
10258 { "gtk_toggle_tool_button_new", cast(void**)& gtk_toggle_tool_button_new}, 10226 Symbol( "gtk_toggle_tool_button_new_from_stock", cast(void**)& gtk_toggle_tool_button_new_from_stock),
10259 { "gtk_toggle_tool_button_get_type", cast(void**)& gtk_toggle_tool_button_get_type}, 10227 Symbol( "gtk_toggle_tool_button_new", cast(void**)& gtk_toggle_tool_button_new),
10260 { "gtk_radio_menu_item_set_group", cast(void**)& gtk_radio_menu_item_set_group}, 10228 Symbol( "gtk_toggle_tool_button_get_type", cast(void**)& gtk_toggle_tool_button_get_type),
10261 { "gtk_radio_menu_item_get_group", cast(void**)& gtk_radio_menu_item_get_group}, 10229 Symbol( "gtk_radio_menu_item_set_group", cast(void**)& gtk_radio_menu_item_set_group),
10262 { "gtk_radio_menu_item_new_with_label_from_widget", cast(void**)& gtk_radio_menu_item_new_with_label_from_widget}, 10230 Symbol( "gtk_radio_menu_item_get_group", cast(void**)& gtk_radio_menu_item_get_group),
10263 { "gtk_radio_menu_item_new_with_mnemonic_from_widget", cast(void**)& gtk_radio_menu_item_new_with_mnemonic_from_widget}, 10231 Symbol( "gtk_radio_menu_item_new_with_label_from_widget", cast(void**)& gtk_radio_menu_item_new_with_label_from_widget),
10264 { "gtk_radio_menu_item_new_from_widget", cast(void**)& gtk_radio_menu_item_new_from_widget}, 10232 Symbol( "gtk_radio_menu_item_new_with_mnemonic_from_widget", cast(void**)& gtk_radio_menu_item_new_with_mnemonic_from_widget),
10265 { "gtk_radio_menu_item_new_with_mnemonic", cast(void**)& gtk_radio_menu_item_new_with_mnemonic}, 10233 Symbol( "gtk_radio_menu_item_new_from_widget", cast(void**)& gtk_radio_menu_item_new_from_widget),
10266 { "gtk_radio_menu_item_new_with_label", cast(void**)& gtk_radio_menu_item_new_with_label}, 10234 Symbol( "gtk_radio_menu_item_new_with_mnemonic", cast(void**)& gtk_radio_menu_item_new_with_mnemonic),
10267 { "gtk_radio_menu_item_new", cast(void**)& gtk_radio_menu_item_new}, 10235 Symbol( "gtk_radio_menu_item_new_with_label", cast(void**)& gtk_radio_menu_item_new_with_label),
10268 { "gtk_radio_menu_item_get_type", cast(void**)& gtk_radio_menu_item_get_type}, 10236 Symbol( "gtk_radio_menu_item_new", cast(void**)& gtk_radio_menu_item_new),
10269 { "gtk_radio_button_set_group", cast(void**)& gtk_radio_button_set_group}, 10237 Symbol( "gtk_radio_menu_item_get_type", cast(void**)& gtk_radio_menu_item_get_type),
10270 { "gtk_radio_button_get_group", cast(void**)& gtk_radio_button_get_group}, 10238 Symbol( "gtk_radio_button_set_group", cast(void**)& gtk_radio_button_set_group),
10271 { "gtk_radio_button_new_with_mnemonic_from_widget", cast(void**)& gtk_radio_button_new_with_mnemonic_from_widget}, 10239 Symbol( "gtk_radio_button_get_group", cast(void**)& gtk_radio_button_get_group),
10272 { "gtk_radio_button_new_with_mnemonic", cast(void**)& gtk_radio_button_new_with_mnemonic}, 10240 Symbol( "gtk_radio_button_new_with_mnemonic_from_widget", cast(void**)& gtk_radio_button_new_with_mnemonic_from_widget),
10273 { "gtk_radio_button_new_with_label_from_widget", cast(void**)& gtk_radio_button_new_with_label_from_widget}, 10241 Symbol( "gtk_radio_button_new_with_mnemonic", cast(void**)& gtk_radio_button_new_with_mnemonic),
10274 { "gtk_radio_button_new_with_label", cast(void**)& gtk_radio_button_new_with_label}, 10242 Symbol( "gtk_radio_button_new_with_label_from_widget", cast(void**)& gtk_radio_button_new_with_label_from_widget),
10275 { "gtk_radio_button_new_from_widget", cast(void**)& gtk_radio_button_new_from_widget}, 10243 Symbol( "gtk_radio_button_new_with_label", cast(void**)& gtk_radio_button_new_with_label),
10276 { "gtk_radio_button_new", cast(void**)& gtk_radio_button_new}, 10244 Symbol( "gtk_radio_button_new_from_widget", cast(void**)& gtk_radio_button_new_from_widget),
10277 { "gtk_radio_button_get_type", cast(void**)& gtk_radio_button_get_type}, 10245 Symbol( "gtk_radio_button_new", cast(void**)& gtk_radio_button_new),
10278 { "gtk_radio_action_set_current_value", cast(void**)& gtk_radio_action_set_current_value}, 10246 Symbol( "gtk_radio_button_get_type", cast(void**)& gtk_radio_button_get_type),
10279 { "gtk_radio_action_get_current_value", cast(void**)& gtk_radio_action_get_current_value}, 10247 Symbol( "gtk_radio_action_set_current_value", cast(void**)& gtk_radio_action_set_current_value),
10280 { "gtk_radio_action_set_group", cast(void**)& gtk_radio_action_set_group}, 10248 Symbol( "gtk_radio_action_get_current_value", cast(void**)& gtk_radio_action_get_current_value),
10281 { "gtk_radio_action_get_group", cast(void**)& gtk_radio_action_get_group}, 10249 Symbol( "gtk_radio_action_set_group", cast(void**)& gtk_radio_action_set_group),
10282 { "gtk_radio_action_new", cast(void**)& gtk_radio_action_new}, 10250 Symbol( "gtk_radio_action_get_group", cast(void**)& gtk_radio_action_get_group),
10283 { "gtk_radio_action_get_type", cast(void**)& gtk_radio_action_get_type}, 10251 Symbol( "gtk_radio_action_new", cast(void**)& gtk_radio_action_new),
10284 { "gtk_toggle_action_get_draw_as_radio", cast(void**)& gtk_toggle_action_get_draw_as_radio}, 10252 Symbol( "gtk_radio_action_get_type", cast(void**)& gtk_radio_action_get_type),
10285 { "gtk_toggle_action_set_draw_as_radio", cast(void**)& gtk_toggle_action_set_draw_as_radio}, 10253 Symbol( "gtk_toggle_action_get_draw_as_radio", cast(void**)& gtk_toggle_action_get_draw_as_radio),
10286 { "gtk_toggle_action_get_active", cast(void**)& gtk_toggle_action_get_active}, 10254 Symbol( "gtk_toggle_action_set_draw_as_radio", cast(void**)& gtk_toggle_action_set_draw_as_radio),
10287 { "gtk_toggle_action_set_active", cast(void**)& gtk_toggle_action_set_active}, 10255 Symbol( "gtk_toggle_action_get_active", cast(void**)& gtk_toggle_action_get_active),
10288 { "gtk_toggle_action_toggled", cast(void**)& gtk_toggle_action_toggled}, 10256 Symbol( "gtk_toggle_action_set_active", cast(void**)& gtk_toggle_action_set_active),
10289 { "gtk_toggle_action_new", cast(void**)& gtk_toggle_action_new}, 10257 Symbol( "gtk_toggle_action_toggled", cast(void**)& gtk_toggle_action_toggled),
10290 { "gtk_toggle_action_get_type", cast(void**)& gtk_toggle_action_get_type}, 10258 Symbol( "gtk_toggle_action_new", cast(void**)& gtk_toggle_action_new),
10291 { "gtk_progress_bar_update", cast(void**)& gtk_progress_bar_update}, 10259 Symbol( "gtk_toggle_action_get_type", cast(void**)& gtk_toggle_action_get_type),
10292 { "gtk_progress_bar_set_activity_blocks", cast(void**)& gtk_progress_bar_set_activity_blocks}, 10260 Symbol( "gtk_progress_bar_update", cast(void**)& gtk_progress_bar_update),
10293 { "gtk_progress_bar_set_activity_step", cast(void**)& gtk_progress_bar_set_activity_step}, 10261 Symbol( "gtk_progress_bar_set_activity_blocks", cast(void**)& gtk_progress_bar_set_activity_blocks),
10294 { "gtk_progress_bar_set_discrete_blocks", cast(void**)& gtk_progress_bar_set_discrete_blocks}, 10262 Symbol( "gtk_progress_bar_set_activity_step", cast(void**)& gtk_progress_bar_set_activity_step),
10295 { "gtk_progress_bar_set_bar_style", cast(void**)& gtk_progress_bar_set_bar_style}, 10263 Symbol( "gtk_progress_bar_set_discrete_blocks", cast(void**)& gtk_progress_bar_set_discrete_blocks),
10296 { "gtk_progress_bar_new_with_adjustment", cast(void**)& gtk_progress_bar_new_with_adjustment}, 10264 Symbol( "gtk_progress_bar_set_bar_style", cast(void**)& gtk_progress_bar_set_bar_style),
10297 { "gtk_progress_bar_get_ellipsize", cast(void**)& gtk_progress_bar_get_ellipsize}, 10265 Symbol( "gtk_progress_bar_new_with_adjustment", cast(void**)& gtk_progress_bar_new_with_adjustment),
10298 { "gtk_progress_bar_set_ellipsize", cast(void**)& gtk_progress_bar_set_ellipsize}, 10266 Symbol( "gtk_progress_bar_get_ellipsize", cast(void**)& gtk_progress_bar_get_ellipsize),
10299 { "gtk_progress_bar_get_orientation", cast(void**)& gtk_progress_bar_get_orientation}, 10267 Symbol( "gtk_progress_bar_set_ellipsize", cast(void**)& gtk_progress_bar_set_ellipsize),
10300 { "gtk_progress_bar_get_pulse_step", cast(void**)& gtk_progress_bar_get_pulse_step}, 10268 Symbol( "gtk_progress_bar_get_orientation", cast(void**)& gtk_progress_bar_get_orientation),
10301 { "gtk_progress_bar_get_fraction", cast(void**)& gtk_progress_bar_get_fraction}, 10269 Symbol( "gtk_progress_bar_get_pulse_step", cast(void**)& gtk_progress_bar_get_pulse_step),
10302 { "gtk_progress_bar_get_text", cast(void**)& gtk_progress_bar_get_text}, 10270 Symbol( "gtk_progress_bar_get_fraction", cast(void**)& gtk_progress_bar_get_fraction),
10303 { "gtk_progress_bar_set_orientation", cast(void**)& gtk_progress_bar_set_orientation}, 10271 Symbol( "gtk_progress_bar_get_text", cast(void**)& gtk_progress_bar_get_text),
10304 { "gtk_progress_bar_set_pulse_step", cast(void**)& gtk_progress_bar_set_pulse_step}, 10272 Symbol( "gtk_progress_bar_set_orientation", cast(void**)& gtk_progress_bar_set_orientation),
10305 { "gtk_progress_bar_set_fraction", cast(void**)& gtk_progress_bar_set_fraction}, 10273 Symbol( "gtk_progress_bar_set_pulse_step", cast(void**)& gtk_progress_bar_set_pulse_step),
10306 { "gtk_progress_bar_set_text", cast(void**)& gtk_progress_bar_set_text}, 10274 Symbol( "gtk_progress_bar_set_fraction", cast(void**)& gtk_progress_bar_set_fraction),
10307 { "gtk_progress_bar_pulse", cast(void**)& gtk_progress_bar_pulse}, 10275 Symbol( "gtk_progress_bar_set_text", cast(void**)& gtk_progress_bar_set_text),
10308 { "gtk_progress_bar_new", cast(void**)& gtk_progress_bar_new}, 10276 Symbol( "gtk_progress_bar_pulse", cast(void**)& gtk_progress_bar_pulse),
10309 { "gtk_progress_bar_get_type", cast(void**)& gtk_progress_bar_get_type}, 10277 Symbol( "gtk_progress_bar_new", cast(void**)& gtk_progress_bar_new),
10310 { "gtk_progress_get_percentage_from_value", cast(void**)& gtk_progress_get_percentage_from_value}, 10278 Symbol( "gtk_progress_bar_get_type", cast(void**)& gtk_progress_bar_get_type),
10311 { "gtk_progress_get_current_percentage", cast(void**)& gtk_progress_get_current_percentage}, 10279 Symbol( "gtk_progress_get_percentage_from_value", cast(void**)& gtk_progress_get_percentage_from_value),
10312 { "gtk_progress_get_text_from_value", cast(void**)& gtk_progress_get_text_from_value}, 10280 Symbol( "gtk_progress_get_current_percentage", cast(void**)& gtk_progress_get_current_percentage),
10313 { "gtk_progress_get_current_text", cast(void**)& gtk_progress_get_current_text}, 10281 Symbol( "gtk_progress_get_text_from_value", cast(void**)& gtk_progress_get_text_from_value),
10314 { "gtk_progress_set_activity_mode", cast(void**)& gtk_progress_set_activity_mode}, 10282 Symbol( "gtk_progress_get_current_text", cast(void**)& gtk_progress_get_current_text),
10315 { "gtk_progress_get_value", cast(void**)& gtk_progress_get_value}, 10283 Symbol( "gtk_progress_set_activity_mode", cast(void**)& gtk_progress_set_activity_mode),
10316 { "gtk_progress_set_value", cast(void**)& gtk_progress_set_value}, 10284 Symbol( "gtk_progress_get_value", cast(void**)& gtk_progress_get_value),
10317 { "gtk_progress_set_percentage", cast(void**)& gtk_progress_set_percentage}, 10285 Symbol( "gtk_progress_set_value", cast(void**)& gtk_progress_set_value),
10318 { "gtk_progress_configure", cast(void**)& gtk_progress_configure}, 10286 Symbol( "gtk_progress_set_percentage", cast(void**)& gtk_progress_set_percentage),
10319 { "gtk_progress_set_adjustment", cast(void**)& gtk_progress_set_adjustment}, 10287 Symbol( "gtk_progress_configure", cast(void**)& gtk_progress_configure),
10320 { "gtk_progress_set_format_string", cast(void**)& gtk_progress_set_format_string}, 10288 Symbol( "gtk_progress_set_adjustment", cast(void**)& gtk_progress_set_adjustment),
10321 { "gtk_progress_set_text_alignment", cast(void**)& gtk_progress_set_text_alignment}, 10289 Symbol( "gtk_progress_set_format_string", cast(void**)& gtk_progress_set_format_string),
10322 { "gtk_progress_set_show_text", cast(void**)& gtk_progress_set_show_text}, 10290 Symbol( "gtk_progress_set_text_alignment", cast(void**)& gtk_progress_set_text_alignment),
10323 { "gtk_progress_get_type", cast(void**)& gtk_progress_get_type}, 10291 Symbol( "gtk_progress_set_show_text", cast(void**)& gtk_progress_set_show_text),
10324 { "gtk_print_run_page_setup_dialog_async", cast(void**)& gtk_print_run_page_setup_dialog_async}, 10292 Symbol( "gtk_progress_get_type", cast(void**)& gtk_progress_get_type),
10325 { "gtk_print_run_page_setup_dialog", cast(void**)& gtk_print_run_page_setup_dialog}, 10293 Symbol( "gtk_print_run_page_setup_dialog_async", cast(void**)& gtk_print_run_page_setup_dialog_async),
10326 { "gtk_print_operation_cancel", cast(void**)& gtk_print_operation_cancel}, 10294 Symbol( "gtk_print_run_page_setup_dialog", cast(void**)& gtk_print_run_page_setup_dialog),
10327 { "gtk_print_operation_is_finished", cast(void**)& gtk_print_operation_is_finished}, 10295 Symbol( "gtk_print_operation_cancel", cast(void**)& gtk_print_operation_cancel),
10328 { "gtk_print_operation_get_status_string", cast(void**)& gtk_print_operation_get_status_string}, 10296 Symbol( "gtk_print_operation_is_finished", cast(void**)& gtk_print_operation_is_finished),
10329 { "gtk_print_operation_get_status", cast(void**)& gtk_print_operation_get_status}, 10297 Symbol( "gtk_print_operation_get_status_string", cast(void**)& gtk_print_operation_get_status_string),
10330 { "gtk_print_operation_get_error", cast(void**)& gtk_print_operation_get_error}, 10298 Symbol( "gtk_print_operation_get_status", cast(void**)& gtk_print_operation_get_status),
10331 { "gtk_print_operation_run", cast(void**)& gtk_print_operation_run}, 10299 Symbol( "gtk_print_operation_get_error", cast(void**)& gtk_print_operation_get_error),
10332 { "gtk_print_operation_set_custom_tab_label", cast(void**)& gtk_print_operation_set_custom_tab_label}, 10300 Symbol( "gtk_print_operation_run", cast(void**)& gtk_print_operation_run),
10333 { "gtk_print_operation_set_allow_async", cast(void**)& gtk_print_operation_set_allow_async}, 10301 Symbol( "gtk_print_operation_set_custom_tab_label", cast(void**)& gtk_print_operation_set_custom_tab_label),
10334 { "gtk_print_operation_set_show_progress", cast(void**)& gtk_print_operation_set_show_progress}, 10302 Symbol( "gtk_print_operation_set_allow_async", cast(void**)& gtk_print_operation_set_allow_async),
10335 { "gtk_print_operation_set_track_print_status", cast(void**)& gtk_print_operation_set_track_print_status}, 10303 Symbol( "gtk_print_operation_set_show_progress", cast(void**)& gtk_print_operation_set_show_progress),
10336 { "gtk_print_operation_set_export_filename", cast(void**)& gtk_print_operation_set_export_filename}, 10304 Symbol( "gtk_print_operation_set_track_print_status", cast(void**)& gtk_print_operation_set_track_print_status),
10337 { "gtk_print_operation_set_unit", cast(void**)& gtk_print_operation_set_unit}, 10305 Symbol( "gtk_print_operation_set_export_filename", cast(void**)& gtk_print_operation_set_export_filename),
10338 { "gtk_print_operation_set_use_full_page", cast(void**)& gtk_print_operation_set_use_full_page}, 10306 Symbol( "gtk_print_operation_set_unit", cast(void**)& gtk_print_operation_set_unit),
10339 { "gtk_print_operation_set_current_page", cast(void**)& gtk_print_operation_set_current_page}, 10307 Symbol( "gtk_print_operation_set_use_full_page", cast(void**)& gtk_print_operation_set_use_full_page),
10340 { "gtk_print_operation_set_n_pages", cast(void**)& gtk_print_operation_set_n_pages}, 10308 Symbol( "gtk_print_operation_set_current_page", cast(void**)& gtk_print_operation_set_current_page),
10341 { "gtk_print_operation_set_job_name", cast(void**)& gtk_print_operation_set_job_name}, 10309 Symbol( "gtk_print_operation_set_n_pages", cast(void**)& gtk_print_operation_set_n_pages),
10342 { "gtk_print_operation_get_print_settings", cast(void**)& gtk_print_operation_get_print_settings}, 10310 Symbol( "gtk_print_operation_set_job_name", cast(void**)& gtk_print_operation_set_job_name),
10343 { "gtk_print_operation_set_print_settings", cast(void**)& gtk_print_operation_set_print_settings}, 10311 Symbol( "gtk_print_operation_get_print_settings", cast(void**)& gtk_print_operation_get_print_settings),
10344 { "gtk_print_operation_get_default_page_setup", cast(void**)& gtk_print_operation_get_default_page_setup}, 10312 Symbol( "gtk_print_operation_set_print_settings", cast(void**)& gtk_print_operation_set_print_settings),
10345 { "gtk_print_operation_set_default_page_setup", cast(void**)& gtk_print_operation_set_default_page_setup}, 10313 Symbol( "gtk_print_operation_get_default_page_setup", cast(void**)& gtk_print_operation_get_default_page_setup),
10346 { "gtk_print_operation_new", cast(void**)& gtk_print_operation_new}, 10314 Symbol( "gtk_print_operation_set_default_page_setup", cast(void**)& gtk_print_operation_set_default_page_setup),
10347 { "gtk_print_operation_get_type", cast(void**)& gtk_print_operation_get_type}, 10315 Symbol( "gtk_print_operation_new", cast(void**)& gtk_print_operation_new),
10348 { "gtk_print_error_quark", cast(void**)& gtk_print_error_quark}, 10316 Symbol( "gtk_print_operation_get_type", cast(void**)& gtk_print_operation_get_type),
10349 { "gtk_print_operation_preview_is_selected", cast(void**)& gtk_print_operation_preview_is_selected}, 10317 Symbol( "gtk_print_error_quark", cast(void**)& gtk_print_error_quark),
10350 { "gtk_print_operation_preview_end_preview", cast(void**)& gtk_print_operation_preview_end_preview}, 10318 Symbol( "gtk_print_operation_preview_is_selected", cast(void**)& gtk_print_operation_preview_is_selected),
10351 { "gtk_print_operation_preview_render_page", cast(void**)& gtk_print_operation_preview_render_page}, 10319 Symbol( "gtk_print_operation_preview_end_preview", cast(void**)& gtk_print_operation_preview_end_preview),
10352 { "gtk_print_operation_preview_get_type", cast(void**)& gtk_print_operation_preview_get_type}, 10320 Symbol( "gtk_print_operation_preview_render_page", cast(void**)& gtk_print_operation_preview_render_page),
10353 { "gtk_print_context_set_cairo_context", cast(void**)& gtk_print_context_set_cairo_context}, 10321 Symbol( "gtk_print_operation_preview_get_type", cast(void**)& gtk_print_operation_preview_get_type),
10354 { "gtk_print_context_create_pango_layout", cast(void**)& gtk_print_context_create_pango_layout}, 10322 Symbol( "gtk_print_context_set_cairo_context", cast(void**)& gtk_print_context_set_cairo_context),
10355 { "gtk_print_context_create_pango_context", cast(void**)& gtk_print_context_create_pango_context}, 10323 Symbol( "gtk_print_context_create_pango_layout", cast(void**)& gtk_print_context_create_pango_layout),
10356 { "gtk_print_context_get_pango_fontmap", cast(void**)& gtk_print_context_get_pango_fontmap}, 10324 Symbol( "gtk_print_context_create_pango_context", cast(void**)& gtk_print_context_create_pango_context),
10357 { "gtk_print_context_get_dpi_y", cast(void**)& gtk_print_context_get_dpi_y}, 10325 Symbol( "gtk_print_context_get_pango_fontmap", cast(void**)& gtk_print_context_get_pango_fontmap),
10358 { "gtk_print_context_get_dpi_x", cast(void**)& gtk_print_context_get_dpi_x}, 10326 Symbol( "gtk_print_context_get_dpi_y", cast(void**)& gtk_print_context_get_dpi_y),
10359 { "gtk_print_context_get_height", cast(void**)& gtk_print_context_get_height}, 10327 Symbol( "gtk_print_context_get_dpi_x", cast(void**)& gtk_print_context_get_dpi_x),
10360 { "gtk_print_context_get_width", cast(void**)& gtk_print_context_get_width}, 10328 Symbol( "gtk_print_context_get_height", cast(void**)& gtk_print_context_get_height),
10361 { "gtk_print_context_get_page_setup", cast(void**)& gtk_print_context_get_page_setup}, 10329 Symbol( "gtk_print_context_get_width", cast(void**)& gtk_print_context_get_width),
10362 { "gtk_print_context_get_cairo_context", cast(void**)& gtk_print_context_get_cairo_context}, 10330 Symbol( "gtk_print_context_get_page_setup", cast(void**)& gtk_print_context_get_page_setup),
10363 { "gtk_print_context_get_type", cast(void**)& gtk_print_context_get_type}, 10331 Symbol( "gtk_print_context_get_cairo_context", cast(void**)& gtk_print_context_get_cairo_context),
10364 { "gtk_print_settings_set_output_bin", cast(void**)& gtk_print_settings_set_output_bin}, 10332 Symbol( "gtk_print_context_get_type", cast(void**)& gtk_print_context_get_type),
10365 { "gtk_print_settings_get_output_bin", cast(void**)& gtk_print_settings_get_output_bin}, 10333 Symbol( "gtk_print_settings_set_output_bin", cast(void**)& gtk_print_settings_set_output_bin),
10366 { "gtk_print_settings_set_finishings", cast(void**)& gtk_print_settings_set_finishings}, 10334 Symbol( "gtk_print_settings_get_output_bin", cast(void**)& gtk_print_settings_get_output_bin),
10367 { "gtk_print_settings_get_finishings", cast(void**)& gtk_print_settings_get_finishings}, 10335 Symbol( "gtk_print_settings_set_finishings", cast(void**)& gtk_print_settings_set_finishings),
10368 { "gtk_print_settings_set_dither", cast(void**)& gtk_print_settings_set_dither}, 10336 Symbol( "gtk_print_settings_get_finishings", cast(void**)& gtk_print_settings_get_finishings),
10369 { "gtk_print_settings_get_dither", cast(void**)& gtk_print_settings_get_dither}, 10337 Symbol( "gtk_print_settings_set_dither", cast(void**)& gtk_print_settings_set_dither),
10370 { "gtk_print_settings_set_media_type", cast(void**)& gtk_print_settings_set_media_type}, 10338 Symbol( "gtk_print_settings_get_dither", cast(void**)& gtk_print_settings_get_dither),
10371 { "gtk_print_settings_get_media_type", cast(void**)& gtk_print_settings_get_media_type}, 10339 Symbol( "gtk_print_settings_set_media_type", cast(void**)& gtk_print_settings_set_media_type),
10372 { "gtk_print_settings_set_default_source", cast(void**)& gtk_print_settings_set_default_source}, 10340 Symbol( "gtk_print_settings_get_media_type", cast(void**)& gtk_print_settings_get_media_type),
10373 { "gtk_print_settings_get_default_source", cast(void**)& gtk_print_settings_get_default_source}, 10341 Symbol( "gtk_print_settings_set_default_source", cast(void**)& gtk_print_settings_set_default_source),
10374 { "gtk_print_settings_set_page_set", cast(void**)& gtk_print_settings_set_page_set}, 10342 Symbol( "gtk_print_settings_get_default_source", cast(void**)& gtk_print_settings_get_default_source),
10375 { "gtk_print_settings_get_page_set", cast(void**)& gtk_print_settings_get_page_set}, 10343 Symbol( "gtk_print_settings_set_page_set", cast(void**)& gtk_print_settings_set_page_set),
10376 { "gtk_print_settings_set_page_ranges", cast(void**)& gtk_print_settings_set_page_ranges}, 10344 Symbol( "gtk_print_settings_get_page_set", cast(void**)& gtk_print_settings_get_page_set),
10377 { "gtk_print_settings_get_page_ranges", cast(void**)& gtk_print_settings_get_page_ranges}, 10345 Symbol( "gtk_print_settings_set_page_ranges", cast(void**)& gtk_print_settings_set_page_ranges),
10378 { "gtk_print_settings_set_print_pages", cast(void**)& gtk_print_settings_set_print_pages}, 10346 Symbol( "gtk_print_settings_get_page_ranges", cast(void**)& gtk_print_settings_get_page_ranges),
10379 { "gtk_print_settings_get_print_pages", cast(void**)& gtk_print_settings_get_print_pages}, 10347 Symbol( "gtk_print_settings_set_print_pages", cast(void**)& gtk_print_settings_set_print_pages),
10380 { "gtk_print_settings_set_scale", cast(void**)& gtk_print_settings_set_scale}, 10348 Symbol( "gtk_print_settings_get_print_pages", cast(void**)& gtk_print_settings_get_print_pages),
10381 { "gtk_print_settings_get_scale", cast(void**)& gtk_print_settings_get_scale}, 10349 Symbol( "gtk_print_settings_set_scale", cast(void**)& gtk_print_settings_set_scale),
10382 { "gtk_print_settings_set_resolution", cast(void**)& gtk_print_settings_set_resolution}, 10350 Symbol( "gtk_print_settings_get_scale", cast(void**)& gtk_print_settings_get_scale),
10383 { "gtk_print_settings_get_resolution", cast(void**)& gtk_print_settings_get_resolution}, 10351 Symbol( "gtk_print_settings_set_resolution", cast(void**)& gtk_print_settings_set_resolution),
10384 { "gtk_print_settings_set_number_up", cast(void**)& gtk_print_settings_set_number_up}, 10352 Symbol( "gtk_print_settings_get_resolution", cast(void**)& gtk_print_settings_get_resolution),
10385 { "gtk_print_settings_get_number_up", cast(void**)& gtk_print_settings_get_number_up}, 10353 Symbol( "gtk_print_settings_set_number_up", cast(void**)& gtk_print_settings_set_number_up),
10386 { "gtk_print_settings_set_n_copies", cast(void**)& gtk_print_settings_set_n_copies}, 10354 Symbol( "gtk_print_settings_get_number_up", cast(void**)& gtk_print_settings_get_number_up),
10387 { "gtk_print_settings_get_n_copies", cast(void**)& gtk_print_settings_get_n_copies}, 10355 Symbol( "gtk_print_settings_set_n_copies", cast(void**)& gtk_print_settings_set_n_copies),
10388 { "gtk_print_settings_set_quality", cast(void**)& gtk_print_settings_set_quality}, 10356 Symbol( "gtk_print_settings_get_n_copies", cast(void**)& gtk_print_settings_get_n_copies),
10389 { "gtk_print_settings_get_quality", cast(void**)& gtk_print_settings_get_quality}, 10357 Symbol( "gtk_print_settings_set_quality", cast(void**)& gtk_print_settings_set_quality),
10390 { "gtk_print_settings_set_duplex", cast(void**)& gtk_print_settings_set_duplex}, 10358 Symbol( "gtk_print_settings_get_quality", cast(void**)& gtk_print_settings_get_quality),
10391 { "gtk_print_settings_get_duplex", cast(void**)& gtk_print_settings_get_duplex}, 10359 Symbol( "gtk_print_settings_set_duplex", cast(void**)& gtk_print_settings_set_duplex),
10392 { "gtk_print_settings_set_reverse", cast(void**)& gtk_print_settings_set_reverse}, 10360 Symbol( "gtk_print_settings_get_duplex", cast(void**)& gtk_print_settings_get_duplex),
10393 { "gtk_print_settings_get_reverse", cast(void**)& gtk_print_settings_get_reverse}, 10361 Symbol( "gtk_print_settings_set_reverse", cast(void**)& gtk_print_settings_set_reverse),
10394 { "gtk_print_settings_set_collate", cast(void**)& gtk_print_settings_set_collate}, 10362 Symbol( "gtk_print_settings_get_reverse", cast(void**)& gtk_print_settings_get_reverse),
10395 { "gtk_print_settings_get_collate", cast(void**)& gtk_print_settings_get_collate}, 10363 Symbol( "gtk_print_settings_set_collate", cast(void**)& gtk_print_settings_set_collate),
10396 { "gtk_print_settings_set_use_color", cast(void**)& gtk_print_settings_set_use_color}, 10364 Symbol( "gtk_print_settings_get_collate", cast(void**)& gtk_print_settings_get_collate),
10397 { "gtk_print_settings_get_use_color", cast(void**)& gtk_print_settings_get_use_color}, 10365 Symbol( "gtk_print_settings_set_use_color", cast(void**)& gtk_print_settings_set_use_color),
10398 { "gtk_print_settings_set_paper_height", cast(void**)& gtk_print_settings_set_paper_height}, 10366 Symbol( "gtk_print_settings_get_use_color", cast(void**)& gtk_print_settings_get_use_color),
10399 { "gtk_print_settings_get_paper_height", cast(void**)& gtk_print_settings_get_paper_height}, 10367 Symbol( "gtk_print_settings_set_paper_height", cast(void**)& gtk_print_settings_set_paper_height),
10400 { "gtk_print_settings_set_paper_width", cast(void**)& gtk_print_settings_set_paper_width}, 10368 Symbol( "gtk_print_settings_get_paper_height", cast(void**)& gtk_print_settings_get_paper_height),
10401 { "gtk_print_settings_get_paper_width", cast(void**)& gtk_print_settings_get_paper_width}, 10369 Symbol( "gtk_print_settings_set_paper_width", cast(void**)& gtk_print_settings_set_paper_width),
10402 { "gtk_print_settings_set_paper_size", cast(void**)& gtk_print_settings_set_paper_size}, 10370 Symbol( "gtk_print_settings_get_paper_width", cast(void**)& gtk_print_settings_get_paper_width),
10403 { "gtk_print_settings_get_paper_size", cast(void**)& gtk_print_settings_get_paper_size}, 10371 Symbol( "gtk_print_settings_set_paper_size", cast(void**)& gtk_print_settings_set_paper_size),
10404 { "gtk_print_settings_set_orientation", cast(void**)& gtk_print_settings_set_orientation}, 10372 Symbol( "gtk_print_settings_get_paper_size", cast(void**)& gtk_print_settings_get_paper_size),
10405 { "gtk_print_settings_get_orientation", cast(void**)& gtk_print_settings_get_orientation}, 10373 Symbol( "gtk_print_settings_set_orientation", cast(void**)& gtk_print_settings_set_orientation),
10406 { "gtk_print_settings_set_printer", cast(void**)& gtk_print_settings_set_printer}, 10374 Symbol( "gtk_print_settings_get_orientation", cast(void**)& gtk_print_settings_get_orientation),
10407 { "gtk_print_settings_get_printer", cast(void**)& gtk_print_settings_get_printer}, 10375 Symbol( "gtk_print_settings_set_printer", cast(void**)& gtk_print_settings_set_printer),
10408 { "gtk_print_settings_set_int", cast(void**)& gtk_print_settings_set_int}, 10376 Symbol( "gtk_print_settings_get_printer", cast(void**)& gtk_print_settings_get_printer),
10409 { "gtk_print_settings_get_int_with_default", cast(void**)& gtk_print_settings_get_int_with_default}, 10377 Symbol( "gtk_print_settings_set_int", cast(void**)& gtk_print_settings_set_int),
10410 { "gtk_print_settings_get_int", cast(void**)& gtk_print_settings_get_int}, 10378 Symbol( "gtk_print_settings_get_int_with_default", cast(void**)& gtk_print_settings_get_int_with_default),
10411 { "gtk_print_settings_set_length", cast(void**)& gtk_print_settings_set_length}, 10379 Symbol( "gtk_print_settings_get_int", cast(void**)& gtk_print_settings_get_int),
10412 { "gtk_print_settings_get_length", cast(void**)& gtk_print_settings_get_length}, 10380 Symbol( "gtk_print_settings_set_length", cast(void**)& gtk_print_settings_set_length),
10413 { "gtk_print_settings_set_double", cast(void**)& gtk_print_settings_set_double}, 10381 Symbol( "gtk_print_settings_get_length", cast(void**)& gtk_print_settings_get_length),
10414 { "gtk_print_settings_get_double_with_default", cast(void**)& gtk_print_settings_get_double_with_default}, 10382 Symbol( "gtk_print_settings_set_double", cast(void**)& gtk_print_settings_set_double),
10415 { "gtk_print_settings_get_double", cast(void**)& gtk_print_settings_get_double}, 10383 Symbol( "gtk_print_settings_get_double_with_default", cast(void**)& gtk_print_settings_get_double_with_default),
10416 { "gtk_print_settings_set_bool", cast(void**)& gtk_print_settings_set_bool}, 10384 Symbol( "gtk_print_settings_get_double", cast(void**)& gtk_print_settings_get_double),
10417 { "gtk_print_settings_get_bool", cast(void**)& gtk_print_settings_get_bool}, 10385 Symbol( "gtk_print_settings_set_bool", cast(void**)& gtk_print_settings_set_bool),
10418 { "gtk_print_settings_foreach", cast(void**)& gtk_print_settings_foreach}, 10386 Symbol( "gtk_print_settings_get_bool", cast(void**)& gtk_print_settings_get_bool),
10419 { "gtk_print_settings_unset", cast(void**)& gtk_print_settings_unset}, 10387 Symbol( "gtk_print_settings_foreach", cast(void**)& gtk_print_settings_foreach),
10420 { "gtk_print_settings_set", cast(void**)& gtk_print_settings_set}, 10388 Symbol( "gtk_print_settings_unset", cast(void**)& gtk_print_settings_unset),
10421 { "gtk_print_settings_get", cast(void**)& gtk_print_settings_get}, 10389 Symbol( "gtk_print_settings_set", cast(void**)& gtk_print_settings_set),
10422 { "gtk_print_settings_has_key", cast(void**)& gtk_print_settings_has_key}, 10390 Symbol( "gtk_print_settings_get", cast(void**)& gtk_print_settings_get),
10423 { "gtk_print_settings_to_key_file", cast(void**)& gtk_print_settings_to_key_file}, 10391 Symbol( "gtk_print_settings_has_key", cast(void**)& gtk_print_settings_has_key),
10424 { "gtk_print_settings_new_from_key_file", cast(void**)& gtk_print_settings_new_from_key_file}, 10392 Symbol( "gtk_print_settings_to_key_file", cast(void**)& gtk_print_settings_to_key_file),
10425 { "gtk_print_settings_to_file", cast(void**)& gtk_print_settings_to_file}, 10393 Symbol( "gtk_print_settings_new_from_key_file", cast(void**)& gtk_print_settings_new_from_key_file),
10426 { "gtk_print_settings_new_from_file", cast(void**)& gtk_print_settings_new_from_file}, 10394 Symbol( "gtk_print_settings_to_file", cast(void**)& gtk_print_settings_to_file),
10427 { "gtk_print_settings_copy", cast(void**)& gtk_print_settings_copy}, 10395 Symbol( "gtk_print_settings_new_from_file", cast(void**)& gtk_print_settings_new_from_file),
10428 { "gtk_print_settings_new", cast(void**)& gtk_print_settings_new}, 10396 Symbol( "gtk_print_settings_copy", cast(void**)& gtk_print_settings_copy),
10429 { "gtk_print_settings_get_type", cast(void**)& gtk_print_settings_get_type}, 10397 Symbol( "gtk_print_settings_new", cast(void**)& gtk_print_settings_new),
10430 { "gtk_page_setup_to_key_file", cast(void**)& gtk_page_setup_to_key_file}, 10398 Symbol( "gtk_print_settings_get_type", cast(void**)& gtk_print_settings_get_type),
10431 { "gtk_page_setup_new_from_key_file", cast(void**)& gtk_page_setup_new_from_key_file}, 10399 Symbol( "gtk_page_setup_to_key_file", cast(void**)& gtk_page_setup_to_key_file),
10432 { "gtk_page_setup_to_file", cast(void**)& gtk_page_setup_to_file}, 10400 Symbol( "gtk_page_setup_new_from_key_file", cast(void**)& gtk_page_setup_new_from_key_file),
10433 { "gtk_page_setup_new_from_file", cast(void**)& gtk_page_setup_new_from_file}, 10401 Symbol( "gtk_page_setup_to_file", cast(void**)& gtk_page_setup_to_file),
10434 { "gtk_page_setup_get_page_height", cast(void**)& gtk_page_setup_get_page_height}, 10402 Symbol( "gtk_page_setup_new_from_file", cast(void**)& gtk_page_setup_new_from_file),
10435 { "gtk_page_setup_get_page_width", cast(void**)& gtk_page_setup_get_page_width}, 10403 Symbol( "gtk_page_setup_get_page_height", cast(void**)& gtk_page_setup_get_page_height),
10436 { "gtk_page_setup_get_paper_height", cast(void**)& gtk_page_setup_get_paper_height}, 10404 Symbol( "gtk_page_setup_get_page_width", cast(void**)& gtk_page_setup_get_page_width),
10437 { "gtk_page_setup_get_paper_width", cast(void**)& gtk_page_setup_get_paper_width}, 10405 Symbol( "gtk_page_setup_get_paper_height", cast(void**)& gtk_page_setup_get_paper_height),
10438 { "gtk_page_setup_set_paper_size_and_default_margins", cast(void**)& gtk_page_setup_set_paper_size_and_default_margins}, 10406 Symbol( "gtk_page_setup_get_paper_width", cast(void**)& gtk_page_setup_get_paper_width),
10439 { "gtk_page_setup_set_right_margin", cast(void**)& gtk_page_setup_set_right_margin}, 10407 Symbol( "gtk_page_setup_set_paper_size_and_default_margins", cast(void**)& gtk_page_setup_set_paper_size_and_default_margins),
10440 { "gtk_page_setup_get_right_margin", cast(void**)& gtk_page_setup_get_right_margin}, 10408 Symbol( "gtk_page_setup_set_right_margin", cast(void**)& gtk_page_setup_set_right_margin),
10441 { "gtk_page_setup_set_left_margin", cast(void**)& gtk_page_setup_set_left_margin}, 10409 Symbol( "gtk_page_setup_get_right_margin", cast(void**)& gtk_page_setup_get_right_margin),
10442 { "gtk_page_setup_get_left_margin", cast(void**)& gtk_page_setup_get_left_margin}, 10410 Symbol( "gtk_page_setup_set_left_margin", cast(void**)& gtk_page_setup_set_left_margin),
10443 { "gtk_page_setup_set_bottom_margin", cast(void**)& gtk_page_setup_set_bottom_margin}, 10411 Symbol( "gtk_page_setup_get_left_margin", cast(void**)& gtk_page_setup_get_left_margin),
10444 { "gtk_page_setup_get_bottom_margin", cast(void**)& gtk_page_setup_get_bottom_margin}, 10412 Symbol( "gtk_page_setup_set_bottom_margin", cast(void**)& gtk_page_setup_set_bottom_margin),
10445 { "gtk_page_setup_set_top_margin", cast(void**)& gtk_page_setup_set_top_margin}, 10413 Symbol( "gtk_page_setup_get_bottom_margin", cast(void**)& gtk_page_setup_get_bottom_margin),
10446 { "gtk_page_setup_get_top_margin", cast(void**)& gtk_page_setup_get_top_margin}, 10414 Symbol( "gtk_page_setup_set_top_margin", cast(void**)& gtk_page_setup_set_top_margin),
10447 { "gtk_page_setup_set_paper_size", cast(void**)& gtk_page_setup_set_paper_size}, 10415 Symbol( "gtk_page_setup_get_top_margin", cast(void**)& gtk_page_setup_get_top_margin),
10448 { "gtk_page_setup_get_paper_size", cast(void**)& gtk_page_setup_get_paper_size}, 10416 Symbol( "gtk_page_setup_set_paper_size", cast(void**)& gtk_page_setup_set_paper_size),
10449 { "gtk_page_setup_set_orientation", cast(void**)& gtk_page_setup_set_orientation}, 10417 Symbol( "gtk_page_setup_get_paper_size", cast(void**)& gtk_page_setup_get_paper_size),
10450 { "gtk_page_setup_get_orientation", cast(void**)& gtk_page_setup_get_orientation}, 10418 Symbol( "gtk_page_setup_set_orientation", cast(void**)& gtk_page_setup_set_orientation),
10451 { "gtk_page_setup_copy", cast(void**)& gtk_page_setup_copy}, 10419 Symbol( "gtk_page_setup_get_orientation", cast(void**)& gtk_page_setup_get_orientation),
10452 { "gtk_page_setup_new", cast(void**)& gtk_page_setup_new}, 10420 Symbol( "gtk_page_setup_copy", cast(void**)& gtk_page_setup_copy),
10453 { "gtk_page_setup_get_type", cast(void**)& gtk_page_setup_get_type}, 10421 Symbol( "gtk_page_setup_new", cast(void**)& gtk_page_setup_new),
10454 { "gtk_paper_size_to_key_file", cast(void**)& gtk_paper_size_to_key_file}, 10422 Symbol( "gtk_page_setup_get_type", cast(void**)& gtk_page_setup_get_type),
10455 { "gtk_paper_size_new_from_key_file", cast(void**)& gtk_paper_size_new_from_key_file}, 10423 Symbol( "gtk_paper_size_to_key_file", cast(void**)& gtk_paper_size_to_key_file),
10456 { "gtk_paper_size_get_default", cast(void**)& gtk_paper_size_get_default}, 10424 Symbol( "gtk_paper_size_new_from_key_file", cast(void**)& gtk_paper_size_new_from_key_file),
10457 { "gtk_paper_size_get_default_right_margin", cast(void**)& gtk_paper_size_get_default_right_margin}, 10425 Symbol( "gtk_paper_size_get_default", cast(void**)& gtk_paper_size_get_default),
10458 { "gtk_paper_size_get_default_left_margin", cast(void**)& gtk_paper_size_get_default_left_margin}, 10426 Symbol( "gtk_paper_size_get_default_right_margin", cast(void**)& gtk_paper_size_get_default_right_margin),
10459 { "gtk_paper_size_get_default_bottom_margin", cast(void**)& gtk_paper_size_get_default_bottom_margin}, 10427 Symbol( "gtk_paper_size_get_default_left_margin", cast(void**)& gtk_paper_size_get_default_left_margin),
10460 { "gtk_paper_size_get_default_top_margin", cast(void**)& gtk_paper_size_get_default_top_margin}, 10428 Symbol( "gtk_paper_size_get_default_bottom_margin", cast(void**)& gtk_paper_size_get_default_bottom_margin),
10461 { "gtk_paper_size_set_size", cast(void**)& gtk_paper_size_set_size}, 10429 Symbol( "gtk_paper_size_get_default_top_margin", cast(void**)& gtk_paper_size_get_default_top_margin),
10462 { "gtk_paper_size_is_custom", cast(void**)& gtk_paper_size_is_custom}, 10430 Symbol( "gtk_paper_size_set_size", cast(void**)& gtk_paper_size_set_size),
10463 { "gtk_paper_size_get_height", cast(void**)& gtk_paper_size_get_height}, 10431 Symbol( "gtk_paper_size_is_custom", cast(void**)& gtk_paper_size_is_custom),
10464 { "gtk_paper_size_get_width", cast(void**)& gtk_paper_size_get_width}, 10432 Symbol( "gtk_paper_size_get_height", cast(void**)& gtk_paper_size_get_height),
10465 { "gtk_paper_size_get_ppd_name", cast(void**)& gtk_paper_size_get_ppd_name}, 10433 Symbol( "gtk_paper_size_get_width", cast(void**)& gtk_paper_size_get_width),
10466 { "gtk_paper_size_get_display_name", cast(void**)& gtk_paper_size_get_display_name}, 10434 Symbol( "gtk_paper_size_get_ppd_name", cast(void**)& gtk_paper_size_get_ppd_name),
10467 { "gtk_paper_size_get_name", cast(void**)& gtk_paper_size_get_name}, 10435 Symbol( "gtk_paper_size_get_display_name", cast(void**)& gtk_paper_size_get_display_name),
10468 { "gtk_paper_size_get_paper_sizes", cast(void**)& gtk_paper_size_get_paper_sizes}, 10436 Symbol( "gtk_paper_size_get_name", cast(void**)& gtk_paper_size_get_name),
10469 { "gtk_paper_size_is_equal", cast(void**)& gtk_paper_size_is_equal}, 10437 Symbol( "gtk_paper_size_get_paper_sizes", cast(void**)& gtk_paper_size_get_paper_sizes),
10470 { "gtk_paper_size_free", cast(void**)& gtk_paper_size_free}, 10438 Symbol( "gtk_paper_size_is_equal", cast(void**)& gtk_paper_size_is_equal),
10471 { "gtk_paper_size_copy", cast(void**)& gtk_paper_size_copy}, 10439 Symbol( "gtk_paper_size_free", cast(void**)& gtk_paper_size_free),
10472 { "gtk_paper_size_new_custom", cast(void**)& gtk_paper_size_new_custom}, 10440 Symbol( "gtk_paper_size_copy", cast(void**)& gtk_paper_size_copy),
10473 { "gtk_paper_size_new_from_ppd", cast(void**)& gtk_paper_size_new_from_ppd}, 10441 Symbol( "gtk_paper_size_new_custom", cast(void**)& gtk_paper_size_new_custom),
10474 { "gtk_paper_size_new", cast(void**)& gtk_paper_size_new}, 10442 Symbol( "gtk_paper_size_new_from_ppd", cast(void**)& gtk_paper_size_new_from_ppd),
10475 { "gtk_paper_size_get_type", cast(void**)& gtk_paper_size_get_type}, 10443 Symbol( "gtk_paper_size_new", cast(void**)& gtk_paper_size_new),
10476 { "gtk_preview_reset", cast(void**)& gtk_preview_reset}, 10444 Symbol( "gtk_paper_size_get_type", cast(void**)& gtk_paper_size_get_type),
10477 { "gtk_preview_get_info", cast(void**)& gtk_preview_get_info}, 10445 Symbol( "gtk_preview_reset", cast(void**)& gtk_preview_reset),
10478 { "gtk_preview_get_cmap", cast(void**)& gtk_preview_get_cmap}, 10446 Symbol( "gtk_preview_get_info", cast(void**)& gtk_preview_get_info),
10479 { "gtk_preview_get_visual", cast(void**)& gtk_preview_get_visual}, 10447 Symbol( "gtk_preview_get_cmap", cast(void**)& gtk_preview_get_cmap),
10480 { "gtk_preview_set_dither", cast(void**)& gtk_preview_set_dither}, 10448 Symbol( "gtk_preview_get_visual", cast(void**)& gtk_preview_get_visual),
10481 { "gtk_preview_set_reserved", cast(void**)& gtk_preview_set_reserved}, 10449 Symbol( "gtk_preview_set_dither", cast(void**)& gtk_preview_set_dither),
10482 { "gtk_preview_set_install_cmap", cast(void**)& gtk_preview_set_install_cmap}, 10450 Symbol( "gtk_preview_set_reserved", cast(void**)& gtk_preview_set_reserved),
10483 { "gtk_preview_set_color_cube", cast(void**)& gtk_preview_set_color_cube}, 10451 Symbol( "gtk_preview_set_install_cmap", cast(void**)& gtk_preview_set_install_cmap),
10484 { "gtk_preview_set_gamma", cast(void**)& gtk_preview_set_gamma}, 10452 Symbol( "gtk_preview_set_color_cube", cast(void**)& gtk_preview_set_color_cube),
10485 { "gtk_preview_set_expand", cast(void**)& gtk_preview_set_expand}, 10453 Symbol( "gtk_preview_set_gamma", cast(void**)& gtk_preview_set_gamma),
10486 { "gtk_preview_draw_row", cast(void**)& gtk_preview_draw_row}, 10454 Symbol( "gtk_preview_set_expand", cast(void**)& gtk_preview_set_expand),
10487 { "gtk_preview_put", cast(void**)& gtk_preview_put}, 10455 Symbol( "gtk_preview_draw_row", cast(void**)& gtk_preview_draw_row),
10488 { "gtk_preview_size", cast(void**)& gtk_preview_size}, 10456 Symbol( "gtk_preview_put", cast(void**)& gtk_preview_put),
10489 { "gtk_preview_new", cast(void**)& gtk_preview_new}, 10457 Symbol( "gtk_preview_size", cast(void**)& gtk_preview_size),
10490 { "gtk_preview_uninit", cast(void**)& gtk_preview_uninit}, 10458 Symbol( "gtk_preview_new", cast(void**)& gtk_preview_new),
10491 { "gtk_preview_get_type", cast(void**)& gtk_preview_get_type}, 10459 Symbol( "gtk_preview_uninit", cast(void**)& gtk_preview_uninit),
10492 // { "_gtk_plug_remove_from_socket", cast(void**)& _gtk_plug_remove_from_socket}, 10460 Symbol( "gtk_preview_get_type", cast(void**)& gtk_preview_get_type),
10493 // { "_gtk_plug_add_to_socket", cast(void**)& _gtk_plug_add_to_socket}, 10461 // Symbol( "_gtk_plug_remove_from_socket", cast(void**)& _gtk_plug_remove_from_socket),
10494 { "gtk_plug_get_id", cast(void**)& gtk_plug_get_id}, 10462 // Symbol( "_gtk_plug_add_to_socket", cast(void**)& _gtk_plug_add_to_socket),
10495 { "gtk_plug_new_for_display", cast(void**)& gtk_plug_new_for_display}, 10463 Symbol( "gtk_plug_get_id", cast(void**)& gtk_plug_get_id),
10496 { "gtk_plug_construct_for_display", cast(void**)& gtk_plug_construct_for_display}, 10464 Symbol( "gtk_plug_new_for_display", cast(void**)& gtk_plug_new_for_display),
10497 { "gtk_plug_new", cast(void**)& gtk_plug_new}, 10465 Symbol( "gtk_plug_construct_for_display", cast(void**)& gtk_plug_construct_for_display),
10498 { "gtk_plug_construct", cast(void**)& gtk_plug_construct}, 10466 Symbol( "gtk_plug_new", cast(void**)& gtk_plug_new),
10499 { "gtk_plug_get_type", cast(void**)& gtk_plug_get_type}, 10467 Symbol( "gtk_plug_construct", cast(void**)& gtk_plug_construct),
10500 { "gtk_socket_steal", cast(void**)& gtk_socket_steal}, 10468 Symbol( "gtk_plug_get_type", cast(void**)& gtk_plug_get_type),
10501 { "gtk_socket_get_id", cast(void**)& gtk_socket_get_id}, 10469 Symbol( "gtk_socket_steal", cast(void**)& gtk_socket_steal),
10502 { "gtk_socket_add_id", cast(void**)& gtk_socket_add_id}, 10470 Symbol( "gtk_socket_get_id", cast(void**)& gtk_socket_get_id),
10503 { "gtk_socket_new", cast(void**)& gtk_socket_new}, 10471 Symbol( "gtk_socket_add_id", cast(void**)& gtk_socket_add_id),
10504 { "gtk_socket_get_type", cast(void**)& gtk_socket_get_type}, 10472 Symbol( "gtk_socket_new", cast(void**)& gtk_socket_new),
10505 { "gtk_pixmap_set_build_insensitive", cast(void**)& gtk_pixmap_set_build_insensitive}, 10473 Symbol( "gtk_socket_get_type", cast(void**)& gtk_socket_get_type),
10506 { "gtk_pixmap_get", cast(void**)& gtk_pixmap_get}, 10474 Symbol( "gtk_pixmap_set_build_insensitive", cast(void**)& gtk_pixmap_set_build_insensitive),
10507 { "gtk_pixmap_set", cast(void**)& gtk_pixmap_set}, 10475 Symbol( "gtk_pixmap_get", cast(void**)& gtk_pixmap_get),
10508 { "gtk_pixmap_new", cast(void**)& gtk_pixmap_new}, 10476 Symbol( "gtk_pixmap_set", cast(void**)& gtk_pixmap_set),
10509 { "gtk_pixmap_get_type", cast(void**)& gtk_pixmap_get_type}, 10477 Symbol( "gtk_pixmap_new", cast(void**)& gtk_pixmap_new),
10510 { "gtk_option_menu_set_history", cast(void**)& gtk_option_menu_set_history}, 10478 Symbol( "gtk_pixmap_get_type", cast(void**)& gtk_pixmap_get_type),
10511 { "gtk_option_menu_get_history", cast(void**)& gtk_option_menu_get_history}, 10479 Symbol( "gtk_option_menu_set_history", cast(void**)& gtk_option_menu_set_history),
10512 { "gtk_option_menu_remove_menu", cast(void**)& gtk_option_menu_remove_menu}, 10480 Symbol( "gtk_option_menu_get_history", cast(void**)& gtk_option_menu_get_history),
10513 { "gtk_option_menu_set_menu", cast(void**)& gtk_option_menu_set_menu}, 10481 Symbol( "gtk_option_menu_remove_menu", cast(void**)& gtk_option_menu_remove_menu),
10514 { "gtk_option_menu_get_menu", cast(void**)& gtk_option_menu_get_menu}, 10482 Symbol( "gtk_option_menu_set_menu", cast(void**)& gtk_option_menu_set_menu),
10515 { "gtk_option_menu_new", cast(void**)& gtk_option_menu_new}, 10483 Symbol( "gtk_option_menu_get_menu", cast(void**)& gtk_option_menu_get_menu),
10516 { "gtk_option_menu_get_type", cast(void**)& gtk_option_menu_get_type}, 10484 Symbol( "gtk_option_menu_new", cast(void**)& gtk_option_menu_new),
10517 { "gtk_old_editable_changed", cast(void**)& gtk_old_editable_changed}, 10485 Symbol( "gtk_option_menu_get_type", cast(void**)& gtk_option_menu_get_type),
10518 { "gtk_old_editable_claim_selection", cast(void**)& gtk_old_editable_claim_selection}, 10486 Symbol( "gtk_old_editable_changed", cast(void**)& gtk_old_editable_changed),
10519 { "gtk_old_editable_get_type", cast(void**)& gtk_old_editable_get_type}, 10487 Symbol( "gtk_old_editable_claim_selection", cast(void**)& gtk_old_editable_claim_selection),
10520 { "gtk_notebook_set_tab_detachable", cast(void**)& gtk_notebook_set_tab_detachable}, 10488 Symbol( "gtk_old_editable_get_type", cast(void**)& gtk_old_editable_get_type),
10521 { "gtk_notebook_get_tab_detachable", cast(void**)& gtk_notebook_get_tab_detachable}, 10489 Symbol( "gtk_notebook_set_tab_detachable", cast(void**)& gtk_notebook_set_tab_detachable),
10522 { "gtk_notebook_set_tab_reorderable", cast(void**)& gtk_notebook_set_tab_reorderable}, 10490 Symbol( "gtk_notebook_get_tab_detachable", cast(void**)& gtk_notebook_get_tab_detachable),
10523 { "gtk_notebook_get_tab_reorderable", cast(void**)& gtk_notebook_get_tab_reorderable}, 10491 Symbol( "gtk_notebook_set_tab_reorderable", cast(void**)& gtk_notebook_set_tab_reorderable),
10524 { "gtk_notebook_reorder_child", cast(void**)& gtk_notebook_reorder_child}, 10492 Symbol( "gtk_notebook_get_tab_reorderable", cast(void**)& gtk_notebook_get_tab_reorderable),
10525 { "gtk_notebook_set_tab_label_packing", cast(void**)& gtk_notebook_set_tab_label_packing}, 10493 Symbol( "gtk_notebook_reorder_child", cast(void**)& gtk_notebook_reorder_child),
10526 { "gtk_notebook_query_tab_label_packing", cast(void**)& gtk_notebook_query_tab_label_packing}, 10494 Symbol( "gtk_notebook_set_tab_label_packing", cast(void**)& gtk_notebook_set_tab_label_packing),
10527 { "gtk_notebook_get_menu_label_text", cast(void**)& gtk_notebook_get_menu_label_text}, 10495 Symbol( "gtk_notebook_query_tab_label_packing", cast(void**)& gtk_notebook_query_tab_label_packing),
10528 { "gtk_notebook_set_menu_label_text", cast(void**)& gtk_notebook_set_menu_label_text}, 10496 Symbol( "gtk_notebook_get_menu_label_text", cast(void**)& gtk_notebook_get_menu_label_text),
10529 { "gtk_notebook_set_menu_label", cast(void**)& gtk_notebook_set_menu_label}, 10497 Symbol( "gtk_notebook_set_menu_label_text", cast(void**)& gtk_notebook_set_menu_label_text),
10530 { "gtk_notebook_get_menu_label", cast(void**)& gtk_notebook_get_menu_label}, 10498 Symbol( "gtk_notebook_set_menu_label", cast(void**)& gtk_notebook_set_menu_label),
10531 { "gtk_notebook_get_tab_label_text", cast(void**)& gtk_notebook_get_tab_label_text}, 10499 Symbol( "gtk_notebook_get_menu_label", cast(void**)& gtk_notebook_get_menu_label),
10532 { "gtk_notebook_set_tab_label_text", cast(void**)& gtk_notebook_set_tab_label_text}, 10500 Symbol( "gtk_notebook_get_tab_label_text", cast(void**)& gtk_notebook_get_tab_label_text),
10533 { "gtk_notebook_set_tab_label", cast(void**)& gtk_notebook_set_tab_label}, 10501 Symbol( "gtk_notebook_set_tab_label_text", cast(void**)& gtk_notebook_set_tab_label_text),
10534 { "gtk_notebook_get_tab_label", cast(void**)& gtk_notebook_get_tab_label}, 10502 Symbol( "gtk_notebook_set_tab_label", cast(void**)& gtk_notebook_set_tab_label),
10535 { "gtk_notebook_popup_disable", cast(void**)& gtk_notebook_popup_disable}, 10503 Symbol( "gtk_notebook_get_tab_label", cast(void**)& gtk_notebook_get_tab_label),
10536 { "gtk_notebook_popup_enable", cast(void**)& gtk_notebook_popup_enable}, 10504 Symbol( "gtk_notebook_popup_disable", cast(void**)& gtk_notebook_popup_disable),
10537 { "gtk_notebook_get_scrollable", cast(void**)& gtk_notebook_get_scrollable}, 10505 Symbol( "gtk_notebook_popup_enable", cast(void**)& gtk_notebook_popup_enable),
10538 { "gtk_notebook_set_scrollable", cast(void**)& gtk_notebook_set_scrollable}, 10506 Symbol( "gtk_notebook_get_scrollable", cast(void**)& gtk_notebook_get_scrollable),
10539 { "gtk_notebook_set_tab_vborder", cast(void**)& gtk_notebook_set_tab_vborder}, 10507 Symbol( "gtk_notebook_set_scrollable", cast(void**)& gtk_notebook_set_scrollable),
10540 { "gtk_notebook_set_tab_hborder", cast(void**)& gtk_notebook_set_tab_hborder}, 10508 Symbol( "gtk_notebook_set_tab_vborder", cast(void**)& gtk_notebook_set_tab_vborder),
10541 { "gtk_notebook_set_tab_border", cast(void**)& gtk_notebook_set_tab_border}, 10509 Symbol( "gtk_notebook_set_tab_hborder", cast(void**)& gtk_notebook_set_tab_hborder),
10542 { "gtk_notebook_set_homogeneous_tabs", cast(void**)& gtk_notebook_set_homogeneous_tabs}, 10510 Symbol( "gtk_notebook_set_tab_border", cast(void**)& gtk_notebook_set_tab_border),
10543 { "gtk_notebook_get_tab_pos", cast(void**)& gtk_notebook_get_tab_pos}, 10511 Symbol( "gtk_notebook_set_homogeneous_tabs", cast(void**)& gtk_notebook_set_homogeneous_tabs),
10544 { "gtk_notebook_set_tab_pos", cast(void**)& gtk_notebook_set_tab_pos}, 10512 Symbol( "gtk_notebook_get_tab_pos", cast(void**)& gtk_notebook_get_tab_pos),
10545 { "gtk_notebook_get_show_tabs", cast(void**)& gtk_notebook_get_show_tabs}, 10513 Symbol( "gtk_notebook_set_tab_pos", cast(void**)& gtk_notebook_set_tab_pos),
10546 { "gtk_notebook_set_show_tabs", cast(void**)& gtk_notebook_set_show_tabs}, 10514 Symbol( "gtk_notebook_get_show_tabs", cast(void**)& gtk_notebook_get_show_tabs),
10547 { "gtk_notebook_get_show_border", cast(void**)& gtk_notebook_get_show_border}, 10515 Symbol( "gtk_notebook_set_show_tabs", cast(void**)& gtk_notebook_set_show_tabs),
10548 { "gtk_notebook_set_show_border", cast(void**)& gtk_notebook_set_show_border}, 10516 Symbol( "gtk_notebook_get_show_border", cast(void**)& gtk_notebook_get_show_border),
10549 { "gtk_notebook_prev_page", cast(void**)& gtk_notebook_prev_page}, 10517 Symbol( "gtk_notebook_set_show_border", cast(void**)& gtk_notebook_set_show_border),
10550 { "gtk_notebook_next_page", cast(void**)& gtk_notebook_next_page}, 10518 Symbol( "gtk_notebook_prev_page", cast(void**)& gtk_notebook_prev_page),
10551 { "gtk_notebook_set_current_page", cast(void**)& gtk_notebook_set_current_page}, 10519 Symbol( "gtk_notebook_next_page", cast(void**)& gtk_notebook_next_page),
10552 { "gtk_notebook_page_num", cast(void**)& gtk_notebook_page_num}, 10520 Symbol( "gtk_notebook_set_current_page", cast(void**)& gtk_notebook_set_current_page),
10553 { "gtk_notebook_get_n_pages", cast(void**)& gtk_notebook_get_n_pages}, 10521 Symbol( "gtk_notebook_page_num", cast(void**)& gtk_notebook_page_num),
10554 { "gtk_notebook_get_nth_page", cast(void**)& gtk_notebook_get_nth_page}, 10522 Symbol( "gtk_notebook_get_n_pages", cast(void**)& gtk_notebook_get_n_pages),
10555 { "gtk_notebook_get_current_page", cast(void**)& gtk_notebook_get_current_page}, 10523 Symbol( "gtk_notebook_get_nth_page", cast(void**)& gtk_notebook_get_nth_page),
10556 { "gtk_notebook_get_group", cast(void**)& gtk_notebook_get_group}, 10524 Symbol( "gtk_notebook_get_current_page", cast(void**)& gtk_notebook_get_current_page),
10557 { "gtk_notebook_set_group", cast(void**)& gtk_notebook_set_group}, 10525 Symbol( "gtk_notebook_get_group", cast(void**)& gtk_notebook_get_group),
10558 { "gtk_notebook_get_group_id", cast(void**)& gtk_notebook_get_group_id}, 10526 Symbol( "gtk_notebook_set_group", cast(void**)& gtk_notebook_set_group),
10559 { "gtk_notebook_set_group_id", cast(void**)& gtk_notebook_set_group_id}, 10527 Symbol( "gtk_notebook_get_group_id", cast(void**)& gtk_notebook_get_group_id),
10560 { "gtk_notebook_set_window_creation_hook", cast(void**)& gtk_notebook_set_window_creation_hook}, 10528 Symbol( "gtk_notebook_set_group_id", cast(void**)& gtk_notebook_set_group_id),
10561 { "gtk_notebook_remove_page", cast(void**)& gtk_notebook_remove_page}, 10529 Symbol( "gtk_notebook_set_window_creation_hook", cast(void**)& gtk_notebook_set_window_creation_hook),
10562 { "gtk_notebook_insert_page_menu", cast(void**)& gtk_notebook_insert_page_menu}, 10530 Symbol( "gtk_notebook_remove_page", cast(void**)& gtk_notebook_remove_page),
10563 { "gtk_notebook_insert_page", cast(void**)& gtk_notebook_insert_page}, 10531 Symbol( "gtk_notebook_insert_page_menu", cast(void**)& gtk_notebook_insert_page_menu),
10564 { "gtk_notebook_prepend_page_menu", cast(void**)& gtk_notebook_prepend_page_menu}, 10532 Symbol( "gtk_notebook_insert_page", cast(void**)& gtk_notebook_insert_page),
10565 { "gtk_notebook_prepend_page", cast(void**)& gtk_notebook_prepend_page}, 10533 Symbol( "gtk_notebook_prepend_page_menu", cast(void**)& gtk_notebook_prepend_page_menu),
10566 { "gtk_notebook_append_page_menu", cast(void**)& gtk_notebook_append_page_menu}, 10534 Symbol( "gtk_notebook_prepend_page", cast(void**)& gtk_notebook_prepend_page),
10567 { "gtk_notebook_append_page", cast(void**)& gtk_notebook_append_page}, 10535 Symbol( "gtk_notebook_append_page_menu", cast(void**)& gtk_notebook_append_page_menu),
10568 { "gtk_notebook_new", cast(void**)& gtk_notebook_new}, 10536 Symbol( "gtk_notebook_append_page", cast(void**)& gtk_notebook_append_page),
10569 { "gtk_notebook_get_type", cast(void**)& gtk_notebook_get_type}, 10537 Symbol( "gtk_notebook_new", cast(void**)& gtk_notebook_new),
10570 // { "_gtk_modules_settings_changed", cast(void**)& _gtk_modules_settings_changed}, 10538 Symbol( "gtk_notebook_get_type", cast(void**)& gtk_notebook_get_type),
10571 // { "_gtk_modules_init", cast(void**)& _gtk_modules_init}, 10539 // Symbol( "_gtk_modules_settings_changed", cast(void**)& _gtk_modules_settings_changed),
10572 // { "_gtk_get_module_path", cast(void**)& _gtk_get_module_path}, 10540 // Symbol( "_gtk_modules_init", cast(void**)& _gtk_modules_init),
10573 // { "_gtk_find_module", cast(void**)& _gtk_find_module}, 10541 // Symbol( "_gtk_get_module_path", cast(void**)& _gtk_get_module_path),
10574 { "gtk_message_dialog_format_secondary_markup", cast(void**)& gtk_message_dialog_format_secondary_markup}, 10542 // Symbol( "_gtk_find_module", cast(void**)& _gtk_find_module),
10575 { "gtk_message_dialog_format_secondary_text", cast(void**)& gtk_message_dialog_format_secondary_text}, 10543 Symbol( "gtk_message_dialog_format_secondary_markup", cast(void**)& gtk_message_dialog_format_secondary_markup),
10576 { "gtk_message_dialog_set_markup", cast(void**)& gtk_message_dialog_set_markup}, 10544 Symbol( "gtk_message_dialog_format_secondary_text", cast(void**)& gtk_message_dialog_format_secondary_text),
10577 { "gtk_message_dialog_set_image", cast(void**)& gtk_message_dialog_set_image}, 10545 Symbol( "gtk_message_dialog_set_markup", cast(void**)& gtk_message_dialog_set_markup),
10578 { "gtk_message_dialog_new_with_markup", cast(void**)& gtk_message_dialog_new_with_markup}, 10546 Symbol( "gtk_message_dialog_set_image", cast(void**)& gtk_message_dialog_set_image),
10579 { "gtk_message_dialog_new", cast(void**)& gtk_message_dialog_new}, 10547 Symbol( "gtk_message_dialog_new_with_markup", cast(void**)& gtk_message_dialog_new_with_markup),
10580 { "gtk_message_dialog_get_type", cast(void**)& gtk_message_dialog_get_type}, 10548 Symbol( "gtk_message_dialog_new", cast(void**)& gtk_message_dialog_new),
10581 { "gtk_menu_tool_button_set_arrow_tooltip_markup", cast(void**)& gtk_menu_tool_button_set_arrow_tooltip_markup}, 10549 Symbol( "gtk_message_dialog_get_type", cast(void**)& gtk_message_dialog_get_type),
10582 { "gtk_menu_tool_button_set_arrow_tooltip_text", cast(void**)& gtk_menu_tool_button_set_arrow_tooltip_text}, 10550 Symbol( "gtk_menu_tool_button_set_arrow_tooltip_markup", cast(void**)& gtk_menu_tool_button_set_arrow_tooltip_markup),
10583 { "gtk_menu_tool_button_set_arrow_tooltip", cast(void**)& gtk_menu_tool_button_set_arrow_tooltip}, 10551 Symbol( "gtk_menu_tool_button_set_arrow_tooltip_text", cast(void**)& gtk_menu_tool_button_set_arrow_tooltip_text),
10584 { "gtk_menu_tool_button_get_menu", cast(void**)& gtk_menu_tool_button_get_menu}, 10552 Symbol( "gtk_menu_tool_button_set_arrow_tooltip", cast(void**)& gtk_menu_tool_button_set_arrow_tooltip),
10585 { "gtk_menu_tool_button_set_menu", cast(void**)& gtk_menu_tool_button_set_menu}, 10553 Symbol( "gtk_menu_tool_button_get_menu", cast(void**)& gtk_menu_tool_button_get_menu),
10586 { "gtk_menu_tool_button_new_from_stock", cast(void**)& gtk_menu_tool_button_new_from_stock}, 10554 Symbol( "gtk_menu_tool_button_set_menu", cast(void**)& gtk_menu_tool_button_set_menu),
10587 { "gtk_menu_tool_button_new", cast(void**)& gtk_menu_tool_button_new}, 10555 Symbol( "gtk_menu_tool_button_new_from_stock", cast(void**)& gtk_menu_tool_button_new_from_stock),
10588 { "gtk_menu_tool_button_get_type", cast(void**)& gtk_menu_tool_button_get_type}, 10556 Symbol( "gtk_menu_tool_button_new", cast(void**)& gtk_menu_tool_button_new),
10589 // { "_gtk_tool_button_get_button", cast(void**)& _gtk_tool_button_get_button}, 10557 Symbol( "gtk_menu_tool_button_get_type", cast(void**)& gtk_menu_tool_button_get_type),
10590 { "gtk_tool_button_get_label_widget", cast(void**)& gtk_tool_button_get_label_widget}, 10558 // Symbol( "_gtk_tool_button_get_button", cast(void**)& _gtk_tool_button_get_button),
10591 { "gtk_tool_button_set_label_widget", cast(void**)& gtk_tool_button_set_label_widget}, 10559 Symbol( "gtk_tool_button_get_label_widget", cast(void**)& gtk_tool_button_get_label_widget),
10592 { "gtk_tool_button_get_icon_widget", cast(void**)& gtk_tool_button_get_icon_widget}, 10560 Symbol( "gtk_tool_button_set_label_widget", cast(void**)& gtk_tool_button_set_label_widget),
10593 { "gtk_tool_button_set_icon_widget", cast(void**)& gtk_tool_button_set_icon_widget}, 10561 Symbol( "gtk_tool_button_get_icon_widget", cast(void**)& gtk_tool_button_get_icon_widget),
10594 { "gtk_tool_button_get_icon_name", cast(void**)& gtk_tool_button_get_icon_name}, 10562 Symbol( "gtk_tool_button_set_icon_widget", cast(void**)& gtk_tool_button_set_icon_widget),
10595 { "gtk_tool_button_set_icon_name", cast(void**)& gtk_tool_button_set_icon_name}, 10563 Symbol( "gtk_tool_button_get_icon_name", cast(void**)& gtk_tool_button_get_icon_name),
10596 { "gtk_tool_button_get_stock_id", cast(void**)& gtk_tool_button_get_stock_id}, 10564 Symbol( "gtk_tool_button_set_icon_name", cast(void**)& gtk_tool_button_set_icon_name),
10597 { "gtk_tool_button_set_stock_id", cast(void**)& gtk_tool_button_set_stock_id}, 10565 Symbol( "gtk_tool_button_get_stock_id", cast(void**)& gtk_tool_button_get_stock_id),
10598 { "gtk_tool_button_get_use_underline", cast(void**)& gtk_tool_button_get_use_underline}, 10566 Symbol( "gtk_tool_button_set_stock_id", cast(void**)& gtk_tool_button_set_stock_id),
10599 { "gtk_tool_button_set_use_underline", cast(void**)& gtk_tool_button_set_use_underline}, 10567 Symbol( "gtk_tool_button_get_use_underline", cast(void**)& gtk_tool_button_get_use_underline),
10600 { "gtk_tool_button_get_label", cast(void**)& gtk_tool_button_get_label}, 10568 Symbol( "gtk_tool_button_set_use_underline", cast(void**)& gtk_tool_button_set_use_underline),
10601 { "gtk_tool_button_set_label", cast(void**)& gtk_tool_button_set_label}, 10569 Symbol( "gtk_tool_button_get_label", cast(void**)& gtk_tool_button_get_label),
10602 { "gtk_tool_button_new_from_stock", cast(void**)& gtk_tool_button_new_from_stock}, 10570 Symbol( "gtk_tool_button_set_label", cast(void**)& gtk_tool_button_set_label),
10603 { "gtk_tool_button_new", cast(void**)& gtk_tool_button_new}, 10571 Symbol( "gtk_tool_button_new_from_stock", cast(void**)& gtk_tool_button_new_from_stock),
10604 { "gtk_tool_button_get_type", cast(void**)& gtk_tool_button_get_type}, 10572 Symbol( "gtk_tool_button_new", cast(void**)& gtk_tool_button_new),
10605 // { "_gtk_tool_item_toolbar_reconfigured", cast(void**)& _gtk_tool_item_toolbar_reconfigured}, 10573 Symbol( "gtk_tool_button_get_type", cast(void**)& gtk_tool_button_get_type),
10606 { "gtk_tool_item_rebuild_menu", cast(void**)& gtk_tool_item_rebuild_menu}, 10574 // Symbol( "_gtk_tool_item_toolbar_reconfigured", cast(void**)& _gtk_tool_item_toolbar_reconfigured),
10607 { "gtk_tool_item_set_proxy_menu_item", cast(void**)& gtk_tool_item_set_proxy_menu_item}, 10575 Symbol( "gtk_tool_item_rebuild_menu", cast(void**)& gtk_tool_item_rebuild_menu),
10608 { "gtk_tool_item_get_proxy_menu_item", cast(void**)& gtk_tool_item_get_proxy_menu_item}, 10576 Symbol( "gtk_tool_item_set_proxy_menu_item", cast(void**)& gtk_tool_item_set_proxy_menu_item),
10609 { "gtk_tool_item_retrieve_proxy_menu_item", cast(void**)& gtk_tool_item_retrieve_proxy_menu_item}, 10577 Symbol( "gtk_tool_item_get_proxy_menu_item", cast(void**)& gtk_tool_item_get_proxy_menu_item),
10610 { "gtk_tool_item_get_relief_style", cast(void**)& gtk_tool_item_get_relief_style}, 10578 Symbol( "gtk_tool_item_retrieve_proxy_menu_item", cast(void**)& gtk_tool_item_retrieve_proxy_menu_item),
10611 { "gtk_tool_item_get_toolbar_style", cast(void**)& gtk_tool_item_get_toolbar_style}, 10579 Symbol( "gtk_tool_item_get_relief_style", cast(void**)& gtk_tool_item_get_relief_style),
10612 { "gtk_tool_item_get_orientation", cast(void**)& gtk_tool_item_get_orientation}, 10580 Symbol( "gtk_tool_item_get_toolbar_style", cast(void**)& gtk_tool_item_get_toolbar_style),
10613 { "gtk_tool_item_get_icon_size", cast(void**)& gtk_tool_item_get_icon_size}, 10581 Symbol( "gtk_tool_item_get_orientation", cast(void**)& gtk_tool_item_get_orientation),
10614 { "gtk_tool_item_set_is_important", cast(void**)& gtk_tool_item_set_is_important}, 10582 Symbol( "gtk_tool_item_get_icon_size", cast(void**)& gtk_tool_item_get_icon_size),
10615 { "gtk_tool_item_get_is_important", cast(void**)& gtk_tool_item_get_is_important}, 10583 Symbol( "gtk_tool_item_set_is_important", cast(void**)& gtk_tool_item_set_is_important),
10616 { "gtk_tool_item_get_visible_vertical", cast(void**)& gtk_tool_item_get_visible_vertical}, 10584 Symbol( "gtk_tool_item_get_is_important", cast(void**)& gtk_tool_item_get_is_important),
10617 { "gtk_tool_item_set_visible_vertical", cast(void**)& gtk_tool_item_set_visible_vertical}, 10585 Symbol( "gtk_tool_item_get_visible_vertical", cast(void**)& gtk_tool_item_get_visible_vertical),
10618 { "gtk_tool_item_get_visible_horizontal", cast(void**)& gtk_tool_item_get_visible_horizontal}, 10586 Symbol( "gtk_tool_item_set_visible_vertical", cast(void**)& gtk_tool_item_set_visible_vertical),
10619 { "gtk_tool_item_set_visible_horizontal", cast(void**)& gtk_tool_item_set_visible_horizontal}, 10587 Symbol( "gtk_tool_item_get_visible_horizontal", cast(void**)& gtk_tool_item_get_visible_horizontal),
10620 { "gtk_tool_item_get_use_drag_window", cast(void**)& gtk_tool_item_get_use_drag_window}, 10588 Symbol( "gtk_tool_item_set_visible_horizontal", cast(void**)& gtk_tool_item_set_visible_horizontal),
10621 { "gtk_tool_item_set_use_drag_window", cast(void**)& gtk_tool_item_set_use_drag_window}, 10589 Symbol( "gtk_tool_item_get_use_drag_window", cast(void**)& gtk_tool_item_get_use_drag_window),
10622 { "gtk_tool_item_set_tooltip_markup", cast(void**)& gtk_tool_item_set_tooltip_markup}, 10590 Symbol( "gtk_tool_item_set_use_drag_window", cast(void**)& gtk_tool_item_set_use_drag_window),
10623 { "gtk_tool_item_set_tooltip_text", cast(void**)& gtk_tool_item_set_tooltip_text}, 10591 Symbol( "gtk_tool_item_set_tooltip_markup", cast(void**)& gtk_tool_item_set_tooltip_markup),
10624 { "gtk_tool_item_set_tooltip", cast(void**)& gtk_tool_item_set_tooltip}, 10592 Symbol( "gtk_tool_item_set_tooltip_text", cast(void**)& gtk_tool_item_set_tooltip_text),
10625 { "gtk_tool_item_get_expand", cast(void**)& gtk_tool_item_get_expand}, 10593 Symbol( "gtk_tool_item_set_tooltip", cast(void**)& gtk_tool_item_set_tooltip),
10626 { "gtk_tool_item_set_expand", cast(void**)& gtk_tool_item_set_expand}, 10594 Symbol( "gtk_tool_item_get_expand", cast(void**)& gtk_tool_item_get_expand),
10627 { "gtk_tool_item_get_homogeneous", cast(void**)& gtk_tool_item_get_homogeneous}, 10595 Symbol( "gtk_tool_item_set_expand", cast(void**)& gtk_tool_item_set_expand),
10628 { "gtk_tool_item_set_homogeneous", cast(void**)& gtk_tool_item_set_homogeneous}, 10596 Symbol( "gtk_tool_item_get_homogeneous", cast(void**)& gtk_tool_item_get_homogeneous),
10629 { "gtk_tool_item_new", cast(void**)& gtk_tool_item_new}, 10597 Symbol( "gtk_tool_item_set_homogeneous", cast(void**)& gtk_tool_item_set_homogeneous),
10630 { "gtk_tool_item_get_type", cast(void**)& gtk_tool_item_get_type}, 10598 Symbol( "gtk_tool_item_new", cast(void**)& gtk_tool_item_new),
10631 { "gtk_tooltips_get_info_from_tip_window", cast(void**)& gtk_tooltips_get_info_from_tip_window}, 10599 Symbol( "gtk_tool_item_get_type", cast(void**)& gtk_tool_item_get_type),
10632 { "gtk_tooltips_force_window", cast(void**)& gtk_tooltips_force_window}, 10600 Symbol( "gtk_tooltips_get_info_from_tip_window", cast(void**)& gtk_tooltips_get_info_from_tip_window),
10633 { "gtk_tooltips_data_get", cast(void**)& gtk_tooltips_data_get}, 10601 Symbol( "gtk_tooltips_force_window", cast(void**)& gtk_tooltips_force_window),
10634 { "gtk_tooltips_set_tip", cast(void**)& gtk_tooltips_set_tip}, 10602 Symbol( "gtk_tooltips_data_get", cast(void**)& gtk_tooltips_data_get),
10635 { "gtk_tooltips_set_delay", cast(void**)& gtk_tooltips_set_delay}, 10603 Symbol( "gtk_tooltips_set_tip", cast(void**)& gtk_tooltips_set_tip),
10636 { "gtk_tooltips_disable", cast(void**)& gtk_tooltips_disable}, 10604 Symbol( "gtk_tooltips_set_delay", cast(void**)& gtk_tooltips_set_delay),
10637 { "gtk_tooltips_enable", cast(void**)& gtk_tooltips_enable}, 10605 Symbol( "gtk_tooltips_disable", cast(void**)& gtk_tooltips_disable),
10638 { "gtk_tooltips_new", cast(void**)& gtk_tooltips_new}, 10606 Symbol( "gtk_tooltips_enable", cast(void**)& gtk_tooltips_enable),
10639 { "gtk_tooltips_get_type", cast(void**)& gtk_tooltips_get_type}, 10607 Symbol( "gtk_tooltips_new", cast(void**)& gtk_tooltips_new),
10640 // { "_gtk_menu_bar_cycle_focus", cast(void**)& _gtk_menu_bar_cycle_focus}, 10608 Symbol( "gtk_tooltips_get_type", cast(void**)& gtk_tooltips_get_type),
10641 { "gtk_menu_bar_set_child_pack_direction", cast(void**)& gtk_menu_bar_set_child_pack_direction}, 10609 // Symbol( "_gtk_menu_bar_cycle_focus", cast(void**)& _gtk_menu_bar_cycle_focus),
10642 { "gtk_menu_bar_get_child_pack_direction", cast(void**)& gtk_menu_bar_get_child_pack_direction}, 10610 Symbol( "gtk_menu_bar_set_child_pack_direction", cast(void**)& gtk_menu_bar_set_child_pack_direction),
10643 { "gtk_menu_bar_set_pack_direction", cast(void**)& gtk_menu_bar_set_pack_direction}, 10611 Symbol( "gtk_menu_bar_get_child_pack_direction", cast(void**)& gtk_menu_bar_get_child_pack_direction),
10644 { "gtk_menu_bar_get_pack_direction", cast(void**)& gtk_menu_bar_get_pack_direction}, 10612 Symbol( "gtk_menu_bar_set_pack_direction", cast(void**)& gtk_menu_bar_set_pack_direction),
10645 { "gtk_menu_bar_new", cast(void**)& gtk_menu_bar_new}, 10613 Symbol( "gtk_menu_bar_get_pack_direction", cast(void**)& gtk_menu_bar_get_pack_direction),
10646 { "gtk_menu_bar_get_type", cast(void**)& gtk_menu_bar_get_type}, 10614 Symbol( "gtk_menu_bar_new", cast(void**)& gtk_menu_bar_new),
10647 // { "_gtk_get_lc_ctype", cast(void**)& _gtk_get_lc_ctype}, 10615 Symbol( "gtk_menu_bar_get_type", cast(void**)& gtk_menu_bar_get_type),
10648 // { "_gtk_boolean_handled_accumulator", cast(void**)& _gtk_boolean_handled_accumulator}, 10616 // Symbol( "_gtk_get_lc_ctype", cast(void**)& _gtk_get_lc_ctype),
10649 { "gtk_propagate_event", cast(void**)& gtk_propagate_event}, 10617 // Symbol( "_gtk_boolean_handled_accumulator", cast(void**)& _gtk_boolean_handled_accumulator),
10650 { "gtk_get_event_widget", cast(void**)& gtk_get_event_widget}, 10618 Symbol( "gtk_propagate_event", cast(void**)& gtk_propagate_event),
10651 { "gtk_get_current_event_state", cast(void**)& gtk_get_current_event_state}, 10619 Symbol( "gtk_get_event_widget", cast(void**)& gtk_get_event_widget),
10652 { "gtk_get_current_event_time", cast(void**)& gtk_get_current_event_time}, 10620 Symbol( "gtk_get_current_event_state", cast(void**)& gtk_get_current_event_state),
10653 { "gtk_get_current_event", cast(void**)& gtk_get_current_event}, 10621 Symbol( "gtk_get_current_event_time", cast(void**)& gtk_get_current_event_time),
10654 { "gtk_key_snooper_remove", cast(void**)& gtk_key_snooper_remove}, 10622 Symbol( "gtk_get_current_event", cast(void**)& gtk_get_current_event),
10655 { "gtk_key_snooper_install", cast(void**)& gtk_key_snooper_install}, 10623 Symbol( "gtk_key_snooper_remove", cast(void**)& gtk_key_snooper_remove),
10656 { "gtk_input_remove", cast(void**)& gtk_input_remove}, 10624 Symbol( "gtk_key_snooper_install", cast(void**)& gtk_key_snooper_install),
10657 { "gtk_input_add_full", cast(void**)& gtk_input_add_full}, 10625 Symbol( "gtk_input_remove", cast(void**)& gtk_input_remove),
10658 { "gtk_idle_remove_by_data", cast(void**)& gtk_idle_remove_by_data}, 10626 Symbol( "gtk_input_add_full", cast(void**)& gtk_input_add_full),
10659 { "gtk_idle_remove", cast(void**)& gtk_idle_remove}, 10627 Symbol( "gtk_idle_remove_by_data", cast(void**)& gtk_idle_remove_by_data),
10660 { "gtk_idle_add_full", cast(void**)& gtk_idle_add_full}, 10628 Symbol( "gtk_idle_remove", cast(void**)& gtk_idle_remove),
10661 { "gtk_idle_add_priority", cast(void**)& gtk_idle_add_priority}, 10629 Symbol( "gtk_idle_add_full", cast(void**)& gtk_idle_add_full),
10662 { "gtk_idle_add", cast(void**)& gtk_idle_add}, 10630 Symbol( "gtk_idle_add_priority", cast(void**)& gtk_idle_add_priority),
10663 { "gtk_timeout_remove", cast(void**)& gtk_timeout_remove}, 10631 Symbol( "gtk_idle_add", cast(void**)& gtk_idle_add),
10664 { "gtk_timeout_add_full", cast(void**)& gtk_timeout_add_full}, 10632 Symbol( "gtk_timeout_remove", cast(void**)& gtk_timeout_remove),
10665 { "gtk_timeout_add", cast(void**)& gtk_timeout_add}, 10633 Symbol( "gtk_timeout_add_full", cast(void**)& gtk_timeout_add_full),
10666 { "gtk_quit_remove_by_data", cast(void**)& gtk_quit_remove_by_data}, 10634 Symbol( "gtk_timeout_add", cast(void**)& gtk_timeout_add),
10667 { "gtk_quit_remove", cast(void**)& gtk_quit_remove}, 10635 Symbol( "gtk_quit_remove_by_data", cast(void**)& gtk_quit_remove_by_data),
10668 { "gtk_quit_add_full", cast(void**)& gtk_quit_add_full}, 10636 Symbol( "gtk_quit_remove", cast(void**)& gtk_quit_remove),
10669 { "gtk_quit_add", cast(void**)& gtk_quit_add}, 10637 Symbol( "gtk_quit_add_full", cast(void**)& gtk_quit_add_full),
10670 { "gtk_quit_add_destroy", cast(void**)& gtk_quit_add_destroy}, 10638 Symbol( "gtk_quit_add", cast(void**)& gtk_quit_add),
10671 { "gtk_init_add", cast(void**)& gtk_init_add}, 10639 Symbol( "gtk_quit_add_destroy", cast(void**)& gtk_quit_add_destroy),
10672 { "gtk_grab_remove", cast(void**)& gtk_grab_remove}, 10640 Symbol( "gtk_init_add", cast(void**)& gtk_init_add),
10673 { "gtk_grab_get_current", cast(void**)& gtk_grab_get_current}, 10641 Symbol( "gtk_grab_remove", cast(void**)& gtk_grab_remove),
10674 { "gtk_grab_add", cast(void**)& gtk_grab_add}, 10642 Symbol( "gtk_grab_get_current", cast(void**)& gtk_grab_get_current),
10675 { "gtk_false", cast(void**)& gtk_false}, 10643 Symbol( "gtk_grab_add", cast(void**)& gtk_grab_add),
10676 { "gtk_true", cast(void**)& gtk_true}, 10644 Symbol( "gtk_false", cast(void**)& gtk_false),
10677 { "gtk_main_iteration_do", cast(void**)& gtk_main_iteration_do}, 10645 Symbol( "gtk_true", cast(void**)& gtk_true),
10678 { "gtk_main_iteration", cast(void**)& gtk_main_iteration}, 10646 Symbol( "gtk_main_iteration_do", cast(void**)& gtk_main_iteration_do),
10679 { "gtk_main_quit", cast(void**)& gtk_main_quit}, 10647 Symbol( "gtk_main_iteration", cast(void**)& gtk_main_iteration),
10680 { "gtk_main_level", cast(void**)& gtk_main_level}, 10648 Symbol( "gtk_main_quit", cast(void**)& gtk_main_quit),
10681 { "gtk_main", cast(void**)& gtk_main}, 10649 Symbol( "gtk_main_level", cast(void**)& gtk_main_level),
10682 { "gtk_main_do_event", cast(void**)& gtk_main_do_event}, 10650 Symbol( "gtk_main", cast(void**)& gtk_main),
10683 { "gtk_events_pending", cast(void**)& gtk_events_pending}, 10651 Symbol( "gtk_main_do_event", cast(void**)& gtk_main_do_event),
10684 { "gtk_get_default_language", cast(void**)& gtk_get_default_language}, 10652 Symbol( "gtk_events_pending", cast(void**)& gtk_events_pending),
10685 //{ "gtk_set_locale", cast(void**)& gtk_set_locale}, 10653 Symbol( "gtk_get_default_language", cast(void**)& gtk_get_default_language),
10686 { "gtk_disable_setlocale", cast(void**)& gtk_disable_setlocale}, 10654 //Symbol( "gtk_set_locale", cast(void**)& gtk_set_locale),
10687 { "gtk_exit", cast(void**)& gtk_exit}, 10655 Symbol( "gtk_disable_setlocale", cast(void**)& gtk_disable_setlocale),
10688 { "gtk_get_option_group", cast(void**)& gtk_get_option_group}, 10656 Symbol( "gtk_exit", cast(void**)& gtk_exit),
10689 { "gtk_init_with_args", cast(void**)& gtk_init_with_args}, 10657 Symbol( "gtk_get_option_group", cast(void**)& gtk_get_option_group),
10690 //{ "gtk_init_check", cast(void**)& gtk_init_check}, 10658 Symbol( "gtk_init_with_args", cast(void**)& gtk_init_with_args),
10691 { "gtk_init", cast(void**)& gtk_init}, 10659 //Symbol( "gtk_init_check", cast(void**)& gtk_init_check),
10692 { "gtk_parse_args", cast(void**)& gtk_parse_args}, 10660 Symbol( "gtk_init", cast(void**)& gtk_init),
10693 { "gtk_check_version", cast(void**)& gtk_check_version}, 10661 Symbol( "gtk_parse_args", cast(void**)& gtk_parse_args),
10694 // { "gtk_interface_age", cast(void**)& gtk_interface_age}, 10662 Symbol( "gtk_check_version", cast(void**)& gtk_check_version),
10695 // { "gtk_binary_age", cast(void**)& gtk_binary_age}, 10663 // Symbol( "gtk_interface_age", cast(void**)& gtk_interface_age),
10696 // { "gtk_micro_version", cast(void**)& gtk_micro_version}, 10664 // Symbol( "gtk_binary_age", cast(void**)& gtk_binary_age),
10697 // { "gtk_minor_version", cast(void**)& gtk_minor_version}, 10665 // Symbol( "gtk_micro_version", cast(void**)& gtk_micro_version),
10698 // { "gtk_major_version", cast(void**)& gtk_major_version}, 10666 // Symbol( "gtk_minor_version", cast(void**)& gtk_minor_version),
10699 { "gtk_list_end_drag_selection", cast(void**)& gtk_list_end_drag_selection}, 10667 // Symbol( "gtk_major_version", cast(void**)& gtk_major_version),
10700 { "gtk_list_undo_selection", cast(void**)& gtk_list_undo_selection}, 10668 Symbol( "gtk_list_end_drag_selection", cast(void**)& gtk_list_end_drag_selection),
10701 { "gtk_list_toggle_row", cast(void**)& gtk_list_toggle_row}, 10669 Symbol( "gtk_list_undo_selection", cast(void**)& gtk_list_undo_selection),
10702 { "gtk_list_toggle_focus_row", cast(void**)& gtk_list_toggle_focus_row}, 10670 Symbol( "gtk_list_toggle_row", cast(void**)& gtk_list_toggle_row),
10703 { "gtk_list_toggle_add_mode", cast(void**)& gtk_list_toggle_add_mode}, 10671 Symbol( "gtk_list_toggle_focus_row", cast(void**)& gtk_list_toggle_focus_row),
10704 { "gtk_list_scroll_vertical", cast(void**)& gtk_list_scroll_vertical}, 10672 Symbol( "gtk_list_toggle_add_mode", cast(void**)& gtk_list_toggle_add_mode),
10705 { "gtk_list_scroll_horizontal", cast(void**)& gtk_list_scroll_horizontal}, 10673 Symbol( "gtk_list_scroll_vertical", cast(void**)& gtk_list_scroll_vertical),
10706 { "gtk_list_unselect_all", cast(void**)& gtk_list_unselect_all}, 10674 Symbol( "gtk_list_scroll_horizontal", cast(void**)& gtk_list_scroll_horizontal),
10707 { "gtk_list_select_all", cast(void**)& gtk_list_select_all}, 10675 Symbol( "gtk_list_unselect_all", cast(void**)& gtk_list_unselect_all),
10708 { "gtk_list_end_selection", cast(void**)& gtk_list_end_selection}, 10676 Symbol( "gtk_list_select_all", cast(void**)& gtk_list_select_all),
10709 { "gtk_list_start_selection", cast(void**)& gtk_list_start_selection}, 10677 Symbol( "gtk_list_end_selection", cast(void**)& gtk_list_end_selection),
10710 { "gtk_list_extend_selection", cast(void**)& gtk_list_extend_selection}, 10678 Symbol( "gtk_list_start_selection", cast(void**)& gtk_list_start_selection),
10711 { "gtk_list_set_selection_mode", cast(void**)& gtk_list_set_selection_mode}, 10679 Symbol( "gtk_list_extend_selection", cast(void**)& gtk_list_extend_selection),
10712 { "gtk_list_child_position", cast(void**)& gtk_list_child_position}, 10680 Symbol( "gtk_list_set_selection_mode", cast(void**)& gtk_list_set_selection_mode),
10713 { "gtk_list_unselect_child", cast(void**)& gtk_list_unselect_child}, 10681 Symbol( "gtk_list_child_position", cast(void**)& gtk_list_child_position),
10714 { "gtk_list_select_child", cast(void**)& gtk_list_select_child}, 10682 Symbol( "gtk_list_unselect_child", cast(void**)& gtk_list_unselect_child),
10715 { "gtk_list_unselect_item", cast(void**)& gtk_list_unselect_item}, 10683 Symbol( "gtk_list_select_child", cast(void**)& gtk_list_select_child),
10716 { "gtk_list_select_item", cast(void**)& gtk_list_select_item}, 10684 Symbol( "gtk_list_unselect_item", cast(void**)& gtk_list_unselect_item),
10717 { "gtk_list_clear_items", cast(void**)& gtk_list_clear_items}, 10685 Symbol( "gtk_list_select_item", cast(void**)& gtk_list_select_item),
10718 { "gtk_list_remove_items_no_unref", cast(void**)& gtk_list_remove_items_no_unref}, 10686 Symbol( "gtk_list_clear_items", cast(void**)& gtk_list_clear_items),
10719 { "gtk_list_remove_items", cast(void**)& gtk_list_remove_items}, 10687 Symbol( "gtk_list_remove_items_no_unref", cast(void**)& gtk_list_remove_items_no_unref),
10720 { "gtk_list_prepend_items", cast(void**)& gtk_list_prepend_items}, 10688 Symbol( "gtk_list_remove_items", cast(void**)& gtk_list_remove_items),
10721 { "gtk_list_append_items", cast(void**)& gtk_list_append_items}, 10689 Symbol( "gtk_list_prepend_items", cast(void**)& gtk_list_prepend_items),
10722 { "gtk_list_insert_items", cast(void**)& gtk_list_insert_items}, 10690 Symbol( "gtk_list_append_items", cast(void**)& gtk_list_append_items),
10723 { "gtk_list_new", cast(void**)& gtk_list_new}, 10691 Symbol( "gtk_list_insert_items", cast(void**)& gtk_list_insert_items),
10724 { "gtk_list_get_type", cast(void**)& gtk_list_get_type}, 10692 Symbol( "gtk_list_new", cast(void**)& gtk_list_new),
10725 { "gtk_list_item_deselect", cast(void**)& gtk_list_item_deselect}, 10693 Symbol( "gtk_list_get_type", cast(void**)& gtk_list_get_type),
10726 { "gtk_list_item_select", cast(void**)& gtk_list_item_select}, 10694 Symbol( "gtk_list_item_deselect", cast(void**)& gtk_list_item_deselect),
10727 { "gtk_list_item_new_with_label", cast(void**)& gtk_list_item_new_with_label}, 10695 Symbol( "gtk_list_item_select", cast(void**)& gtk_list_item_select),
10728 { "gtk_list_item_new", cast(void**)& gtk_list_item_new}, 10696 Symbol( "gtk_list_item_new_with_label", cast(void**)& gtk_list_item_new_with_label),
10729 { "gtk_list_item_get_type", cast(void**)& gtk_list_item_get_type}, 10697 Symbol( "gtk_list_item_new", cast(void**)& gtk_list_item_new),
10730 { "gtk_link_button_set_uri_hook", cast(void**)& gtk_link_button_set_uri_hook}, 10698 Symbol( "gtk_list_item_get_type", cast(void**)& gtk_list_item_get_type),
10731 { "gtk_link_button_set_uri", cast(void**)& gtk_link_button_set_uri}, 10699 Symbol( "gtk_link_button_set_uri_hook", cast(void**)& gtk_link_button_set_uri_hook),
10732 { "gtk_link_button_get_uri", cast(void**)& gtk_link_button_get_uri}, 10700 Symbol( "gtk_link_button_set_uri", cast(void**)& gtk_link_button_set_uri),
10733 { "gtk_link_button_new_with_label", cast(void**)& gtk_link_button_new_with_label}, 10701 Symbol( "gtk_link_button_get_uri", cast(void**)& gtk_link_button_get_uri),
10734 { "gtk_link_button_new", cast(void**)& gtk_link_button_new}, 10702 Symbol( "gtk_link_button_new_with_label", cast(void**)& gtk_link_button_new_with_label),
10735 { "gtk_link_button_get_type", cast(void**)& gtk_link_button_get_type}, 10703 Symbol( "gtk_link_button_new", cast(void**)& gtk_link_button_new),
10736 { "gtk_layout_thaw", cast(void**)& gtk_layout_thaw}, 10704 Symbol( "gtk_link_button_get_type", cast(void**)& gtk_link_button_get_type),
10737 { "gtk_layout_freeze", cast(void**)& gtk_layout_freeze}, 10705 Symbol( "gtk_layout_thaw", cast(void**)& gtk_layout_thaw),
10738 { "gtk_layout_set_vadjustment", cast(void**)& gtk_layout_set_vadjustment}, 10706 Symbol( "gtk_layout_freeze", cast(void**)& gtk_layout_freeze),
10739 { "gtk_layout_set_hadjustment", cast(void**)& gtk_layout_set_hadjustment}, 10707 Symbol( "gtk_layout_set_vadjustment", cast(void**)& gtk_layout_set_vadjustment),
10740 { "gtk_layout_get_vadjustment", cast(void**)& gtk_layout_get_vadjustment}, 10708 Symbol( "gtk_layout_set_hadjustment", cast(void**)& gtk_layout_set_hadjustment),
10741 { "gtk_layout_get_hadjustment", cast(void**)& gtk_layout_get_hadjustment}, 10709 Symbol( "gtk_layout_get_vadjustment", cast(void**)& gtk_layout_get_vadjustment),
10742 { "gtk_layout_get_size", cast(void**)& gtk_layout_get_size}, 10710 Symbol( "gtk_layout_get_hadjustment", cast(void**)& gtk_layout_get_hadjustment),
10743 { "gtk_layout_set_size", cast(void**)& gtk_layout_set_size}, 10711 Symbol( "gtk_layout_get_size", cast(void**)& gtk_layout_get_size),
10744 { "gtk_layout_move", cast(void**)& gtk_layout_move}, 10712 Symbol( "gtk_layout_set_size", cast(void**)& gtk_layout_set_size),
10745 { "gtk_layout_put", cast(void**)& gtk_layout_put}, 10713 Symbol( "gtk_layout_move", cast(void**)& gtk_layout_move),
10746 { "gtk_layout_new", cast(void**)& gtk_layout_new}, 10714 Symbol( "gtk_layout_put", cast(void**)& gtk_layout_put),
10747 { "gtk_layout_get_type", cast(void**)& gtk_layout_get_type}, 10715 Symbol( "gtk_layout_new", cast(void**)& gtk_layout_new),
10748 { "gtk_invisible_get_screen", cast(void**)& gtk_invisible_get_screen}, 10716 Symbol( "gtk_layout_get_type", cast(void**)& gtk_layout_get_type),
10749 { "gtk_invisible_set_screen", cast(void**)& gtk_invisible_set_screen}, 10717 Symbol( "gtk_invisible_get_screen", cast(void**)& gtk_invisible_get_screen),
10750 { "gtk_invisible_new_for_screen", cast(void**)& gtk_invisible_new_for_screen}, 10718 Symbol( "gtk_invisible_set_screen", cast(void**)& gtk_invisible_set_screen),
10751 { "gtk_invisible_new", cast(void**)& gtk_invisible_new}, 10719 Symbol( "gtk_invisible_new_for_screen", cast(void**)& gtk_invisible_new_for_screen),
10752 { "gtk_invisible_get_type", cast(void**)& gtk_invisible_get_type}, 10720 Symbol( "gtk_invisible_new", cast(void**)& gtk_invisible_new),
10753 { "gtk_input_dialog_new", cast(void**)& gtk_input_dialog_new}, 10721 Symbol( "gtk_invisible_get_type", cast(void**)& gtk_invisible_get_type),
10754 { "gtk_input_dialog_get_type", cast(void**)& gtk_input_dialog_get_type}, 10722 Symbol( "gtk_input_dialog_new", cast(void**)& gtk_input_dialog_new),
10755 { "gtk_im_multicontext_append_menuitems", cast(void**)& gtk_im_multicontext_append_menuitems}, 10723 Symbol( "gtk_input_dialog_get_type", cast(void**)& gtk_input_dialog_get_type),
10756 { "gtk_im_multicontext_new", cast(void**)& gtk_im_multicontext_new}, 10724 Symbol( "gtk_im_multicontext_append_menuitems", cast(void**)& gtk_im_multicontext_append_menuitems),
10757 { "gtk_im_multicontext_get_type", cast(void**)& gtk_im_multicontext_get_type}, 10725 Symbol( "gtk_im_multicontext_new", cast(void**)& gtk_im_multicontext_new),
10758 { "gtk_im_context_simple_add_table", cast(void**)& gtk_im_context_simple_add_table}, 10726 Symbol( "gtk_im_multicontext_get_type", cast(void**)& gtk_im_multicontext_get_type),
10759 { "gtk_im_context_simple_new", cast(void**)& gtk_im_context_simple_new}, 10727 Symbol( "gtk_im_context_simple_add_table", cast(void**)& gtk_im_context_simple_add_table),
10760 { "gtk_im_context_simple_get_type", cast(void**)& gtk_im_context_simple_get_type}, 10728 Symbol( "gtk_im_context_simple_new", cast(void**)& gtk_im_context_simple_new),
10761 { "gtk_image_menu_item_get_image", cast(void**)& gtk_image_menu_item_get_image}, 10729 Symbol( "gtk_im_context_simple_get_type", cast(void**)& gtk_im_context_simple_get_type),
10762 { "gtk_image_menu_item_set_image", cast(void**)& gtk_image_menu_item_set_image}, 10730 Symbol( "gtk_image_menu_item_get_image", cast(void**)& gtk_image_menu_item_get_image),
10763 { "gtk_image_menu_item_new_from_stock", cast(void**)& gtk_image_menu_item_new_from_stock}, 10731 Symbol( "gtk_image_menu_item_set_image", cast(void**)& gtk_image_menu_item_set_image),
10764 { "gtk_image_menu_item_new_with_mnemonic", cast(void**)& gtk_image_menu_item_new_with_mnemonic}, 10732 Symbol( "gtk_image_menu_item_new_from_stock", cast(void**)& gtk_image_menu_item_new_from_stock),
10765 { "gtk_image_menu_item_new_with_label", cast(void**)& gtk_image_menu_item_new_with_label}, 10733 Symbol( "gtk_image_menu_item_new_with_mnemonic", cast(void**)& gtk_image_menu_item_new_with_mnemonic),
10766 { "gtk_image_menu_item_new", cast(void**)& gtk_image_menu_item_new}, 10734 Symbol( "gtk_image_menu_item_new_with_label", cast(void**)& gtk_image_menu_item_new_with_label),
10767 { "gtk_image_menu_item_get_type", cast(void**)& gtk_image_menu_item_get_type}, 10735 Symbol( "gtk_image_menu_item_new", cast(void**)& gtk_image_menu_item_new),
10768 { "gtk_icon_view_get_tooltip_column", cast(void**)& gtk_icon_view_get_tooltip_column}, 10736 Symbol( "gtk_image_menu_item_get_type", cast(void**)& gtk_image_menu_item_get_type),
10769 { "gtk_icon_view_set_tooltip_column", cast(void**)& gtk_icon_view_set_tooltip_column}, 10737 Symbol( "gtk_icon_view_get_tooltip_column", cast(void**)& gtk_icon_view_get_tooltip_column),
10770 { "gtk_icon_view_get_tooltip_context", cast(void**)& gtk_icon_view_get_tooltip_context}, 10738 Symbol( "gtk_icon_view_set_tooltip_column", cast(void**)& gtk_icon_view_set_tooltip_column),
10771 { "gtk_icon_view_set_tooltip_cell", cast(void**)& gtk_icon_view_set_tooltip_cell}, 10739 Symbol( "gtk_icon_view_get_tooltip_context", cast(void**)& gtk_icon_view_get_tooltip_context),
10772 { "gtk_icon_view_set_tooltip_item", cast(void**)& gtk_icon_view_set_tooltip_item}, 10740 Symbol( "gtk_icon_view_set_tooltip_cell", cast(void**)& gtk_icon_view_set_tooltip_cell),
10773 { "gtk_icon_view_convert_widget_to_bin_window_coords", cast(void**)& gtk_icon_view_convert_widget_to_bin_window_coords}, 10741 Symbol( "gtk_icon_view_set_tooltip_item", cast(void**)& gtk_icon_view_set_tooltip_item),
10774 { "gtk_icon_view_create_drag_icon", cast(void**)& gtk_icon_view_create_drag_icon}, 10742 Symbol( "gtk_icon_view_convert_widget_to_bin_window_coords", cast(void**)& gtk_icon_view_convert_widget_to_bin_window_coords),
10775 { "gtk_icon_view_get_dest_item_at_pos", cast(void**)& gtk_icon_view_get_dest_item_at_pos}, 10743 Symbol( "gtk_icon_view_create_drag_icon", cast(void**)& gtk_icon_view_create_drag_icon),
10776 { "gtk_icon_view_get_drag_dest_item", cast(void**)& gtk_icon_view_get_drag_dest_item}, 10744 Symbol( "gtk_icon_view_get_dest_item_at_pos", cast(void**)& gtk_icon_view_get_dest_item_at_pos),
10777 { "gtk_icon_view_set_drag_dest_item", cast(void**)& gtk_icon_view_set_drag_dest_item}, 10745 Symbol( "gtk_icon_view_get_drag_dest_item", cast(void**)& gtk_icon_view_get_drag_dest_item),
10778 { "gtk_icon_view_get_reorderable", cast(void**)& gtk_icon_view_get_reorderable}, 10746 Symbol( "gtk_icon_view_set_drag_dest_item", cast(void**)& gtk_icon_view_set_drag_dest_item),
10779 { "gtk_icon_view_set_reorderable", cast(void**)& gtk_icon_view_set_reorderable}, 10747 Symbol( "gtk_icon_view_get_reorderable", cast(void**)& gtk_icon_view_get_reorderable),
10780 { "gtk_icon_view_unset_model_drag_dest", cast(void**)& gtk_icon_view_unset_model_drag_dest}, 10748 Symbol( "gtk_icon_view_set_reorderable", cast(void**)& gtk_icon_view_set_reorderable),
10781 { "gtk_icon_view_unset_model_drag_source", cast(void**)& gtk_icon_view_unset_model_drag_source}, 10749 Symbol( "gtk_icon_view_unset_model_drag_dest", cast(void**)& gtk_icon_view_unset_model_drag_dest),
10782 { "gtk_icon_view_enable_model_drag_dest", cast(void**)& gtk_icon_view_enable_model_drag_dest}, 10750 Symbol( "gtk_icon_view_unset_model_drag_source", cast(void**)& gtk_icon_view_unset_model_drag_source),
10783 { "gtk_icon_view_enable_model_drag_source", cast(void**)& gtk_icon_view_enable_model_drag_source}, 10751 Symbol( "gtk_icon_view_enable_model_drag_dest", cast(void**)& gtk_icon_view_enable_model_drag_dest),
10784 { "gtk_icon_view_scroll_to_path", cast(void**)& gtk_icon_view_scroll_to_path}, 10752 Symbol( "gtk_icon_view_enable_model_drag_source", cast(void**)& gtk_icon_view_enable_model_drag_source),
10785 { "gtk_icon_view_get_cursor", cast(void**)& gtk_icon_view_get_cursor}, 10753 Symbol( "gtk_icon_view_scroll_to_path", cast(void**)& gtk_icon_view_scroll_to_path),
10786 { "gtk_icon_view_set_cursor", cast(void**)& gtk_icon_view_set_cursor}, 10754 Symbol( "gtk_icon_view_get_cursor", cast(void**)& gtk_icon_view_get_cursor),
10787 { "gtk_icon_view_item_activated", cast(void**)& gtk_icon_view_item_activated}, 10755 Symbol( "gtk_icon_view_set_cursor", cast(void**)& gtk_icon_view_set_cursor),
10788 { "gtk_icon_view_unselect_all", cast(void**)& gtk_icon_view_unselect_all}, 10756 Symbol( "gtk_icon_view_item_activated", cast(void**)& gtk_icon_view_item_activated),
10789 { "gtk_icon_view_select_all", cast(void**)& gtk_icon_view_select_all}, 10757 Symbol( "gtk_icon_view_unselect_all", cast(void**)& gtk_icon_view_unselect_all),
10790 { "gtk_icon_view_get_selected_items", cast(void**)& gtk_icon_view_get_selected_items}, 10758 Symbol( "gtk_icon_view_select_all", cast(void**)& gtk_icon_view_select_all),
10791 { "gtk_icon_view_path_is_selected", cast(void**)& gtk_icon_view_path_is_selected}, 10759 Symbol( "gtk_icon_view_get_selected_items", cast(void**)& gtk_icon_view_get_selected_items),
10792 { "gtk_icon_view_unselect_path", cast(void**)& gtk_icon_view_unselect_path}, 10760 Symbol( "gtk_icon_view_path_is_selected", cast(void**)& gtk_icon_view_path_is_selected),
10793 { "gtk_icon_view_select_path", cast(void**)& gtk_icon_view_select_path}, 10761 Symbol( "gtk_icon_view_unselect_path", cast(void**)& gtk_icon_view_unselect_path),
10794 { "gtk_icon_view_get_selection_mode", cast(void**)& gtk_icon_view_get_selection_mode}, 10762 Symbol( "gtk_icon_view_select_path", cast(void**)& gtk_icon_view_select_path),
10795 { "gtk_icon_view_set_selection_mode", cast(void**)& gtk_icon_view_set_selection_mode}, 10763 Symbol( "gtk_icon_view_get_selection_mode", cast(void**)& gtk_icon_view_get_selection_mode),
10796 { "gtk_icon_view_selected_foreach", cast(void**)& gtk_icon_view_selected_foreach}, 10764 Symbol( "gtk_icon_view_set_selection_mode", cast(void**)& gtk_icon_view_set_selection_mode),
10797 { "gtk_icon_view_get_visible_range", cast(void**)& gtk_icon_view_get_visible_range}, 10765 Symbol( "gtk_icon_view_selected_foreach", cast(void**)& gtk_icon_view_selected_foreach),
10798 { "gtk_icon_view_get_item_at_pos", cast(void**)& gtk_icon_view_get_item_at_pos}, 10766 Symbol( "gtk_icon_view_get_visible_range", cast(void**)& gtk_icon_view_get_visible_range),
10799 { "gtk_icon_view_get_path_at_pos", cast(void**)& gtk_icon_view_get_path_at_pos}, 10767 Symbol( "gtk_icon_view_get_item_at_pos", cast(void**)& gtk_icon_view_get_item_at_pos),
10800 { "gtk_icon_view_get_margin", cast(void**)& gtk_icon_view_get_margin}, 10768 Symbol( "gtk_icon_view_get_path_at_pos", cast(void**)& gtk_icon_view_get_path_at_pos),
10801 { "gtk_icon_view_set_margin", cast(void**)& gtk_icon_view_set_margin}, 10769 Symbol( "gtk_icon_view_get_margin", cast(void**)& gtk_icon_view_get_margin),
10802 { "gtk_icon_view_get_column_spacing", cast(void**)& gtk_icon_view_get_column_spacing}, 10770 Symbol( "gtk_icon_view_set_margin", cast(void**)& gtk_icon_view_set_margin),
10803 { "gtk_icon_view_set_column_spacing", cast(void**)& gtk_icon_view_set_column_spacing}, 10771 Symbol( "gtk_icon_view_get_column_spacing", cast(void**)& gtk_icon_view_get_column_spacing),
10804 { "gtk_icon_view_get_row_spacing", cast(void**)& gtk_icon_view_get_row_spacing}, 10772 Symbol( "gtk_icon_view_set_column_spacing", cast(void**)& gtk_icon_view_set_column_spacing),
10805 { "gtk_icon_view_set_row_spacing", cast(void**)& gtk_icon_view_set_row_spacing}, 10773 Symbol( "gtk_icon_view_get_row_spacing", cast(void**)& gtk_icon_view_get_row_spacing),
10806 { "gtk_icon_view_get_spacing", cast(void**)& gtk_icon_view_get_spacing}, 10774 Symbol( "gtk_icon_view_set_row_spacing", cast(void**)& gtk_icon_view_set_row_spacing),
10807 { "gtk_icon_view_set_spacing", cast(void**)& gtk_icon_view_set_spacing}, 10775 Symbol( "gtk_icon_view_get_spacing", cast(void**)& gtk_icon_view_get_spacing),
10808 { "gtk_icon_view_get_item_width", cast(void**)& gtk_icon_view_get_item_width}, 10776 Symbol( "gtk_icon_view_set_spacing", cast(void**)& gtk_icon_view_set_spacing),
10809 { "gtk_icon_view_set_item_width", cast(void**)& gtk_icon_view_set_item_width}, 10777 Symbol( "gtk_icon_view_get_item_width", cast(void**)& gtk_icon_view_get_item_width),
10810 { "gtk_icon_view_get_columns", cast(void**)& gtk_icon_view_get_columns}, 10778 Symbol( "gtk_icon_view_set_item_width", cast(void**)& gtk_icon_view_set_item_width),
10811 { "gtk_icon_view_set_columns", cast(void**)& gtk_icon_view_set_columns}, 10779 Symbol( "gtk_icon_view_get_columns", cast(void**)& gtk_icon_view_get_columns),
10812 { "gtk_icon_view_get_orientation", cast(void**)& gtk_icon_view_get_orientation}, 10780 Symbol( "gtk_icon_view_set_columns", cast(void**)& gtk_icon_view_set_columns),
10813 { "gtk_icon_view_set_orientation", cast(void**)& gtk_icon_view_set_orientation}, 10781 Symbol( "gtk_icon_view_get_orientation", cast(void**)& gtk_icon_view_get_orientation),
10814 { "gtk_icon_view_get_pixbuf_column", cast(void**)& gtk_icon_view_get_pixbuf_column}, 10782 Symbol( "gtk_icon_view_set_orientation", cast(void**)& gtk_icon_view_set_orientation),
10815 { "gtk_icon_view_set_pixbuf_column", cast(void**)& gtk_icon_view_set_pixbuf_column}, 10783 Symbol( "gtk_icon_view_get_pixbuf_column", cast(void**)& gtk_icon_view_get_pixbuf_column),
10816 { "gtk_icon_view_get_markup_column", cast(void**)& gtk_icon_view_get_markup_column}, 10784 Symbol( "gtk_icon_view_set_pixbuf_column", cast(void**)& gtk_icon_view_set_pixbuf_column),
10817 { "gtk_icon_view_set_markup_column", cast(void**)& gtk_icon_view_set_markup_column}, 10785 Symbol( "gtk_icon_view_get_markup_column", cast(void**)& gtk_icon_view_get_markup_column),
10818 { "gtk_icon_view_get_text_column", cast(void**)& gtk_icon_view_get_text_column}, 10786 Symbol( "gtk_icon_view_set_markup_column", cast(void**)& gtk_icon_view_set_markup_column),
10819 { "gtk_icon_view_set_text_column", cast(void**)& gtk_icon_view_set_text_column}, 10787 Symbol( "gtk_icon_view_get_text_column", cast(void**)& gtk_icon_view_get_text_column),
10820 { "gtk_icon_view_get_model", cast(void**)& gtk_icon_view_get_model}, 10788 Symbol( "gtk_icon_view_set_text_column", cast(void**)& gtk_icon_view_set_text_column),
10821 { "gtk_icon_view_set_model", cast(void**)& gtk_icon_view_set_model}, 10789 Symbol( "gtk_icon_view_get_model", cast(void**)& gtk_icon_view_get_model),
10822 { "gtk_icon_view_new_with_model", cast(void**)& gtk_icon_view_new_with_model}, 10790 Symbol( "gtk_icon_view_set_model", cast(void**)& gtk_icon_view_set_model),
10823 { "gtk_icon_view_new", cast(void**)& gtk_icon_view_new}, 10791 Symbol( "gtk_icon_view_new_with_model", cast(void**)& gtk_icon_view_new_with_model),
10824 { "gtk_icon_view_get_type", cast(void**)& gtk_icon_view_get_type}, 10792 Symbol( "gtk_icon_view_new", cast(void**)& gtk_icon_view_new),
10825 // { "_gtk_tooltip_hide", cast(void**)& _gtk_tooltip_hide}, 10793 Symbol( "gtk_icon_view_get_type", cast(void**)& gtk_icon_view_get_type),
10826 // { "_gtk_tooltip_handle_event", cast(void**)& _gtk_tooltip_handle_event}, 10794 // Symbol( "_gtk_tooltip_hide", cast(void**)& _gtk_tooltip_hide),
10827 // { "_gtk_tooltip_toggle_keyboard_mode", cast(void**)& _gtk_tooltip_toggle_keyboard_mode}, 10795 // Symbol( "_gtk_tooltip_handle_event", cast(void**)& _gtk_tooltip_handle_event),
10828 // { "_gtk_tooltip_focus_out", cast(void**)& _gtk_tooltip_focus_out}, 10796 // Symbol( "_gtk_tooltip_toggle_keyboard_mode", cast(void**)& _gtk_tooltip_toggle_keyboard_mode),
10829 // { "_gtk_tooltip_focus_in", cast(void**)& _gtk_tooltip_focus_in}, 10797 // Symbol( "_gtk_tooltip_focus_out", cast(void**)& _gtk_tooltip_focus_out),
10830 { "gtk_tooltip_trigger_tooltip_query", cast(void**)& gtk_tooltip_trigger_tooltip_query}, 10798 // Symbol( "_gtk_tooltip_focus_in", cast(void**)& _gtk_tooltip_focus_in),
10831 { "gtk_tooltip_set_tip_area", cast(void**)& gtk_tooltip_set_tip_area}, 10799 Symbol( "gtk_tooltip_trigger_tooltip_query", cast(void**)& gtk_tooltip_trigger_tooltip_query),
10832 { "gtk_tooltip_set_custom", cast(void**)& gtk_tooltip_set_custom}, 10800 Symbol( "gtk_tooltip_set_tip_area", cast(void**)& gtk_tooltip_set_tip_area),
10833 { "gtk_tooltip_set_icon_from_stock", cast(void**)& gtk_tooltip_set_icon_from_stock}, 10801 Symbol( "gtk_tooltip_set_custom", cast(void**)& gtk_tooltip_set_custom),
10834 { "gtk_tooltip_set_icon", cast(void**)& gtk_tooltip_set_icon}, 10802 Symbol( "gtk_tooltip_set_icon_from_stock", cast(void**)& gtk_tooltip_set_icon_from_stock),
10835 { "gtk_tooltip_set_text", cast(void**)& gtk_tooltip_set_text}, 10803 Symbol( "gtk_tooltip_set_icon", cast(void**)& gtk_tooltip_set_icon),
10836 { "gtk_tooltip_set_markup", cast(void**)& gtk_tooltip_set_markup}, 10804 Symbol( "gtk_tooltip_set_text", cast(void**)& gtk_tooltip_set_text),
10837 { "gtk_tooltip_get_type", cast(void**)& gtk_tooltip_get_type}, 10805 Symbol( "gtk_tooltip_set_markup", cast(void**)& gtk_tooltip_set_markup),
10838 // { "_gtk_icon_theme_ensure_builtin_cache", cast(void**)& _gtk_icon_theme_ensure_builtin_cache}, 10806 Symbol( "gtk_tooltip_get_type", cast(void**)& gtk_tooltip_get_type),
10839 // { "_gtk_icon_theme_check_reload", cast(void**)& _gtk_icon_theme_check_reload}, 10807 // Symbol( "_gtk_icon_theme_ensure_builtin_cache", cast(void**)& _gtk_icon_theme_ensure_builtin_cache),
10840 { "gtk_icon_info_get_display_name", cast(void**)& gtk_icon_info_get_display_name}, 10808 // Symbol( "_gtk_icon_theme_check_reload", cast(void**)& _gtk_icon_theme_check_reload),
10841 { "gtk_icon_info_get_attach_points", cast(void**)& gtk_icon_info_get_attach_points}, 10809 Symbol( "gtk_icon_info_get_display_name", cast(void**)& gtk_icon_info_get_display_name),
10842 { "gtk_icon_info_get_embedded_rect", cast(void**)& gtk_icon_info_get_embedded_rect}, 10810 Symbol( "gtk_icon_info_get_attach_points", cast(void**)& gtk_icon_info_get_attach_points),
10843 { "gtk_icon_info_set_raw_coordinates", cast(void**)& gtk_icon_info_set_raw_coordinates}, 10811 Symbol( "gtk_icon_info_get_embedded_rect", cast(void**)& gtk_icon_info_get_embedded_rect),
10844 { "gtk_icon_info_load_icon", cast(void**)& gtk_icon_info_load_icon}, 10812 Symbol( "gtk_icon_info_set_raw_coordinates", cast(void**)& gtk_icon_info_set_raw_coordinates),
10845 { "gtk_icon_info_get_builtin_pixbuf", cast(void**)& gtk_icon_info_get_builtin_pixbuf}, 10813 Symbol( "gtk_icon_info_load_icon", cast(void**)& gtk_icon_info_load_icon),
10846 { "gtk_icon_info_get_filename", cast(void**)& gtk_icon_info_get_filename}, 10814 Symbol( "gtk_icon_info_get_builtin_pixbuf", cast(void**)& gtk_icon_info_get_builtin_pixbuf),
10847 { "gtk_icon_info_get_base_size", cast(void**)& gtk_icon_info_get_base_size}, 10815 Symbol( "gtk_icon_info_get_filename", cast(void**)& gtk_icon_info_get_filename),
10848 { "gtk_icon_info_free", cast(void**)& gtk_icon_info_free}, 10816 Symbol( "gtk_icon_info_get_base_size", cast(void**)& gtk_icon_info_get_base_size),
10849 { "gtk_icon_info_copy", cast(void**)& gtk_icon_info_copy}, 10817 Symbol( "gtk_icon_info_free", cast(void**)& gtk_icon_info_free),
10850 { "gtk_icon_info_get_type", cast(void**)& gtk_icon_info_get_type}, 10818 Symbol( "gtk_icon_info_copy", cast(void**)& gtk_icon_info_copy),
10851 { "gtk_icon_theme_add_builtin_icon", cast(void**)& gtk_icon_theme_add_builtin_icon}, 10819 Symbol( "gtk_icon_info_get_type", cast(void**)& gtk_icon_info_get_type),
10852 { "gtk_icon_theme_rescan_if_needed", cast(void**)& gtk_icon_theme_rescan_if_needed}, 10820 Symbol( "gtk_icon_theme_add_builtin_icon", cast(void**)& gtk_icon_theme_add_builtin_icon),
10853 { "gtk_icon_theme_get_example_icon_name", cast(void**)& gtk_icon_theme_get_example_icon_name}, 10821 Symbol( "gtk_icon_theme_rescan_if_needed", cast(void**)& gtk_icon_theme_rescan_if_needed),
10854 { "gtk_icon_theme_list_contexts", cast(void**)& gtk_icon_theme_list_contexts}, 10822 Symbol( "gtk_icon_theme_get_example_icon_name", cast(void**)& gtk_icon_theme_get_example_icon_name),
10855 { "gtk_icon_theme_list_icons", cast(void**)& gtk_icon_theme_list_icons}, 10823 Symbol( "gtk_icon_theme_list_contexts", cast(void**)& gtk_icon_theme_list_contexts),
10856 { "gtk_icon_theme_load_icon", cast(void**)& gtk_icon_theme_load_icon}, 10824 Symbol( "gtk_icon_theme_list_icons", cast(void**)& gtk_icon_theme_list_icons),
10857 { "gtk_icon_theme_choose_icon", cast(void**)& gtk_icon_theme_choose_icon}, 10825 Symbol( "gtk_icon_theme_load_icon", cast(void**)& gtk_icon_theme_load_icon),
10858 { "gtk_icon_theme_lookup_icon", cast(void**)& gtk_icon_theme_lookup_icon}, 10826 Symbol( "gtk_icon_theme_choose_icon", cast(void**)& gtk_icon_theme_choose_icon),
10859 { "gtk_icon_theme_get_icon_sizes", cast(void**)& gtk_icon_theme_get_icon_sizes}, 10827 Symbol( "gtk_icon_theme_lookup_icon", cast(void**)& gtk_icon_theme_lookup_icon),
10860 { "gtk_icon_theme_has_icon", cast(void**)& gtk_icon_theme_has_icon}, 10828 Symbol( "gtk_icon_theme_get_icon_sizes", cast(void**)& gtk_icon_theme_get_icon_sizes),
10861 { "gtk_icon_theme_set_custom_theme", cast(void**)& gtk_icon_theme_set_custom_theme}, 10829 Symbol( "gtk_icon_theme_has_icon", cast(void**)& gtk_icon_theme_has_icon),
10862 { "gtk_icon_theme_prepend_search_path", cast(void**)& gtk_icon_theme_prepend_search_path}, 10830 Symbol( "gtk_icon_theme_set_custom_theme", cast(void**)& gtk_icon_theme_set_custom_theme),
10863 { "gtk_icon_theme_append_search_path", cast(void**)& gtk_icon_theme_append_search_path}, 10831 Symbol( "gtk_icon_theme_prepend_search_path", cast(void**)& gtk_icon_theme_prepend_search_path),
10864 { "gtk_icon_theme_get_search_path", cast(void**)& gtk_icon_theme_get_search_path}, 10832 Symbol( "gtk_icon_theme_append_search_path", cast(void**)& gtk_icon_theme_append_search_path),
10865 { "gtk_icon_theme_set_search_path", cast(void**)& gtk_icon_theme_set_search_path}, 10833 Symbol( "gtk_icon_theme_get_search_path", cast(void**)& gtk_icon_theme_get_search_path),
10866 { "gtk_icon_theme_set_screen", cast(void**)& gtk_icon_theme_set_screen}, 10834 Symbol( "gtk_icon_theme_set_search_path", cast(void**)& gtk_icon_theme_set_search_path),
10867 { "gtk_icon_theme_get_for_screen", cast(void**)& gtk_icon_theme_get_for_screen}, 10835 Symbol( "gtk_icon_theme_set_screen", cast(void**)& gtk_icon_theme_set_screen),
10868 { "gtk_icon_theme_get_default", cast(void**)& gtk_icon_theme_get_default}, 10836 Symbol( "gtk_icon_theme_get_for_screen", cast(void**)& gtk_icon_theme_get_for_screen),
10869 { "gtk_icon_theme_new", cast(void**)& gtk_icon_theme_new}, 10837 Symbol( "gtk_icon_theme_get_default", cast(void**)& gtk_icon_theme_get_default),
10870 { "gtk_icon_theme_get_type", cast(void**)& gtk_icon_theme_get_type}, 10838 Symbol( "gtk_icon_theme_new", cast(void**)& gtk_icon_theme_new),
10871 { "gtk_icon_theme_error_quark", cast(void**)& gtk_icon_theme_error_quark}, 10839 Symbol( "gtk_icon_theme_get_type", cast(void**)& gtk_icon_theme_get_type),
10872 // { "_gtk_icon_factory_ensure_default_icons", cast(void**)& _gtk_icon_factory_ensure_default_icons}, 10840 Symbol( "gtk_icon_theme_error_quark", cast(void**)& gtk_icon_theme_error_quark),
10873 // { "_gtk_icon_factory_list_ids", cast(void**)& _gtk_icon_factory_list_ids}, 10841 // Symbol( "_gtk_icon_factory_ensure_default_icons", cast(void**)& _gtk_icon_factory_ensure_default_icons),
10874 // { "_gtk_icon_set_invalidate_caches", cast(void**)& _gtk_icon_set_invalidate_caches}, 10842 // Symbol( "_gtk_icon_factory_list_ids", cast(void**)& _gtk_icon_factory_list_ids),
10875 { "gtk_icon_source_get_size", cast(void**)& gtk_icon_source_get_size}, 10843 // Symbol( "_gtk_icon_set_invalidate_caches", cast(void**)& _gtk_icon_set_invalidate_caches),
10876 { "gtk_icon_source_get_state", cast(void**)& gtk_icon_source_get_state}, 10844 Symbol( "gtk_icon_source_get_size", cast(void**)& gtk_icon_source_get_size),
10877 { "gtk_icon_source_get_direction", cast(void**)& gtk_icon_source_get_direction}, 10845 Symbol( "gtk_icon_source_get_state", cast(void**)& gtk_icon_source_get_state),
10878 { "gtk_icon_source_set_size", cast(void**)& gtk_icon_source_set_size}, 10846 Symbol( "gtk_icon_source_get_direction", cast(void**)& gtk_icon_source_get_direction),
10879 { "gtk_icon_source_set_state", cast(void**)& gtk_icon_source_set_state}, 10847 Symbol( "gtk_icon_source_set_size", cast(void**)& gtk_icon_source_set_size),
10880 { "gtk_icon_source_set_direction", cast(void**)& gtk_icon_source_set_direction}, 10848 Symbol( "gtk_icon_source_set_state", cast(void**)& gtk_icon_source_set_state),
10881 { "gtk_icon_source_get_direction_wildcarded", cast(void**)& gtk_icon_source_get_direction_wildcarded}, 10849 Symbol( "gtk_icon_source_set_direction", cast(void**)& gtk_icon_source_set_direction),
10882 { "gtk_icon_source_get_state_wildcarded", cast(void**)& gtk_icon_source_get_state_wildcarded}, 10850 Symbol( "gtk_icon_source_get_direction_wildcarded", cast(void**)& gtk_icon_source_get_direction_wildcarded),
10883 { "gtk_icon_source_get_size_wildcarded", cast(void**)& gtk_icon_source_get_size_wildcarded}, 10851 Symbol( "gtk_icon_source_get_state_wildcarded", cast(void**)& gtk_icon_source_get_state_wildcarded),
10884 { "gtk_icon_source_set_size_wildcarded", cast(void**)& gtk_icon_source_set_size_wildcarded}, 10852 Symbol( "gtk_icon_source_get_size_wildcarded", cast(void**)& gtk_icon_source_get_size_wildcarded),
10885 { "gtk_icon_source_set_state_wildcarded", cast(void**)& gtk_icon_source_set_state_wildcarded}, 10853 Symbol( "gtk_icon_source_set_size_wildcarded", cast(void**)& gtk_icon_source_set_size_wildcarded),
10886 { "gtk_icon_source_set_direction_wildcarded", cast(void**)& gtk_icon_source_set_direction_wildcarded}, 10854 Symbol( "gtk_icon_source_set_state_wildcarded", cast(void**)& gtk_icon_source_set_state_wildcarded),
10887 { "gtk_icon_source_get_pixbuf", cast(void**)& gtk_icon_source_get_pixbuf}, 10855 Symbol( "gtk_icon_source_set_direction_wildcarded", cast(void**)& gtk_icon_source_set_direction_wildcarded),
10888 { "gtk_icon_source_get_icon_name", cast(void**)& gtk_icon_source_get_icon_name}, 10856 Symbol( "gtk_icon_source_get_pixbuf", cast(void**)& gtk_icon_source_get_pixbuf),
10889 { "gtk_icon_source_get_filename", cast(void**)& gtk_icon_source_get_filename}, 10857 Symbol( "gtk_icon_source_get_icon_name", cast(void**)& gtk_icon_source_get_icon_name),
10890 { "gtk_icon_source_set_pixbuf", cast(void**)& gtk_icon_source_set_pixbuf}, 10858 Symbol( "gtk_icon_source_get_filename", cast(void**)& gtk_icon_source_get_filename),
10891 { "gtk_icon_source_set_icon_name", cast(void**)& gtk_icon_source_set_icon_name}, 10859 Symbol( "gtk_icon_source_set_pixbuf", cast(void**)& gtk_icon_source_set_pixbuf),
10892 { "gtk_icon_source_set_filename", cast(void**)& gtk_icon_source_set_filename}, 10860 Symbol( "gtk_icon_source_set_icon_name", cast(void**)& gtk_icon_source_set_icon_name),
10893 { "gtk_icon_source_free", cast(void**)& gtk_icon_source_free}, 10861 Symbol( "gtk_icon_source_set_filename", cast(void**)& gtk_icon_source_set_filename),
10894 { "gtk_icon_source_copy", cast(void**)& gtk_icon_source_copy}, 10862 Symbol( "gtk_icon_source_free", cast(void**)& gtk_icon_source_free),
10895 { "gtk_icon_source_new", cast(void**)& gtk_icon_source_new}, 10863 Symbol( "gtk_icon_source_copy", cast(void**)& gtk_icon_source_copy),
10896 { "gtk_icon_source_get_type", cast(void**)& gtk_icon_source_get_type}, 10864 Symbol( "gtk_icon_source_new", cast(void**)& gtk_icon_source_new),
10897 { "gtk_icon_set_get_sizes", cast(void**)& gtk_icon_set_get_sizes}, 10865 Symbol( "gtk_icon_source_get_type", cast(void**)& gtk_icon_source_get_type),
10898 { "gtk_icon_set_add_source", cast(void**)& gtk_icon_set_add_source}, 10866 Symbol( "gtk_icon_set_get_sizes", cast(void**)& gtk_icon_set_get_sizes),
10899 { "gtk_icon_set_render_icon", cast(void**)& gtk_icon_set_render_icon}, 10867 Symbol( "gtk_icon_set_add_source", cast(void**)& gtk_icon_set_add_source),
10900 { "gtk_icon_set_copy", cast(void**)& gtk_icon_set_copy}, 10868 Symbol( "gtk_icon_set_render_icon", cast(void**)& gtk_icon_set_render_icon),
10901 { "gtk_icon_set_unref", cast(void**)& gtk_icon_set_unref}, 10869 Symbol( "gtk_icon_set_copy", cast(void**)& gtk_icon_set_copy),
10902 { "gtk_icon_set_ref", cast(void**)& gtk_icon_set_ref}, 10870 Symbol( "gtk_icon_set_unref", cast(void**)& gtk_icon_set_unref),
10903 { "gtk_icon_set_new_from_pixbuf", cast(void**)& gtk_icon_set_new_from_pixbuf}, 10871 Symbol( "gtk_icon_set_ref", cast(void**)& gtk_icon_set_ref),
10904 { "gtk_icon_set_new", cast(void**)& gtk_icon_set_new}, 10872 Symbol( "gtk_icon_set_new_from_pixbuf", cast(void**)& gtk_icon_set_new_from_pixbuf),
10905 { "gtk_icon_set_get_type", cast(void**)& gtk_icon_set_get_type}, 10873 Symbol( "gtk_icon_set_new", cast(void**)& gtk_icon_set_new),
10906 { "gtk_icon_size_get_name", cast(void**)& gtk_icon_size_get_name}, 10874 Symbol( "gtk_icon_set_get_type", cast(void**)& gtk_icon_set_get_type),
10907 { "gtk_icon_size_from_name", cast(void**)& gtk_icon_size_from_name}, 10875 Symbol( "gtk_icon_size_get_name", cast(void**)& gtk_icon_size_get_name),
10908 { "gtk_icon_size_register_alias", cast(void**)& gtk_icon_size_register_alias}, 10876 Symbol( "gtk_icon_size_from_name", cast(void**)& gtk_icon_size_from_name),
10909 { "gtk_icon_size_register", cast(void**)& gtk_icon_size_register}, 10877 Symbol( "gtk_icon_size_register_alias", cast(void**)& gtk_icon_size_register_alias),
10910 { "gtk_icon_size_lookup_for_settings", cast(void**)& gtk_icon_size_lookup_for_settings}, 10878 Symbol( "gtk_icon_size_register", cast(void**)& gtk_icon_size_register),
10911 { "gtk_icon_size_lookup", cast(void**)& gtk_icon_size_lookup}, 10879 Symbol( "gtk_icon_size_lookup_for_settings", cast(void**)& gtk_icon_size_lookup_for_settings),
10912 { "gtk_icon_factory_lookup_default", cast(void**)& gtk_icon_factory_lookup_default}, 10880 Symbol( "gtk_icon_size_lookup", cast(void**)& gtk_icon_size_lookup),
10913 { "gtk_icon_factory_remove_default", cast(void**)& gtk_icon_factory_remove_default}, 10881 Symbol( "gtk_icon_factory_lookup_default", cast(void**)& gtk_icon_factory_lookup_default),
10914 { "gtk_icon_factory_add_default", cast(void**)& gtk_icon_factory_add_default}, 10882 Symbol( "gtk_icon_factory_remove_default", cast(void**)& gtk_icon_factory_remove_default),
10915 { "gtk_icon_factory_lookup", cast(void**)& gtk_icon_factory_lookup}, 10883 Symbol( "gtk_icon_factory_add_default", cast(void**)& gtk_icon_factory_add_default),
10916 { "gtk_icon_factory_add", cast(void**)& gtk_icon_factory_add}, 10884 Symbol( "gtk_icon_factory_lookup", cast(void**)& gtk_icon_factory_lookup),
10917 { "gtk_icon_factory_new", cast(void**)& gtk_icon_factory_new}, 10885 Symbol( "gtk_icon_factory_add", cast(void**)& gtk_icon_factory_add),
10918 { "gtk_icon_factory_get_type", cast(void**)& gtk_icon_factory_get_type}, 10886 Symbol( "gtk_icon_factory_new", cast(void**)& gtk_icon_factory_new),
10919 { "gtk_hseparator_new", cast(void**)& gtk_hseparator_new}, 10887 Symbol( "gtk_icon_factory_get_type", cast(void**)& gtk_icon_factory_get_type),
10920 { "gtk_hseparator_get_type", cast(void**)& gtk_hseparator_get_type}, 10888 Symbol( "gtk_hseparator_new", cast(void**)& gtk_hseparator_new),
10921 { "gtk_separator_get_type", cast(void**)& gtk_separator_get_type}, 10889 Symbol( "gtk_hseparator_get_type", cast(void**)& gtk_hseparator_get_type),
10922 { "gtk_hscale_new_with_range", cast(void**)& gtk_hscale_new_with_range}, 10890 Symbol( "gtk_separator_get_type", cast(void**)& gtk_separator_get_type),
10923 { "gtk_hscale_new", cast(void**)& gtk_hscale_new}, 10891 Symbol( "gtk_hscale_new_with_range", cast(void**)& gtk_hscale_new_with_range),
10924 { "gtk_hscale_get_type", cast(void**)& gtk_hscale_get_type}, 10892 Symbol( "gtk_hscale_new", cast(void**)& gtk_hscale_new),
10925 // { "_gtk_scale_format_value", cast(void**)& _gtk_scale_format_value}, 10893 Symbol( "gtk_hscale_get_type", cast(void**)& gtk_hscale_get_type),
10926 // { "_gtk_scale_get_value_size", cast(void**)& _gtk_scale_get_value_size}, 10894 // Symbol( "_gtk_scale_format_value", cast(void**)& _gtk_scale_format_value),
10927 // { "_gtk_scale_clear_layout", cast(void**)& _gtk_scale_clear_layout}, 10895 // Symbol( "_gtk_scale_get_value_size", cast(void**)& _gtk_scale_get_value_size),
10928 { "gtk_scale_get_layout_offsets", cast(void**)& gtk_scale_get_layout_offsets}, 10896 // Symbol( "_gtk_scale_clear_layout", cast(void**)& _gtk_scale_clear_layout),
10929 { "gtk_scale_get_layout", cast(void**)& gtk_scale_get_layout}, 10897 Symbol( "gtk_scale_get_layout_offsets", cast(void**)& gtk_scale_get_layout_offsets),
10930 { "gtk_scale_get_value_pos", cast(void**)& gtk_scale_get_value_pos}, 10898 Symbol( "gtk_scale_get_layout", cast(void**)& gtk_scale_get_layout),
10931 { "gtk_scale_set_value_pos", cast(void**)& gtk_scale_set_value_pos}, 10899 Symbol( "gtk_scale_get_value_pos", cast(void**)& gtk_scale_get_value_pos),
10932 { "gtk_scale_get_draw_value", cast(void**)& gtk_scale_get_draw_value}, 10900 Symbol( "gtk_scale_set_value_pos", cast(void**)& gtk_scale_set_value_pos),
10933 { "gtk_scale_set_draw_value", cast(void**)& gtk_scale_set_draw_value}, 10901 Symbol( "gtk_scale_get_draw_value", cast(void**)& gtk_scale_get_draw_value),
10934 { "gtk_scale_get_digits", cast(void**)& gtk_scale_get_digits}, 10902 Symbol( "gtk_scale_set_draw_value", cast(void**)& gtk_scale_set_draw_value),
10935 { "gtk_scale_set_digits", cast(void**)& gtk_scale_set_digits}, 10903 Symbol( "gtk_scale_get_digits", cast(void**)& gtk_scale_get_digits),
10936 { "gtk_scale_get_type", cast(void**)& gtk_scale_get_type}, 10904 Symbol( "gtk_scale_set_digits", cast(void**)& gtk_scale_set_digits),
10937 { "gtk_hruler_new", cast(void**)& gtk_hruler_new}, 10905 Symbol( "gtk_scale_get_type", cast(void**)& gtk_scale_get_type),
10938 { "gtk_hruler_get_type", cast(void**)& gtk_hruler_get_type}, 10906 Symbol( "gtk_hruler_new", cast(void**)& gtk_hruler_new),
10939 { "gtk_ruler_get_range", cast(void**)& gtk_ruler_get_range}, 10907 Symbol( "gtk_hruler_get_type", cast(void**)& gtk_hruler_get_type),
10940 { "gtk_ruler_get_metric", cast(void**)& gtk_ruler_get_metric}, 10908 Symbol( "gtk_ruler_get_range", cast(void**)& gtk_ruler_get_range),
10941 { "gtk_ruler_draw_pos", cast(void**)& gtk_ruler_draw_pos}, 10909 Symbol( "gtk_ruler_get_metric", cast(void**)& gtk_ruler_get_metric),
10942 { "gtk_ruler_draw_ticks", cast(void**)& gtk_ruler_draw_ticks}, 10910 Symbol( "gtk_ruler_draw_pos", cast(void**)& gtk_ruler_draw_pos),
10943 { "gtk_ruler_set_range", cast(void**)& gtk_ruler_set_range}, 10911 Symbol( "gtk_ruler_draw_ticks", cast(void**)& gtk_ruler_draw_ticks),
10944 { "gtk_ruler_set_metric", cast(void**)& gtk_ruler_set_metric}, 10912 Symbol( "gtk_ruler_set_range", cast(void**)& gtk_ruler_set_range),
10945 { "gtk_ruler_get_type", cast(void**)& gtk_ruler_get_type}, 10913 Symbol( "gtk_ruler_set_metric", cast(void**)& gtk_ruler_set_metric),
10946 { "gtk_hpaned_new", cast(void**)& gtk_hpaned_new}, 10914 Symbol( "gtk_ruler_get_type", cast(void**)& gtk_ruler_get_type),
10947 { "gtk_hpaned_get_type", cast(void**)& gtk_hpaned_get_type}, 10915 Symbol( "gtk_hpaned_new", cast(void**)& gtk_hpaned_new),
10948 { "gtk_paned_compute_position", cast(void**)& gtk_paned_compute_position}, 10916 Symbol( "gtk_hpaned_get_type", cast(void**)& gtk_hpaned_get_type),
10949 { "gtk_paned_get_child2", cast(void**)& gtk_paned_get_child2}, 10917 Symbol( "gtk_paned_compute_position", cast(void**)& gtk_paned_compute_position),
10950 { "gtk_paned_get_child1", cast(void**)& gtk_paned_get_child1}, 10918 Symbol( "gtk_paned_get_child2", cast(void**)& gtk_paned_get_child2),
10951 { "gtk_paned_set_position", cast(void**)& gtk_paned_set_position}, 10919 Symbol( "gtk_paned_get_child1", cast(void**)& gtk_paned_get_child1),
10952 { "gtk_paned_get_position", cast(void**)& gtk_paned_get_position}, 10920 Symbol( "gtk_paned_set_position", cast(void**)& gtk_paned_set_position),
10953 { "gtk_paned_pack2", cast(void**)& gtk_paned_pack2}, 10921 Symbol( "gtk_paned_get_position", cast(void**)& gtk_paned_get_position),
10954 { "gtk_paned_pack1", cast(void**)& gtk_paned_pack1}, 10922 Symbol( "gtk_paned_pack2", cast(void**)& gtk_paned_pack2),
10955 { "gtk_paned_add2", cast(void**)& gtk_paned_add2}, 10923 Symbol( "gtk_paned_pack1", cast(void**)& gtk_paned_pack1),
10956 { "gtk_paned_add1", cast(void**)& gtk_paned_add1}, 10924 Symbol( "gtk_paned_add2", cast(void**)& gtk_paned_add2),
10957 { "gtk_paned_get_type", cast(void**)& gtk_paned_get_type}, 10925 Symbol( "gtk_paned_add1", cast(void**)& gtk_paned_add1),
10958 { "gtk_hbutton_box_set_layout_default", cast(void**)& gtk_hbutton_box_set_layout_default}, 10926 Symbol( "gtk_paned_get_type", cast(void**)& gtk_paned_get_type),
10959 { "gtk_hbutton_box_set_spacing_default", cast(void**)& gtk_hbutton_box_set_spacing_default}, 10927 Symbol( "gtk_hbutton_box_set_layout_default", cast(void**)& gtk_hbutton_box_set_layout_default),
10960 { "gtk_hbutton_box_get_layout_default", cast(void**)& gtk_hbutton_box_get_layout_default}, 10928 Symbol( "gtk_hbutton_box_set_spacing_default", cast(void**)& gtk_hbutton_box_set_spacing_default),
10961 { "gtk_hbutton_box_get_spacing_default", cast(void**)& gtk_hbutton_box_get_spacing_default}, 10929 Symbol( "gtk_hbutton_box_get_layout_default", cast(void**)& gtk_hbutton_box_get_layout_default),
10962 { "gtk_hbutton_box_new", cast(void**)& gtk_hbutton_box_new}, 10930 Symbol( "gtk_hbutton_box_get_spacing_default", cast(void**)& gtk_hbutton_box_get_spacing_default),
10963 { "gtk_hbutton_box_get_type", cast(void**)& gtk_hbutton_box_get_type}, 10931 Symbol( "gtk_hbutton_box_new", cast(void**)& gtk_hbutton_box_new),
10964 { "gtk_handle_box_get_snap_edge", cast(void**)& gtk_handle_box_get_snap_edge}, 10932 Symbol( "gtk_hbutton_box_get_type", cast(void**)& gtk_hbutton_box_get_type),
10965 { "gtk_handle_box_set_snap_edge", cast(void**)& gtk_handle_box_set_snap_edge}, 10933 Symbol( "gtk_handle_box_get_snap_edge", cast(void**)& gtk_handle_box_get_snap_edge),
10966 { "gtk_handle_box_get_handle_position", cast(void**)& gtk_handle_box_get_handle_position}, 10934 Symbol( "gtk_handle_box_set_snap_edge", cast(void**)& gtk_handle_box_set_snap_edge),
10967 { "gtk_handle_box_set_handle_position", cast(void**)& gtk_handle_box_set_handle_position}, 10935 Symbol( "gtk_handle_box_get_handle_position", cast(void**)& gtk_handle_box_get_handle_position),
10968 { "gtk_handle_box_get_shadow_type", cast(void**)& gtk_handle_box_get_shadow_type}, 10936 Symbol( "gtk_handle_box_set_handle_position", cast(void**)& gtk_handle_box_set_handle_position),
10969 { "gtk_handle_box_set_shadow_type", cast(void**)& gtk_handle_box_set_shadow_type}, 10937 Symbol( "gtk_handle_box_get_shadow_type", cast(void**)& gtk_handle_box_get_shadow_type),
10970 { "gtk_handle_box_new", cast(void**)& gtk_handle_box_new}, 10938 Symbol( "gtk_handle_box_set_shadow_type", cast(void**)& gtk_handle_box_set_shadow_type),
10971 { "gtk_handle_box_get_type", cast(void**)& gtk_handle_box_get_type}, 10939 Symbol( "gtk_handle_box_new", cast(void**)& gtk_handle_box_new),
10972 { "gtk_gc_release", cast(void**)& gtk_gc_release}, 10940 Symbol( "gtk_handle_box_get_type", cast(void**)& gtk_handle_box_get_type),
10973 { "gtk_gc_get", cast(void**)& gtk_gc_get}, 10941 Symbol( "gtk_gc_release", cast(void**)& gtk_gc_release),
10974 { "gtk_gamma_curve_new", cast(void**)& gtk_gamma_curve_new}, 10942 Symbol( "gtk_gc_get", cast(void**)& gtk_gc_get),
10975 { "gtk_gamma_curve_get_type", cast(void**)& gtk_gamma_curve_get_type}, 10943 Symbol( "gtk_gamma_curve_new", cast(void**)& gtk_gamma_curve_new),
10976 { "gtk_font_selection_dialog_set_preview_text", cast(void**)& gtk_font_selection_dialog_set_preview_text}, 10944 Symbol( "gtk_gamma_curve_get_type", cast(void**)& gtk_gamma_curve_get_type),
10977 { "gtk_font_selection_dialog_get_preview_text", cast(void**)& gtk_font_selection_dialog_get_preview_text}, 10945 Symbol( "gtk_font_selection_dialog_set_preview_text", cast(void**)& gtk_font_selection_dialog_set_preview_text),
10978 { "gtk_font_selection_dialog_set_font_name", cast(void**)& gtk_font_selection_dialog_set_font_name}, 10946 Symbol( "gtk_font_selection_dialog_get_preview_text", cast(void**)& gtk_font_selection_dialog_get_preview_text),
10979 { "gtk_font_selection_dialog_get_font", cast(void**)& gtk_font_selection_dialog_get_font}, 10947 Symbol( "gtk_font_selection_dialog_set_font_name", cast(void**)& gtk_font_selection_dialog_set_font_name),
10980 { "gtk_font_selection_dialog_get_font_name", cast(void**)& gtk_font_selection_dialog_get_font_name}, 10948 Symbol( "gtk_font_selection_dialog_get_font", cast(void**)& gtk_font_selection_dialog_get_font),
10981 { "gtk_font_selection_dialog_new", cast(void**)& gtk_font_selection_dialog_new}, 10949 Symbol( "gtk_font_selection_dialog_get_font_name", cast(void**)& gtk_font_selection_dialog_get_font_name),
10982 { "gtk_font_selection_dialog_get_type", cast(void**)& gtk_font_selection_dialog_get_type}, 10950 Symbol( "gtk_font_selection_dialog_new", cast(void**)& gtk_font_selection_dialog_new),
10983 { "gtk_font_selection_set_preview_text", cast(void**)& gtk_font_selection_set_preview_text}, 10951 Symbol( "gtk_font_selection_dialog_get_type", cast(void**)& gtk_font_selection_dialog_get_type),
10984 { "gtk_font_selection_get_preview_text", cast(void**)& gtk_font_selection_get_preview_text}, 10952 Symbol( "gtk_font_selection_set_preview_text", cast(void**)& gtk_font_selection_set_preview_text),
10985 { "gtk_font_selection_set_font_name", cast(void**)& gtk_font_selection_set_font_name}, 10953 Symbol( "gtk_font_selection_get_preview_text", cast(void**)& gtk_font_selection_get_preview_text),
10986 { "gtk_font_selection_get_font", cast(void**)& gtk_font_selection_get_font}, 10954 Symbol( "gtk_font_selection_set_font_name", cast(void**)& gtk_font_selection_set_font_name),
10987 { "gtk_font_selection_get_font_name", cast(void**)& gtk_font_selection_get_font_name}, 10955 Symbol( "gtk_font_selection_get_font", cast(void**)& gtk_font_selection_get_font),
10988 { "gtk_font_selection_new", cast(void**)& gtk_font_selection_new}, 10956 Symbol( "gtk_font_selection_get_font_name", cast(void**)& gtk_font_selection_get_font_name),
10989 { "gtk_font_selection_get_type", cast(void**)& gtk_font_selection_get_type}, 10957 Symbol( "gtk_font_selection_new", cast(void**)& gtk_font_selection_new),
10990 { "gtk_font_button_set_show_size", cast(void**)& gtk_font_button_set_show_size}, 10958 Symbol( "gtk_font_selection_get_type", cast(void**)& gtk_font_selection_get_type),
10991 { "gtk_font_button_get_show_size", cast(void**)& gtk_font_button_get_show_size}, 10959 Symbol( "gtk_font_button_set_show_size", cast(void**)& gtk_font_button_set_show_size),
10992 { "gtk_font_button_set_show_style", cast(void**)& gtk_font_button_set_show_style}, 10960 Symbol( "gtk_font_button_get_show_size", cast(void**)& gtk_font_button_get_show_size),
10993 { "gtk_font_button_get_show_style", cast(void**)& gtk_font_button_get_show_style}, 10961 Symbol( "gtk_font_button_set_show_style", cast(void**)& gtk_font_button_set_show_style),
10994 { "gtk_font_button_set_font_name", cast(void**)& gtk_font_button_set_font_name}, 10962 Symbol( "gtk_font_button_get_show_style", cast(void**)& gtk_font_button_get_show_style),
10995 { "gtk_font_button_get_font_name", cast(void**)& gtk_font_button_get_font_name}, 10963 Symbol( "gtk_font_button_set_font_name", cast(void**)& gtk_font_button_set_font_name),
10996 { "gtk_font_button_set_use_size", cast(void**)& gtk_font_button_set_use_size}, 10964 Symbol( "gtk_font_button_get_font_name", cast(void**)& gtk_font_button_get_font_name),
10997 { "gtk_font_button_get_use_size", cast(void**)& gtk_font_button_get_use_size}, 10965 Symbol( "gtk_font_button_set_use_size", cast(void**)& gtk_font_button_set_use_size),
10998 { "gtk_font_button_set_use_font", cast(void**)& gtk_font_button_set_use_font}, 10966 Symbol( "gtk_font_button_get_use_size", cast(void**)& gtk_font_button_get_use_size),
10999 { "gtk_font_button_get_use_font", cast(void**)& gtk_font_button_get_use_font}, 10967 Symbol( "gtk_font_button_set_use_font", cast(void**)& gtk_font_button_set_use_font),
11000 { "gtk_font_button_set_title", cast(void**)& gtk_font_button_set_title}, 10968 Symbol( "gtk_font_button_get_use_font", cast(void**)& gtk_font_button_get_use_font),
11001 { "gtk_font_button_get_title", cast(void**)& gtk_font_button_get_title}, 10969 Symbol( "gtk_font_button_set_title", cast(void**)& gtk_font_button_set_title),
11002 { "gtk_font_button_new_with_font", cast(void**)& gtk_font_button_new_with_font}, 10970 Symbol( "gtk_font_button_get_title", cast(void**)& gtk_font_button_get_title),
11003 { "gtk_font_button_new", cast(void**)& gtk_font_button_new}, 10971 Symbol( "gtk_font_button_new_with_font", cast(void**)& gtk_font_button_new_with_font),
11004 { "gtk_font_button_get_type", cast(void**)& gtk_font_button_get_type}, 10972 Symbol( "gtk_font_button_new", cast(void**)& gtk_font_button_new),
11005 { "gtk_file_chooser_widget_new_with_backend", cast(void**)& gtk_file_chooser_widget_new_with_backend}, 10973 Symbol( "gtk_font_button_get_type", cast(void**)& gtk_font_button_get_type),
11006 { "gtk_file_chooser_widget_new", cast(void**)& gtk_file_chooser_widget_new}, 10974 Symbol( "gtk_file_chooser_widget_new_with_backend", cast(void**)& gtk_file_chooser_widget_new_with_backend),
11007 { "gtk_file_chooser_widget_get_type", cast(void**)& gtk_file_chooser_widget_get_type}, 10975 Symbol( "gtk_file_chooser_widget_new", cast(void**)& gtk_file_chooser_widget_new),
11008 { "gtk_file_chooser_dialog_new_with_backend", cast(void**)& gtk_file_chooser_dialog_new_with_backend}, 10976 Symbol( "gtk_file_chooser_widget_get_type", cast(void**)& gtk_file_chooser_widget_get_type),
11009 { "gtk_file_chooser_dialog_new", cast(void**)& gtk_file_chooser_dialog_new}, 10977 Symbol( "gtk_file_chooser_dialog_new_with_backend", cast(void**)& gtk_file_chooser_dialog_new_with_backend),
11010 { "gtk_file_chooser_dialog_get_type", cast(void**)& gtk_file_chooser_dialog_get_type}, 10978 Symbol( "gtk_file_chooser_dialog_new", cast(void**)& gtk_file_chooser_dialog_new),
11011 { "gtk_file_chooser_button_set_focus_on_click", cast(void**)& gtk_file_chooser_button_set_focus_on_click}, 10979 Symbol( "gtk_file_chooser_dialog_get_type", cast(void**)& gtk_file_chooser_dialog_get_type),
11012 { "gtk_file_chooser_button_get_focus_on_click", cast(void**)& gtk_file_chooser_button_get_focus_on_click}, 10980 Symbol( "gtk_file_chooser_button_set_focus_on_click", cast(void**)& gtk_file_chooser_button_set_focus_on_click),
11013 { "gtk_file_chooser_button_set_width_chars", cast(void**)& gtk_file_chooser_button_set_width_chars}, 10981 Symbol( "gtk_file_chooser_button_get_focus_on_click", cast(void**)& gtk_file_chooser_button_get_focus_on_click),
11014 { "gtk_file_chooser_button_get_width_chars", cast(void**)& gtk_file_chooser_button_get_width_chars}, 10982 Symbol( "gtk_file_chooser_button_set_width_chars", cast(void**)& gtk_file_chooser_button_set_width_chars),
11015 { "gtk_file_chooser_button_set_title", cast(void**)& gtk_file_chooser_button_set_title}, 10983 Symbol( "gtk_file_chooser_button_get_width_chars", cast(void**)& gtk_file_chooser_button_get_width_chars),
11016 { "gtk_file_chooser_button_get_title", cast(void**)& gtk_file_chooser_button_get_title}, 10984 Symbol( "gtk_file_chooser_button_set_title", cast(void**)& gtk_file_chooser_button_set_title),
11017 { "gtk_file_chooser_button_new_with_dialog", cast(void**)& gtk_file_chooser_button_new_with_dialog}, 10985 Symbol( "gtk_file_chooser_button_get_title", cast(void**)& gtk_file_chooser_button_get_title),
11018 { "gtk_file_chooser_button_new_with_backend", cast(void**)& gtk_file_chooser_button_new_with_backend}, 10986 Symbol( "gtk_file_chooser_button_new_with_dialog", cast(void**)& gtk_file_chooser_button_new_with_dialog),
11019 { "gtk_file_chooser_button_new", cast(void**)& gtk_file_chooser_button_new}, 10987 Symbol( "gtk_file_chooser_button_new_with_backend", cast(void**)& gtk_file_chooser_button_new_with_backend),
11020 { "gtk_file_chooser_button_get_type", cast(void**)& gtk_file_chooser_button_get_type}, 10988 Symbol( "gtk_file_chooser_button_new", cast(void**)& gtk_file_chooser_button_new),
11021 { "gtk_file_chooser_list_shortcut_folder_uris", cast(void**)& gtk_file_chooser_list_shortcut_folder_uris}, 10989 Symbol( "gtk_file_chooser_button_get_type", cast(void**)& gtk_file_chooser_button_get_type),
11022 { "gtk_file_chooser_remove_shortcut_folder_uri", cast(void**)& gtk_file_chooser_remove_shortcut_folder_uri}, 10990 Symbol( "gtk_file_chooser_list_shortcut_folder_uris", cast(void**)& gtk_file_chooser_list_shortcut_folder_uris),
11023 { "gtk_file_chooser_add_shortcut_folder_uri", cast(void**)& gtk_file_chooser_add_shortcut_folder_uri}, 10991 Symbol( "gtk_file_chooser_remove_shortcut_folder_uri", cast(void**)& gtk_file_chooser_remove_shortcut_folder_uri),
11024 { "gtk_file_chooser_list_shortcut_folders", cast(void**)& gtk_file_chooser_list_shortcut_folders}, 10992 Symbol( "gtk_file_chooser_add_shortcut_folder_uri", cast(void**)& gtk_file_chooser_add_shortcut_folder_uri),
11025 { "gtk_file_chooser_remove_shortcut_folder", cast(void**)& gtk_file_chooser_remove_shortcut_folder}, 10993 Symbol( "gtk_file_chooser_list_shortcut_folders", cast(void**)& gtk_file_chooser_list_shortcut_folders),
11026 { "gtk_file_chooser_add_shortcut_folder", cast(void**)& gtk_file_chooser_add_shortcut_folder}, 10994 Symbol( "gtk_file_chooser_remove_shortcut_folder", cast(void**)& gtk_file_chooser_remove_shortcut_folder),
11027 { "gtk_file_chooser_get_filter", cast(void**)& gtk_file_chooser_get_filter}, 10995 Symbol( "gtk_file_chooser_add_shortcut_folder", cast(void**)& gtk_file_chooser_add_shortcut_folder),
11028 { "gtk_file_chooser_set_filter", cast(void**)& gtk_file_chooser_set_filter}, 10996 Symbol( "gtk_file_chooser_get_filter", cast(void**)& gtk_file_chooser_get_filter),
11029 { "gtk_file_chooser_list_filters", cast(void**)& gtk_file_chooser_list_filters}, 10997 Symbol( "gtk_file_chooser_set_filter", cast(void**)& gtk_file_chooser_set_filter),
11030 { "gtk_file_chooser_remove_filter", cast(void**)& gtk_file_chooser_remove_filter}, 10998 Symbol( "gtk_file_chooser_list_filters", cast(void**)& gtk_file_chooser_list_filters),
11031 { "gtk_file_chooser_add_filter", cast(void**)& gtk_file_chooser_add_filter}, 10999 Symbol( "gtk_file_chooser_remove_filter", cast(void**)& gtk_file_chooser_remove_filter),
11032 { "gtk_file_chooser_get_extra_widget", cast(void**)& gtk_file_chooser_get_extra_widget}, 11000 Symbol( "gtk_file_chooser_add_filter", cast(void**)& gtk_file_chooser_add_filter),
11033 { "gtk_file_chooser_set_extra_widget", cast(void**)& gtk_file_chooser_set_extra_widget}, 11001 Symbol( "gtk_file_chooser_get_extra_widget", cast(void**)& gtk_file_chooser_get_extra_widget),
11034 { "gtk_file_chooser_get_preview_uri", cast(void**)& gtk_file_chooser_get_preview_uri}, 11002 Symbol( "gtk_file_chooser_set_extra_widget", cast(void**)& gtk_file_chooser_set_extra_widget),
11035 { "gtk_file_chooser_get_preview_filename", cast(void**)& gtk_file_chooser_get_preview_filename}, 11003 Symbol( "gtk_file_chooser_get_preview_uri", cast(void**)& gtk_file_chooser_get_preview_uri),
11036 { "gtk_file_chooser_get_use_preview_label", cast(void**)& gtk_file_chooser_get_use_preview_label}, 11004 Symbol( "gtk_file_chooser_get_preview_filename", cast(void**)& gtk_file_chooser_get_preview_filename),
11037 { "gtk_file_chooser_set_use_preview_label", cast(void**)& gtk_file_chooser_set_use_preview_label}, 11005 Symbol( "gtk_file_chooser_get_use_preview_label", cast(void**)& gtk_file_chooser_get_use_preview_label),
11038 { "gtk_file_chooser_get_preview_widget_active", cast(void**)& gtk_file_chooser_get_preview_widget_active}, 11006 Symbol( "gtk_file_chooser_set_use_preview_label", cast(void**)& gtk_file_chooser_set_use_preview_label),
11039 { "gtk_file_chooser_set_preview_widget_active", cast(void**)& gtk_file_chooser_set_preview_widget_active}, 11007 Symbol( "gtk_file_chooser_get_preview_widget_active", cast(void**)& gtk_file_chooser_get_preview_widget_active),
11040 { "gtk_file_chooser_get_preview_widget", cast(void**)& gtk_file_chooser_get_preview_widget}, 11008 Symbol( "gtk_file_chooser_set_preview_widget_active", cast(void**)& gtk_file_chooser_set_preview_widget_active),
11041 { "gtk_file_chooser_set_preview_widget", cast(void**)& gtk_file_chooser_set_preview_widget}, 11009 Symbol( "gtk_file_chooser_get_preview_widget", cast(void**)& gtk_file_chooser_get_preview_widget),
11042 { "gtk_file_chooser_get_current_folder_uri", cast(void**)& gtk_file_chooser_get_current_folder_uri}, 11010 Symbol( "gtk_file_chooser_set_preview_widget", cast(void**)& gtk_file_chooser_set_preview_widget),
11043 { "gtk_file_chooser_set_current_folder_uri", cast(void**)& gtk_file_chooser_set_current_folder_uri}, 11011 Symbol( "gtk_file_chooser_get_current_folder_uri", cast(void**)& gtk_file_chooser_get_current_folder_uri),
11044 { "gtk_file_chooser_get_uris", cast(void**)& gtk_file_chooser_get_uris}, 11012 Symbol( "gtk_file_chooser_set_current_folder_uri", cast(void**)& gtk_file_chooser_set_current_folder_uri),
11045 { "gtk_file_chooser_unselect_uri", cast(void**)& gtk_file_chooser_unselect_uri}, 11013 Symbol( "gtk_file_chooser_get_uris", cast(void**)& gtk_file_chooser_get_uris),
11046 { "gtk_file_chooser_select_uri", cast(void**)& gtk_file_chooser_select_uri}, 11014 Symbol( "gtk_file_chooser_unselect_uri", cast(void**)& gtk_file_chooser_unselect_uri),
11047 { "gtk_file_chooser_set_uri", cast(void**)& gtk_file_chooser_set_uri}, 11015 Symbol( "gtk_file_chooser_select_uri", cast(void**)& gtk_file_chooser_select_uri),
11048 { "gtk_file_chooser_get_uri", cast(void**)& gtk_file_chooser_get_uri}, 11016 Symbol( "gtk_file_chooser_set_uri", cast(void**)& gtk_file_chooser_set_uri),
11049 { "gtk_file_chooser_get_current_folder", cast(void**)& gtk_file_chooser_get_current_folder}, 11017 Symbol( "gtk_file_chooser_get_uri", cast(void**)& gtk_file_chooser_get_uri),
11050 { "gtk_file_chooser_set_current_folder", cast(void**)& gtk_file_chooser_set_current_folder}, 11018 Symbol( "gtk_file_chooser_get_current_folder", cast(void**)& gtk_file_chooser_get_current_folder),
11051 { "gtk_file_chooser_get_filenames", cast(void**)& gtk_file_chooser_get_filenames}, 11019 Symbol( "gtk_file_chooser_set_current_folder", cast(void**)& gtk_file_chooser_set_current_folder),
11052 { "gtk_file_chooser_unselect_all", cast(void**)& gtk_file_chooser_unselect_all}, 11020 Symbol( "gtk_file_chooser_get_filenames", cast(void**)& gtk_file_chooser_get_filenames),
11053 { "gtk_file_chooser_select_all", cast(void**)& gtk_file_chooser_select_all}, 11021 Symbol( "gtk_file_chooser_unselect_all", cast(void**)& gtk_file_chooser_unselect_all),
11054 { "gtk_file_chooser_unselect_filename", cast(void**)& gtk_file_chooser_unselect_filename}, 11022 Symbol( "gtk_file_chooser_select_all", cast(void**)& gtk_file_chooser_select_all),
11055 { "gtk_file_chooser_select_filename", cast(void**)& gtk_file_chooser_select_filename}, 11023 Symbol( "gtk_file_chooser_unselect_filename", cast(void**)& gtk_file_chooser_unselect_filename),
11056 { "gtk_file_chooser_set_filename", cast(void**)& gtk_file_chooser_set_filename}, 11024 Symbol( "gtk_file_chooser_select_filename", cast(void**)& gtk_file_chooser_select_filename),
11057 { "gtk_file_chooser_get_filename", cast(void**)& gtk_file_chooser_get_filename}, 11025 Symbol( "gtk_file_chooser_set_filename", cast(void**)& gtk_file_chooser_set_filename),
11058 { "gtk_file_chooser_set_current_name", cast(void**)& gtk_file_chooser_set_current_name}, 11026 Symbol( "gtk_file_chooser_get_filename", cast(void**)& gtk_file_chooser_get_filename),
11059 { "gtk_file_chooser_get_do_overwrite_confirmation", cast(void**)& gtk_file_chooser_get_do_overwrite_confirmation}, 11027 Symbol( "gtk_file_chooser_set_current_name", cast(void**)& gtk_file_chooser_set_current_name),
11060 { "gtk_file_chooser_set_do_overwrite_confirmation", cast(void**)& gtk_file_chooser_set_do_overwrite_confirmation}, 11028 Symbol( "gtk_file_chooser_get_do_overwrite_confirmation", cast(void**)& gtk_file_chooser_get_do_overwrite_confirmation),
11061 { "gtk_file_chooser_get_show_hidden", cast(void**)& gtk_file_chooser_get_show_hidden}, 11029 Symbol( "gtk_file_chooser_set_do_overwrite_confirmation", cast(void**)& gtk_file_chooser_set_do_overwrite_confirmation),
11062 { "gtk_file_chooser_set_show_hidden", cast(void**)& gtk_file_chooser_set_show_hidden}, 11030 Symbol( "gtk_file_chooser_get_show_hidden", cast(void**)& gtk_file_chooser_get_show_hidden),
11063 { "gtk_file_chooser_get_select_multiple", cast(void**)& gtk_file_chooser_get_select_multiple}, 11031 Symbol( "gtk_file_chooser_set_show_hidden", cast(void**)& gtk_file_chooser_set_show_hidden),
11064 { "gtk_file_chooser_set_select_multiple", cast(void**)& gtk_file_chooser_set_select_multiple}, 11032 Symbol( "gtk_file_chooser_get_select_multiple", cast(void**)& gtk_file_chooser_get_select_multiple),
11065 { "gtk_file_chooser_get_local_only", cast(void**)& gtk_file_chooser_get_local_only}, 11033 Symbol( "gtk_file_chooser_set_select_multiple", cast(void**)& gtk_file_chooser_set_select_multiple),
11066 { "gtk_file_chooser_set_local_only", cast(void**)& gtk_file_chooser_set_local_only}, 11034 Symbol( "gtk_file_chooser_get_local_only", cast(void**)& gtk_file_chooser_get_local_only),
11067 { "gtk_file_chooser_get_action", cast(void**)& gtk_file_chooser_get_action}, 11035 Symbol( "gtk_file_chooser_set_local_only", cast(void**)& gtk_file_chooser_set_local_only),
11068 { "gtk_file_chooser_set_action", cast(void**)& gtk_file_chooser_set_action}, 11036 Symbol( "gtk_file_chooser_get_action", cast(void**)& gtk_file_chooser_get_action),
11069 { "gtk_file_chooser_error_quark", cast(void**)& gtk_file_chooser_error_quark}, 11037 Symbol( "gtk_file_chooser_set_action", cast(void**)& gtk_file_chooser_set_action),
11070 { "gtk_file_chooser_get_type", cast(void**)& gtk_file_chooser_get_type}, 11038 Symbol( "gtk_file_chooser_error_quark", cast(void**)& gtk_file_chooser_error_quark),
11071 { "gtk_file_filter_filter", cast(void**)& gtk_file_filter_filter}, 11039 Symbol( "gtk_file_chooser_get_type", cast(void**)& gtk_file_chooser_get_type),
11072 { "gtk_file_filter_get_needed", cast(void**)& gtk_file_filter_get_needed}, 11040 Symbol( "gtk_file_filter_filter", cast(void**)& gtk_file_filter_filter),
11073 { "gtk_file_filter_add_custom", cast(void**)& gtk_file_filter_add_custom}, 11041 Symbol( "gtk_file_filter_get_needed", cast(void**)& gtk_file_filter_get_needed),
11074 { "gtk_file_filter_add_pixbuf_formats", cast(void**)& gtk_file_filter_add_pixbuf_formats}, 11042 Symbol( "gtk_file_filter_add_custom", cast(void**)& gtk_file_filter_add_custom),
11075 { "gtk_file_filter_add_pattern", cast(void**)& gtk_file_filter_add_pattern}, 11043 Symbol( "gtk_file_filter_add_pixbuf_formats", cast(void**)& gtk_file_filter_add_pixbuf_formats),
11076 { "gtk_file_filter_add_mime_type", cast(void**)& gtk_file_filter_add_mime_type}, 11044 Symbol( "gtk_file_filter_add_pattern", cast(void**)& gtk_file_filter_add_pattern),
11077 { "gtk_file_filter_get_name", cast(void**)& gtk_file_filter_get_name}, 11045 Symbol( "gtk_file_filter_add_mime_type", cast(void**)& gtk_file_filter_add_mime_type),
11078 { "gtk_file_filter_set_name", cast(void**)& gtk_file_filter_set_name}, 11046 Symbol( "gtk_file_filter_get_name", cast(void**)& gtk_file_filter_get_name),
11079 { "gtk_file_filter_new", cast(void**)& gtk_file_filter_new}, 11047 Symbol( "gtk_file_filter_set_name", cast(void**)& gtk_file_filter_set_name),
11080 { "gtk_file_filter_get_type", cast(void**)& gtk_file_filter_get_type}, 11048 Symbol( "gtk_file_filter_new", cast(void**)& gtk_file_filter_new),
11081 { "gtk_fixed_get_has_window", cast(void**)& gtk_fixed_get_has_window}, 11049 Symbol( "gtk_file_filter_get_type", cast(void**)& gtk_file_filter_get_type),
11082 { "gtk_fixed_set_has_window", cast(void**)& gtk_fixed_set_has_window}, 11050 Symbol( "gtk_fixed_get_has_window", cast(void**)& gtk_fixed_get_has_window),
11083 { "gtk_fixed_move", cast(void**)& gtk_fixed_move}, 11051 Symbol( "gtk_fixed_set_has_window", cast(void**)& gtk_fixed_set_has_window),
11084 { "gtk_fixed_put", cast(void**)& gtk_fixed_put}, 11052 Symbol( "gtk_fixed_move", cast(void**)& gtk_fixed_move),
11085 { "gtk_fixed_new", cast(void**)& gtk_fixed_new}, 11053 Symbol( "gtk_fixed_put", cast(void**)& gtk_fixed_put),
11086 { "gtk_fixed_get_type", cast(void**)& gtk_fixed_get_type}, 11054 Symbol( "gtk_fixed_new", cast(void**)& gtk_fixed_new),
11087 { "gtk_file_selection_get_select_multiple", cast(void**)& gtk_file_selection_get_select_multiple}, 11055 Symbol( "gtk_fixed_get_type", cast(void**)& gtk_fixed_get_type),
11088 { "gtk_file_selection_set_select_multiple", cast(void**)& gtk_file_selection_set_select_multiple}, 11056 Symbol( "gtk_file_selection_get_select_multiple", cast(void**)& gtk_file_selection_get_select_multiple),
11089 { "gtk_file_selection_get_selections", cast(void**)& gtk_file_selection_get_selections}, 11057 Symbol( "gtk_file_selection_set_select_multiple", cast(void**)& gtk_file_selection_set_select_multiple),
11090 { "gtk_file_selection_hide_fileop_buttons", cast(void**)& gtk_file_selection_hide_fileop_buttons}, 11058 Symbol( "gtk_file_selection_get_selections", cast(void**)& gtk_file_selection_get_selections),
11091 { "gtk_file_selection_show_fileop_buttons", cast(void**)& gtk_file_selection_show_fileop_buttons}, 11059 Symbol( "gtk_file_selection_hide_fileop_buttons", cast(void**)& gtk_file_selection_hide_fileop_buttons),
11092 { "gtk_file_selection_complete", cast(void**)& gtk_file_selection_complete}, 11060 Symbol( "gtk_file_selection_show_fileop_buttons", cast(void**)& gtk_file_selection_show_fileop_buttons),
11093 { "gtk_file_selection_get_filename", cast(void**)& gtk_file_selection_get_filename}, 11061 Symbol( "gtk_file_selection_complete", cast(void**)& gtk_file_selection_complete),
11094 { "gtk_file_selection_set_filename", cast(void**)& gtk_file_selection_set_filename}, 11062 Symbol( "gtk_file_selection_get_filename", cast(void**)& gtk_file_selection_get_filename),
11095 { "gtk_file_selection_new", cast(void**)& gtk_file_selection_new}, 11063 Symbol( "gtk_file_selection_set_filename", cast(void**)& gtk_file_selection_set_filename),
11096 { "gtk_file_selection_get_type", cast(void**)& gtk_file_selection_get_type}, 11064 Symbol( "gtk_file_selection_new", cast(void**)& gtk_file_selection_new),
11097 { "gtk_expander_get_label_widget", cast(void**)& gtk_expander_get_label_widget}, 11065 Symbol( "gtk_file_selection_get_type", cast(void**)& gtk_file_selection_get_type),
11098 { "gtk_expander_set_label_widget", cast(void**)& gtk_expander_set_label_widget}, 11066 Symbol( "gtk_expander_get_label_widget", cast(void**)& gtk_expander_get_label_widget),
11099 { "gtk_expander_get_use_markup", cast(void**)& gtk_expander_get_use_markup}, 11067 Symbol( "gtk_expander_set_label_widget", cast(void**)& gtk_expander_set_label_widget),
11100 { "gtk_expander_set_use_markup", cast(void**)& gtk_expander_set_use_markup}, 11068 Symbol( "gtk_expander_get_use_markup", cast(void**)& gtk_expander_get_use_markup),
11101 { "gtk_expander_get_use_underline", cast(void**)& gtk_expander_get_use_underline}, 11069 Symbol( "gtk_expander_set_use_markup", cast(void**)& gtk_expander_set_use_markup),
11102 { "gtk_expander_set_use_underline", cast(void**)& gtk_expander_set_use_underline}, 11070 Symbol( "gtk_expander_get_use_underline", cast(void**)& gtk_expander_get_use_underline),
11103 { "gtk_expander_get_label", cast(void**)& gtk_expander_get_label}, 11071 Symbol( "gtk_expander_set_use_underline", cast(void**)& gtk_expander_set_use_underline),
11104 { "gtk_expander_set_label", cast(void**)& gtk_expander_set_label}, 11072 Symbol( "gtk_expander_get_label", cast(void**)& gtk_expander_get_label),
11105 { "gtk_expander_get_spacing", cast(void**)& gtk_expander_get_spacing}, 11073 Symbol( "gtk_expander_set_label", cast(void**)& gtk_expander_set_label),
11106 { "gtk_expander_set_spacing", cast(void**)& gtk_expander_set_spacing}, 11074 Symbol( "gtk_expander_get_spacing", cast(void**)& gtk_expander_get_spacing),
11107 { "gtk_expander_get_expanded", cast(void**)& gtk_expander_get_expanded}, 11075 Symbol( "gtk_expander_set_spacing", cast(void**)& gtk_expander_set_spacing),
11108 { "gtk_expander_set_expanded", cast(void**)& gtk_expander_set_expanded}, 11076 Symbol( "gtk_expander_get_expanded", cast(void**)& gtk_expander_get_expanded),
11109 { "gtk_expander_new_with_mnemonic", cast(void**)& gtk_expander_new_with_mnemonic}, 11077 Symbol( "gtk_expander_set_expanded", cast(void**)& gtk_expander_set_expanded),
11110 { "gtk_expander_new", cast(void**)& gtk_expander_new}, 11078 Symbol( "gtk_expander_new_with_mnemonic", cast(void**)& gtk_expander_new_with_mnemonic),
11111 { "gtk_expander_get_type", cast(void**)& gtk_expander_get_type}, 11079 Symbol( "gtk_expander_new", cast(void**)& gtk_expander_new),
11112 { "gtk_event_box_set_above_child", cast(void**)& gtk_event_box_set_above_child}, 11080 Symbol( "gtk_expander_get_type", cast(void**)& gtk_expander_get_type),
11113 { "gtk_event_box_get_above_child", cast(void**)& gtk_event_box_get_above_child}, 11081 Symbol( "gtk_event_box_set_above_child", cast(void**)& gtk_event_box_set_above_child),
11114 { "gtk_event_box_set_visible_window", cast(void**)& gtk_event_box_set_visible_window}, 11082 Symbol( "gtk_event_box_get_above_child", cast(void**)& gtk_event_box_get_above_child),
11115 { "gtk_event_box_get_visible_window", cast(void**)& gtk_event_box_get_visible_window}, 11083 Symbol( "gtk_event_box_set_visible_window", cast(void**)& gtk_event_box_set_visible_window),
11116 { "gtk_event_box_new", cast(void**)& gtk_event_box_new}, 11084 Symbol( "gtk_event_box_get_visible_window", cast(void**)& gtk_event_box_get_visible_window),
11117 { "gtk_event_box_get_type", cast(void**)& gtk_event_box_get_type}, 11085 Symbol( "gtk_event_box_new", cast(void**)& gtk_event_box_new),
11118 { "gtk_curve_set_curve_type", cast(void**)& gtk_curve_set_curve_type}, 11086 Symbol( "gtk_event_box_get_type", cast(void**)& gtk_event_box_get_type),
11119 { "gtk_curve_set_vector", cast(void**)& gtk_curve_set_vector}, 11087 Symbol( "gtk_curve_set_curve_type", cast(void**)& gtk_curve_set_curve_type),
11120 { "gtk_curve_get_vector", cast(void**)& gtk_curve_get_vector}, 11088 Symbol( "gtk_curve_set_vector", cast(void**)& gtk_curve_set_vector),
11121 { "gtk_curve_set_range", cast(void**)& gtk_curve_set_range}, 11089 Symbol( "gtk_curve_get_vector", cast(void**)& gtk_curve_get_vector),
11122 { "gtk_curve_set_gamma", cast(void**)& gtk_curve_set_gamma}, 11090 Symbol( "gtk_curve_set_range", cast(void**)& gtk_curve_set_range),
11123 { "gtk_curve_reset", cast(void**)& gtk_curve_reset}, 11091 Symbol( "gtk_curve_set_gamma", cast(void**)& gtk_curve_set_gamma),
11124 { "gtk_curve_new", cast(void**)& gtk_curve_new}, 11092 Symbol( "gtk_curve_reset", cast(void**)& gtk_curve_reset),
11125 { "gtk_curve_get_type", cast(void**)& gtk_curve_get_type}, 11093 Symbol( "gtk_curve_new", cast(void**)& gtk_curve_new),
11126 { "gtk_drawing_area_size", cast(void**)& gtk_drawing_area_size}, 11094 Symbol( "gtk_curve_get_type", cast(void**)& gtk_curve_get_type),
11127 { "gtk_drawing_area_new", cast(void**)& gtk_drawing_area_new}, 11095 Symbol( "gtk_drawing_area_size", cast(void**)& gtk_drawing_area_size),
11128 { "gtk_drawing_area_get_type", cast(void**)& gtk_drawing_area_get_type}, 11096 Symbol( "gtk_drawing_area_new", cast(void**)& gtk_drawing_area_new),
11129 { "gtk_ctree_node_get_type", cast(void**)& gtk_ctree_node_get_type}, 11097 Symbol( "gtk_drawing_area_get_type", cast(void**)& gtk_drawing_area_get_type),
11130 { "gtk_ctree_sort_recursive", cast(void**)& gtk_ctree_sort_recursive}, 11098 Symbol( "gtk_ctree_node_get_type", cast(void**)& gtk_ctree_node_get_type),
11131 { "gtk_ctree_sort_node", cast(void**)& gtk_ctree_sort_node}, 11099 Symbol( "gtk_ctree_sort_recursive", cast(void**)& gtk_ctree_sort_recursive),
11132 { "gtk_ctree_set_drag_compare_func", cast(void**)& gtk_ctree_set_drag_compare_func}, 11100 Symbol( "gtk_ctree_sort_node", cast(void**)& gtk_ctree_sort_node),
11133 { "gtk_ctree_set_expander_style", cast(void**)& gtk_ctree_set_expander_style}, 11101 Symbol( "gtk_ctree_set_drag_compare_func", cast(void**)& gtk_ctree_set_drag_compare_func),
11134 { "gtk_ctree_set_line_style", cast(void**)& gtk_ctree_set_line_style}, 11102 Symbol( "gtk_ctree_set_expander_style", cast(void**)& gtk_ctree_set_expander_style),
11135 { "gtk_ctree_set_show_stub", cast(void**)& gtk_ctree_set_show_stub}, 11103 Symbol( "gtk_ctree_set_line_style", cast(void**)& gtk_ctree_set_line_style),
11136 { "gtk_ctree_set_spacing", cast(void**)& gtk_ctree_set_spacing}, 11104 Symbol( "gtk_ctree_set_show_stub", cast(void**)& gtk_ctree_set_show_stub),
11137 { "gtk_ctree_set_indent", cast(void**)& gtk_ctree_set_indent}, 11105 Symbol( "gtk_ctree_set_spacing", cast(void**)& gtk_ctree_set_spacing),
11138 { "gtk_ctree_node_is_visible", cast(void**)& gtk_ctree_node_is_visible}, 11106 Symbol( "gtk_ctree_set_indent", cast(void**)& gtk_ctree_set_indent),
11139 { "gtk_ctree_node_moveto", cast(void**)& gtk_ctree_node_moveto}, 11107 Symbol( "gtk_ctree_node_is_visible", cast(void**)& gtk_ctree_node_is_visible),
11140 { "gtk_ctree_node_get_row_data", cast(void**)& gtk_ctree_node_get_row_data}, 11108 Symbol( "gtk_ctree_node_moveto", cast(void**)& gtk_ctree_node_moveto),
11141 { "gtk_ctree_node_set_row_data_full", cast(void**)& gtk_ctree_node_set_row_data_full}, 11109 Symbol( "gtk_ctree_node_get_row_data", cast(void**)& gtk_ctree_node_get_row_data),
11142 { "gtk_ctree_node_set_row_data", cast(void**)& gtk_ctree_node_set_row_data}, 11110 Symbol( "gtk_ctree_node_set_row_data_full", cast(void**)& gtk_ctree_node_set_row_data_full),
11143 { "gtk_ctree_node_set_background", cast(void**)& gtk_ctree_node_set_background}, 11111 Symbol( "gtk_ctree_node_set_row_data", cast(void**)& gtk_ctree_node_set_row_data),
11144 { "gtk_ctree_node_set_foreground", cast(void**)& gtk_ctree_node_set_foreground}, 11112 Symbol( "gtk_ctree_node_set_background", cast(void**)& gtk_ctree_node_set_background),
11145 { "gtk_ctree_node_get_cell_style", cast(void**)& gtk_ctree_node_get_cell_style}, 11113 Symbol( "gtk_ctree_node_set_foreground", cast(void**)& gtk_ctree_node_set_foreground),
11146 { "gtk_ctree_node_set_cell_style", cast(void**)& gtk_ctree_node_set_cell_style}, 11114 Symbol( "gtk_ctree_node_get_cell_style", cast(void**)& gtk_ctree_node_get_cell_style),
11147 { "gtk_ctree_node_get_row_style", cast(void**)& gtk_ctree_node_get_row_style}, 11115 Symbol( "gtk_ctree_node_set_cell_style", cast(void**)& gtk_ctree_node_set_cell_style),
11148 { "gtk_ctree_node_set_row_style", cast(void**)& gtk_ctree_node_set_row_style}, 11116 Symbol( "gtk_ctree_node_get_row_style", cast(void**)& gtk_ctree_node_get_row_style),
11149 { "gtk_ctree_get_node_info", cast(void**)& gtk_ctree_get_node_info}, 11117 Symbol( "gtk_ctree_node_set_row_style", cast(void**)& gtk_ctree_node_set_row_style),
11150 { "gtk_ctree_node_get_pixtext", cast(void**)& gtk_ctree_node_get_pixtext}, 11118 Symbol( "gtk_ctree_get_node_info", cast(void**)& gtk_ctree_get_node_info),
11151 { "gtk_ctree_node_get_pixmap", cast(void**)& gtk_ctree_node_get_pixmap}, 11119 Symbol( "gtk_ctree_node_get_pixtext", cast(void**)& gtk_ctree_node_get_pixtext),
11152 { "gtk_ctree_node_get_text", cast(void**)& gtk_ctree_node_get_text}, 11120 Symbol( "gtk_ctree_node_get_pixmap", cast(void**)& gtk_ctree_node_get_pixmap),
11153 { "gtk_ctree_node_get_cell_type", cast(void**)& gtk_ctree_node_get_cell_type}, 11121 Symbol( "gtk_ctree_node_get_text", cast(void**)& gtk_ctree_node_get_text),
11154 { "gtk_ctree_node_get_selectable", cast(void**)& gtk_ctree_node_get_selectable}, 11122 Symbol( "gtk_ctree_node_get_cell_type", cast(void**)& gtk_ctree_node_get_cell_type),
11155 { "gtk_ctree_node_set_selectable", cast(void**)& gtk_ctree_node_set_selectable}, 11123 Symbol( "gtk_ctree_node_get_selectable", cast(void**)& gtk_ctree_node_get_selectable),
11156 { "gtk_ctree_node_set_shift", cast(void**)& gtk_ctree_node_set_shift}, 11124 Symbol( "gtk_ctree_node_set_selectable", cast(void**)& gtk_ctree_node_set_selectable),
11157 { "gtk_ctree_set_node_info", cast(void**)& gtk_ctree_set_node_info}, 11125 Symbol( "gtk_ctree_node_set_shift", cast(void**)& gtk_ctree_node_set_shift),
11158 { "gtk_ctree_node_set_pixtext", cast(void**)& gtk_ctree_node_set_pixtext}, 11126 Symbol( "gtk_ctree_set_node_info", cast(void**)& gtk_ctree_set_node_info),
11159 { "gtk_ctree_node_set_pixmap", cast(void**)& gtk_ctree_node_set_pixmap}, 11127 Symbol( "gtk_ctree_node_set_pixtext", cast(void**)& gtk_ctree_node_set_pixtext),
11160 { "gtk_ctree_node_set_text", cast(void**)& gtk_ctree_node_set_text}, 11128 Symbol( "gtk_ctree_node_set_pixmap", cast(void**)& gtk_ctree_node_set_pixmap),
11161 { "gtk_ctree_real_select_recursive", cast(void**)& gtk_ctree_real_select_recursive}, 11129 Symbol( "gtk_ctree_node_set_text", cast(void**)& gtk_ctree_node_set_text),
11162 { "gtk_ctree_unselect_recursive", cast(void**)& gtk_ctree_unselect_recursive}, 11130 Symbol( "gtk_ctree_real_select_recursive", cast(void**)& gtk_ctree_real_select_recursive),
11163 { "gtk_ctree_unselect", cast(void**)& gtk_ctree_unselect}, 11131 Symbol( "gtk_ctree_unselect_recursive", cast(void**)& gtk_ctree_unselect_recursive),
11164 { "gtk_ctree_select_recursive", cast(void**)& gtk_ctree_select_recursive}, 11132 Symbol( "gtk_ctree_unselect", cast(void**)& gtk_ctree_unselect),
11165 { "gtk_ctree_select", cast(void**)& gtk_ctree_select}, 11133 Symbol( "gtk_ctree_select_recursive", cast(void**)& gtk_ctree_select_recursive),
11166 { "gtk_ctree_toggle_expansion_recursive", cast(void**)& gtk_ctree_toggle_expansion_recursive}, 11134 Symbol( "gtk_ctree_select", cast(void**)& gtk_ctree_select),
11167 { "gtk_ctree_toggle_expansion", cast(void**)& gtk_ctree_toggle_expansion}, 11135 Symbol( "gtk_ctree_toggle_expansion_recursive", cast(void**)& gtk_ctree_toggle_expansion_recursive),
11168 { "gtk_ctree_collapse_to_depth", cast(void**)& gtk_ctree_collapse_to_depth}, 11136 Symbol( "gtk_ctree_toggle_expansion", cast(void**)& gtk_ctree_toggle_expansion),
11169 { "gtk_ctree_collapse_recursive", cast(void**)& gtk_ctree_collapse_recursive}, 11137 Symbol( "gtk_ctree_collapse_to_depth", cast(void**)& gtk_ctree_collapse_to_depth),
11170 { "gtk_ctree_collapse", cast(void**)& gtk_ctree_collapse}, 11138 Symbol( "gtk_ctree_collapse_recursive", cast(void**)& gtk_ctree_collapse_recursive),
11171 { "gtk_ctree_expand_to_depth", cast(void**)& gtk_ctree_expand_to_depth}, 11139 Symbol( "gtk_ctree_collapse", cast(void**)& gtk_ctree_collapse),
11172 { "gtk_ctree_expand_recursive", cast(void**)& gtk_ctree_expand_recursive}, 11140 Symbol( "gtk_ctree_expand_to_depth", cast(void**)& gtk_ctree_expand_to_depth),
11173 { "gtk_ctree_expand", cast(void**)& gtk_ctree_expand}, 11141 Symbol( "gtk_ctree_expand_recursive", cast(void**)& gtk_ctree_expand_recursive),
11174 { "gtk_ctree_move", cast(void**)& gtk_ctree_move}, 11142 Symbol( "gtk_ctree_expand", cast(void**)& gtk_ctree_expand),
11175 { "gtk_ctree_is_hot_spot", cast(void**)& gtk_ctree_is_hot_spot}, 11143 Symbol( "gtk_ctree_move", cast(void**)& gtk_ctree_move),
11176 { "gtk_ctree_find_all_by_row_data_custom", cast(void**)& gtk_ctree_find_all_by_row_data_custom}, 11144 Symbol( "gtk_ctree_is_hot_spot", cast(void**)& gtk_ctree_is_hot_spot),
11177 { "gtk_ctree_find_by_row_data_custom", cast(void**)& gtk_ctree_find_by_row_data_custom}, 11145 Symbol( "gtk_ctree_find_all_by_row_data_custom", cast(void**)& gtk_ctree_find_all_by_row_data_custom),
11178 { "gtk_ctree_find_all_by_row_data", cast(void**)& gtk_ctree_find_all_by_row_data}, 11146 Symbol( "gtk_ctree_find_by_row_data_custom", cast(void**)& gtk_ctree_find_by_row_data_custom),
11179 { "gtk_ctree_find_by_row_data", cast(void**)& gtk_ctree_find_by_row_data}, 11147 Symbol( "gtk_ctree_find_all_by_row_data", cast(void**)& gtk_ctree_find_all_by_row_data),
11180 { "gtk_ctree_is_ancestor", cast(void**)& gtk_ctree_is_ancestor}, 11148 Symbol( "gtk_ctree_find_by_row_data", cast(void**)& gtk_ctree_find_by_row_data),
11181 { "gtk_ctree_find", cast(void**)& gtk_ctree_find}, 11149 Symbol( "gtk_ctree_is_ancestor", cast(void**)& gtk_ctree_is_ancestor),
11182 { "gtk_ctree_node_nth", cast(void**)& gtk_ctree_node_nth}, 11150 Symbol( "gtk_ctree_find", cast(void**)& gtk_ctree_find),
11183 { "gtk_ctree_find_node_ptr", cast(void**)& gtk_ctree_find_node_ptr}, 11151 Symbol( "gtk_ctree_node_nth", cast(void**)& gtk_ctree_node_nth),
11184 { "gtk_ctree_last", cast(void**)& gtk_ctree_last}, 11152 Symbol( "gtk_ctree_find_node_ptr", cast(void**)& gtk_ctree_find_node_ptr),
11185 { "gtk_ctree_is_viewable", cast(void**)& gtk_ctree_is_viewable}, 11153 Symbol( "gtk_ctree_last", cast(void**)& gtk_ctree_last),
11186 { "gtk_ctree_pre_recursive_to_depth", cast(void**)& gtk_ctree_pre_recursive_to_depth}, 11154 Symbol( "gtk_ctree_is_viewable", cast(void**)& gtk_ctree_is_viewable),
11187 { "gtk_ctree_pre_recursive", cast(void**)& gtk_ctree_pre_recursive}, 11155 Symbol( "gtk_ctree_pre_recursive_to_depth", cast(void**)& gtk_ctree_pre_recursive_to_depth),
11188 { "gtk_ctree_post_recursive_to_depth", cast(void**)& gtk_ctree_post_recursive_to_depth}, 11156 Symbol( "gtk_ctree_pre_recursive", cast(void**)& gtk_ctree_pre_recursive),
11189 { "gtk_ctree_post_recursive", cast(void**)& gtk_ctree_post_recursive}, 11157 Symbol( "gtk_ctree_post_recursive_to_depth", cast(void**)& gtk_ctree_post_recursive_to_depth),
11190 { "gtk_ctree_export_to_gnode", cast(void**)& gtk_ctree_export_to_gnode}, 11158 Symbol( "gtk_ctree_post_recursive", cast(void**)& gtk_ctree_post_recursive),
11191 { "gtk_ctree_insert_gnode", cast(void**)& gtk_ctree_insert_gnode}, 11159 Symbol( "gtk_ctree_export_to_gnode", cast(void**)& gtk_ctree_export_to_gnode),
11192 { "gtk_ctree_remove_node", cast(void**)& gtk_ctree_remove_node}, 11160 Symbol( "gtk_ctree_insert_gnode", cast(void**)& gtk_ctree_insert_gnode),
11193 { "gtk_ctree_insert_node", cast(void**)& gtk_ctree_insert_node}, 11161 Symbol( "gtk_ctree_remove_node", cast(void**)& gtk_ctree_remove_node),
11194 { "gtk_ctree_new", cast(void**)& gtk_ctree_new}, 11162 Symbol( "gtk_ctree_insert_node", cast(void**)& gtk_ctree_insert_node),
11195 { "gtk_ctree_new_with_titles", cast(void**)& gtk_ctree_new_with_titles}, 11163 Symbol( "gtk_ctree_new", cast(void**)& gtk_ctree_new),
11196 { "gtk_ctree_get_type", cast(void**)& gtk_ctree_get_type}, 11164 Symbol( "gtk_ctree_new_with_titles", cast(void**)& gtk_ctree_new_with_titles),
11197 { "gtk_combo_box_entry_new_text", cast(void**)& gtk_combo_box_entry_new_text}, 11165 Symbol( "gtk_ctree_get_type", cast(void**)& gtk_ctree_get_type),
11198 { "gtk_combo_box_entry_get_text_column", cast(void**)& gtk_combo_box_entry_get_text_column}, 11166 Symbol( "gtk_combo_box_entry_new_text", cast(void**)& gtk_combo_box_entry_new_text),
11199 { "gtk_combo_box_entry_set_text_column", cast(void**)& gtk_combo_box_entry_set_text_column}, 11167 Symbol( "gtk_combo_box_entry_get_text_column", cast(void**)& gtk_combo_box_entry_get_text_column),
11200 { "gtk_combo_box_entry_new_with_model", cast(void**)& gtk_combo_box_entry_new_with_model}, 11168 Symbol( "gtk_combo_box_entry_set_text_column", cast(void**)& gtk_combo_box_entry_set_text_column),
11201 { "gtk_combo_box_entry_new", cast(void**)& gtk_combo_box_entry_new}, 11169 Symbol( "gtk_combo_box_entry_new_with_model", cast(void**)& gtk_combo_box_entry_new_with_model),
11202 { "gtk_combo_box_entry_get_type", cast(void**)& gtk_combo_box_entry_get_type}, 11170 Symbol( "gtk_combo_box_entry_new", cast(void**)& gtk_combo_box_entry_new),
11203 // { "_gtk_combo_box_editing_canceled", cast(void**)& _gtk_combo_box_editing_canceled}, 11171 Symbol( "gtk_combo_box_entry_get_type", cast(void**)& gtk_combo_box_entry_get_type),
11204 { "gtk_combo_box_get_popup_accessible", cast(void**)& gtk_combo_box_get_popup_accessible}, 11172 // Symbol( "_gtk_combo_box_editing_canceled", cast(void**)& _gtk_combo_box_editing_canceled),
11205 { "gtk_combo_box_popdown", cast(void**)& gtk_combo_box_popdown}, 11173 Symbol( "gtk_combo_box_get_popup_accessible", cast(void**)& gtk_combo_box_get_popup_accessible),
11206 { "gtk_combo_box_popup", cast(void**)& gtk_combo_box_popup}, 11174 Symbol( "gtk_combo_box_popdown", cast(void**)& gtk_combo_box_popdown),
11207 { "gtk_combo_box_get_active_text", cast(void**)& gtk_combo_box_get_active_text}, 11175 Symbol( "gtk_combo_box_popup", cast(void**)& gtk_combo_box_popup),
11208 { "gtk_combo_box_remove_text", cast(void**)& gtk_combo_box_remove_text}, 11176 Symbol( "gtk_combo_box_get_active_text", cast(void**)& gtk_combo_box_get_active_text),
11209 { "gtk_combo_box_prepend_text", cast(void**)& gtk_combo_box_prepend_text}, 11177 Symbol( "gtk_combo_box_remove_text", cast(void**)& gtk_combo_box_remove_text),
11210 { "gtk_combo_box_insert_text", cast(void**)& gtk_combo_box_insert_text}, 11178 Symbol( "gtk_combo_box_prepend_text", cast(void**)& gtk_combo_box_prepend_text),
11211 { "gtk_combo_box_append_text", cast(void**)& gtk_combo_box_append_text}, 11179 Symbol( "gtk_combo_box_insert_text", cast(void**)& gtk_combo_box_insert_text),
11212 { "gtk_combo_box_new_text", cast(void**)& gtk_combo_box_new_text}, 11180 Symbol( "gtk_combo_box_append_text", cast(void**)& gtk_combo_box_append_text),
11213 { "gtk_combo_box_set_row_separator_func", cast(void**)& gtk_combo_box_set_row_separator_func}, 11181 Symbol( "gtk_combo_box_new_text", cast(void**)& gtk_combo_box_new_text),
11214 { "gtk_combo_box_get_row_separator_func", cast(void**)& gtk_combo_box_get_row_separator_func}, 11182 Symbol( "gtk_combo_box_set_row_separator_func", cast(void**)& gtk_combo_box_set_row_separator_func),
11215 { "gtk_combo_box_get_model", cast(void**)& gtk_combo_box_get_model}, 11183 Symbol( "gtk_combo_box_get_row_separator_func", cast(void**)& gtk_combo_box_get_row_separator_func),
11216 { "gtk_combo_box_set_model", cast(void**)& gtk_combo_box_set_model}, 11184 Symbol( "gtk_combo_box_get_model", cast(void**)& gtk_combo_box_get_model),
11217 { "gtk_combo_box_set_active_iter", cast(void**)& gtk_combo_box_set_active_iter}, 11185 Symbol( "gtk_combo_box_set_model", cast(void**)& gtk_combo_box_set_model),
11218 { "gtk_combo_box_get_active_iter", cast(void**)& gtk_combo_box_get_active_iter}, 11186 Symbol( "gtk_combo_box_set_active_iter", cast(void**)& gtk_combo_box_set_active_iter),
11219 { "gtk_combo_box_set_active", cast(void**)& gtk_combo_box_set_active}, 11187 Symbol( "gtk_combo_box_get_active_iter", cast(void**)& gtk_combo_box_get_active_iter),
11220 { "gtk_combo_box_get_active", cast(void**)& gtk_combo_box_get_active}, 11188 Symbol( "gtk_combo_box_set_active", cast(void**)& gtk_combo_box_set_active),
11221 { "gtk_combo_box_set_focus_on_click", cast(void**)& gtk_combo_box_set_focus_on_click}, 11189 Symbol( "gtk_combo_box_get_active", cast(void**)& gtk_combo_box_get_active),
11222 { "gtk_combo_box_get_focus_on_click", cast(void**)& gtk_combo_box_get_focus_on_click}, 11190 Symbol( "gtk_combo_box_set_focus_on_click", cast(void**)& gtk_combo_box_set_focus_on_click),
11223 { "gtk_combo_box_set_title", cast(void**)& gtk_combo_box_set_title}, 11191 Symbol( "gtk_combo_box_get_focus_on_click", cast(void**)& gtk_combo_box_get_focus_on_click),
11224 { "gtk_combo_box_get_title", cast(void**)& gtk_combo_box_get_title}, 11192 Symbol( "gtk_combo_box_set_title", cast(void**)& gtk_combo_box_set_title),
11225 { "gtk_combo_box_set_add_tearoffs", cast(void**)& gtk_combo_box_set_add_tearoffs}, 11193 Symbol( "gtk_combo_box_get_title", cast(void**)& gtk_combo_box_get_title),
11226 { "gtk_combo_box_get_add_tearoffs", cast(void**)& gtk_combo_box_get_add_tearoffs}, 11194 Symbol( "gtk_combo_box_set_add_tearoffs", cast(void**)& gtk_combo_box_set_add_tearoffs),
11227 { "gtk_combo_box_set_column_span_column", cast(void**)& gtk_combo_box_set_column_span_column}, 11195 Symbol( "gtk_combo_box_get_add_tearoffs", cast(void**)& gtk_combo_box_get_add_tearoffs),
11228 { "gtk_combo_box_get_column_span_column", cast(void**)& gtk_combo_box_get_column_span_column}, 11196 Symbol( "gtk_combo_box_set_column_span_column", cast(void**)& gtk_combo_box_set_column_span_column),
11229 { "gtk_combo_box_set_row_span_column", cast(void**)& gtk_combo_box_set_row_span_column}, 11197 Symbol( "gtk_combo_box_get_column_span_column", cast(void**)& gtk_combo_box_get_column_span_column),
11230 { "gtk_combo_box_get_row_span_column", cast(void**)& gtk_combo_box_get_row_span_column}, 11198 Symbol( "gtk_combo_box_set_row_span_column", cast(void**)& gtk_combo_box_set_row_span_column),
11231 { "gtk_combo_box_set_wrap_width", cast(void**)& gtk_combo_box_set_wrap_width}, 11199 Symbol( "gtk_combo_box_get_row_span_column", cast(void**)& gtk_combo_box_get_row_span_column),
11232 { "gtk_combo_box_get_wrap_width", cast(void**)& gtk_combo_box_get_wrap_width}, 11200 Symbol( "gtk_combo_box_set_wrap_width", cast(void**)& gtk_combo_box_set_wrap_width),
11233 { "gtk_combo_box_new_with_model", cast(void**)& gtk_combo_box_new_with_model}, 11201 Symbol( "gtk_combo_box_get_wrap_width", cast(void**)& gtk_combo_box_get_wrap_width),
11234 { "gtk_combo_box_new", cast(void**)& gtk_combo_box_new}, 11202 Symbol( "gtk_combo_box_new_with_model", cast(void**)& gtk_combo_box_new_with_model),
11235 { "gtk_combo_box_get_type", cast(void**)& gtk_combo_box_get_type}, 11203 Symbol( "gtk_combo_box_new", cast(void**)& gtk_combo_box_new),
11236 { "gtk_tree_view_get_tooltip_column", cast(void**)& gtk_tree_view_get_tooltip_column}, 11204 Symbol( "gtk_combo_box_get_type", cast(void**)& gtk_combo_box_get_type),
11237 { "gtk_tree_view_set_tooltip_column", cast(void**)& gtk_tree_view_set_tooltip_column}, 11205 Symbol( "gtk_tree_view_get_tooltip_column", cast(void**)& gtk_tree_view_get_tooltip_column),
11238 { "gtk_tree_view_get_tooltip_context", cast(void**)& gtk_tree_view_get_tooltip_context}, 11206 Symbol( "gtk_tree_view_set_tooltip_column", cast(void**)& gtk_tree_view_set_tooltip_column),
11239 { "gtk_tree_view_set_tooltip_cell", cast(void**)& gtk_tree_view_set_tooltip_cell}, 11207 Symbol( "gtk_tree_view_get_tooltip_context", cast(void**)& gtk_tree_view_get_tooltip_context),
11240 { "gtk_tree_view_set_tooltip_row", cast(void**)& gtk_tree_view_set_tooltip_row}, 11208 Symbol( "gtk_tree_view_set_tooltip_cell", cast(void**)& gtk_tree_view_set_tooltip_cell),
11241 { "gtk_tree_view_get_level_indentation", cast(void**)& gtk_tree_view_get_level_indentation}, 11209 Symbol( "gtk_tree_view_set_tooltip_row", cast(void**)& gtk_tree_view_set_tooltip_row),
11242 { "gtk_tree_view_set_level_indentation", cast(void**)& gtk_tree_view_set_level_indentation}, 11210 Symbol( "gtk_tree_view_get_level_indentation", cast(void**)& gtk_tree_view_get_level_indentation),
11243 { "gtk_tree_view_get_show_expanders", cast(void**)& gtk_tree_view_get_show_expanders}, 11211 Symbol( "gtk_tree_view_set_level_indentation", cast(void**)& gtk_tree_view_set_level_indentation),
11244 { "gtk_tree_view_set_show_expanders", cast(void**)& gtk_tree_view_set_show_expanders}, 11212 Symbol( "gtk_tree_view_get_show_expanders", cast(void**)& gtk_tree_view_get_show_expanders),
11245 { "gtk_tree_view_set_enable_tree_lines", cast(void**)& gtk_tree_view_set_enable_tree_lines}, 11213 Symbol( "gtk_tree_view_set_show_expanders", cast(void**)& gtk_tree_view_set_show_expanders),
11246 { "gtk_tree_view_get_enable_tree_lines", cast(void**)& gtk_tree_view_get_enable_tree_lines}, 11214 Symbol( "gtk_tree_view_set_enable_tree_lines", cast(void**)& gtk_tree_view_set_enable_tree_lines),
11247 { "gtk_tree_view_set_grid_lines", cast(void**)& gtk_tree_view_set_grid_lines}, 11215 Symbol( "gtk_tree_view_get_enable_tree_lines", cast(void**)& gtk_tree_view_get_enable_tree_lines),
11248 { "gtk_tree_view_get_grid_lines", cast(void**)& gtk_tree_view_get_grid_lines}, 11216 Symbol( "gtk_tree_view_set_grid_lines", cast(void**)& gtk_tree_view_set_grid_lines),
11249 { "gtk_tree_view_set_row_separator_func", cast(void**)& gtk_tree_view_set_row_separator_func}, 11217 Symbol( "gtk_tree_view_get_grid_lines", cast(void**)& gtk_tree_view_get_grid_lines),
11250 { "gtk_tree_view_get_row_separator_func", cast(void**)& gtk_tree_view_get_row_separator_func}, 11218 Symbol( "gtk_tree_view_set_row_separator_func", cast(void**)& gtk_tree_view_set_row_separator_func),
11251 { "gtk_tree_view_is_rubber_banding_active", cast(void**)& gtk_tree_view_is_rubber_banding_active}, 11219 Symbol( "gtk_tree_view_get_row_separator_func", cast(void**)& gtk_tree_view_get_row_separator_func),
11252 { "gtk_tree_view_get_rubber_banding", cast(void**)& gtk_tree_view_get_rubber_banding}, 11220 Symbol( "gtk_tree_view_is_rubber_banding_active", cast(void**)& gtk_tree_view_is_rubber_banding_active),
11253 { "gtk_tree_view_set_rubber_banding", cast(void**)& gtk_tree_view_set_rubber_banding}, 11221 Symbol( "gtk_tree_view_get_rubber_banding", cast(void**)& gtk_tree_view_get_rubber_banding),
11254 { "gtk_tree_view_get_hover_expand", cast(void**)& gtk_tree_view_get_hover_expand}, 11222 Symbol( "gtk_tree_view_set_rubber_banding", cast(void**)& gtk_tree_view_set_rubber_banding),
11255 { "gtk_tree_view_set_hover_expand", cast(void**)& gtk_tree_view_set_hover_expand}, 11223 Symbol( "gtk_tree_view_get_hover_expand", cast(void**)& gtk_tree_view_get_hover_expand),
11256 { "gtk_tree_view_get_hover_selection", cast(void**)& gtk_tree_view_get_hover_selection}, 11224 Symbol( "gtk_tree_view_set_hover_expand", cast(void**)& gtk_tree_view_set_hover_expand),
11257 { "gtk_tree_view_set_hover_selection", cast(void**)& gtk_tree_view_set_hover_selection}, 11225 Symbol( "gtk_tree_view_get_hover_selection", cast(void**)& gtk_tree_view_get_hover_selection),
11258 { "gtk_tree_view_get_fixed_height_mode", cast(void**)& gtk_tree_view_get_fixed_height_mode}, 11226 Symbol( "gtk_tree_view_set_hover_selection", cast(void**)& gtk_tree_view_set_hover_selection),
11259 { "gtk_tree_view_set_fixed_height_mode", cast(void**)& gtk_tree_view_set_fixed_height_mode}, 11227 Symbol( "gtk_tree_view_get_fixed_height_mode", cast(void**)& gtk_tree_view_get_fixed_height_mode),
11260 { "gtk_tree_view_set_destroy_count_func", cast(void**)& gtk_tree_view_set_destroy_count_func}, 11228 Symbol( "gtk_tree_view_set_fixed_height_mode", cast(void**)& gtk_tree_view_set_fixed_height_mode),
11261 { "gtk_tree_view_convert_bin_window_to_tree_coords", cast(void**)& gtk_tree_view_convert_bin_window_to_tree_coords}, 11229 Symbol( "gtk_tree_view_set_destroy_count_func", cast(void**)& gtk_tree_view_set_destroy_count_func),
11262 { "gtk_tree_view_convert_tree_to_bin_window_coords", cast(void**)& gtk_tree_view_convert_tree_to_bin_window_coords}, 11230 Symbol( "gtk_tree_view_convert_bin_window_to_tree_coords", cast(void**)& gtk_tree_view_convert_bin_window_to_tree_coords),
11263 { "gtk_tree_view_convert_bin_window_to_widget_coords", cast(void**)& gtk_tree_view_convert_bin_window_to_widget_coords}, 11231 Symbol( "gtk_tree_view_convert_tree_to_bin_window_coords", cast(void**)& gtk_tree_view_convert_tree_to_bin_window_coords),
11264 { "gtk_tree_view_convert_widget_to_bin_window_coords", cast(void**)& gtk_tree_view_convert_widget_to_bin_window_coords}, 11232 Symbol( "gtk_tree_view_convert_bin_window_to_widget_coords", cast(void**)& gtk_tree_view_convert_bin_window_to_widget_coords),
11265 { "gtk_tree_view_convert_tree_to_widget_coords", cast(void**)& gtk_tree_view_convert_tree_to_widget_coords}, 11233 Symbol( "gtk_tree_view_convert_widget_to_bin_window_coords", cast(void**)& gtk_tree_view_convert_widget_to_bin_window_coords),
11266 { "gtk_tree_view_convert_widget_to_tree_coords", cast(void**)& gtk_tree_view_convert_widget_to_tree_coords}, 11234 Symbol( "gtk_tree_view_convert_tree_to_widget_coords", cast(void**)& gtk_tree_view_convert_tree_to_widget_coords),
11267 { "gtk_tree_view_set_search_position_func", cast(void**)& gtk_tree_view_set_search_position_func}, 11235 Symbol( "gtk_tree_view_convert_widget_to_tree_coords", cast(void**)& gtk_tree_view_convert_widget_to_tree_coords),
11268 { "gtk_tree_view_get_search_position_func", cast(void**)& gtk_tree_view_get_search_position_func}, 11236 Symbol( "gtk_tree_view_set_search_position_func", cast(void**)& gtk_tree_view_set_search_position_func),
11269 { "gtk_tree_view_set_search_entry", cast(void**)& gtk_tree_view_set_search_entry}, 11237 Symbol( "gtk_tree_view_get_search_position_func", cast(void**)& gtk_tree_view_get_search_position_func),
11270 { "gtk_tree_view_get_search_entry", cast(void**)& gtk_tree_view_get_search_entry}, 11238 Symbol( "gtk_tree_view_set_search_entry", cast(void**)& gtk_tree_view_set_search_entry),
11271 { "gtk_tree_view_set_search_equal_func", cast(void**)& gtk_tree_view_set_search_equal_func}, 11239 Symbol( "gtk_tree_view_get_search_entry", cast(void**)& gtk_tree_view_get_search_entry),
11272 { "gtk_tree_view_get_search_equal_func", cast(void**)& gtk_tree_view_get_search_equal_func}, 11240 Symbol( "gtk_tree_view_set_search_equal_func", cast(void**)& gtk_tree_view_set_search_equal_func),
11273 { "gtk_tree_view_set_search_column", cast(void**)& gtk_tree_view_set_search_column}, 11241 Symbol( "gtk_tree_view_get_search_equal_func", cast(void**)& gtk_tree_view_get_search_equal_func),
11274 { "gtk_tree_view_get_search_column", cast(void**)& gtk_tree_view_get_search_column}, 11242 Symbol( "gtk_tree_view_set_search_column", cast(void**)& gtk_tree_view_set_search_column),
11275 { "gtk_tree_view_get_enable_search", cast(void**)& gtk_tree_view_get_enable_search}, 11243 Symbol( "gtk_tree_view_get_search_column", cast(void**)& gtk_tree_view_get_search_column),
11276 { "gtk_tree_view_set_enable_search", cast(void**)& gtk_tree_view_set_enable_search}, 11244 Symbol( "gtk_tree_view_get_enable_search", cast(void**)& gtk_tree_view_get_enable_search),
11277 { "gtk_tree_view_create_row_drag_icon", cast(void**)& gtk_tree_view_create_row_drag_icon}, 11245 Symbol( "gtk_tree_view_set_enable_search", cast(void**)& gtk_tree_view_set_enable_search),
11278 { "gtk_tree_view_get_dest_row_at_pos", cast(void**)& gtk_tree_view_get_dest_row_at_pos}, 11246 Symbol( "gtk_tree_view_create_row_drag_icon", cast(void**)& gtk_tree_view_create_row_drag_icon),
11279 { "gtk_tree_view_get_drag_dest_row", cast(void**)& gtk_tree_view_get_drag_dest_row}, 11247 Symbol( "gtk_tree_view_get_dest_row_at_pos", cast(void**)& gtk_tree_view_get_dest_row_at_pos),
11280 { "gtk_tree_view_set_drag_dest_row", cast(void**)& gtk_tree_view_set_drag_dest_row}, 11248 Symbol( "gtk_tree_view_get_drag_dest_row", cast(void**)& gtk_tree_view_get_drag_dest_row),
11281 { "gtk_tree_view_unset_rows_drag_dest", cast(void**)& gtk_tree_view_unset_rows_drag_dest}, 11249 Symbol( "gtk_tree_view_set_drag_dest_row", cast(void**)& gtk_tree_view_set_drag_dest_row),
11282 { "gtk_tree_view_unset_rows_drag_source", cast(void**)& gtk_tree_view_unset_rows_drag_source}, 11250 Symbol( "gtk_tree_view_unset_rows_drag_dest", cast(void**)& gtk_tree_view_unset_rows_drag_dest),
11283 { "gtk_tree_view_enable_model_drag_dest", cast(void**)& gtk_tree_view_enable_model_drag_dest}, 11251 Symbol( "gtk_tree_view_unset_rows_drag_source", cast(void**)& gtk_tree_view_unset_rows_drag_source),
11284 { "gtk_tree_view_enable_model_drag_source", cast(void**)& gtk_tree_view_enable_model_drag_source}, 11252 Symbol( "gtk_tree_view_enable_model_drag_dest", cast(void**)& gtk_tree_view_enable_model_drag_dest),
11285 { "gtk_tree_view_get_visible_range", cast(void**)& gtk_tree_view_get_visible_range}, 11253 Symbol( "gtk_tree_view_enable_model_drag_source", cast(void**)& gtk_tree_view_enable_model_drag_source),
11286 { "gtk_tree_view_tree_to_widget_coords", cast(void**)& gtk_tree_view_tree_to_widget_coords}, 11254 Symbol( "gtk_tree_view_get_visible_range", cast(void**)& gtk_tree_view_get_visible_range),
11287 { "gtk_tree_view_widget_to_tree_coords", cast(void**)& gtk_tree_view_widget_to_tree_coords}, 11255 Symbol( "gtk_tree_view_tree_to_widget_coords", cast(void**)& gtk_tree_view_tree_to_widget_coords),
11288 { "gtk_tree_view_get_visible_rect", cast(void**)& gtk_tree_view_get_visible_rect}, 11256 Symbol( "gtk_tree_view_widget_to_tree_coords", cast(void**)& gtk_tree_view_widget_to_tree_coords),
11289 { "gtk_tree_view_get_background_area", cast(void**)& gtk_tree_view_get_background_area}, 11257 Symbol( "gtk_tree_view_get_visible_rect", cast(void**)& gtk_tree_view_get_visible_rect),
11290 { "gtk_tree_view_get_cell_area", cast(void**)& gtk_tree_view_get_cell_area}, 11258 Symbol( "gtk_tree_view_get_background_area", cast(void**)& gtk_tree_view_get_background_area),
11291 { "gtk_tree_view_get_path_at_pos", cast(void**)& gtk_tree_view_get_path_at_pos}, 11259 Symbol( "gtk_tree_view_get_cell_area", cast(void**)& gtk_tree_view_get_cell_area),
11292 { "gtk_tree_view_get_bin_window", cast(void**)& gtk_tree_view_get_bin_window}, 11260 Symbol( "gtk_tree_view_get_path_at_pos", cast(void**)& gtk_tree_view_get_path_at_pos),
11293 { "gtk_tree_view_get_cursor", cast(void**)& gtk_tree_view_get_cursor}, 11261 Symbol( "gtk_tree_view_get_bin_window", cast(void**)& gtk_tree_view_get_bin_window),
11294 { "gtk_tree_view_set_cursor_on_cell", cast(void**)& gtk_tree_view_set_cursor_on_cell}, 11262 Symbol( "gtk_tree_view_get_cursor", cast(void**)& gtk_tree_view_get_cursor),
11295 { "gtk_tree_view_set_cursor", cast(void**)& gtk_tree_view_set_cursor}, 11263 Symbol( "gtk_tree_view_set_cursor_on_cell", cast(void**)& gtk_tree_view_set_cursor_on_cell),
11296 { "gtk_tree_view_get_reorderable", cast(void**)& gtk_tree_view_get_reorderable}, 11264 Symbol( "gtk_tree_view_set_cursor", cast(void**)& gtk_tree_view_set_cursor),
11297 { "gtk_tree_view_set_reorderable", cast(void**)& gtk_tree_view_set_reorderable}, 11265 Symbol( "gtk_tree_view_get_reorderable", cast(void**)& gtk_tree_view_get_reorderable),
11298 { "gtk_tree_view_row_expanded", cast(void**)& gtk_tree_view_row_expanded}, 11266 Symbol( "gtk_tree_view_set_reorderable", cast(void**)& gtk_tree_view_set_reorderable),
11299 { "gtk_tree_view_map_expanded_rows", cast(void**)& gtk_tree_view_map_expanded_rows}, 11267 Symbol( "gtk_tree_view_row_expanded", cast(void**)& gtk_tree_view_row_expanded),
11300 { "gtk_tree_view_collapse_row", cast(void**)& gtk_tree_view_collapse_row}, 11268 Symbol( "gtk_tree_view_map_expanded_rows", cast(void**)& gtk_tree_view_map_expanded_rows),
11301 { "gtk_tree_view_expand_row", cast(void**)& gtk_tree_view_expand_row}, 11269 Symbol( "gtk_tree_view_collapse_row", cast(void**)& gtk_tree_view_collapse_row),
11302 { "gtk_tree_view_expand_to_path", cast(void**)& gtk_tree_view_expand_to_path}, 11270 Symbol( "gtk_tree_view_expand_row", cast(void**)& gtk_tree_view_expand_row),
11303 { "gtk_tree_view_collapse_all", cast(void**)& gtk_tree_view_collapse_all}, 11271 Symbol( "gtk_tree_view_expand_to_path", cast(void**)& gtk_tree_view_expand_to_path),
11304 { "gtk_tree_view_expand_all", cast(void**)& gtk_tree_view_expand_all}, 11272 Symbol( "gtk_tree_view_collapse_all", cast(void**)& gtk_tree_view_collapse_all),
11305 { "gtk_tree_view_row_activated", cast(void**)& gtk_tree_view_row_activated}, 11273 Symbol( "gtk_tree_view_expand_all", cast(void**)& gtk_tree_view_expand_all),
11306 { "gtk_tree_view_scroll_to_cell", cast(void**)& gtk_tree_view_scroll_to_cell}, 11274 Symbol( "gtk_tree_view_row_activated", cast(void**)& gtk_tree_view_row_activated),
11307 { "gtk_tree_view_scroll_to_point", cast(void**)& gtk_tree_view_scroll_to_point}, 11275 Symbol( "gtk_tree_view_scroll_to_cell", cast(void**)& gtk_tree_view_scroll_to_cell),
11308 { "gtk_tree_view_set_column_drag_function", cast(void**)& gtk_tree_view_set_column_drag_function}, 11276 Symbol( "gtk_tree_view_scroll_to_point", cast(void**)& gtk_tree_view_scroll_to_point),
11309 { "gtk_tree_view_get_expander_column", cast(void**)& gtk_tree_view_get_expander_column}, 11277 Symbol( "gtk_tree_view_set_column_drag_function", cast(void**)& gtk_tree_view_set_column_drag_function),
11310 { "gtk_tree_view_set_expander_column", cast(void**)& gtk_tree_view_set_expander_column}, 11278 Symbol( "gtk_tree_view_get_expander_column", cast(void**)& gtk_tree_view_get_expander_column),
11311 { "gtk_tree_view_move_column_after", cast(void**)& gtk_tree_view_move_column_after}, 11279 Symbol( "gtk_tree_view_set_expander_column", cast(void**)& gtk_tree_view_set_expander_column),
11312 { "gtk_tree_view_get_columns", cast(void**)& gtk_tree_view_get_columns}, 11280 Symbol( "gtk_tree_view_move_column_after", cast(void**)& gtk_tree_view_move_column_after),
11313 { "gtk_tree_view_get_column", cast(void**)& gtk_tree_view_get_column}, 11281 Symbol( "gtk_tree_view_get_columns", cast(void**)& gtk_tree_view_get_columns),
11314 { "gtk_tree_view_insert_column_with_data_func", cast(void**)& gtk_tree_view_insert_column_with_data_func}, 11282 Symbol( "gtk_tree_view_get_column", cast(void**)& gtk_tree_view_get_column),
11315 { "gtk_tree_view_insert_column_with_attributes", cast(void**)& gtk_tree_view_insert_column_with_attributes}, 11283 Symbol( "gtk_tree_view_insert_column_with_data_func", cast(void**)& gtk_tree_view_insert_column_with_data_func),
11316 { "gtk_tree_view_insert_column", cast(void**)& gtk_tree_view_insert_column}, 11284 Symbol( "gtk_tree_view_insert_column_with_attributes", cast(void**)& gtk_tree_view_insert_column_with_attributes),
11317 { "gtk_tree_view_remove_column", cast(void**)& gtk_tree_view_remove_column}, 11285 Symbol( "gtk_tree_view_insert_column", cast(void**)& gtk_tree_view_insert_column),
11318 { "gtk_tree_view_append_column", cast(void**)& gtk_tree_view_append_column}, 11286 Symbol( "gtk_tree_view_remove_column", cast(void**)& gtk_tree_view_remove_column),
11319 { "gtk_tree_view_get_rules_hint", cast(void**)& gtk_tree_view_get_rules_hint}, 11287 Symbol( "gtk_tree_view_append_column", cast(void**)& gtk_tree_view_append_column),
11320 { "gtk_tree_view_set_rules_hint", cast(void**)& gtk_tree_view_set_rules_hint}, 11288 Symbol( "gtk_tree_view_get_rules_hint", cast(void**)& gtk_tree_view_get_rules_hint),
11321 { "gtk_tree_view_set_headers_clickable", cast(void**)& gtk_tree_view_set_headers_clickable}, 11289 Symbol( "gtk_tree_view_set_rules_hint", cast(void**)& gtk_tree_view_set_rules_hint),
11322 { "gtk_tree_view_get_headers_clickable", cast(void**)& gtk_tree_view_get_headers_clickable}, 11290 Symbol( "gtk_tree_view_set_headers_clickable", cast(void**)& gtk_tree_view_set_headers_clickable),
11323 { "gtk_tree_view_columns_autosize", cast(void**)& gtk_tree_view_columns_autosize}, 11291 Symbol( "gtk_tree_view_get_headers_clickable", cast(void**)& gtk_tree_view_get_headers_clickable),
11324 { "gtk_tree_view_set_headers_visible", cast(void**)& gtk_tree_view_set_headers_visible}, 11292 Symbol( "gtk_tree_view_columns_autosize", cast(void**)& gtk_tree_view_columns_autosize),
11325 { "gtk_tree_view_get_headers_visible", cast(void**)& gtk_tree_view_get_headers_visible}, 11293 Symbol( "gtk_tree_view_set_headers_visible", cast(void**)& gtk_tree_view_set_headers_visible),
11326 { "gtk_tree_view_set_vadjustment", cast(void**)& gtk_tree_view_set_vadjustment}, 11294 Symbol( "gtk_tree_view_get_headers_visible", cast(void**)& gtk_tree_view_get_headers_visible),
11327 { "gtk_tree_view_get_vadjustment", cast(void**)& gtk_tree_view_get_vadjustment}, 11295 Symbol( "gtk_tree_view_set_vadjustment", cast(void**)& gtk_tree_view_set_vadjustment),
11328 { "gtk_tree_view_set_hadjustment", cast(void**)& gtk_tree_view_set_hadjustment}, 11296 Symbol( "gtk_tree_view_get_vadjustment", cast(void**)& gtk_tree_view_get_vadjustment),
11329 { "gtk_tree_view_get_hadjustment", cast(void**)& gtk_tree_view_get_hadjustment}, 11297 Symbol( "gtk_tree_view_set_hadjustment", cast(void**)& gtk_tree_view_set_hadjustment),
11330 { "gtk_tree_view_get_selection", cast(void**)& gtk_tree_view_get_selection}, 11298 Symbol( "gtk_tree_view_get_hadjustment", cast(void**)& gtk_tree_view_get_hadjustment),
11331 { "gtk_tree_view_set_model", cast(void**)& gtk_tree_view_set_model}, 11299 Symbol( "gtk_tree_view_get_selection", cast(void**)& gtk_tree_view_get_selection),
11332 { "gtk_tree_view_get_model", cast(void**)& gtk_tree_view_get_model}, 11300 Symbol( "gtk_tree_view_set_model", cast(void**)& gtk_tree_view_set_model),
11333 { "gtk_tree_view_new_with_model", cast(void**)& gtk_tree_view_new_with_model}, 11301 Symbol( "gtk_tree_view_get_model", cast(void**)& gtk_tree_view_get_model),
11334 { "gtk_tree_view_new", cast(void**)& gtk_tree_view_new}, 11302 Symbol( "gtk_tree_view_new_with_model", cast(void**)& gtk_tree_view_new_with_model),
11335 { "gtk_tree_view_get_type", cast(void**)& gtk_tree_view_get_type}, 11303 Symbol( "gtk_tree_view_new", cast(void**)& gtk_tree_view_new),
11336 { "gtk_entry_set_editable", cast(void**)& gtk_entry_set_editable}, 11304 Symbol( "gtk_tree_view_get_type", cast(void**)& gtk_tree_view_get_type),
11337 { "gtk_entry_select_region", cast(void**)& gtk_entry_select_region}, 11305 Symbol( "gtk_entry_set_editable", cast(void**)& gtk_entry_set_editable),
11338 { "gtk_entry_set_position", cast(void**)& gtk_entry_set_position}, 11306 Symbol( "gtk_entry_select_region", cast(void**)& gtk_entry_select_region),
11339 { "gtk_entry_prepend_text", cast(void**)& gtk_entry_prepend_text}, 11307 Symbol( "gtk_entry_set_position", cast(void**)& gtk_entry_set_position),
11340 { "gtk_entry_append_text", cast(void**)& gtk_entry_append_text}, 11308 Symbol( "gtk_entry_prepend_text", cast(void**)& gtk_entry_prepend_text),
11341 { "gtk_entry_new_with_max_length", cast(void**)& gtk_entry_new_with_max_length}, 11309 Symbol( "gtk_entry_append_text", cast(void**)& gtk_entry_append_text),
11342 { "gtk_entry_get_cursor_hadjustment", cast(void**)& gtk_entry_get_cursor_hadjustment}, 11310 Symbol( "gtk_entry_new_with_max_length", cast(void**)& gtk_entry_new_with_max_length),
11343 { "gtk_entry_set_cursor_hadjustment", cast(void**)& gtk_entry_set_cursor_hadjustment}, 11311 Symbol( "gtk_entry_get_cursor_hadjustment", cast(void**)& gtk_entry_get_cursor_hadjustment),
11344 { "gtk_entry_text_index_to_layout_index", cast(void**)& gtk_entry_text_index_to_layout_index}, 11312 Symbol( "gtk_entry_set_cursor_hadjustment", cast(void**)& gtk_entry_set_cursor_hadjustment),
11345 { "gtk_entry_layout_index_to_text_index", cast(void**)& gtk_entry_layout_index_to_text_index}, 11313 Symbol( "gtk_entry_text_index_to_layout_index", cast(void**)& gtk_entry_text_index_to_layout_index),
11346 { "gtk_entry_get_completion", cast(void**)& gtk_entry_get_completion}, 11314 Symbol( "gtk_entry_layout_index_to_text_index", cast(void**)& gtk_entry_layout_index_to_text_index),
11347 { "gtk_entry_set_completion", cast(void**)& gtk_entry_set_completion}, 11315 Symbol( "gtk_entry_get_completion", cast(void**)& gtk_entry_get_completion),
11348 { "gtk_entry_get_alignment", cast(void**)& gtk_entry_get_alignment}, 11316 Symbol( "gtk_entry_set_completion", cast(void**)& gtk_entry_set_completion),
11349 { "gtk_entry_set_alignment", cast(void**)& gtk_entry_set_alignment}, 11317 Symbol( "gtk_entry_get_alignment", cast(void**)& gtk_entry_get_alignment),
11350 { "gtk_entry_get_layout_offsets", cast(void**)& gtk_entry_get_layout_offsets}, 11318 Symbol( "gtk_entry_set_alignment", cast(void**)& gtk_entry_set_alignment),
11351 { "gtk_entry_get_layout", cast(void**)& gtk_entry_get_layout}, 11319 Symbol( "gtk_entry_get_layout_offsets", cast(void**)& gtk_entry_get_layout_offsets),
11352 { "gtk_entry_get_text", cast(void**)& gtk_entry_get_text}, 11320 Symbol( "gtk_entry_get_layout", cast(void**)& gtk_entry_get_layout),
11353 { "gtk_entry_set_text", cast(void**)& gtk_entry_set_text}, 11321 Symbol( "gtk_entry_get_text", cast(void**)& gtk_entry_get_text),
11354 { "gtk_entry_get_width_chars", cast(void**)& gtk_entry_get_width_chars}, 11322 Symbol( "gtk_entry_set_text", cast(void**)& gtk_entry_set_text),
11355 { "gtk_entry_set_width_chars", cast(void**)& gtk_entry_set_width_chars}, 11323 Symbol( "gtk_entry_get_width_chars", cast(void**)& gtk_entry_get_width_chars),
11356 { "gtk_entry_get_activates_default", cast(void**)& gtk_entry_get_activates_default}, 11324 Symbol( "gtk_entry_set_width_chars", cast(void**)& gtk_entry_set_width_chars),
11357 { "gtk_entry_set_activates_default", cast(void**)& gtk_entry_set_activates_default}, 11325 Symbol( "gtk_entry_get_activates_default", cast(void**)& gtk_entry_get_activates_default),
11358 { "gtk_entry_get_max_length", cast(void**)& gtk_entry_get_max_length}, 11326 Symbol( "gtk_entry_set_activates_default", cast(void**)& gtk_entry_set_activates_default),
11359 { "gtk_entry_set_max_length", cast(void**)& gtk_entry_set_max_length}, 11327 Symbol( "gtk_entry_get_max_length", cast(void**)& gtk_entry_get_max_length),
11360 { "gtk_entry_get_inner_border", cast(void**)& gtk_entry_get_inner_border}, 11328 Symbol( "gtk_entry_set_max_length", cast(void**)& gtk_entry_set_max_length),
11361 { "gtk_entry_set_inner_border", cast(void**)& gtk_entry_set_inner_border}, 11329 Symbol( "gtk_entry_get_inner_border", cast(void**)& gtk_entry_get_inner_border),
11362 { "gtk_entry_get_has_frame", cast(void**)& gtk_entry_get_has_frame}, 11330 Symbol( "gtk_entry_set_inner_border", cast(void**)& gtk_entry_set_inner_border),
11363 { "gtk_entry_set_has_frame", cast(void**)& gtk_entry_set_has_frame}, 11331 Symbol( "gtk_entry_get_has_frame", cast(void**)& gtk_entry_get_has_frame),
11364 { "gtk_entry_get_invisible_char", cast(void**)& gtk_entry_get_invisible_char}, 11332 Symbol( "gtk_entry_set_has_frame", cast(void**)& gtk_entry_set_has_frame),
11365 { "gtk_entry_set_invisible_char", cast(void**)& gtk_entry_set_invisible_char}, 11333 Symbol( "gtk_entry_get_invisible_char", cast(void**)& gtk_entry_get_invisible_char),
11366 { "gtk_entry_get_visibility", cast(void**)& gtk_entry_get_visibility}, 11334 Symbol( "gtk_entry_set_invisible_char", cast(void**)& gtk_entry_set_invisible_char),
11367 { "gtk_entry_set_visibility", cast(void**)& gtk_entry_set_visibility}, 11335 Symbol( "gtk_entry_get_visibility", cast(void**)& gtk_entry_get_visibility),
11368 { "gtk_entry_new", cast(void**)& gtk_entry_new}, 11336 Symbol( "gtk_entry_set_visibility", cast(void**)& gtk_entry_set_visibility),
11369 { "gtk_entry_get_type", cast(void**)& gtk_entry_get_type}, 11337 Symbol( "gtk_entry_new", cast(void**)& gtk_entry_new),
11370 { "gtk_entry_completion_get_text_column", cast(void**)& gtk_entry_completion_get_text_column}, 11338 Symbol( "gtk_entry_get_type", cast(void**)& gtk_entry_get_type),
11371 { "gtk_entry_completion_set_text_column", cast(void**)& gtk_entry_completion_set_text_column}, 11339 Symbol( "gtk_entry_completion_get_text_column", cast(void**)& gtk_entry_completion_get_text_column),
11372 { "gtk_entry_completion_get_completion_prefix", cast(void**)& gtk_entry_completion_get_completion_prefix}, 11340 Symbol( "gtk_entry_completion_set_text_column", cast(void**)& gtk_entry_completion_set_text_column),
11373 { "gtk_entry_completion_get_popup_single_match", cast(void**)& gtk_entry_completion_get_popup_single_match}, 11341 Symbol( "gtk_entry_completion_get_completion_prefix", cast(void**)& gtk_entry_completion_get_completion_prefix),
11374 { "gtk_entry_completion_set_popup_single_match", cast(void**)& gtk_entry_completion_set_popup_single_match}, 11342 Symbol( "gtk_entry_completion_get_popup_single_match", cast(void**)& gtk_entry_completion_get_popup_single_match),
11375 { "gtk_entry_completion_get_popup_set_width", cast(void**)& gtk_entry_completion_get_popup_set_width}, 11343 Symbol( "gtk_entry_completion_set_popup_single_match", cast(void**)& gtk_entry_completion_set_popup_single_match),
11376 { "gtk_entry_completion_set_popup_set_width", cast(void**)& gtk_entry_completion_set_popup_set_width}, 11344 Symbol( "gtk_entry_completion_get_popup_set_width", cast(void**)& gtk_entry_completion_get_popup_set_width),
11377 { "gtk_entry_completion_get_popup_completion", cast(void**)& gtk_entry_completion_get_popup_completion}, 11345 Symbol( "gtk_entry_completion_set_popup_set_width", cast(void**)& gtk_entry_completion_set_popup_set_width),
11378 { "gtk_entry_completion_set_popup_completion", cast(void**)& gtk_entry_completion_set_popup_completion}, 11346 Symbol( "gtk_entry_completion_get_popup_completion", cast(void**)& gtk_entry_completion_get_popup_completion),
11379 { "gtk_entry_completion_get_inline_selection", cast(void**)& gtk_entry_completion_get_inline_selection}, 11347 Symbol( "gtk_entry_completion_set_popup_completion", cast(void**)& gtk_entry_completion_set_popup_completion),
11380 { "gtk_entry_completion_set_inline_selection", cast(void**)& gtk_entry_completion_set_inline_selection}, 11348 Symbol( "gtk_entry_completion_get_inline_selection", cast(void**)& gtk_entry_completion_get_inline_selection),
11381 { "gtk_entry_completion_get_inline_completion", cast(void**)& gtk_entry_completion_get_inline_completion}, 11349 Symbol( "gtk_entry_completion_set_inline_selection", cast(void**)& gtk_entry_completion_set_inline_selection),
11382 { "gtk_entry_completion_set_inline_completion", cast(void**)& gtk_entry_completion_set_inline_completion}, 11350 Symbol( "gtk_entry_completion_get_inline_completion", cast(void**)& gtk_entry_completion_get_inline_completion),
11383 { "gtk_entry_completion_delete_action", cast(void**)& gtk_entry_completion_delete_action}, 11351 Symbol( "gtk_entry_completion_set_inline_completion", cast(void**)& gtk_entry_completion_set_inline_completion),
11384 { "gtk_entry_completion_insert_action_markup", cast(void**)& gtk_entry_completion_insert_action_markup}, 11352 Symbol( "gtk_entry_completion_delete_action", cast(void**)& gtk_entry_completion_delete_action),
11385 { "gtk_entry_completion_insert_action_text", cast(void**)& gtk_entry_completion_insert_action_text}, 11353 Symbol( "gtk_entry_completion_insert_action_markup", cast(void**)& gtk_entry_completion_insert_action_markup),
11386 { "gtk_entry_completion_insert_prefix", cast(void**)& gtk_entry_completion_insert_prefix}, 11354 Symbol( "gtk_entry_completion_insert_action_text", cast(void**)& gtk_entry_completion_insert_action_text),
11387 { "gtk_entry_completion_complete", cast(void**)& gtk_entry_completion_complete}, 11355 Symbol( "gtk_entry_completion_insert_prefix", cast(void**)& gtk_entry_completion_insert_prefix),
11388 { "gtk_entry_completion_get_minimum_key_length", cast(void**)& gtk_entry_completion_get_minimum_key_length}, 11356 Symbol( "gtk_entry_completion_complete", cast(void**)& gtk_entry_completion_complete),
11389 { "gtk_entry_completion_set_minimum_key_length", cast(void**)& gtk_entry_completion_set_minimum_key_length}, 11357 Symbol( "gtk_entry_completion_get_minimum_key_length", cast(void**)& gtk_entry_completion_get_minimum_key_length),
11390 { "gtk_entry_completion_set_match_func", cast(void**)& gtk_entry_completion_set_match_func}, 11358 Symbol( "gtk_entry_completion_set_minimum_key_length", cast(void**)& gtk_entry_completion_set_minimum_key_length),
11391 { "gtk_entry_completion_get_model", cast(void**)& gtk_entry_completion_get_model}, 11359 Symbol( "gtk_entry_completion_set_match_func", cast(void**)& gtk_entry_completion_set_match_func),
11392 { "gtk_entry_completion_set_model", cast(void**)& gtk_entry_completion_set_model}, 11360 Symbol( "gtk_entry_completion_get_model", cast(void**)& gtk_entry_completion_get_model),
11393 { "gtk_entry_completion_get_entry", cast(void**)& gtk_entry_completion_get_entry}, 11361 Symbol( "gtk_entry_completion_set_model", cast(void**)& gtk_entry_completion_set_model),
11394 { "gtk_entry_completion_new", cast(void**)& gtk_entry_completion_new}, 11362 Symbol( "gtk_entry_completion_get_entry", cast(void**)& gtk_entry_completion_get_entry),
11395 { "gtk_entry_completion_get_type", cast(void**)& gtk_entry_completion_get_type}, 11363 Symbol( "gtk_entry_completion_new", cast(void**)& gtk_entry_completion_new),
11396 { "gtk_tree_model_filter_clear_cache", cast(void**)& gtk_tree_model_filter_clear_cache}, 11364 Symbol( "gtk_entry_completion_get_type", cast(void**)& gtk_entry_completion_get_type),
11397 { "gtk_tree_model_filter_refilter", cast(void**)& gtk_tree_model_filter_refilter}, 11365 Symbol( "gtk_tree_model_filter_clear_cache", cast(void**)& gtk_tree_model_filter_clear_cache),
11398 { "gtk_tree_model_filter_convert_path_to_child_path", cast(void**)& gtk_tree_model_filter_convert_path_to_child_path}, 11366 Symbol( "gtk_tree_model_filter_refilter", cast(void**)& gtk_tree_model_filter_refilter),
11399 { "gtk_tree_model_filter_convert_child_path_to_path", cast(void**)& gtk_tree_model_filter_convert_child_path_to_path}, 11367 Symbol( "gtk_tree_model_filter_convert_path_to_child_path", cast(void**)& gtk_tree_model_filter_convert_path_to_child_path),
11400 { "gtk_tree_model_filter_convert_iter_to_child_iter", cast(void**)& gtk_tree_model_filter_convert_iter_to_child_iter}, 11368 Symbol( "gtk_tree_model_filter_convert_child_path_to_path", cast(void**)& gtk_tree_model_filter_convert_child_path_to_path),
11401 { "gtk_tree_model_filter_convert_child_iter_to_iter", cast(void**)& gtk_tree_model_filter_convert_child_iter_to_iter}, 11369 Symbol( "gtk_tree_model_filter_convert_iter_to_child_iter", cast(void**)& gtk_tree_model_filter_convert_iter_to_child_iter),
11402 { "gtk_tree_model_filter_get_model", cast(void**)& gtk_tree_model_filter_get_model}, 11370 Symbol( "gtk_tree_model_filter_convert_child_iter_to_iter", cast(void**)& gtk_tree_model_filter_convert_child_iter_to_iter),
11403 { "gtk_tree_model_filter_set_visible_column", cast(void**)& gtk_tree_model_filter_set_visible_column}, 11371 Symbol( "gtk_tree_model_filter_get_model", cast(void**)& gtk_tree_model_filter_get_model),
11404 { "gtk_tree_model_filter_set_modify_func", cast(void**)& gtk_tree_model_filter_set_modify_func}, 11372 Symbol( "gtk_tree_model_filter_set_visible_column", cast(void**)& gtk_tree_model_filter_set_visible_column),
11405 { "gtk_tree_model_filter_set_visible_func", cast(void**)& gtk_tree_model_filter_set_visible_func}, 11373 Symbol( "gtk_tree_model_filter_set_modify_func", cast(void**)& gtk_tree_model_filter_set_modify_func),
11406 { "gtk_tree_model_filter_new", cast(void**)& gtk_tree_model_filter_new}, 11374 Symbol( "gtk_tree_model_filter_set_visible_func", cast(void**)& gtk_tree_model_filter_set_visible_func),
11407 { "gtk_tree_model_filter_get_type", cast(void**)& gtk_tree_model_filter_get_type}, 11375 Symbol( "gtk_tree_model_filter_new", cast(void**)& gtk_tree_model_filter_new),
11408 { "gtk_list_store_move_before", cast(void**)& gtk_list_store_move_before}, 11376 Symbol( "gtk_tree_model_filter_get_type", cast(void**)& gtk_tree_model_filter_get_type),
11409 { "gtk_list_store_move_after", cast(void**)& gtk_list_store_move_after}, 11377 Symbol( "gtk_list_store_move_before", cast(void**)& gtk_list_store_move_before),
11410 { "gtk_list_store_swap", cast(void**)& gtk_list_store_swap}, 11378 Symbol( "gtk_list_store_move_after", cast(void**)& gtk_list_store_move_after),
11411 { "gtk_list_store_reorder", cast(void**)& gtk_list_store_reorder}, 11379 Symbol( "gtk_list_store_swap", cast(void**)& gtk_list_store_swap),
11412 { "gtk_list_store_iter_is_valid", cast(void**)& gtk_list_store_iter_is_valid}, 11380 Symbol( "gtk_list_store_reorder", cast(void**)& gtk_list_store_reorder),
11413 { "gtk_list_store_clear", cast(void**)& gtk_list_store_clear}, 11381 Symbol( "gtk_list_store_iter_is_valid", cast(void**)& gtk_list_store_iter_is_valid),
11414 { "gtk_list_store_append", cast(void**)& gtk_list_store_append}, 11382 Symbol( "gtk_list_store_clear", cast(void**)& gtk_list_store_clear),
11415 { "gtk_list_store_prepend", cast(void**)& gtk_list_store_prepend}, 11383 Symbol( "gtk_list_store_append", cast(void**)& gtk_list_store_append),
11416 { "gtk_list_store_insert_with_valuesv", cast(void**)& gtk_list_store_insert_with_valuesv}, 11384 Symbol( "gtk_list_store_prepend", cast(void**)& gtk_list_store_prepend),
11417 { "gtk_list_store_insert_with_values", cast(void**)& gtk_list_store_insert_with_values}, 11385 Symbol( "gtk_list_store_insert_with_valuesv", cast(void**)& gtk_list_store_insert_with_valuesv),
11418 { "gtk_list_store_insert_after", cast(void**)& gtk_list_store_insert_after}, 11386 Symbol( "gtk_list_store_insert_with_values", cast(void**)& gtk_list_store_insert_with_values),
11419 { "gtk_list_store_insert_before", cast(void**)& gtk_list_store_insert_before}, 11387 Symbol( "gtk_list_store_insert_after", cast(void**)& gtk_list_store_insert_after),
11420 { "gtk_list_store_insert", cast(void**)& gtk_list_store_insert}, 11388 Symbol( "gtk_list_store_insert_before", cast(void**)& gtk_list_store_insert_before),
11421 { "gtk_list_store_remove", cast(void**)& gtk_list_store_remove}, 11389 Symbol( "gtk_list_store_insert", cast(void**)& gtk_list_store_insert),
11422 { "gtk_list_store_set_valist", cast(void**)& gtk_list_store_set_valist}, 11390 Symbol( "gtk_list_store_remove", cast(void**)& gtk_list_store_remove),
11423 { "gtk_list_store_set_valuesv", cast(void**)& gtk_list_store_set_valuesv}, 11391 Symbol( "gtk_list_store_set_valist", cast(void**)& gtk_list_store_set_valist),
11424 { "gtk_list_store_set", cast(void**)& gtk_list_store_set}, 11392 Symbol( "gtk_list_store_set_valuesv", cast(void**)& gtk_list_store_set_valuesv),
11425 { "gtk_list_store_set_value", cast(void**)& gtk_list_store_set_value}, 11393 Symbol( "gtk_list_store_set", cast(void**)& gtk_list_store_set),
11426 { "gtk_list_store_set_column_types", cast(void**)& gtk_list_store_set_column_types}, 11394 Symbol( "gtk_list_store_set_value", cast(void**)& gtk_list_store_set_value),
11427 { "gtk_list_store_newv", cast(void**)& gtk_list_store_newv}, 11395 Symbol( "gtk_list_store_set_column_types", cast(void**)& gtk_list_store_set_column_types),
11428 { "gtk_list_store_new", cast(void**)& gtk_list_store_new}, 11396 Symbol( "gtk_list_store_newv", cast(void**)& gtk_list_store_newv),
11429 { "gtk_list_store_get_type", cast(void**)& gtk_list_store_get_type}, 11397 Symbol( "gtk_list_store_new", cast(void**)& gtk_list_store_new),
11430 { "gtk_im_context_delete_surrounding", cast(void**)& gtk_im_context_delete_surrounding}, 11398 Symbol( "gtk_list_store_get_type", cast(void**)& gtk_list_store_get_type),
11431 { "gtk_im_context_get_surrounding", cast(void**)& gtk_im_context_get_surrounding}, 11399 Symbol( "gtk_im_context_delete_surrounding", cast(void**)& gtk_im_context_delete_surrounding),
11432 { "gtk_im_context_set_surrounding", cast(void**)& gtk_im_context_set_surrounding}, 11400 Symbol( "gtk_im_context_get_surrounding", cast(void**)& gtk_im_context_get_surrounding),
11433 { "gtk_im_context_set_use_preedit", cast(void**)& gtk_im_context_set_use_preedit}, 11401 Symbol( "gtk_im_context_set_surrounding", cast(void**)& gtk_im_context_set_surrounding),
11434 { "gtk_im_context_set_cursor_location", cast(void**)& gtk_im_context_set_cursor_location}, 11402 Symbol( "gtk_im_context_set_use_preedit", cast(void**)& gtk_im_context_set_use_preedit),
11435 { "gtk_im_context_reset", cast(void**)& gtk_im_context_reset}, 11403 Symbol( "gtk_im_context_set_cursor_location", cast(void**)& gtk_im_context_set_cursor_location),
11436 { "gtk_im_context_focus_out", cast(void**)& gtk_im_context_focus_out}, 11404 Symbol( "gtk_im_context_reset", cast(void**)& gtk_im_context_reset),
11437 { "gtk_im_context_focus_in", cast(void**)& gtk_im_context_focus_in}, 11405 Symbol( "gtk_im_context_focus_out", cast(void**)& gtk_im_context_focus_out),
11438 { "gtk_im_context_filter_keypress", cast(void**)& gtk_im_context_filter_keypress}, 11406 Symbol( "gtk_im_context_focus_in", cast(void**)& gtk_im_context_focus_in),
11439 { "gtk_im_context_get_preedit_string", cast(void**)& gtk_im_context_get_preedit_string}, 11407 Symbol( "gtk_im_context_filter_keypress", cast(void**)& gtk_im_context_filter_keypress),
11440 { "gtk_im_context_set_client_window", cast(void**)& gtk_im_context_set_client_window}, 11408 Symbol( "gtk_im_context_get_preedit_string", cast(void**)& gtk_im_context_get_preedit_string),
11441 { "gtk_im_context_get_type", cast(void**)& gtk_im_context_get_type}, 11409 Symbol( "gtk_im_context_set_client_window", cast(void**)& gtk_im_context_set_client_window),
11442 { "gtk_editable_get_editable", cast(void**)& gtk_editable_get_editable}, 11410 Symbol( "gtk_im_context_get_type", cast(void**)& gtk_im_context_get_type),
11443 { "gtk_editable_set_editable", cast(void**)& gtk_editable_set_editable}, 11411 Symbol( "gtk_editable_get_editable", cast(void**)& gtk_editable_get_editable),
11444 { "gtk_editable_get_position", cast(void**)& gtk_editable_get_position}, 11412 Symbol( "gtk_editable_set_editable", cast(void**)& gtk_editable_set_editable),
11445 { "gtk_editable_set_position", cast(void**)& gtk_editable_set_position}, 11413 Symbol( "gtk_editable_get_position", cast(void**)& gtk_editable_get_position),
11446 { "gtk_editable_delete_selection", cast(void**)& gtk_editable_delete_selection}, 11414 Symbol( "gtk_editable_set_position", cast(void**)& gtk_editable_set_position),
11447 { "gtk_editable_paste_clipboard", cast(void**)& gtk_editable_paste_clipboard}, 11415 Symbol( "gtk_editable_delete_selection", cast(void**)& gtk_editable_delete_selection),
11448 { "gtk_editable_copy_clipboard", cast(void**)& gtk_editable_copy_clipboard}, 11416 Symbol( "gtk_editable_paste_clipboard", cast(void**)& gtk_editable_paste_clipboard),
11449 { "gtk_editable_cut_clipboard", cast(void**)& gtk_editable_cut_clipboard}, 11417 Symbol( "gtk_editable_copy_clipboard", cast(void**)& gtk_editable_copy_clipboard),
11450 { "gtk_editable_get_chars", cast(void**)& gtk_editable_get_chars}, 11418 Symbol( "gtk_editable_cut_clipboard", cast(void**)& gtk_editable_cut_clipboard),
11451 { "gtk_editable_delete_text", cast(void**)& gtk_editable_delete_text}, 11419 Symbol( "gtk_editable_get_chars", cast(void**)& gtk_editable_get_chars),
11452 { "gtk_editable_insert_text", cast(void**)& gtk_editable_insert_text}, 11420 Symbol( "gtk_editable_delete_text", cast(void**)& gtk_editable_delete_text),
11453 { "gtk_editable_get_selection_bounds", cast(void**)& gtk_editable_get_selection_bounds}, 11421 Symbol( "gtk_editable_insert_text", cast(void**)& gtk_editable_insert_text),
11454 { "gtk_editable_select_region", cast(void**)& gtk_editable_select_region}, 11422 Symbol( "gtk_editable_get_selection_bounds", cast(void**)& gtk_editable_get_selection_bounds),
11455 { "gtk_editable_get_type", cast(void**)& gtk_editable_get_type}, 11423 Symbol( "gtk_editable_select_region", cast(void**)& gtk_editable_select_region),
11456 { "gtk_drag_set_default_icon", cast(void**)& gtk_drag_set_default_icon}, 11424 Symbol( "gtk_editable_get_type", cast(void**)& gtk_editable_get_type),
11457 // { "_gtk_drag_dest_handle_event", cast(void**)& _gtk_drag_dest_handle_event}, 11425 Symbol( "gtk_drag_set_default_icon", cast(void**)& gtk_drag_set_default_icon),
11458 // { "_gtk_drag_source_handle_event", cast(void**)& _gtk_drag_source_handle_event}, 11426 // Symbol( "_gtk_drag_dest_handle_event", cast(void**)& _gtk_drag_dest_handle_event),
11459 { "gtk_drag_check_threshold", cast(void**)& gtk_drag_check_threshold}, 11427 // Symbol( "_gtk_drag_source_handle_event", cast(void**)& _gtk_drag_source_handle_event),
11460 { "gtk_drag_set_icon_default", cast(void**)& gtk_drag_set_icon_default}, 11428 Symbol( "gtk_drag_check_threshold", cast(void**)& gtk_drag_check_threshold),
11461 { "gtk_drag_set_icon_name", cast(void**)& gtk_drag_set_icon_name}, 11429 Symbol( "gtk_drag_set_icon_default", cast(void**)& gtk_drag_set_icon_default),
11462 { "gtk_drag_set_icon_stock", cast(void**)& gtk_drag_set_icon_stock}, 11430 Symbol( "gtk_drag_set_icon_name", cast(void**)& gtk_drag_set_icon_name),
11463 { "gtk_drag_set_icon_pixbuf", cast(void**)& gtk_drag_set_icon_pixbuf}, 11431 Symbol( "gtk_drag_set_icon_stock", cast(void**)& gtk_drag_set_icon_stock),
11464 { "gtk_drag_set_icon_pixmap", cast(void**)& gtk_drag_set_icon_pixmap}, 11432 Symbol( "gtk_drag_set_icon_pixbuf", cast(void**)& gtk_drag_set_icon_pixbuf),
11465 { "gtk_drag_set_icon_widget", cast(void**)& gtk_drag_set_icon_widget}, 11433 Symbol( "gtk_drag_set_icon_pixmap", cast(void**)& gtk_drag_set_icon_pixmap),
11466 { "gtk_drag_begin", cast(void**)& gtk_drag_begin}, 11434 Symbol( "gtk_drag_set_icon_widget", cast(void**)& gtk_drag_set_icon_widget),
11467 { "gtk_drag_source_set_icon_name", cast(void**)& gtk_drag_source_set_icon_name}, 11435 Symbol( "gtk_drag_begin", cast(void**)& gtk_drag_begin),
11468 { "gtk_drag_source_set_icon_stock", cast(void**)& gtk_drag_source_set_icon_stock}, 11436 Symbol( "gtk_drag_source_set_icon_name", cast(void**)& gtk_drag_source_set_icon_name),
11469 { "gtk_drag_source_set_icon_pixbuf", cast(void**)& gtk_drag_source_set_icon_pixbuf}, 11437 Symbol( "gtk_drag_source_set_icon_stock", cast(void**)& gtk_drag_source_set_icon_stock),
11470 { "gtk_drag_source_set_icon", cast(void**)& gtk_drag_source_set_icon}, 11438 Symbol( "gtk_drag_source_set_icon_pixbuf", cast(void**)& gtk_drag_source_set_icon_pixbuf),
11471 { "gtk_drag_source_add_uri_targets", cast(void**)& gtk_drag_source_add_uri_targets}, 11439 Symbol( "gtk_drag_source_set_icon", cast(void**)& gtk_drag_source_set_icon),
11472 { "gtk_drag_source_add_image_targets", cast(void**)& gtk_drag_source_add_image_targets}, 11440 Symbol( "gtk_drag_source_add_uri_targets", cast(void**)& gtk_drag_source_add_uri_targets),
11473 { "gtk_drag_source_add_text_targets", cast(void**)& gtk_drag_source_add_text_targets}, 11441 Symbol( "gtk_drag_source_add_image_targets", cast(void**)& gtk_drag_source_add_image_targets),
11474 { "gtk_drag_source_set_target_list", cast(void**)& gtk_drag_source_set_target_list}, 11442 Symbol( "gtk_drag_source_add_text_targets", cast(void**)& gtk_drag_source_add_text_targets),
11475 { "gtk_drag_source_get_target_list", cast(void**)& gtk_drag_source_get_target_list}, 11443 Symbol( "gtk_drag_source_set_target_list", cast(void**)& gtk_drag_source_set_target_list),
11476 { "gtk_drag_source_unset", cast(void**)& gtk_drag_source_unset}, 11444 Symbol( "gtk_drag_source_get_target_list", cast(void**)& gtk_drag_source_get_target_list),
11477 { "gtk_drag_source_set", cast(void**)& gtk_drag_source_set}, 11445 Symbol( "gtk_drag_source_unset", cast(void**)& gtk_drag_source_unset),
11478 { "gtk_drag_dest_get_track_motion", cast(void**)& gtk_drag_dest_get_track_motion}, 11446 Symbol( "gtk_drag_source_set", cast(void**)& gtk_drag_source_set),
11479 { "gtk_drag_dest_set_track_motion", cast(void**)& gtk_drag_dest_set_track_motion}, 11447 Symbol( "gtk_drag_dest_get_track_motion", cast(void**)& gtk_drag_dest_get_track_motion),
11480 { "gtk_drag_dest_add_uri_targets", cast(void**)& gtk_drag_dest_add_uri_targets}, 11448 Symbol( "gtk_drag_dest_set_track_motion", cast(void**)& gtk_drag_dest_set_track_motion),
11481 { "gtk_drag_dest_add_image_targets", cast(void**)& gtk_drag_dest_add_image_targets}, 11449 Symbol( "gtk_drag_dest_add_uri_targets", cast(void**)& gtk_drag_dest_add_uri_targets),
11482 { "gtk_drag_dest_add_text_targets", cast(void**)& gtk_drag_dest_add_text_targets}, 11450 Symbol( "gtk_drag_dest_add_image_targets", cast(void**)& gtk_drag_dest_add_image_targets),
11483 { "gtk_drag_dest_set_target_list", cast(void**)& gtk_drag_dest_set_target_list}, 11451 Symbol( "gtk_drag_dest_add_text_targets", cast(void**)& gtk_drag_dest_add_text_targets),
11484 { "gtk_drag_dest_get_target_list", cast(void**)& gtk_drag_dest_get_target_list}, 11452 Symbol( "gtk_drag_dest_set_target_list", cast(void**)& gtk_drag_dest_set_target_list),
11485 { "gtk_drag_dest_find_target", cast(void**)& gtk_drag_dest_find_target}, 11453 Symbol( "gtk_drag_dest_get_target_list", cast(void**)& gtk_drag_dest_get_target_list),
11486 { "gtk_drag_dest_unset", cast(void**)& gtk_drag_dest_unset}, 11454 Symbol( "gtk_drag_dest_find_target", cast(void**)& gtk_drag_dest_find_target),
11487 { "gtk_drag_dest_set_proxy", cast(void**)& gtk_drag_dest_set_proxy}, 11455 Symbol( "gtk_drag_dest_unset", cast(void**)& gtk_drag_dest_unset),
11488 { "gtk_drag_dest_set", cast(void**)& gtk_drag_dest_set}, 11456 Symbol( "gtk_drag_dest_set_proxy", cast(void**)& gtk_drag_dest_set_proxy),
11489 { "gtk_drag_unhighlight", cast(void**)& gtk_drag_unhighlight}, 11457 Symbol( "gtk_drag_dest_set", cast(void**)& gtk_drag_dest_set),
11490 { "gtk_drag_highlight", cast(void**)& gtk_drag_highlight}, 11458 Symbol( "gtk_drag_unhighlight", cast(void**)& gtk_drag_unhighlight),
11491 { "gtk_drag_get_source_widget", cast(void**)& gtk_drag_get_source_widget}, 11459 Symbol( "gtk_drag_highlight", cast(void**)& gtk_drag_highlight),
11492 { "gtk_drag_finish", cast(void**)& gtk_drag_finish}, 11460 Symbol( "gtk_drag_get_source_widget", cast(void**)& gtk_drag_get_source_widget),
11493 { "gtk_drag_get_data", cast(void**)& gtk_drag_get_data}, 11461 Symbol( "gtk_drag_finish", cast(void**)& gtk_drag_finish),
11494 { "gtk_combo_disable_activate", cast(void**)& gtk_combo_disable_activate}, 11462 Symbol( "gtk_drag_get_data", cast(void**)& gtk_drag_get_data),
11495 { "gtk_combo_set_popdown_strings", cast(void**)& gtk_combo_set_popdown_strings}, 11463 Symbol( "gtk_combo_disable_activate", cast(void**)& gtk_combo_disable_activate),
11496 { "gtk_combo_set_item_string", cast(void**)& gtk_combo_set_item_string}, 11464 Symbol( "gtk_combo_set_popdown_strings", cast(void**)& gtk_combo_set_popdown_strings),
11497 { "gtk_combo_set_case_sensitive", cast(void**)& gtk_combo_set_case_sensitive}, 11465 Symbol( "gtk_combo_set_item_string", cast(void**)& gtk_combo_set_item_string),
11498 { "gtk_combo_set_use_arrows_always", cast(void**)& gtk_combo_set_use_arrows_always}, 11466 Symbol( "gtk_combo_set_case_sensitive", cast(void**)& gtk_combo_set_case_sensitive),
11499 { "gtk_combo_set_use_arrows", cast(void**)& gtk_combo_set_use_arrows}, 11467 Symbol( "gtk_combo_set_use_arrows_always", cast(void**)& gtk_combo_set_use_arrows_always),
11500 { "gtk_combo_set_value_in_list", cast(void**)& gtk_combo_set_value_in_list}, 11468 Symbol( "gtk_combo_set_use_arrows", cast(void**)& gtk_combo_set_use_arrows),
11501 { "gtk_combo_new", cast(void**)& gtk_combo_new}, 11469 Symbol( "gtk_combo_set_value_in_list", cast(void**)& gtk_combo_set_value_in_list),
11502 { "gtk_combo_get_type", cast(void**)& gtk_combo_get_type}, 11470 Symbol( "gtk_combo_new", cast(void**)& gtk_combo_new),
11503 { "gtk_hbox_new", cast(void**)& gtk_hbox_new}, 11471 Symbol( "gtk_combo_get_type", cast(void**)& gtk_combo_get_type),
11504 { "gtk_hbox_get_type", cast(void**)& gtk_hbox_get_type}, 11472 Symbol( "gtk_hbox_new", cast(void**)& gtk_hbox_new),
11505 { "gtk_color_selection_dialog_new", cast(void**)& gtk_color_selection_dialog_new}, 11473 Symbol( "gtk_hbox_get_type", cast(void**)& gtk_hbox_get_type),
11506 { "gtk_color_selection_dialog_get_type", cast(void**)& gtk_color_selection_dialog_get_type}, 11474 Symbol( "gtk_color_selection_dialog_new", cast(void**)& gtk_color_selection_dialog_new),
11507 { "gtk_color_selection_set_update_policy", cast(void**)& gtk_color_selection_set_update_policy}, 11475 Symbol( "gtk_color_selection_dialog_get_type", cast(void**)& gtk_color_selection_dialog_get_type),
11508 { "gtk_color_selection_get_color", cast(void**)& gtk_color_selection_get_color}, 11476 Symbol( "gtk_color_selection_set_update_policy", cast(void**)& gtk_color_selection_set_update_policy),
11509 { "gtk_color_selection_set_color", cast(void**)& gtk_color_selection_set_color}, 11477 Symbol( "gtk_color_selection_get_color", cast(void**)& gtk_color_selection_get_color),
11510 { "gtk_color_selection_set_change_palette_with_screen_hook", cast(void**)& gtk_color_selection_set_change_palette_with_screen_hook}, 11478 Symbol( "gtk_color_selection_set_color", cast(void**)& gtk_color_selection_set_color),
11511 { "gtk_color_selection_set_change_palette_hook", cast(void**)& gtk_color_selection_set_change_palette_hook}, 11479 Symbol( "gtk_color_selection_set_change_palette_with_screen_hook", cast(void**)& gtk_color_selection_set_change_palette_with_screen_hook),
11512 { "gtk_color_selection_palette_to_string", cast(void**)& gtk_color_selection_palette_to_string}, 11480 Symbol( "gtk_color_selection_set_change_palette_hook", cast(void**)& gtk_color_selection_set_change_palette_hook),
11513 { "gtk_color_selection_palette_from_string", cast(void**)& gtk_color_selection_palette_from_string}, 11481 Symbol( "gtk_color_selection_palette_to_string", cast(void**)& gtk_color_selection_palette_to_string),
11514 { "gtk_color_selection_is_adjusting", cast(void**)& gtk_color_selection_is_adjusting}, 11482 Symbol( "gtk_color_selection_palette_from_string", cast(void**)& gtk_color_selection_palette_from_string),
11515 { "gtk_color_selection_get_previous_alpha", cast(void**)& gtk_color_selection_get_previous_alpha}, 11483 Symbol( "gtk_color_selection_is_adjusting", cast(void**)& gtk_color_selection_is_adjusting),
11516 { "gtk_color_selection_get_previous_color", cast(void**)& gtk_color_selection_get_previous_color}, 11484 Symbol( "gtk_color_selection_get_previous_alpha", cast(void**)& gtk_color_selection_get_previous_alpha),
11517 { "gtk_color_selection_set_previous_alpha", cast(void**)& gtk_color_selection_set_previous_alpha}, 11485 Symbol( "gtk_color_selection_get_previous_color", cast(void**)& gtk_color_selection_get_previous_color),
11518 { "gtk_color_selection_set_previous_color", cast(void**)& gtk_color_selection_set_previous_color}, 11486 Symbol( "gtk_color_selection_set_previous_alpha", cast(void**)& gtk_color_selection_set_previous_alpha),
11519 { "gtk_color_selection_get_current_alpha", cast(void**)& gtk_color_selection_get_current_alpha}, 11487 Symbol( "gtk_color_selection_set_previous_color", cast(void**)& gtk_color_selection_set_previous_color),
11520 { "gtk_color_selection_get_current_color", cast(void**)& gtk_color_selection_get_current_color}, 11488 Symbol( "gtk_color_selection_get_current_alpha", cast(void**)& gtk_color_selection_get_current_alpha),
11521 { "gtk_color_selection_set_current_alpha", cast(void**)& gtk_color_selection_set_current_alpha}, 11489 Symbol( "gtk_color_selection_get_current_color", cast(void**)& gtk_color_selection_get_current_color),
11522 { "gtk_color_selection_set_current_color", cast(void**)& gtk_color_selection_set_current_color}, 11490 Symbol( "gtk_color_selection_set_current_alpha", cast(void**)& gtk_color_selection_set_current_alpha),
11523 { "gtk_color_selection_set_has_palette", cast(void**)& gtk_color_selection_set_has_palette}, 11491 Symbol( "gtk_color_selection_set_current_color", cast(void**)& gtk_color_selection_set_current_color),
11524 { "gtk_color_selection_get_has_palette", cast(void**)& gtk_color_selection_get_has_palette}, 11492 Symbol( "gtk_color_selection_set_has_palette", cast(void**)& gtk_color_selection_set_has_palette),
11525 { "gtk_color_selection_set_has_opacity_control", cast(void**)& gtk_color_selection_set_has_opacity_control}, 11493 Symbol( "gtk_color_selection_get_has_palette", cast(void**)& gtk_color_selection_get_has_palette),
11526 { "gtk_color_selection_get_has_opacity_control", cast(void**)& gtk_color_selection_get_has_opacity_control}, 11494 Symbol( "gtk_color_selection_set_has_opacity_control", cast(void**)& gtk_color_selection_set_has_opacity_control),
11527 { "gtk_color_selection_new", cast(void**)& gtk_color_selection_new}, 11495 Symbol( "gtk_color_selection_get_has_opacity_control", cast(void**)& gtk_color_selection_get_has_opacity_control),
11528 { "gtk_color_selection_get_type", cast(void**)& gtk_color_selection_get_type}, 11496 Symbol( "gtk_color_selection_new", cast(void**)& gtk_color_selection_new),
11529 { "gtk_vbox_new", cast(void**)& gtk_vbox_new}, 11497 Symbol( "gtk_color_selection_get_type", cast(void**)& gtk_color_selection_get_type),
11530 { "gtk_vbox_get_type", cast(void**)& gtk_vbox_get_type}, 11498 Symbol( "gtk_vbox_new", cast(void**)& gtk_vbox_new),
11531 { "gtk_color_button_get_title", cast(void**)& gtk_color_button_get_title}, 11499 Symbol( "gtk_vbox_get_type", cast(void**)& gtk_vbox_get_type),
11532 { "gtk_color_button_set_title", cast(void**)& gtk_color_button_set_title}, 11500 Symbol( "gtk_color_button_get_title", cast(void**)& gtk_color_button_get_title),
11533 { "gtk_color_button_get_use_alpha", cast(void**)& gtk_color_button_get_use_alpha}, 11501 Symbol( "gtk_color_button_set_title", cast(void**)& gtk_color_button_set_title),
11534 { "gtk_color_button_set_use_alpha", cast(void**)& gtk_color_button_set_use_alpha}, 11502 Symbol( "gtk_color_button_get_use_alpha", cast(void**)& gtk_color_button_get_use_alpha),
11535 { "gtk_color_button_get_alpha", cast(void**)& gtk_color_button_get_alpha}, 11503 Symbol( "gtk_color_button_set_use_alpha", cast(void**)& gtk_color_button_set_use_alpha),
11536 { "gtk_color_button_get_color", cast(void**)& gtk_color_button_get_color}, 11504 Symbol( "gtk_color_button_get_alpha", cast(void**)& gtk_color_button_get_alpha),
11537 { "gtk_color_button_set_alpha", cast(void**)& gtk_color_button_set_alpha}, 11505 Symbol( "gtk_color_button_get_color", cast(void**)& gtk_color_button_get_color),
11538 { "gtk_color_button_set_color", cast(void**)& gtk_color_button_set_color}, 11506 Symbol( "gtk_color_button_set_alpha", cast(void**)& gtk_color_button_set_alpha),
11539 { "gtk_color_button_new_with_color", cast(void**)& gtk_color_button_new_with_color}, 11507 Symbol( "gtk_color_button_set_color", cast(void**)& gtk_color_button_set_color),
11540 { "gtk_color_button_new", cast(void**)& gtk_color_button_new}, 11508 Symbol( "gtk_color_button_new_with_color", cast(void**)& gtk_color_button_new_with_color),
11541 { "gtk_color_button_get_type", cast(void**)& gtk_color_button_get_type}, 11509 Symbol( "gtk_color_button_new", cast(void**)& gtk_color_button_new),
11542 // { "_gtk_clist_create_cell_layout", cast(void**)& _gtk_clist_create_cell_layout}, 11510 Symbol( "gtk_color_button_get_type", cast(void**)& gtk_color_button_get_type),
11543 { "gtk_clist_set_auto_sort", cast(void**)& gtk_clist_set_auto_sort}, 11511 // Symbol( "_gtk_clist_create_cell_layout", cast(void**)& _gtk_clist_create_cell_layout),
11544 { "gtk_clist_sort", cast(void**)& gtk_clist_sort}, 11512 Symbol( "gtk_clist_set_auto_sort", cast(void**)& gtk_clist_set_auto_sort),
11545 { "gtk_clist_set_sort_type", cast(void**)& gtk_clist_set_sort_type}, 11513 Symbol( "gtk_clist_sort", cast(void**)& gtk_clist_sort),
11546 { "gtk_clist_set_sort_column", cast(void**)& gtk_clist_set_sort_column}, 11514 Symbol( "gtk_clist_set_sort_type", cast(void**)& gtk_clist_set_sort_type),
11547 { "gtk_clist_set_compare_func", cast(void**)& gtk_clist_set_compare_func}, 11515 Symbol( "gtk_clist_set_sort_column", cast(void**)& gtk_clist_set_sort_column),
11548 { "gtk_clist_row_move", cast(void**)& gtk_clist_row_move}, 11516 Symbol( "gtk_clist_set_compare_func", cast(void**)& gtk_clist_set_compare_func),
11549 { "gtk_clist_swap_rows", cast(void**)& gtk_clist_swap_rows}, 11517 Symbol( "gtk_clist_row_move", cast(void**)& gtk_clist_row_move),
11550 { "gtk_clist_unselect_all", cast(void**)& gtk_clist_unselect_all}, 11518 Symbol( "gtk_clist_swap_rows", cast(void**)& gtk_clist_swap_rows),
11551 { "gtk_clist_select_all", cast(void**)& gtk_clist_select_all}, 11519 Symbol( "gtk_clist_unselect_all", cast(void**)& gtk_clist_unselect_all),
11552 { "gtk_clist_get_selection_info", cast(void**)& gtk_clist_get_selection_info}, 11520 Symbol( "gtk_clist_select_all", cast(void**)& gtk_clist_select_all),
11553 { "gtk_clist_clear", cast(void**)& gtk_clist_clear}, 11521 Symbol( "gtk_clist_get_selection_info", cast(void**)& gtk_clist_get_selection_info),
11554 { "gtk_clist_undo_selection", cast(void**)& gtk_clist_undo_selection}, 11522 Symbol( "gtk_clist_clear", cast(void**)& gtk_clist_clear),
11555 { "gtk_clist_unselect_row", cast(void**)& gtk_clist_unselect_row}, 11523 Symbol( "gtk_clist_undo_selection", cast(void**)& gtk_clist_undo_selection),
11556 { "gtk_clist_select_row", cast(void**)& gtk_clist_select_row}, 11524 Symbol( "gtk_clist_unselect_row", cast(void**)& gtk_clist_unselect_row),
11557 { "gtk_clist_find_row_from_data", cast(void**)& gtk_clist_find_row_from_data}, 11525 Symbol( "gtk_clist_select_row", cast(void**)& gtk_clist_select_row),
11558 { "gtk_clist_get_row_data", cast(void**)& gtk_clist_get_row_data}, 11526 Symbol( "gtk_clist_find_row_from_data", cast(void**)& gtk_clist_find_row_from_data),
11559 { "gtk_clist_set_row_data_full", cast(void**)& gtk_clist_set_row_data_full}, 11527 Symbol( "gtk_clist_get_row_data", cast(void**)& gtk_clist_get_row_data),
11560 { "gtk_clist_set_row_data", cast(void**)& gtk_clist_set_row_data}, 11528 Symbol( "gtk_clist_set_row_data_full", cast(void**)& gtk_clist_set_row_data_full),
11561 { "gtk_clist_remove", cast(void**)& gtk_clist_remove}, 11529 Symbol( "gtk_clist_set_row_data", cast(void**)& gtk_clist_set_row_data),
11562 { "gtk_clist_insert", cast(void**)& gtk_clist_insert}, 11530 Symbol( "gtk_clist_remove", cast(void**)& gtk_clist_remove),
11563 { "gtk_clist_append", cast(void**)& gtk_clist_append}, 11531 Symbol( "gtk_clist_insert", cast(void**)& gtk_clist_insert),
11564 { "gtk_clist_prepend", cast(void**)& gtk_clist_prepend}, 11532 Symbol( "gtk_clist_append", cast(void**)& gtk_clist_append),
11565 { "gtk_clist_get_selectable", cast(void**)& gtk_clist_get_selectable}, 11533 Symbol( "gtk_clist_prepend", cast(void**)& gtk_clist_prepend),
11566 { "gtk_clist_set_selectable", cast(void**)& gtk_clist_set_selectable}, 11534 Symbol( "gtk_clist_get_selectable", cast(void**)& gtk_clist_get_selectable),
11567 { "gtk_clist_set_shift", cast(void**)& gtk_clist_set_shift}, 11535 Symbol( "gtk_clist_set_selectable", cast(void**)& gtk_clist_set_selectable),
11568 { "gtk_clist_get_row_style", cast(void**)& gtk_clist_get_row_style}, 11536 Symbol( "gtk_clist_set_shift", cast(void**)& gtk_clist_set_shift),
11569 { "gtk_clist_set_row_style", cast(void**)& gtk_clist_set_row_style}, 11537 Symbol( "gtk_clist_get_row_style", cast(void**)& gtk_clist_get_row_style),
11570 { "gtk_clist_get_cell_style", cast(void**)& gtk_clist_get_cell_style}, 11538 Symbol( "gtk_clist_set_row_style", cast(void**)& gtk_clist_set_row_style),
11571 { "gtk_clist_set_cell_style", cast(void**)& gtk_clist_set_cell_style}, 11539 Symbol( "gtk_clist_get_cell_style", cast(void**)& gtk_clist_get_cell_style),
11572 { "gtk_clist_set_background", cast(void**)& gtk_clist_set_background}, 11540 Symbol( "gtk_clist_set_cell_style", cast(void**)& gtk_clist_set_cell_style),
11573 { "gtk_clist_set_foreground", cast(void**)& gtk_clist_set_foreground}, 11541 Symbol( "gtk_clist_set_background", cast(void**)& gtk_clist_set_background),
11574 { "gtk_clist_get_pixtext", cast(void**)& gtk_clist_get_pixtext}, 11542 Symbol( "gtk_clist_set_foreground", cast(void**)& gtk_clist_set_foreground),
11575 { "gtk_clist_set_pixtext", cast(void**)& gtk_clist_set_pixtext}, 11543 Symbol( "gtk_clist_get_pixtext", cast(void**)& gtk_clist_get_pixtext),
11576 { "gtk_clist_get_pixmap", cast(void**)& gtk_clist_get_pixmap}, 11544 Symbol( "gtk_clist_set_pixtext", cast(void**)& gtk_clist_set_pixtext),
11577 { "gtk_clist_set_pixmap", cast(void**)& gtk_clist_set_pixmap}, 11545 Symbol( "gtk_clist_get_pixmap", cast(void**)& gtk_clist_get_pixmap),
11578 { "gtk_clist_get_text", cast(void**)& gtk_clist_get_text}, 11546 Symbol( "gtk_clist_set_pixmap", cast(void**)& gtk_clist_set_pixmap),
11579 { "gtk_clist_set_text", cast(void**)& gtk_clist_set_text}, 11547 Symbol( "gtk_clist_get_text", cast(void**)& gtk_clist_get_text),
11580 { "gtk_clist_get_cell_type", cast(void**)& gtk_clist_get_cell_type}, 11548 Symbol( "gtk_clist_set_text", cast(void**)& gtk_clist_set_text),
11581 { "gtk_clist_row_is_visible", cast(void**)& gtk_clist_row_is_visible}, 11549 Symbol( "gtk_clist_get_cell_type", cast(void**)& gtk_clist_get_cell_type),
11582 { "gtk_clist_moveto", cast(void**)& gtk_clist_moveto}, 11550 Symbol( "gtk_clist_row_is_visible", cast(void**)& gtk_clist_row_is_visible),
11583 { "gtk_clist_set_row_height", cast(void**)& gtk_clist_set_row_height}, 11551 Symbol( "gtk_clist_moveto", cast(void**)& gtk_clist_moveto),
11584 { "gtk_clist_set_column_max_width", cast(void**)& gtk_clist_set_column_max_width}, 11552 Symbol( "gtk_clist_set_row_height", cast(void**)& gtk_clist_set_row_height),
11585 { "gtk_clist_set_column_min_width", cast(void**)& gtk_clist_set_column_min_width}, 11553 Symbol( "gtk_clist_set_column_max_width", cast(void**)& gtk_clist_set_column_max_width),
11586 { "gtk_clist_set_column_width", cast(void**)& gtk_clist_set_column_width}, 11554 Symbol( "gtk_clist_set_column_min_width", cast(void**)& gtk_clist_set_column_min_width),
11587 { "gtk_clist_optimal_column_width", cast(void**)& gtk_clist_optimal_column_width}, 11555 Symbol( "gtk_clist_set_column_width", cast(void**)& gtk_clist_set_column_width),
11588 { "gtk_clist_columns_autosize", cast(void**)& gtk_clist_columns_autosize}, 11556 Symbol( "gtk_clist_optimal_column_width", cast(void**)& gtk_clist_optimal_column_width),
11589 { "gtk_clist_set_column_auto_resize", cast(void**)& gtk_clist_set_column_auto_resize}, 11557 Symbol( "gtk_clist_columns_autosize", cast(void**)& gtk_clist_columns_autosize),
11590 { "gtk_clist_set_column_resizeable", cast(void**)& gtk_clist_set_column_resizeable}, 11558 Symbol( "gtk_clist_set_column_auto_resize", cast(void**)& gtk_clist_set_column_auto_resize),
11591 { "gtk_clist_set_column_visibility", cast(void**)& gtk_clist_set_column_visibility}, 11559 Symbol( "gtk_clist_set_column_resizeable", cast(void**)& gtk_clist_set_column_resizeable),
11592 { "gtk_clist_set_column_justification", cast(void**)& gtk_clist_set_column_justification}, 11560 Symbol( "gtk_clist_set_column_visibility", cast(void**)& gtk_clist_set_column_visibility),
11593 { "gtk_clist_get_column_widget", cast(void**)& gtk_clist_get_column_widget}, 11561 Symbol( "gtk_clist_set_column_justification", cast(void**)& gtk_clist_set_column_justification),
11594 { "gtk_clist_set_column_widget", cast(void**)& gtk_clist_set_column_widget}, 11562 Symbol( "gtk_clist_get_column_widget", cast(void**)& gtk_clist_get_column_widget),
11595 { "gtk_clist_get_column_title", cast(void**)& gtk_clist_get_column_title}, 11563 Symbol( "gtk_clist_set_column_widget", cast(void**)& gtk_clist_set_column_widget),
11596 { "gtk_clist_set_column_title", cast(void**)& gtk_clist_set_column_title}, 11564 Symbol( "gtk_clist_get_column_title", cast(void**)& gtk_clist_get_column_title),
11597 { "gtk_clist_column_titles_passive", cast(void**)& gtk_clist_column_titles_passive}, 11565 Symbol( "gtk_clist_set_column_title", cast(void**)& gtk_clist_set_column_title),
11598 { "gtk_clist_column_titles_active", cast(void**)& gtk_clist_column_titles_active}, 11566 Symbol( "gtk_clist_column_titles_passive", cast(void**)& gtk_clist_column_titles_passive),
11599 { "gtk_clist_column_title_passive", cast(void**)& gtk_clist_column_title_passive}, 11567 Symbol( "gtk_clist_column_titles_active", cast(void**)& gtk_clist_column_titles_active),
11600 { "gtk_clist_column_title_active", cast(void**)& gtk_clist_column_title_active}, 11568 Symbol( "gtk_clist_column_title_passive", cast(void**)& gtk_clist_column_title_passive),
11601 { "gtk_clist_column_titles_hide", cast(void**)& gtk_clist_column_titles_hide}, 11569 Symbol( "gtk_clist_column_title_active", cast(void**)& gtk_clist_column_title_active),
11602 { "gtk_clist_column_titles_show", cast(void**)& gtk_clist_column_titles_show}, 11570 Symbol( "gtk_clist_column_titles_hide", cast(void**)& gtk_clist_column_titles_hide),
11603 { "gtk_clist_thaw", cast(void**)& gtk_clist_thaw}, 11571 Symbol( "gtk_clist_column_titles_show", cast(void**)& gtk_clist_column_titles_show),
11604 { "gtk_clist_freeze", cast(void**)& gtk_clist_freeze}, 11572 Symbol( "gtk_clist_thaw", cast(void**)& gtk_clist_thaw),
11605 { "gtk_clist_set_button_actions", cast(void**)& gtk_clist_set_button_actions}, 11573 Symbol( "gtk_clist_freeze", cast(void**)& gtk_clist_freeze),
11606 { "gtk_clist_set_use_drag_icons", cast(void**)& gtk_clist_set_use_drag_icons}, 11574 Symbol( "gtk_clist_set_button_actions", cast(void**)& gtk_clist_set_button_actions),
11607 { "gtk_clist_set_reorderable", cast(void**)& gtk_clist_set_reorderable}, 11575 Symbol( "gtk_clist_set_use_drag_icons", cast(void**)& gtk_clist_set_use_drag_icons),
11608 { "gtk_clist_set_selection_mode", cast(void**)& gtk_clist_set_selection_mode}, 11576 Symbol( "gtk_clist_set_reorderable", cast(void**)& gtk_clist_set_reorderable),
11609 { "gtk_clist_set_shadow_type", cast(void**)& gtk_clist_set_shadow_type}, 11577 Symbol( "gtk_clist_set_selection_mode", cast(void**)& gtk_clist_set_selection_mode),
11610 { "gtk_clist_get_vadjustment", cast(void**)& gtk_clist_get_vadjustment}, 11578 Symbol( "gtk_clist_set_shadow_type", cast(void**)& gtk_clist_set_shadow_type),
11611 { "gtk_clist_get_hadjustment", cast(void**)& gtk_clist_get_hadjustment}, 11579 Symbol( "gtk_clist_get_vadjustment", cast(void**)& gtk_clist_get_vadjustment),
11612 { "gtk_clist_set_vadjustment", cast(void**)& gtk_clist_set_vadjustment}, 11580 Symbol( "gtk_clist_get_hadjustment", cast(void**)& gtk_clist_get_hadjustment),
11613 { "gtk_clist_set_hadjustment", cast(void**)& gtk_clist_set_hadjustment}, 11581 Symbol( "gtk_clist_set_vadjustment", cast(void**)& gtk_clist_set_vadjustment),
11614 { "gtk_clist_new_with_titles", cast(void**)& gtk_clist_new_with_titles}, 11582 Symbol( "gtk_clist_set_hadjustment", cast(void**)& gtk_clist_set_hadjustment),
11615 { "gtk_clist_new", cast(void**)& gtk_clist_new}, 11583 Symbol( "gtk_clist_new_with_titles", cast(void**)& gtk_clist_new_with_titles),
11616 { "gtk_clist_get_type", cast(void**)& gtk_clist_get_type}, 11584 Symbol( "gtk_clist_new", cast(void**)& gtk_clist_new),
11617 { "gtk_vscrollbar_new", cast(void**)& gtk_vscrollbar_new}, 11585 Symbol( "gtk_clist_get_type", cast(void**)& gtk_clist_get_type),
11618 { "gtk_vscrollbar_get_type", cast(void**)& gtk_vscrollbar_get_type}, 11586 Symbol( "gtk_vscrollbar_new", cast(void**)& gtk_vscrollbar_new),
11619 { "gtk_hscrollbar_new", cast(void**)& gtk_hscrollbar_new}, 11587 Symbol( "gtk_vscrollbar_get_type", cast(void**)& gtk_vscrollbar_get_type),
11620 { "gtk_hscrollbar_get_type", cast(void**)& gtk_hscrollbar_get_type}, 11588 Symbol( "gtk_hscrollbar_new", cast(void**)& gtk_hscrollbar_new),
11621 { "gtk_scrollbar_get_type", cast(void**)& gtk_scrollbar_get_type}, 11589 Symbol( "gtk_hscrollbar_get_type", cast(void**)& gtk_hscrollbar_get_type),
11622 // { "_gtk_range_get_wheel_delta", cast(void**)& _gtk_range_get_wheel_delta}, 11590 Symbol( "gtk_scrollbar_get_type", cast(void**)& gtk_scrollbar_get_type),
11623 { "gtk_range_get_fill_level", cast(void**)& gtk_range_get_fill_level}, 11591 // Symbol( "_gtk_range_get_wheel_delta", cast(void**)& _gtk_range_get_wheel_delta),
11624 { "gtk_range_set_fill_level", cast(void**)& gtk_range_set_fill_level}, 11592 Symbol( "gtk_range_get_fill_level", cast(void**)& gtk_range_get_fill_level),
11625 { "gtk_range_get_restrict_to_fill_level", cast(void**)& gtk_range_get_restrict_to_fill_level}, 11593 Symbol( "gtk_range_set_fill_level", cast(void**)& gtk_range_set_fill_level),
11626 { "gtk_range_set_restrict_to_fill_level", cast(void**)& gtk_range_set_restrict_to_fill_level}, 11594 Symbol( "gtk_range_get_restrict_to_fill_level", cast(void**)& gtk_range_get_restrict_to_fill_level),
11627 { "gtk_range_get_show_fill_level", cast(void**)& gtk_range_get_show_fill_level}, 11595 Symbol( "gtk_range_set_restrict_to_fill_level", cast(void**)& gtk_range_set_restrict_to_fill_level),
11628 { "gtk_range_set_show_fill_level", cast(void**)& gtk_range_set_show_fill_level}, 11596 Symbol( "gtk_range_get_show_fill_level", cast(void**)& gtk_range_get_show_fill_level),
11629 { "gtk_range_get_value", cast(void**)& gtk_range_get_value}, 11597 Symbol( "gtk_range_set_show_fill_level", cast(void**)& gtk_range_set_show_fill_level),
11630 { "gtk_range_set_value", cast(void**)& gtk_range_set_value}, 11598 Symbol( "gtk_range_get_value", cast(void**)& gtk_range_get_value),
11631 { "gtk_range_set_range", cast(void**)& gtk_range_set_range}, 11599 Symbol( "gtk_range_set_value", cast(void**)& gtk_range_set_value),
11632 { "gtk_range_set_increments", cast(void**)& gtk_range_set_increments}, 11600 Symbol( "gtk_range_set_range", cast(void**)& gtk_range_set_range),
11633 { "gtk_range_get_upper_stepper_sensitivity", cast(void**)& gtk_range_get_upper_stepper_sensitivity}, 11601 Symbol( "gtk_range_set_increments", cast(void**)& gtk_range_set_increments),
11634 { "gtk_range_set_upper_stepper_sensitivity", cast(void**)& gtk_range_set_upper_stepper_sensitivity}, 11602 Symbol( "gtk_range_get_upper_stepper_sensitivity", cast(void**)& gtk_range_get_upper_stepper_sensitivity),
11635 { "gtk_range_get_lower_stepper_sensitivity", cast(void**)& gtk_range_get_lower_stepper_sensitivity}, 11603 Symbol( "gtk_range_set_upper_stepper_sensitivity", cast(void**)& gtk_range_set_upper_stepper_sensitivity),
11636 { "gtk_range_set_lower_stepper_sensitivity", cast(void**)& gtk_range_set_lower_stepper_sensitivity}, 11604 Symbol( "gtk_range_get_lower_stepper_sensitivity", cast(void**)& gtk_range_get_lower_stepper_sensitivity),
11637 { "gtk_range_get_inverted", cast(void**)& gtk_range_get_inverted}, 11605 Symbol( "gtk_range_set_lower_stepper_sensitivity", cast(void**)& gtk_range_set_lower_stepper_sensitivity),
11638 { "gtk_range_set_inverted", cast(void**)& gtk_range_set_inverted}, 11606 Symbol( "gtk_range_get_inverted", cast(void**)& gtk_range_get_inverted),
11639 { "gtk_range_get_adjustment", cast(void**)& gtk_range_get_adjustment}, 11607 Symbol( "gtk_range_set_inverted", cast(void**)& gtk_range_set_inverted),
11640 { "gtk_range_set_adjustment", cast(void**)& gtk_range_set_adjustment}, 11608 Symbol( "gtk_range_get_adjustment", cast(void**)& gtk_range_get_adjustment),
11641 { "gtk_range_get_update_policy", cast(void**)& gtk_range_get_update_policy}, 11609 Symbol( "gtk_range_set_adjustment", cast(void**)& gtk_range_set_adjustment),
11642 { "gtk_range_set_update_policy", cast(void**)& gtk_range_set_update_policy}, 11610 Symbol( "gtk_range_get_update_policy", cast(void**)& gtk_range_get_update_policy),
11643 { "gtk_range_get_type", cast(void**)& gtk_range_get_type}, 11611 Symbol( "gtk_range_set_update_policy", cast(void**)& gtk_range_set_update_policy),
11644 // { "_gtk_clipboard_store_all", cast(void**)& _gtk_clipboard_store_all}, 11612 Symbol( "gtk_range_get_type", cast(void**)& gtk_range_get_type),
11645 // { "_gtk_clipboard_handle_event", cast(void**)& _gtk_clipboard_handle_event}, 11613 // Symbol( "_gtk_clipboard_store_all", cast(void**)& _gtk_clipboard_store_all),
11646 { "gtk_clipboard_store", cast(void**)& gtk_clipboard_store}, 11614 // Symbol( "_gtk_clipboard_handle_event", cast(void**)& _gtk_clipboard_handle_event),
11647 { "gtk_clipboard_set_can_store", cast(void**)& gtk_clipboard_set_can_store}, 11615 Symbol( "gtk_clipboard_store", cast(void**)& gtk_clipboard_store),
11648 { "gtk_clipboard_wait_is_target_available", cast(void**)& gtk_clipboard_wait_is_target_available}, 11616 Symbol( "gtk_clipboard_set_can_store", cast(void**)& gtk_clipboard_set_can_store),
11649 { "gtk_clipboard_wait_is_image_available", cast(void**)& gtk_clipboard_wait_is_image_available}, 11617 Symbol( "gtk_clipboard_wait_is_target_available", cast(void**)& gtk_clipboard_wait_is_target_available),
11650 { "gtk_clipboard_wait_is_rich_text_available", cast(void**)& gtk_clipboard_wait_is_rich_text_available}, 11618 Symbol( "gtk_clipboard_wait_is_image_available", cast(void**)& gtk_clipboard_wait_is_image_available),
11651 { "gtk_clipboard_wait_is_text_available", cast(void**)& gtk_clipboard_wait_is_text_available}, 11619 Symbol( "gtk_clipboard_wait_is_rich_text_available", cast(void**)& gtk_clipboard_wait_is_rich_text_available),
11652 { "gtk_clipboard_wait_for_targets", cast(void**)& gtk_clipboard_wait_for_targets}, 11620 Symbol( "gtk_clipboard_wait_is_text_available", cast(void**)& gtk_clipboard_wait_is_text_available),
11653 { "gtk_clipboard_wait_for_image", cast(void**)& gtk_clipboard_wait_for_image}, 11621 Symbol( "gtk_clipboard_wait_for_targets", cast(void**)& gtk_clipboard_wait_for_targets),
11654 { "gtk_clipboard_wait_for_rich_text", cast(void**)& gtk_clipboard_wait_for_rich_text}, 11622 Symbol( "gtk_clipboard_wait_for_image", cast(void**)& gtk_clipboard_wait_for_image),
11655 { "gtk_clipboard_wait_for_text", cast(void**)& gtk_clipboard_wait_for_text}, 11623 Symbol( "gtk_clipboard_wait_for_rich_text", cast(void**)& gtk_clipboard_wait_for_rich_text),
11656 { "gtk_clipboard_wait_for_contents", cast(void**)& gtk_clipboard_wait_for_contents}, 11624 Symbol( "gtk_clipboard_wait_for_text", cast(void**)& gtk_clipboard_wait_for_text),
11657 { "gtk_clipboard_request_targets", cast(void**)& gtk_clipboard_request_targets}, 11625 Symbol( "gtk_clipboard_wait_for_contents", cast(void**)& gtk_clipboard_wait_for_contents),
11658 { "gtk_clipboard_request_image", cast(void**)& gtk_clipboard_request_image}, 11626 Symbol( "gtk_clipboard_request_targets", cast(void**)& gtk_clipboard_request_targets),
11659 { "gtk_clipboard_request_rich_text", cast(void**)& gtk_clipboard_request_rich_text}, 11627 Symbol( "gtk_clipboard_request_image", cast(void**)& gtk_clipboard_request_image),
11660 { "gtk_clipboard_request_text", cast(void**)& gtk_clipboard_request_text}, 11628 Symbol( "gtk_clipboard_request_rich_text", cast(void**)& gtk_clipboard_request_rich_text),
11661 { "gtk_clipboard_request_contents", cast(void**)& gtk_clipboard_request_contents}, 11629 Symbol( "gtk_clipboard_request_text", cast(void**)& gtk_clipboard_request_text),
11662 { "gtk_clipboard_set_image", cast(void**)& gtk_clipboard_set_image}, 11630 Symbol( "gtk_clipboard_request_contents", cast(void**)& gtk_clipboard_request_contents),
11663 { "gtk_clipboard_set_text", cast(void**)& gtk_clipboard_set_text}, 11631 Symbol( "gtk_clipboard_set_image", cast(void**)& gtk_clipboard_set_image),
11664 { "gtk_clipboard_clear", cast(void**)& gtk_clipboard_clear}, 11632 Symbol( "gtk_clipboard_set_text", cast(void**)& gtk_clipboard_set_text),
11665 { "gtk_clipboard_get_owner", cast(void**)& gtk_clipboard_get_owner}, 11633 Symbol( "gtk_clipboard_clear", cast(void**)& gtk_clipboard_clear),
11666 { "gtk_clipboard_set_with_owner", cast(void**)& gtk_clipboard_set_with_owner}, 11634 Symbol( "gtk_clipboard_get_owner", cast(void**)& gtk_clipboard_get_owner),
11667 { "gtk_clipboard_set_with_data", cast(void**)& gtk_clipboard_set_with_data}, 11635 Symbol( "gtk_clipboard_set_with_owner", cast(void**)& gtk_clipboard_set_with_owner),
11668 { "gtk_clipboard_get_display", cast(void**)& gtk_clipboard_get_display}, 11636 Symbol( "gtk_clipboard_set_with_data", cast(void**)& gtk_clipboard_set_with_data),
11669 { "gtk_clipboard_get", cast(void**)& gtk_clipboard_get}, 11637 Symbol( "gtk_clipboard_get_display", cast(void**)& gtk_clipboard_get_display),
11670 { "gtk_clipboard_get_for_display", cast(void**)& gtk_clipboard_get_for_display}, 11638 Symbol( "gtk_clipboard_get", cast(void**)& gtk_clipboard_get),
11671 { "gtk_clipboard_get_type", cast(void**)& gtk_clipboard_get_type}, 11639 Symbol( "gtk_clipboard_get_for_display", cast(void**)& gtk_clipboard_get_for_display),
11672 { "gtk_target_list_get_type", cast(void**)& gtk_target_list_get_type}, 11640 Symbol( "gtk_clipboard_get_type", cast(void**)& gtk_clipboard_get_type),
11673 { "gtk_selection_data_free", cast(void**)& gtk_selection_data_free}, 11641 Symbol( "gtk_target_list_get_type", cast(void**)& gtk_target_list_get_type),
11674 { "gtk_selection_data_copy", cast(void**)& gtk_selection_data_copy}, 11642 Symbol( "gtk_selection_data_free", cast(void**)& gtk_selection_data_free),
11675 { "gtk_selection_data_get_type", cast(void**)& gtk_selection_data_get_type}, 11643 Symbol( "gtk_selection_data_copy", cast(void**)& gtk_selection_data_copy),
11676 // { "_gtk_selection_property_notify", cast(void**)& _gtk_selection_property_notify}, 11644 Symbol( "gtk_selection_data_get_type", cast(void**)& gtk_selection_data_get_type),
11677 // { "_gtk_selection_notify", cast(void**)& _gtk_selection_notify}, 11645 // Symbol( "_gtk_selection_property_notify", cast(void**)& _gtk_selection_property_notify),
11678 // { "_gtk_selection_incr_event", cast(void**)& _gtk_selection_incr_event}, 11646 // Symbol( "_gtk_selection_notify", cast(void**)& _gtk_selection_notify),
11679 // { "_gtk_selection_request", cast(void**)& _gtk_selection_request}, 11647 // Symbol( "_gtk_selection_incr_event", cast(void**)& _gtk_selection_incr_event),
11680 { "gtk_selection_clear", cast(void**)& gtk_selection_clear}, 11648 // Symbol( "_gtk_selection_request", cast(void**)& _gtk_selection_request),
11681 { "gtk_selection_remove_all", cast(void**)& gtk_selection_remove_all}, 11649 Symbol( "gtk_selection_clear", cast(void**)& gtk_selection_clear),
11682 { "gtk_targets_include_uri", cast(void**)& gtk_targets_include_uri}, 11650 Symbol( "gtk_selection_remove_all", cast(void**)& gtk_selection_remove_all),
11683 { "gtk_targets_include_image", cast(void**)& gtk_targets_include_image}, 11651 Symbol( "gtk_targets_include_uri", cast(void**)& gtk_targets_include_uri),
11684 { "gtk_targets_include_rich_text", cast(void**)& gtk_targets_include_rich_text}, 11652 Symbol( "gtk_targets_include_image", cast(void**)& gtk_targets_include_image),
11685 { "gtk_targets_include_text", cast(void**)& gtk_targets_include_text}, 11653 Symbol( "gtk_targets_include_rich_text", cast(void**)& gtk_targets_include_rich_text),
11686 { "gtk_selection_data_targets_include_uri", cast(void**)& gtk_selection_data_targets_include_uri}, 11654 Symbol( "gtk_targets_include_text", cast(void**)& gtk_targets_include_text),
11687 { "gtk_selection_data_targets_include_image", cast(void**)& gtk_selection_data_targets_include_image}, 11655 Symbol( "gtk_selection_data_targets_include_uri", cast(void**)& gtk_selection_data_targets_include_uri),
11688 { "gtk_selection_data_targets_include_rich_text", cast(void**)& gtk_selection_data_targets_include_rich_text}, 11656 Symbol( "gtk_selection_data_targets_include_image", cast(void**)& gtk_selection_data_targets_include_image),
11689 { "gtk_selection_data_targets_include_text", cast(void**)& gtk_selection_data_targets_include_text}, 11657 Symbol( "gtk_selection_data_targets_include_rich_text", cast(void**)& gtk_selection_data_targets_include_rich_text),
11690 { "gtk_selection_data_get_targets", cast(void**)& gtk_selection_data_get_targets}, 11658 Symbol( "gtk_selection_data_targets_include_text", cast(void**)& gtk_selection_data_targets_include_text),
11691 { "gtk_selection_data_get_uris", cast(void**)& gtk_selection_data_get_uris}, 11659 Symbol( "gtk_selection_data_get_targets", cast(void**)& gtk_selection_data_get_targets),
11692 { "gtk_selection_data_set_uris", cast(void**)& gtk_selection_data_set_uris}, 11660 Symbol( "gtk_selection_data_get_uris", cast(void**)& gtk_selection_data_get_uris),
11693 { "gtk_selection_data_get_pixbuf", cast(void**)& gtk_selection_data_get_pixbuf}, 11661 Symbol( "gtk_selection_data_set_uris", cast(void**)& gtk_selection_data_set_uris),
11694 { "gtk_selection_data_set_pixbuf", cast(void**)& gtk_selection_data_set_pixbuf}, 11662 Symbol( "gtk_selection_data_get_pixbuf", cast(void**)& gtk_selection_data_get_pixbuf),
11695 { "gtk_selection_data_get_text", cast(void**)& gtk_selection_data_get_text}, 11663 Symbol( "gtk_selection_data_set_pixbuf", cast(void**)& gtk_selection_data_set_pixbuf),
11696 { "gtk_selection_data_set_text", cast(void**)& gtk_selection_data_set_text}, 11664 Symbol( "gtk_selection_data_get_text", cast(void**)& gtk_selection_data_get_text),
11697 { "gtk_selection_data_set", cast(void**)& gtk_selection_data_set}, 11665 Symbol( "gtk_selection_data_set_text", cast(void**)& gtk_selection_data_set_text),
11698 { "gtk_selection_convert", cast(void**)& gtk_selection_convert}, 11666 Symbol( "gtk_selection_data_set", cast(void**)& gtk_selection_data_set),
11699 { "gtk_selection_clear_targets", cast(void**)& gtk_selection_clear_targets}, 11667 Symbol( "gtk_selection_convert", cast(void**)& gtk_selection_convert),
11700 { "gtk_selection_add_targets", cast(void**)& gtk_selection_add_targets}, 11668 Symbol( "gtk_selection_clear_targets", cast(void**)& gtk_selection_clear_targets),
11701 { "gtk_selection_add_target", cast(void**)& gtk_selection_add_target}, 11669 Symbol( "gtk_selection_add_targets", cast(void**)& gtk_selection_add_targets),
11702 { "gtk_selection_owner_set_for_display", cast(void**)& gtk_selection_owner_set_for_display}, 11670 Symbol( "gtk_selection_add_target", cast(void**)& gtk_selection_add_target),
11703 { "gtk_selection_owner_set", cast(void**)& gtk_selection_owner_set}, 11671 Symbol( "gtk_selection_owner_set_for_display", cast(void**)& gtk_selection_owner_set_for_display),
11704 { "gtk_target_table_free", cast(void**)& gtk_target_table_free}, 11672 Symbol( "gtk_selection_owner_set", cast(void**)& gtk_selection_owner_set),
11705 { "gtk_target_table_new_from_list", cast(void**)& gtk_target_table_new_from_list}, 11673 Symbol( "gtk_target_table_free", cast(void**)& gtk_target_table_free),
11706 { "gtk_target_list_find", cast(void**)& gtk_target_list_find}, 11674 Symbol( "gtk_target_table_new_from_list", cast(void**)& gtk_target_table_new_from_list),
11707 { "gtk_target_list_remove", cast(void**)& gtk_target_list_remove}, 11675 Symbol( "gtk_target_list_find", cast(void**)& gtk_target_list_find),
11708 { "gtk_target_list_add_table", cast(void**)& gtk_target_list_add_table}, 11676 Symbol( "gtk_target_list_remove", cast(void**)& gtk_target_list_remove),
11709 { "gtk_target_list_add_uri_targets", cast(void**)& gtk_target_list_add_uri_targets}, 11677 Symbol( "gtk_target_list_add_table", cast(void**)& gtk_target_list_add_table),
11710 { "gtk_target_list_add_image_targets", cast(void**)& gtk_target_list_add_image_targets}, 11678 Symbol( "gtk_target_list_add_uri_targets", cast(void**)& gtk_target_list_add_uri_targets),
11711 { "gtk_target_list_add_rich_text_targets", cast(void**)& gtk_target_list_add_rich_text_targets}, 11679 Symbol( "gtk_target_list_add_image_targets", cast(void**)& gtk_target_list_add_image_targets),
11712 { "gtk_target_list_add_text_targets", cast(void**)& gtk_target_list_add_text_targets}, 11680 Symbol( "gtk_target_list_add_rich_text_targets", cast(void**)& gtk_target_list_add_rich_text_targets),
11713 { "gtk_target_list_add", cast(void**)& gtk_target_list_add}, 11681 Symbol( "gtk_target_list_add_text_targets", cast(void**)& gtk_target_list_add_text_targets),
11714 { "gtk_target_list_unref", cast(void**)& gtk_target_list_unref}, 11682 Symbol( "gtk_target_list_add", cast(void**)& gtk_target_list_add),
11715 { "gtk_target_list_ref", cast(void**)& gtk_target_list_ref}, 11683 Symbol( "gtk_target_list_unref", cast(void**)& gtk_target_list_unref),
11716 { "gtk_target_list_new", cast(void**)& gtk_target_list_new}, 11684 Symbol( "gtk_target_list_ref", cast(void**)& gtk_target_list_ref),
11717 { "gtk_text_iter_order", cast(void**)& gtk_text_iter_order}, 11685 Symbol( "gtk_target_list_new", cast(void**)& gtk_target_list_new),
11718 { "gtk_text_iter_in_range", cast(void**)& gtk_text_iter_in_range}, 11686 Symbol( "gtk_text_iter_order", cast(void**)& gtk_text_iter_order),
11719 { "gtk_text_iter_compare", cast(void**)& gtk_text_iter_compare}, 11687 Symbol( "gtk_text_iter_in_range", cast(void**)& gtk_text_iter_in_range),
11720 { "gtk_text_iter_equal", cast(void**)& gtk_text_iter_equal}, 11688 Symbol( "gtk_text_iter_compare", cast(void**)& gtk_text_iter_compare),
11721 { "gtk_text_iter_backward_search", cast(void**)& gtk_text_iter_backward_search}, 11689 Symbol( "gtk_text_iter_equal", cast(void**)& gtk_text_iter_equal),
11722 { "gtk_text_iter_forward_search", cast(void**)& gtk_text_iter_forward_search}, 11690 Symbol( "gtk_text_iter_backward_search", cast(void**)& gtk_text_iter_backward_search),
11723 { "gtk_text_iter_backward_find_char", cast(void**)& gtk_text_iter_backward_find_char}, 11691 Symbol( "gtk_text_iter_forward_search", cast(void**)& gtk_text_iter_forward_search),
11724 { "gtk_text_iter_forward_find_char", cast(void**)& gtk_text_iter_forward_find_char}, 11692 Symbol( "gtk_text_iter_backward_find_char", cast(void**)& gtk_text_iter_backward_find_char),
11725 { "gtk_text_iter_backward_to_tag_toggle", cast(void**)& gtk_text_iter_backward_to_tag_toggle}, 11693 Symbol( "gtk_text_iter_forward_find_char", cast(void**)& gtk_text_iter_forward_find_char),
11726 { "gtk_text_iter_forward_to_tag_toggle", cast(void**)& gtk_text_iter_forward_to_tag_toggle}, 11694 Symbol( "gtk_text_iter_backward_to_tag_toggle", cast(void**)& gtk_text_iter_backward_to_tag_toggle),
11727 { "gtk_text_iter_set_visible_line_index", cast(void**)& gtk_text_iter_set_visible_line_index}, 11695 Symbol( "gtk_text_iter_forward_to_tag_toggle", cast(void**)& gtk_text_iter_forward_to_tag_toggle),
11728 { "gtk_text_iter_set_visible_line_offset", cast(void**)& gtk_text_iter_set_visible_line_offset}, 11696 Symbol( "gtk_text_iter_set_visible_line_index", cast(void**)& gtk_text_iter_set_visible_line_index),
11729 { "gtk_text_iter_forward_to_line_end", cast(void**)& gtk_text_iter_forward_to_line_end}, 11697 Symbol( "gtk_text_iter_set_visible_line_offset", cast(void**)& gtk_text_iter_set_visible_line_offset),
11730 { "gtk_text_iter_forward_to_end", cast(void**)& gtk_text_iter_forward_to_end}, 11698 Symbol( "gtk_text_iter_forward_to_line_end", cast(void**)& gtk_text_iter_forward_to_line_end),
11731 { "gtk_text_iter_set_line_index", cast(void**)& gtk_text_iter_set_line_index}, 11699 Symbol( "gtk_text_iter_forward_to_end", cast(void**)& gtk_text_iter_forward_to_end),
11732 { "gtk_text_iter_set_line_offset", cast(void**)& gtk_text_iter_set_line_offset}, 11700 Symbol( "gtk_text_iter_set_line_index", cast(void**)& gtk_text_iter_set_line_index),
11733 { "gtk_text_iter_set_line", cast(void**)& gtk_text_iter_set_line}, 11701 Symbol( "gtk_text_iter_set_line_offset", cast(void**)& gtk_text_iter_set_line_offset),
11734 { "gtk_text_iter_set_offset", cast(void**)& gtk_text_iter_set_offset}, 11702 Symbol( "gtk_text_iter_set_line", cast(void**)& gtk_text_iter_set_line),
11735 { "gtk_text_iter_backward_visible_cursor_positions", cast(void**)& gtk_text_iter_backward_visible_cursor_positions}, 11703 Symbol( "gtk_text_iter_set_offset", cast(void**)& gtk_text_iter_set_offset),
11736 { "gtk_text_iter_forward_visible_cursor_positions", cast(void**)& gtk_text_iter_forward_visible_cursor_positions}, 11704 Symbol( "gtk_text_iter_backward_visible_cursor_positions", cast(void**)& gtk_text_iter_backward_visible_cursor_positions),
11737 { "gtk_text_iter_backward_visible_cursor_position", cast(void**)& gtk_text_iter_backward_visible_cursor_position}, 11705 Symbol( "gtk_text_iter_forward_visible_cursor_positions", cast(void**)& gtk_text_iter_forward_visible_cursor_positions),
11738 { "gtk_text_iter_forward_visible_cursor_position", cast(void**)& gtk_text_iter_forward_visible_cursor_position}, 11706 Symbol( "gtk_text_iter_backward_visible_cursor_position", cast(void**)& gtk_text_iter_backward_visible_cursor_position),
11739 { "gtk_text_iter_backward_cursor_positions", cast(void**)& gtk_text_iter_backward_cursor_positions}, 11707 Symbol( "gtk_text_iter_forward_visible_cursor_position", cast(void**)& gtk_text_iter_forward_visible_cursor_position),
11740 { "gtk_text_iter_forward_cursor_positions", cast(void**)& gtk_text_iter_forward_cursor_positions}, 11708 Symbol( "gtk_text_iter_backward_cursor_positions", cast(void**)& gtk_text_iter_backward_cursor_positions),
11741 { "gtk_text_iter_backward_cursor_position", cast(void**)& gtk_text_iter_backward_cursor_position}, 11709 Symbol( "gtk_text_iter_forward_cursor_positions", cast(void**)& gtk_text_iter_forward_cursor_positions),
11742 { "gtk_text_iter_forward_cursor_position", cast(void**)& gtk_text_iter_forward_cursor_position}, 11710 Symbol( "gtk_text_iter_backward_cursor_position", cast(void**)& gtk_text_iter_backward_cursor_position),
11743 { "gtk_text_iter_backward_sentence_starts", cast(void**)& gtk_text_iter_backward_sentence_starts}, 11711 Symbol( "gtk_text_iter_forward_cursor_position", cast(void**)& gtk_text_iter_forward_cursor_position),
11744 { "gtk_text_iter_forward_sentence_ends", cast(void**)& gtk_text_iter_forward_sentence_ends}, 11712 Symbol( "gtk_text_iter_backward_sentence_starts", cast(void**)& gtk_text_iter_backward_sentence_starts),
11745 { "gtk_text_iter_backward_sentence_start", cast(void**)& gtk_text_iter_backward_sentence_start}, 11713 Symbol( "gtk_text_iter_forward_sentence_ends", cast(void**)& gtk_text_iter_forward_sentence_ends),
11746 { "gtk_text_iter_forward_sentence_end", cast(void**)& gtk_text_iter_forward_sentence_end}, 11714 Symbol( "gtk_text_iter_backward_sentence_start", cast(void**)& gtk_text_iter_backward_sentence_start),
11747 { "gtk_text_iter_backward_visible_word_starts", cast(void**)& gtk_text_iter_backward_visible_word_starts}, 11715 Symbol( "gtk_text_iter_forward_sentence_end", cast(void**)& gtk_text_iter_forward_sentence_end),
11748 { "gtk_text_iter_forward_visible_word_ends", cast(void**)& gtk_text_iter_forward_visible_word_ends}, 11716 Symbol( "gtk_text_iter_backward_visible_word_starts", cast(void**)& gtk_text_iter_backward_visible_word_starts),
11749 { "gtk_text_iter_backward_visible_word_start", cast(void**)& gtk_text_iter_backward_visible_word_start}, 11717 Symbol( "gtk_text_iter_forward_visible_word_ends", cast(void**)& gtk_text_iter_forward_visible_word_ends),
11750 { "gtk_text_iter_forward_visible_word_end", cast(void**)& gtk_text_iter_forward_visible_word_end}, 11718 Symbol( "gtk_text_iter_backward_visible_word_start", cast(void**)& gtk_text_iter_backward_visible_word_start),
11751 { "gtk_text_iter_backward_visible_lines", cast(void**)& gtk_text_iter_backward_visible_lines}, 11719 Symbol( "gtk_text_iter_forward_visible_word_end", cast(void**)& gtk_text_iter_forward_visible_word_end),
11752 { "gtk_text_iter_forward_visible_lines", cast(void**)& gtk_text_iter_forward_visible_lines}, 11720 Symbol( "gtk_text_iter_backward_visible_lines", cast(void**)& gtk_text_iter_backward_visible_lines),
11753 { "gtk_text_iter_backward_visible_line", cast(void**)& gtk_text_iter_backward_visible_line}, 11721 Symbol( "gtk_text_iter_forward_visible_lines", cast(void**)& gtk_text_iter_forward_visible_lines),
11754 { "gtk_text_iter_forward_visible_line", cast(void**)& gtk_text_iter_forward_visible_line}, 11722 Symbol( "gtk_text_iter_backward_visible_line", cast(void**)& gtk_text_iter_backward_visible_line),
11755 { "gtk_text_iter_backward_word_starts", cast(void**)& gtk_text_iter_backward_word_starts}, 11723 Symbol( "gtk_text_iter_forward_visible_line", cast(void**)& gtk_text_iter_forward_visible_line),
11756 { "gtk_text_iter_forward_word_ends", cast(void**)& gtk_text_iter_forward_word_ends}, 11724 Symbol( "gtk_text_iter_backward_word_starts", cast(void**)& gtk_text_iter_backward_word_starts),
11757 { "gtk_text_iter_backward_word_start", cast(void**)& gtk_text_iter_backward_word_start}, 11725 Symbol( "gtk_text_iter_forward_word_ends", cast(void**)& gtk_text_iter_forward_word_ends),
11758 { "gtk_text_iter_forward_word_end", cast(void**)& gtk_text_iter_forward_word_end}, 11726 Symbol( "gtk_text_iter_backward_word_start", cast(void**)& gtk_text_iter_backward_word_start),
11759 { "gtk_text_iter_backward_lines", cast(void**)& gtk_text_iter_backward_lines}, 11727 Symbol( "gtk_text_iter_forward_word_end", cast(void**)& gtk_text_iter_forward_word_end),
11760 { "gtk_text_iter_forward_lines", cast(void**)& gtk_text_iter_forward_lines}, 11728 Symbol( "gtk_text_iter_backward_lines", cast(void**)& gtk_text_iter_backward_lines),
11761 { "gtk_text_iter_backward_line", cast(void**)& gtk_text_iter_backward_line}, 11729 Symbol( "gtk_text_iter_forward_lines", cast(void**)& gtk_text_iter_forward_lines),
11762 { "gtk_text_iter_forward_line", cast(void**)& gtk_text_iter_forward_line}, 11730 Symbol( "gtk_text_iter_backward_line", cast(void**)& gtk_text_iter_backward_line),
11763 { "gtk_text_iter_backward_chars", cast(void**)& gtk_text_iter_backward_chars}, 11731 Symbol( "gtk_text_iter_forward_line", cast(void**)& gtk_text_iter_forward_line),
11764 { "gtk_text_iter_forward_chars", cast(void**)& gtk_text_iter_forward_chars}, 11732 Symbol( "gtk_text_iter_backward_chars", cast(void**)& gtk_text_iter_backward_chars),
11765 { "gtk_text_iter_backward_char", cast(void**)& gtk_text_iter_backward_char}, 11733 Symbol( "gtk_text_iter_forward_chars", cast(void**)& gtk_text_iter_forward_chars),
11766 { "gtk_text_iter_forward_char", cast(void**)& gtk_text_iter_forward_char}, 11734 Symbol( "gtk_text_iter_backward_char", cast(void**)& gtk_text_iter_backward_char),
11767 { "gtk_text_iter_is_start", cast(void**)& gtk_text_iter_is_start}, 11735 Symbol( "gtk_text_iter_forward_char", cast(void**)& gtk_text_iter_forward_char),
11768 { "gtk_text_iter_is_end", cast(void**)& gtk_text_iter_is_end}, 11736 Symbol( "gtk_text_iter_is_start", cast(void**)& gtk_text_iter_is_start),
11769 { "gtk_text_iter_get_language", cast(void**)& gtk_text_iter_get_language}, 11737 Symbol( "gtk_text_iter_is_end", cast(void**)& gtk_text_iter_is_end),
11770 { "gtk_text_iter_get_attributes", cast(void**)& gtk_text_iter_get_attributes}, 11738 Symbol( "gtk_text_iter_get_language", cast(void**)& gtk_text_iter_get_language),
11771 { "gtk_text_iter_get_bytes_in_line", cast(void**)& gtk_text_iter_get_bytes_in_line}, 11739 Symbol( "gtk_text_iter_get_attributes", cast(void**)& gtk_text_iter_get_attributes),
11772 { "gtk_text_iter_get_chars_in_line", cast(void**)& gtk_text_iter_get_chars_in_line}, 11740 Symbol( "gtk_text_iter_get_bytes_in_line", cast(void**)& gtk_text_iter_get_bytes_in_line),
11773 { "gtk_text_iter_is_cursor_position", cast(void**)& gtk_text_iter_is_cursor_position}, 11741 Symbol( "gtk_text_iter_get_chars_in_line", cast(void**)& gtk_text_iter_get_chars_in_line),
11774 { "gtk_text_iter_ends_line", cast(void**)& gtk_text_iter_ends_line}, 11742 Symbol( "gtk_text_iter_is_cursor_position", cast(void**)& gtk_text_iter_is_cursor_position),
11775 { "gtk_text_iter_starts_line", cast(void**)& gtk_text_iter_starts_line}, 11743 Symbol( "gtk_text_iter_ends_line", cast(void**)& gtk_text_iter_ends_line),
11776 { "gtk_text_iter_inside_sentence", cast(void**)& gtk_text_iter_inside_sentence}, 11744 Symbol( "gtk_text_iter_starts_line", cast(void**)& gtk_text_iter_starts_line),
11777 { "gtk_text_iter_ends_sentence", cast(void**)& gtk_text_iter_ends_sentence}, 11745 Symbol( "gtk_text_iter_inside_sentence", cast(void**)& gtk_text_iter_inside_sentence),
11778 { "gtk_text_iter_starts_sentence", cast(void**)& gtk_text_iter_starts_sentence}, 11746 Symbol( "gtk_text_iter_ends_sentence", cast(void**)& gtk_text_iter_ends_sentence),
11779 { "gtk_text_iter_inside_word", cast(void**)& gtk_text_iter_inside_word}, 11747 Symbol( "gtk_text_iter_starts_sentence", cast(void**)& gtk_text_iter_starts_sentence),
11780 { "gtk_text_iter_ends_word", cast(void**)& gtk_text_iter_ends_word}, 11748 Symbol( "gtk_text_iter_inside_word", cast(void**)& gtk_text_iter_inside_word),
11781 { "gtk_text_iter_starts_word", cast(void**)& gtk_text_iter_starts_word}, 11749 Symbol( "gtk_text_iter_ends_word", cast(void**)& gtk_text_iter_ends_word),
11782 { "gtk_text_iter_can_insert", cast(void**)& gtk_text_iter_can_insert}, 11750 Symbol( "gtk_text_iter_starts_word", cast(void**)& gtk_text_iter_starts_word),
11783 { "gtk_text_iter_editable", cast(void**)& gtk_text_iter_editable}, 11751 Symbol( "gtk_text_iter_can_insert", cast(void**)& gtk_text_iter_can_insert),
11784 { "gtk_text_iter_get_tags", cast(void**)& gtk_text_iter_get_tags}, 11752 Symbol( "gtk_text_iter_editable", cast(void**)& gtk_text_iter_editable),
11785 { "gtk_text_iter_has_tag", cast(void**)& gtk_text_iter_has_tag}, 11753 Symbol( "gtk_text_iter_get_tags", cast(void**)& gtk_text_iter_get_tags),
11786 { "gtk_text_iter_toggles_tag", cast(void**)& gtk_text_iter_toggles_tag}, 11754 Symbol( "gtk_text_iter_has_tag", cast(void**)& gtk_text_iter_has_tag),
11787 { "gtk_text_iter_ends_tag", cast(void**)& gtk_text_iter_ends_tag}, 11755 Symbol( "gtk_text_iter_toggles_tag", cast(void**)& gtk_text_iter_toggles_tag),
11788 { "gtk_text_iter_begins_tag", cast(void**)& gtk_text_iter_begins_tag}, 11756 Symbol( "gtk_text_iter_ends_tag", cast(void**)& gtk_text_iter_ends_tag),
11789 { "gtk_text_iter_get_toggled_tags", cast(void**)& gtk_text_iter_get_toggled_tags}, 11757 Symbol( "gtk_text_iter_begins_tag", cast(void**)& gtk_text_iter_begins_tag),
11790 { "gtk_text_iter_get_child_anchor", cast(void**)& gtk_text_iter_get_child_anchor}, 11758 Symbol( "gtk_text_iter_get_toggled_tags", cast(void**)& gtk_text_iter_get_toggled_tags),
11791 { "gtk_text_iter_get_marks", cast(void**)& gtk_text_iter_get_marks}, 11759 Symbol( "gtk_text_iter_get_child_anchor", cast(void**)& gtk_text_iter_get_child_anchor),
11792 { "gtk_text_iter_get_pixbuf", cast(void**)& gtk_text_iter_get_pixbuf}, 11760 Symbol( "gtk_text_iter_get_marks", cast(void**)& gtk_text_iter_get_marks),
11793 { "gtk_text_iter_get_visible_text", cast(void**)& gtk_text_iter_get_visible_text}, 11761 Symbol( "gtk_text_iter_get_pixbuf", cast(void**)& gtk_text_iter_get_pixbuf),
11794 { "gtk_text_iter_get_visible_slice", cast(void**)& gtk_text_iter_get_visible_slice}, 11762 Symbol( "gtk_text_iter_get_visible_text", cast(void**)& gtk_text_iter_get_visible_text),
11795 { "gtk_text_iter_get_text", cast(void**)& gtk_text_iter_get_text}, 11763 Symbol( "gtk_text_iter_get_visible_slice", cast(void**)& gtk_text_iter_get_visible_slice),
11796 { "gtk_text_iter_get_slice", cast(void**)& gtk_text_iter_get_slice}, 11764 Symbol( "gtk_text_iter_get_text", cast(void**)& gtk_text_iter_get_text),
11797 { "gtk_text_iter_get_char", cast(void**)& gtk_text_iter_get_char}, 11765 Symbol( "gtk_text_iter_get_slice", cast(void**)& gtk_text_iter_get_slice),
11798 { "gtk_text_iter_get_visible_line_index", cast(void**)& gtk_text_iter_get_visible_line_index}, 11766 Symbol( "gtk_text_iter_get_char", cast(void**)& gtk_text_iter_get_char),
11799 { "gtk_text_iter_get_visible_line_offset", cast(void**)& gtk_text_iter_get_visible_line_offset}, 11767 Symbol( "gtk_text_iter_get_visible_line_index", cast(void**)& gtk_text_iter_get_visible_line_index),
11800 { "gtk_text_iter_get_line_index", cast(void**)& gtk_text_iter_get_line_index}, 11768 Symbol( "gtk_text_iter_get_visible_line_offset", cast(void**)& gtk_text_iter_get_visible_line_offset),
11801 { "gtk_text_iter_get_line_offset", cast(void**)& gtk_text_iter_get_line_offset}, 11769 Symbol( "gtk_text_iter_get_line_index", cast(void**)& gtk_text_iter_get_line_index),
11802 { "gtk_text_iter_get_line", cast(void**)& gtk_text_iter_get_line}, 11770 Symbol( "gtk_text_iter_get_line_offset", cast(void**)& gtk_text_iter_get_line_offset),
11803 { "gtk_text_iter_get_offset", cast(void**)& gtk_text_iter_get_offset}, 11771 Symbol( "gtk_text_iter_get_line", cast(void**)& gtk_text_iter_get_line),
11804 { "gtk_text_iter_get_type", cast(void**)& gtk_text_iter_get_type}, 11772 Symbol( "gtk_text_iter_get_offset", cast(void**)& gtk_text_iter_get_offset),
11805 { "gtk_text_iter_free", cast(void**)& gtk_text_iter_free}, 11773 Symbol( "gtk_text_iter_get_type", cast(void**)& gtk_text_iter_get_type),
11806 { "gtk_text_iter_copy", cast(void**)& gtk_text_iter_copy}, 11774 Symbol( "gtk_text_iter_free", cast(void**)& gtk_text_iter_free),
11807 { "gtk_text_iter_get_buffer", cast(void**)& gtk_text_iter_get_buffer}, 11775 Symbol( "gtk_text_iter_copy", cast(void**)& gtk_text_iter_copy),
11808 { "gtk_text_child_anchor_get_deleted", cast(void**)& gtk_text_child_anchor_get_deleted}, 11776 Symbol( "gtk_text_iter_get_buffer", cast(void**)& gtk_text_iter_get_buffer),
11809 { "gtk_text_child_anchor_get_widgets", cast(void**)& gtk_text_child_anchor_get_widgets}, 11777 Symbol( "gtk_text_child_anchor_get_deleted", cast(void**)& gtk_text_child_anchor_get_deleted),
11810 { "gtk_text_child_anchor_new", cast(void**)& gtk_text_child_anchor_new}, 11778 Symbol( "gtk_text_child_anchor_get_widgets", cast(void**)& gtk_text_child_anchor_get_widgets),
11811 { "gtk_text_child_anchor_get_type", cast(void**)& gtk_text_child_anchor_get_type}, 11779 Symbol( "gtk_text_child_anchor_new", cast(void**)& gtk_text_child_anchor_new),
11812 { "gtk_text_attributes_get_type", cast(void**)& gtk_text_attributes_get_type}, 11780 Symbol( "gtk_text_child_anchor_get_type", cast(void**)& gtk_text_child_anchor_get_type),
11813 { "gtk_text_attributes_ref", cast(void**)& gtk_text_attributes_ref}, 11781 Symbol( "gtk_text_attributes_get_type", cast(void**)& gtk_text_attributes_get_type),
11814 { "gtk_text_attributes_unref", cast(void**)& gtk_text_attributes_unref}, 11782 Symbol( "gtk_text_attributes_ref", cast(void**)& gtk_text_attributes_ref),
11815 { "gtk_text_attributes_copy_values", cast(void**)& gtk_text_attributes_copy_values}, 11783 Symbol( "gtk_text_attributes_unref", cast(void**)& gtk_text_attributes_unref),
11816 { "gtk_text_attributes_copy", cast(void**)& gtk_text_attributes_copy}, 11784 Symbol( "gtk_text_attributes_copy_values", cast(void**)& gtk_text_attributes_copy_values),
11817 { "gtk_text_attributes_new", cast(void**)& gtk_text_attributes_new}, 11785 Symbol( "gtk_text_attributes_copy", cast(void**)& gtk_text_attributes_copy),
11818 { "gtk_text_tag_event", cast(void**)& gtk_text_tag_event}, 11786 Symbol( "gtk_text_attributes_new", cast(void**)& gtk_text_attributes_new),
11819 { "gtk_text_tag_set_priority", cast(void**)& gtk_text_tag_set_priority}, 11787 Symbol( "gtk_text_tag_event", cast(void**)& gtk_text_tag_event),
11820 { "gtk_text_tag_get_priority", cast(void**)& gtk_text_tag_get_priority}, 11788 Symbol( "gtk_text_tag_set_priority", cast(void**)& gtk_text_tag_set_priority),
11821 { "gtk_text_tag_new", cast(void**)& gtk_text_tag_new}, 11789 Symbol( "gtk_text_tag_get_priority", cast(void**)& gtk_text_tag_get_priority),
11822 { "gtk_text_tag_get_type", cast(void**)& gtk_text_tag_get_type}, 11790 Symbol( "gtk_text_tag_new", cast(void**)& gtk_text_tag_new),
11823 { "gtk_check_menu_item_set_show_toggle", cast(void**)& gtk_check_menu_item_set_show_toggle}, 11791 Symbol( "gtk_text_tag_get_type", cast(void**)& gtk_text_tag_get_type),
11824 { "gtk_check_menu_item_get_draw_as_radio", cast(void**)& gtk_check_menu_item_get_draw_as_radio}, 11792 Symbol( "gtk_check_menu_item_set_show_toggle", cast(void**)& gtk_check_menu_item_set_show_toggle),
11825 { "gtk_check_menu_item_set_draw_as_radio", cast(void**)& gtk_check_menu_item_set_draw_as_radio}, 11793 Symbol( "gtk_check_menu_item_get_draw_as_radio", cast(void**)& gtk_check_menu_item_get_draw_as_radio),
11826 { "gtk_check_menu_item_get_inconsistent", cast(void**)& gtk_check_menu_item_get_inconsistent}, 11794 Symbol( "gtk_check_menu_item_set_draw_as_radio", cast(void**)& gtk_check_menu_item_set_draw_as_radio),
11827 { "gtk_check_menu_item_set_inconsistent", cast(void**)& gtk_check_menu_item_set_inconsistent}, 11795 Symbol( "gtk_check_menu_item_get_inconsistent", cast(void**)& gtk_check_menu_item_get_inconsistent),
11828 { "gtk_check_menu_item_toggled", cast(void**)& gtk_check_menu_item_toggled}, 11796 Symbol( "gtk_check_menu_item_set_inconsistent", cast(void**)& gtk_check_menu_item_set_inconsistent),
11829 { "gtk_check_menu_item_get_active", cast(void**)& gtk_check_menu_item_get_active}, 11797 Symbol( "gtk_check_menu_item_toggled", cast(void**)& gtk_check_menu_item_toggled),
11830 { "gtk_check_menu_item_set_active", cast(void**)& gtk_check_menu_item_set_active}, 11798 Symbol( "gtk_check_menu_item_get_active", cast(void**)& gtk_check_menu_item_get_active),
11831 { "gtk_check_menu_item_new_with_mnemonic", cast(void**)& gtk_check_menu_item_new_with_mnemonic}, 11799 Symbol( "gtk_check_menu_item_set_active", cast(void**)& gtk_check_menu_item_set_active),
11832 { "gtk_check_menu_item_new_with_label", cast(void**)& gtk_check_menu_item_new_with_label}, 11800 Symbol( "gtk_check_menu_item_new_with_mnemonic", cast(void**)& gtk_check_menu_item_new_with_mnemonic),
11833 { "gtk_check_menu_item_new", cast(void**)& gtk_check_menu_item_new}, 11801 Symbol( "gtk_check_menu_item_new_with_label", cast(void**)& gtk_check_menu_item_new_with_label),
11834 { "gtk_check_menu_item_get_type", cast(void**)& gtk_check_menu_item_get_type}, 11802 Symbol( "gtk_check_menu_item_new", cast(void**)& gtk_check_menu_item_new),
11835 { "gtk_menu_item_remove_submenu", cast(void**)& gtk_menu_item_remove_submenu}, 11803 Symbol( "gtk_check_menu_item_get_type", cast(void**)& gtk_check_menu_item_get_type),
11836 // { "_gtk_menu_item_popdown_submenu", cast(void**)& _gtk_menu_item_popdown_submenu}, 11804 Symbol( "gtk_menu_item_remove_submenu", cast(void**)& gtk_menu_item_remove_submenu),
11837 // { "_gtk_menu_item_popup_submenu", cast(void**)& _gtk_menu_item_popup_submenu}, 11805 // Symbol( "_gtk_menu_item_popdown_submenu", cast(void**)& _gtk_menu_item_popdown_submenu),
11838 // { "_gtk_menu_item_is_selectable", cast(void**)& _gtk_menu_item_is_selectable}, 11806 // Symbol( "_gtk_menu_item_popup_submenu", cast(void**)& _gtk_menu_item_popup_submenu),
11839 // { "_gtk_menu_item_refresh_accel_path", cast(void**)& _gtk_menu_item_refresh_accel_path}, 11807 // Symbol( "_gtk_menu_item_is_selectable", cast(void**)& _gtk_menu_item_is_selectable),
11840 { "gtk_menu_item_set_accel_path", cast(void**)& gtk_menu_item_set_accel_path}, 11808 // Symbol( "_gtk_menu_item_refresh_accel_path", cast(void**)& _gtk_menu_item_refresh_accel_path),
11841 { "gtk_menu_item_get_right_justified", cast(void**)& gtk_menu_item_get_right_justified}, 11809 Symbol( "gtk_menu_item_set_accel_path", cast(void**)& gtk_menu_item_set_accel_path),
11842 { "gtk_menu_item_set_right_justified", cast(void**)& gtk_menu_item_set_right_justified}, 11810 Symbol( "gtk_menu_item_get_right_justified", cast(void**)& gtk_menu_item_get_right_justified),
11843 { "gtk_menu_item_toggle_size_allocate", cast(void**)& gtk_menu_item_toggle_size_allocate}, 11811 Symbol( "gtk_menu_item_set_right_justified", cast(void**)& gtk_menu_item_set_right_justified),
11844 { "gtk_menu_item_toggle_size_request", cast(void**)& gtk_menu_item_toggle_size_request}, 11812 Symbol( "gtk_menu_item_toggle_size_allocate", cast(void**)& gtk_menu_item_toggle_size_allocate),
11845 { "gtk_menu_item_activate", cast(void**)& gtk_menu_item_activate}, 11813 Symbol( "gtk_menu_item_toggle_size_request", cast(void**)& gtk_menu_item_toggle_size_request),
11846 { "gtk_menu_item_deselect", cast(void**)& gtk_menu_item_deselect}, 11814 Symbol( "gtk_menu_item_activate", cast(void**)& gtk_menu_item_activate),
11847 { "gtk_menu_item_select", cast(void**)& gtk_menu_item_select}, 11815 Symbol( "gtk_menu_item_deselect", cast(void**)& gtk_menu_item_deselect),
11848 { "gtk_menu_item_get_submenu", cast(void**)& gtk_menu_item_get_submenu}, 11816 Symbol( "gtk_menu_item_select", cast(void**)& gtk_menu_item_select),
11849 { "gtk_menu_item_set_submenu", cast(void**)& gtk_menu_item_set_submenu}, 11817 Symbol( "gtk_menu_item_get_submenu", cast(void**)& gtk_menu_item_get_submenu),
11850 { "gtk_menu_item_new_with_mnemonic", cast(void**)& gtk_menu_item_new_with_mnemonic}, 11818 Symbol( "gtk_menu_item_set_submenu", cast(void**)& gtk_menu_item_set_submenu),
11851 { "gtk_menu_item_new_with_label", cast(void**)& gtk_menu_item_new_with_label}, 11819 Symbol( "gtk_menu_item_new_with_mnemonic", cast(void**)& gtk_menu_item_new_with_mnemonic),
11852 { "gtk_menu_item_new", cast(void**)& gtk_menu_item_new}, 11820 Symbol( "gtk_menu_item_new_with_label", cast(void**)& gtk_menu_item_new_with_label),
11853 { "gtk_menu_item_get_type", cast(void**)& gtk_menu_item_get_type}, 11821 Symbol( "gtk_menu_item_new", cast(void**)& gtk_menu_item_new),
11854 { "gtk_item_toggle", cast(void**)& gtk_item_toggle}, 11822 Symbol( "gtk_menu_item_get_type", cast(void**)& gtk_menu_item_get_type),
11855 { "gtk_item_deselect", cast(void**)& gtk_item_deselect}, 11823 Symbol( "gtk_item_toggle", cast(void**)& gtk_item_toggle),
11856 { "gtk_item_select", cast(void**)& gtk_item_select}, 11824 Symbol( "gtk_item_deselect", cast(void**)& gtk_item_deselect),
11857 { "gtk_item_get_type", cast(void**)& gtk_item_get_type}, 11825 Symbol( "gtk_item_select", cast(void**)& gtk_item_select),
11858 // { "_gtk_check_button_get_props", cast(void**)& _gtk_check_button_get_props}, 11826 Symbol( "gtk_item_get_type", cast(void**)& gtk_item_get_type),
11859 { "gtk_check_button_new_with_mnemonic", cast(void**)& gtk_check_button_new_with_mnemonic}, 11827 // Symbol( "_gtk_check_button_get_props", cast(void**)& _gtk_check_button_get_props),
11860 { "gtk_check_button_new_with_label", cast(void**)& gtk_check_button_new_with_label}, 11828 Symbol( "gtk_check_button_new_with_mnemonic", cast(void**)& gtk_check_button_new_with_mnemonic),
11861 { "gtk_check_button_new", cast(void**)& gtk_check_button_new}, 11829 Symbol( "gtk_check_button_new_with_label", cast(void**)& gtk_check_button_new_with_label),
11862 { "gtk_check_button_get_type", cast(void**)& gtk_check_button_get_type}, 11830 Symbol( "gtk_check_button_new", cast(void**)& gtk_check_button_new),
11863 { "gtk_toggle_button_get_inconsistent", cast(void**)& gtk_toggle_button_get_inconsistent}, 11831 Symbol( "gtk_check_button_get_type", cast(void**)& gtk_check_button_get_type),
11864 { "gtk_toggle_button_set_inconsistent", cast(void**)& gtk_toggle_button_set_inconsistent}, 11832 Symbol( "gtk_toggle_button_get_inconsistent", cast(void**)& gtk_toggle_button_get_inconsistent),
11865 { "gtk_toggle_button_toggled", cast(void**)& gtk_toggle_button_toggled}, 11833 Symbol( "gtk_toggle_button_set_inconsistent", cast(void**)& gtk_toggle_button_set_inconsistent),
11866 { "gtk_toggle_button_get_active", cast(void**)& gtk_toggle_button_get_active}, 11834 Symbol( "gtk_toggle_button_toggled", cast(void**)& gtk_toggle_button_toggled),
11867 { "gtk_toggle_button_set_active", cast(void**)& gtk_toggle_button_set_active}, 11835 Symbol( "gtk_toggle_button_get_active", cast(void**)& gtk_toggle_button_get_active),
11868 { "gtk_toggle_button_get_mode", cast(void**)& gtk_toggle_button_get_mode}, 11836 Symbol( "gtk_toggle_button_set_active", cast(void**)& gtk_toggle_button_set_active),
11869 { "gtk_toggle_button_set_mode", cast(void**)& gtk_toggle_button_set_mode}, 11837 Symbol( "gtk_toggle_button_get_mode", cast(void**)& gtk_toggle_button_get_mode),
11870 { "gtk_toggle_button_new_with_mnemonic", cast(void**)& gtk_toggle_button_new_with_mnemonic}, 11838 Symbol( "gtk_toggle_button_set_mode", cast(void**)& gtk_toggle_button_set_mode),
11871 { "gtk_toggle_button_new_with_label", cast(void**)& gtk_toggle_button_new_with_label}, 11839 Symbol( "gtk_toggle_button_new_with_mnemonic", cast(void**)& gtk_toggle_button_new_with_mnemonic),
11872 { "gtk_toggle_button_new", cast(void**)& gtk_toggle_button_new}, 11840 Symbol( "gtk_toggle_button_new_with_label", cast(void**)& gtk_toggle_button_new_with_label),
11873 { "gtk_toggle_button_get_type", cast(void**)& gtk_toggle_button_get_type}, 11841 Symbol( "gtk_toggle_button_new", cast(void**)& gtk_toggle_button_new),
11874 { "gtk_cell_view_get_cell_renderers", cast(void**)& gtk_cell_view_get_cell_renderers}, 11842 Symbol( "gtk_toggle_button_get_type", cast(void**)& gtk_toggle_button_get_type),
11875 { "gtk_cell_view_set_background_color", cast(void**)& gtk_cell_view_set_background_color}, 11843 Symbol( "gtk_cell_view_get_cell_renderers", cast(void**)& gtk_cell_view_get_cell_renderers),
11876 { "gtk_cell_view_get_size_of_row", cast(void**)& gtk_cell_view_get_size_of_row}, 11844 Symbol( "gtk_cell_view_set_background_color", cast(void**)& gtk_cell_view_set_background_color),
11877 { "gtk_cell_view_get_displayed_row", cast(void**)& gtk_cell_view_get_displayed_row}, 11845 Symbol( "gtk_cell_view_get_size_of_row", cast(void**)& gtk_cell_view_get_size_of_row),
11878 { "gtk_cell_view_set_displayed_row", cast(void**)& gtk_cell_view_set_displayed_row}, 11846 Symbol( "gtk_cell_view_get_displayed_row", cast(void**)& gtk_cell_view_get_displayed_row),
11879 { "gtk_cell_view_set_model", cast(void**)& gtk_cell_view_set_model}, 11847 Symbol( "gtk_cell_view_set_displayed_row", cast(void**)& gtk_cell_view_set_displayed_row),
11880 { "gtk_cell_view_new_with_pixbuf", cast(void**)& gtk_cell_view_new_with_pixbuf}, 11848 Symbol( "gtk_cell_view_set_model", cast(void**)& gtk_cell_view_set_model),
11881 { "gtk_cell_view_new_with_markup", cast(void**)& gtk_cell_view_new_with_markup}, 11849 Symbol( "gtk_cell_view_new_with_pixbuf", cast(void**)& gtk_cell_view_new_with_pixbuf),
11882 { "gtk_cell_view_new_with_text", cast(void**)& gtk_cell_view_new_with_text}, 11850 Symbol( "gtk_cell_view_new_with_markup", cast(void**)& gtk_cell_view_new_with_markup),
11883 { "gtk_cell_view_new", cast(void**)& gtk_cell_view_new}, 11851 Symbol( "gtk_cell_view_new_with_text", cast(void**)& gtk_cell_view_new_with_text),
11884 { "gtk_cell_view_get_type", cast(void**)& gtk_cell_view_get_type}, 11852 Symbol( "gtk_cell_view_new", cast(void**)& gtk_cell_view_new),
11885 { "gtk_cell_renderer_toggle_set_active", cast(void**)& gtk_cell_renderer_toggle_set_active}, 11853 Symbol( "gtk_cell_view_get_type", cast(void**)& gtk_cell_view_get_type),
11886 { "gtk_cell_renderer_toggle_get_active", cast(void**)& gtk_cell_renderer_toggle_get_active}, 11854 Symbol( "gtk_cell_renderer_toggle_set_active", cast(void**)& gtk_cell_renderer_toggle_set_active),
11887 { "gtk_cell_renderer_toggle_set_radio", cast(void**)& gtk_cell_renderer_toggle_set_radio}, 11855 Symbol( "gtk_cell_renderer_toggle_get_active", cast(void**)& gtk_cell_renderer_toggle_get_active),
11888 { "gtk_cell_renderer_toggle_get_radio", cast(void**)& gtk_cell_renderer_toggle_get_radio}, 11856 Symbol( "gtk_cell_renderer_toggle_set_radio", cast(void**)& gtk_cell_renderer_toggle_set_radio),
11889 { "gtk_cell_renderer_toggle_new", cast(void**)& gtk_cell_renderer_toggle_new}, 11857 Symbol( "gtk_cell_renderer_toggle_get_radio", cast(void**)& gtk_cell_renderer_toggle_get_radio),
11890 { "gtk_cell_renderer_toggle_get_type", cast(void**)& gtk_cell_renderer_toggle_get_type}, 11858 Symbol( "gtk_cell_renderer_toggle_new", cast(void**)& gtk_cell_renderer_toggle_new),
11891 { "gtk_cell_renderer_spin_new", cast(void**)& gtk_cell_renderer_spin_new}, 11859 Symbol( "gtk_cell_renderer_toggle_get_type", cast(void**)& gtk_cell_renderer_toggle_get_type),
11892 { "gtk_cell_renderer_spin_get_type", cast(void**)& gtk_cell_renderer_spin_get_type}, 11860 Symbol( "gtk_cell_renderer_spin_new", cast(void**)& gtk_cell_renderer_spin_new),
11893 { "gtk_cell_renderer_progress_new", cast(void**)& gtk_cell_renderer_progress_new}, 11861 Symbol( "gtk_cell_renderer_spin_get_type", cast(void**)& gtk_cell_renderer_spin_get_type),
11894 { "gtk_cell_renderer_progress_get_type", cast(void**)& gtk_cell_renderer_progress_get_type}, 11862 Symbol( "gtk_cell_renderer_progress_new", cast(void**)& gtk_cell_renderer_progress_new),
11895 { "gtk_cell_renderer_pixbuf_new", cast(void**)& gtk_cell_renderer_pixbuf_new}, 11863 Symbol( "gtk_cell_renderer_progress_get_type", cast(void**)& gtk_cell_renderer_progress_get_type),
11896 { "gtk_cell_renderer_pixbuf_get_type", cast(void**)& gtk_cell_renderer_pixbuf_get_type}, 11864 Symbol( "gtk_cell_renderer_pixbuf_new", cast(void**)& gtk_cell_renderer_pixbuf_new),
11897 { "gtk_cell_renderer_combo_new", cast(void**)& gtk_cell_renderer_combo_new}, 11865 Symbol( "gtk_cell_renderer_pixbuf_get_type", cast(void**)& gtk_cell_renderer_pixbuf_get_type),
11898 { "gtk_cell_renderer_combo_get_type", cast(void**)& gtk_cell_renderer_combo_get_type}, 11866 Symbol( "gtk_cell_renderer_combo_new", cast(void**)& gtk_cell_renderer_combo_new),
11899 { "gtk_cell_renderer_accel_new", cast(void**)& gtk_cell_renderer_accel_new}, 11867 Symbol( "gtk_cell_renderer_combo_get_type", cast(void**)& gtk_cell_renderer_combo_get_type),
11900 { "gtk_cell_renderer_accel_get_type", cast(void**)& gtk_cell_renderer_accel_get_type}, 11868 Symbol( "gtk_cell_renderer_accel_new", cast(void**)& gtk_cell_renderer_accel_new),
11901 { "gtk_cell_renderer_text_set_fixed_height_from_font", cast(void**)& gtk_cell_renderer_text_set_fixed_height_from_font}, 11869 Symbol( "gtk_cell_renderer_accel_get_type", cast(void**)& gtk_cell_renderer_accel_get_type),
11902 { "gtk_cell_renderer_text_new", cast(void**)& gtk_cell_renderer_text_new}, 11870 Symbol( "gtk_cell_renderer_text_set_fixed_height_from_font", cast(void**)& gtk_cell_renderer_text_set_fixed_height_from_font),
11903 { "gtk_cell_renderer_text_get_type", cast(void**)& gtk_cell_renderer_text_get_type}, 11871 Symbol( "gtk_cell_renderer_text_new", cast(void**)& gtk_cell_renderer_text_new),
11904 // { "_gtk_cell_layout_buildable_add_child", cast(void**)& _gtk_cell_layout_buildable_add_child}, 11872 Symbol( "gtk_cell_renderer_text_get_type", cast(void**)& gtk_cell_renderer_text_get_type),
11905 // { "_gtk_cell_layout_buildable_custom_tag_end", cast(void**)& _gtk_cell_layout_buildable_custom_tag_end}, 11873 // Symbol( "_gtk_cell_layout_buildable_add_child", cast(void**)& _gtk_cell_layout_buildable_add_child),
11906 // { "_gtk_cell_layout_buildable_custom_tag_start", cast(void**)& _gtk_cell_layout_buildable_custom_tag_start}, 11874 // Symbol( "_gtk_cell_layout_buildable_custom_tag_end", cast(void**)& _gtk_cell_layout_buildable_custom_tag_end),
11907 { "gtk_cell_layout_reorder", cast(void**)& gtk_cell_layout_reorder}, 11875 // Symbol( "_gtk_cell_layout_buildable_custom_tag_start", cast(void**)& _gtk_cell_layout_buildable_custom_tag_start),
11908 { "gtk_cell_layout_clear_attributes", cast(void**)& gtk_cell_layout_clear_attributes}, 11876 Symbol( "gtk_cell_layout_reorder", cast(void**)& gtk_cell_layout_reorder),
11909 { "gtk_cell_layout_set_cell_data_func", cast(void**)& gtk_cell_layout_set_cell_data_func}, 11877 Symbol( "gtk_cell_layout_clear_attributes", cast(void**)& gtk_cell_layout_clear_attributes),
11910 { "gtk_cell_layout_add_attribute", cast(void**)& gtk_cell_layout_add_attribute}, 11878 Symbol( "gtk_cell_layout_set_cell_data_func", cast(void**)& gtk_cell_layout_set_cell_data_func),
11911 { "gtk_cell_layout_set_attributes", cast(void**)& gtk_cell_layout_set_attributes}, 11879 Symbol( "gtk_cell_layout_add_attribute", cast(void**)& gtk_cell_layout_add_attribute),
11912 { "gtk_cell_layout_clear", cast(void**)& gtk_cell_layout_clear}, 11880 Symbol( "gtk_cell_layout_set_attributes", cast(void**)& gtk_cell_layout_set_attributes),
11913 { "gtk_cell_layout_get_cells", cast(void**)& gtk_cell_layout_get_cells}, 11881 Symbol( "gtk_cell_layout_clear", cast(void**)& gtk_cell_layout_clear),
11914 { "gtk_cell_layout_pack_end", cast(void**)& gtk_cell_layout_pack_end}, 11882 Symbol( "gtk_cell_layout_get_cells", cast(void**)& gtk_cell_layout_get_cells),
11915 { "gtk_cell_layout_pack_start", cast(void**)& gtk_cell_layout_pack_start}, 11883 Symbol( "gtk_cell_layout_pack_end", cast(void**)& gtk_cell_layout_pack_end),
11916 { "gtk_cell_layout_get_type", cast(void**)& gtk_cell_layout_get_type}, 11884 Symbol( "gtk_cell_layout_pack_start", cast(void**)& gtk_cell_layout_pack_start),
11917 { "gtk_tree_view_column_get_tree_view", cast(void**)& gtk_tree_view_column_get_tree_view}, 11885 Symbol( "gtk_cell_layout_get_type", cast(void**)& gtk_cell_layout_get_type),
11918 { "gtk_tree_view_column_queue_resize", cast(void**)& gtk_tree_view_column_queue_resize}, 11886 Symbol( "gtk_tree_view_column_get_tree_view", cast(void**)& gtk_tree_view_column_get_tree_view),
11919 { "gtk_tree_view_column_cell_get_position", cast(void**)& gtk_tree_view_column_cell_get_position}, 11887 Symbol( "gtk_tree_view_column_queue_resize", cast(void**)& gtk_tree_view_column_queue_resize),
11920 { "gtk_tree_view_column_focus_cell", cast(void**)& gtk_tree_view_column_focus_cell}, 11888 Symbol( "gtk_tree_view_column_cell_get_position", cast(void**)& gtk_tree_view_column_cell_get_position),
11921 { "gtk_tree_view_column_cell_is_visible", cast(void**)& gtk_tree_view_column_cell_is_visible}, 11889 Symbol( "gtk_tree_view_column_focus_cell", cast(void**)& gtk_tree_view_column_focus_cell),
11922 { "gtk_tree_view_column_cell_get_size", cast(void**)& gtk_tree_view_column_cell_get_size}, 11890 Symbol( "gtk_tree_view_column_cell_is_visible", cast(void**)& gtk_tree_view_column_cell_is_visible),
11923 { "gtk_tree_view_column_cell_set_cell_data", cast(void**)& gtk_tree_view_column_cell_set_cell_data}, 11891 Symbol( "gtk_tree_view_column_cell_get_size", cast(void**)& gtk_tree_view_column_cell_get_size),
11924 { "gtk_tree_view_column_get_sort_order", cast(void**)& gtk_tree_view_column_get_sort_order}, 11892 Symbol( "gtk_tree_view_column_cell_set_cell_data", cast(void**)& gtk_tree_view_column_cell_set_cell_data),
11925 { "gtk_tree_view_column_set_sort_order", cast(void**)& gtk_tree_view_column_set_sort_order}, 11893 Symbol( "gtk_tree_view_column_get_sort_order", cast(void**)& gtk_tree_view_column_get_sort_order),
11926 { "gtk_tree_view_column_get_sort_indicator", cast(void**)& gtk_tree_view_column_get_sort_indicator}, 11894 Symbol( "gtk_tree_view_column_set_sort_order", cast(void**)& gtk_tree_view_column_set_sort_order),
11927 { "gtk_tree_view_column_set_sort_indicator", cast(void**)& gtk_tree_view_column_set_sort_indicator}, 11895 Symbol( "gtk_tree_view_column_get_sort_indicator", cast(void**)& gtk_tree_view_column_get_sort_indicator),
11928 { "gtk_tree_view_column_get_sort_column_id", cast(void**)& gtk_tree_view_column_get_sort_column_id}, 11896 Symbol( "gtk_tree_view_column_set_sort_indicator", cast(void**)& gtk_tree_view_column_set_sort_indicator),
11929 { "gtk_tree_view_column_set_sort_column_id", cast(void**)& gtk_tree_view_column_set_sort_column_id}, 11897 Symbol( "gtk_tree_view_column_get_sort_column_id", cast(void**)& gtk_tree_view_column_get_sort_column_id),
11930 { "gtk_tree_view_column_get_reorderable", cast(void**)& gtk_tree_view_column_get_reorderable}, 11898 Symbol( "gtk_tree_view_column_set_sort_column_id", cast(void**)& gtk_tree_view_column_set_sort_column_id),
11931 { "gtk_tree_view_column_set_reorderable", cast(void**)& gtk_tree_view_column_set_reorderable}, 11899 Symbol( "gtk_tree_view_column_get_reorderable", cast(void**)& gtk_tree_view_column_get_reorderable),
11932 { "gtk_tree_view_column_get_alignment", cast(void**)& gtk_tree_view_column_get_alignment}, 11900 Symbol( "gtk_tree_view_column_set_reorderable", cast(void**)& gtk_tree_view_column_set_reorderable),
11933 { "gtk_tree_view_column_set_alignment", cast(void**)& gtk_tree_view_column_set_alignment}, 11901 Symbol( "gtk_tree_view_column_get_alignment", cast(void**)& gtk_tree_view_column_get_alignment),
11934 { "gtk_tree_view_column_get_widget", cast(void**)& gtk_tree_view_column_get_widget}, 11902 Symbol( "gtk_tree_view_column_set_alignment", cast(void**)& gtk_tree_view_column_set_alignment),
11935 { "gtk_tree_view_column_set_widget", cast(void**)& gtk_tree_view_column_set_widget}, 11903 Symbol( "gtk_tree_view_column_get_widget", cast(void**)& gtk_tree_view_column_get_widget),
11936 { "gtk_tree_view_column_get_clickable", cast(void**)& gtk_tree_view_column_get_clickable}, 11904 Symbol( "gtk_tree_view_column_set_widget", cast(void**)& gtk_tree_view_column_set_widget),
11937 { "gtk_tree_view_column_set_clickable", cast(void**)& gtk_tree_view_column_set_clickable}, 11905 Symbol( "gtk_tree_view_column_get_clickable", cast(void**)& gtk_tree_view_column_get_clickable),
11938 { "gtk_tree_view_column_get_expand", cast(void**)& gtk_tree_view_column_get_expand}, 11906 Symbol( "gtk_tree_view_column_set_clickable", cast(void**)& gtk_tree_view_column_set_clickable),
11939 { "gtk_tree_view_column_set_expand", cast(void**)& gtk_tree_view_column_set_expand}, 11907 Symbol( "gtk_tree_view_column_get_expand", cast(void**)& gtk_tree_view_column_get_expand),
11940 { "gtk_tree_view_column_get_title", cast(void**)& gtk_tree_view_column_get_title}, 11908 Symbol( "gtk_tree_view_column_set_expand", cast(void**)& gtk_tree_view_column_set_expand),
11941 { "gtk_tree_view_column_set_title", cast(void**)& gtk_tree_view_column_set_title}, 11909 Symbol( "gtk_tree_view_column_get_title", cast(void**)& gtk_tree_view_column_get_title),
11942 { "gtk_tree_view_column_clicked", cast(void**)& gtk_tree_view_column_clicked}, 11910 Symbol( "gtk_tree_view_column_set_title", cast(void**)& gtk_tree_view_column_set_title),
11943 { "gtk_tree_view_column_get_max_width", cast(void**)& gtk_tree_view_column_get_max_width}, 11911 Symbol( "gtk_tree_view_column_clicked", cast(void**)& gtk_tree_view_column_clicked),
11944 { "gtk_tree_view_column_set_max_width", cast(void**)& gtk_tree_view_column_set_max_width}, 11912 Symbol( "gtk_tree_view_column_get_max_width", cast(void**)& gtk_tree_view_column_get_max_width),
11945 { "gtk_tree_view_column_get_min_width", cast(void**)& gtk_tree_view_column_get_min_width}, 11913 Symbol( "gtk_tree_view_column_set_max_width", cast(void**)& gtk_tree_view_column_set_max_width),
11946 { "gtk_tree_view_column_set_min_width", cast(void**)& gtk_tree_view_column_set_min_width}, 11914 Symbol( "gtk_tree_view_column_get_min_width", cast(void**)& gtk_tree_view_column_get_min_width),
11947 { "gtk_tree_view_column_set_fixed_width", cast(void**)& gtk_tree_view_column_set_fixed_width}, 11915 Symbol( "gtk_tree_view_column_set_min_width", cast(void**)& gtk_tree_view_column_set_min_width),
11948 { "gtk_tree_view_column_get_fixed_width", cast(void**)& gtk_tree_view_column_get_fixed_width}, 11916 Symbol( "gtk_tree_view_column_set_fixed_width", cast(void**)& gtk_tree_view_column_set_fixed_width),
11949 { "gtk_tree_view_column_get_width", cast(void**)& gtk_tree_view_column_get_width}, 11917 Symbol( "gtk_tree_view_column_get_fixed_width", cast(void**)& gtk_tree_view_column_get_fixed_width),
11950 { "gtk_tree_view_column_get_sizing", cast(void**)& gtk_tree_view_column_get_sizing}, 11918 Symbol( "gtk_tree_view_column_get_width", cast(void**)& gtk_tree_view_column_get_width),
11951 { "gtk_tree_view_column_set_sizing", cast(void**)& gtk_tree_view_column_set_sizing}, 11919 Symbol( "gtk_tree_view_column_get_sizing", cast(void**)& gtk_tree_view_column_get_sizing),
11952 { "gtk_tree_view_column_get_resizable", cast(void**)& gtk_tree_view_column_get_resizable}, 11920 Symbol( "gtk_tree_view_column_set_sizing", cast(void**)& gtk_tree_view_column_set_sizing),
11953 { "gtk_tree_view_column_set_resizable", cast(void**)& gtk_tree_view_column_set_resizable}, 11921 Symbol( "gtk_tree_view_column_get_resizable", cast(void**)& gtk_tree_view_column_get_resizable),
11954 { "gtk_tree_view_column_get_visible", cast(void**)& gtk_tree_view_column_get_visible}, 11922 Symbol( "gtk_tree_view_column_set_resizable", cast(void**)& gtk_tree_view_column_set_resizable),
11955 { "gtk_tree_view_column_set_visible", cast(void**)& gtk_tree_view_column_set_visible}, 11923 Symbol( "gtk_tree_view_column_get_visible", cast(void**)& gtk_tree_view_column_get_visible),
11956 { "gtk_tree_view_column_get_spacing", cast(void**)& gtk_tree_view_column_get_spacing}, 11924 Symbol( "gtk_tree_view_column_set_visible", cast(void**)& gtk_tree_view_column_set_visible),
11957 { "gtk_tree_view_column_set_spacing", cast(void**)& gtk_tree_view_column_set_spacing}, 11925 Symbol( "gtk_tree_view_column_get_spacing", cast(void**)& gtk_tree_view_column_get_spacing),
11958 { "gtk_tree_view_column_clear_attributes", cast(void**)& gtk_tree_view_column_clear_attributes}, 11926 Symbol( "gtk_tree_view_column_set_spacing", cast(void**)& gtk_tree_view_column_set_spacing),
11959 { "gtk_tree_view_column_set_cell_data_func", cast(void**)& gtk_tree_view_column_set_cell_data_func}, 11927 Symbol( "gtk_tree_view_column_clear_attributes", cast(void**)& gtk_tree_view_column_clear_attributes),
11960 { "gtk_tree_view_column_set_attributes", cast(void**)& gtk_tree_view_column_set_attributes}, 11928 Symbol( "gtk_tree_view_column_set_cell_data_func", cast(void**)& gtk_tree_view_column_set_cell_data_func),
11961 { "gtk_tree_view_column_add_attribute", cast(void**)& gtk_tree_view_column_add_attribute}, 11929 Symbol( "gtk_tree_view_column_set_attributes", cast(void**)& gtk_tree_view_column_set_attributes),
11962 { "gtk_tree_view_column_get_cell_renderers", cast(void**)& gtk_tree_view_column_get_cell_renderers}, 11930 Symbol( "gtk_tree_view_column_add_attribute", cast(void**)& gtk_tree_view_column_add_attribute),
11963 { "gtk_tree_view_column_clear", cast(void**)& gtk_tree_view_column_clear}, 11931 Symbol( "gtk_tree_view_column_get_cell_renderers", cast(void**)& gtk_tree_view_column_get_cell_renderers),
11964 { "gtk_tree_view_column_pack_end", cast(void**)& gtk_tree_view_column_pack_end}, 11932 Symbol( "gtk_tree_view_column_clear", cast(void**)& gtk_tree_view_column_clear),
11965 { "gtk_tree_view_column_pack_start", cast(void**)& gtk_tree_view_column_pack_start}, 11933 Symbol( "gtk_tree_view_column_pack_end", cast(void**)& gtk_tree_view_column_pack_end),
11966 { "gtk_tree_view_column_new_with_attributes", cast(void**)& gtk_tree_view_column_new_with_attributes}, 11934 Symbol( "gtk_tree_view_column_pack_start", cast(void**)& gtk_tree_view_column_pack_start),
11967 { "gtk_tree_view_column_new", cast(void**)& gtk_tree_view_column_new}, 11935 Symbol( "gtk_tree_view_column_new_with_attributes", cast(void**)& gtk_tree_view_column_new_with_attributes),
11968 { "gtk_tree_view_column_get_type", cast(void**)& gtk_tree_view_column_get_type}, 11936 Symbol( "gtk_tree_view_column_new", cast(void**)& gtk_tree_view_column_new),
11969 { "gtk_tree_sortable_has_default_sort_func", cast(void**)& gtk_tree_sortable_has_default_sort_func}, 11937 Symbol( "gtk_tree_view_column_get_type", cast(void**)& gtk_tree_view_column_get_type),
11970 { "gtk_tree_sortable_set_default_sort_func", cast(void**)& gtk_tree_sortable_set_default_sort_func}, 11938 Symbol( "gtk_tree_sortable_has_default_sort_func", cast(void**)& gtk_tree_sortable_has_default_sort_func),
11971 { "gtk_tree_sortable_set_sort_func", cast(void**)& gtk_tree_sortable_set_sort_func}, 11939 Symbol( "gtk_tree_sortable_set_default_sort_func", cast(void**)& gtk_tree_sortable_set_default_sort_func),
11972 { "gtk_tree_sortable_set_sort_column_id", cast(void**)& gtk_tree_sortable_set_sort_column_id}, 11940 Symbol( "gtk_tree_sortable_set_sort_func", cast(void**)& gtk_tree_sortable_set_sort_func),
11973 { "gtk_tree_sortable_get_sort_column_id", cast(void**)& gtk_tree_sortable_get_sort_column_id}, 11941 Symbol( "gtk_tree_sortable_set_sort_column_id", cast(void**)& gtk_tree_sortable_set_sort_column_id),
11974 { "gtk_tree_sortable_sort_column_changed", cast(void**)& gtk_tree_sortable_sort_column_changed}, 11942 Symbol( "gtk_tree_sortable_get_sort_column_id", cast(void**)& gtk_tree_sortable_get_sort_column_id),
11975 { "gtk_tree_sortable_get_type", cast(void**)& gtk_tree_sortable_get_type}, 11943 Symbol( "gtk_tree_sortable_sort_column_changed", cast(void**)& gtk_tree_sortable_sort_column_changed),
11976 { "gtk_tree_model_rows_reordered", cast(void**)& gtk_tree_model_rows_reordered}, 11944 Symbol( "gtk_tree_sortable_get_type", cast(void**)& gtk_tree_sortable_get_type),
11977 { "gtk_tree_model_row_deleted", cast(void**)& gtk_tree_model_row_deleted}, 11945 Symbol( "gtk_tree_model_rows_reordered", cast(void**)& gtk_tree_model_rows_reordered),
11978 { "gtk_tree_model_row_has_child_toggled", cast(void**)& gtk_tree_model_row_has_child_toggled}, 11946 Symbol( "gtk_tree_model_row_deleted", cast(void**)& gtk_tree_model_row_deleted),
11979 { "gtk_tree_model_row_inserted", cast(void**)& gtk_tree_model_row_inserted}, 11947 Symbol( "gtk_tree_model_row_has_child_toggled", cast(void**)& gtk_tree_model_row_has_child_toggled),
11980 { "gtk_tree_model_row_changed", cast(void**)& gtk_tree_model_row_changed}, 11948 Symbol( "gtk_tree_model_row_inserted", cast(void**)& gtk_tree_model_row_inserted),
11981 { "gtk_tree_model_foreach", cast(void**)& gtk_tree_model_foreach}, 11949 Symbol( "gtk_tree_model_row_changed", cast(void**)& gtk_tree_model_row_changed),
11982 { "gtk_tree_model_get_valist", cast(void**)& gtk_tree_model_get_valist}, 11950 Symbol( "gtk_tree_model_foreach", cast(void**)& gtk_tree_model_foreach),
11983 { "gtk_tree_model_get", cast(void**)& gtk_tree_model_get}, 11951 Symbol( "gtk_tree_model_get_valist", cast(void**)& gtk_tree_model_get_valist),
11984 { "gtk_tree_model_unref_node", cast(void**)& gtk_tree_model_unref_node}, 11952 Symbol( "gtk_tree_model_get", cast(void**)& gtk_tree_model_get),
11985 { "gtk_tree_model_ref_node", cast(void**)& gtk_tree_model_ref_node}, 11953 Symbol( "gtk_tree_model_unref_node", cast(void**)& gtk_tree_model_unref_node),
11986 { "gtk_tree_model_iter_parent", cast(void**)& gtk_tree_model_iter_parent}, 11954 Symbol( "gtk_tree_model_ref_node", cast(void**)& gtk_tree_model_ref_node),
11987 { "gtk_tree_model_iter_nth_child", cast(void**)& gtk_tree_model_iter_nth_child}, 11955 Symbol( "gtk_tree_model_iter_parent", cast(void**)& gtk_tree_model_iter_parent),
11988 { "gtk_tree_model_iter_n_children", cast(void**)& gtk_tree_model_iter_n_children}, 11956 Symbol( "gtk_tree_model_iter_nth_child", cast(void**)& gtk_tree_model_iter_nth_child),
11989 { "gtk_tree_model_iter_has_child", cast(void**)& gtk_tree_model_iter_has_child}, 11957 Symbol( "gtk_tree_model_iter_n_children", cast(void**)& gtk_tree_model_iter_n_children),
11990 { "gtk_tree_model_iter_children", cast(void**)& gtk_tree_model_iter_children}, 11958 Symbol( "gtk_tree_model_iter_has_child", cast(void**)& gtk_tree_model_iter_has_child),
11991 { "gtk_tree_model_iter_next", cast(void**)& gtk_tree_model_iter_next}, 11959 Symbol( "gtk_tree_model_iter_children", cast(void**)& gtk_tree_model_iter_children),
11992 { "gtk_tree_model_get_value", cast(void**)& gtk_tree_model_get_value}, 11960 Symbol( "gtk_tree_model_iter_next", cast(void**)& gtk_tree_model_iter_next),
11993 { "gtk_tree_model_get_path", cast(void**)& gtk_tree_model_get_path}, 11961 Symbol( "gtk_tree_model_get_value", cast(void**)& gtk_tree_model_get_value),
11994 { "gtk_tree_model_get_iter_first", cast(void**)& gtk_tree_model_get_iter_first}, 11962 Symbol( "gtk_tree_model_get_path", cast(void**)& gtk_tree_model_get_path),
11995 { "gtk_tree_model_get_string_from_iter", cast(void**)& gtk_tree_model_get_string_from_iter}, 11963 Symbol( "gtk_tree_model_get_iter_first", cast(void**)& gtk_tree_model_get_iter_first),
11996 { "gtk_tree_model_get_iter_from_string", cast(void**)& gtk_tree_model_get_iter_from_string}, 11964 Symbol( "gtk_tree_model_get_string_from_iter", cast(void**)& gtk_tree_model_get_string_from_iter),
11997 { "gtk_tree_model_get_iter", cast(void**)& gtk_tree_model_get_iter}, 11965 Symbol( "gtk_tree_model_get_iter_from_string", cast(void**)& gtk_tree_model_get_iter_from_string),
11998 { "gtk_tree_model_get_column_type", cast(void**)& gtk_tree_model_get_column_type}, 11966 Symbol( "gtk_tree_model_get_iter", cast(void**)& gtk_tree_model_get_iter),
11999 { "gtk_tree_model_get_n_columns", cast(void**)& gtk_tree_model_get_n_columns}, 11967 Symbol( "gtk_tree_model_get_column_type", cast(void**)& gtk_tree_model_get_column_type),
12000 { "gtk_tree_model_get_flags", cast(void**)& gtk_tree_model_get_flags}, 11968 Symbol( "gtk_tree_model_get_n_columns", cast(void**)& gtk_tree_model_get_n_columns),
12001 { "gtk_tree_model_get_type", cast(void**)& gtk_tree_model_get_type}, 11969 Symbol( "gtk_tree_model_get_flags", cast(void**)& gtk_tree_model_get_flags),
12002 { "gtk_tree_iter_get_type", cast(void**)& gtk_tree_iter_get_type}, 11970 Symbol( "gtk_tree_model_get_type", cast(void**)& gtk_tree_model_get_type),
12003 { "gtk_tree_iter_free", cast(void**)& gtk_tree_iter_free}, 11971 Symbol( "gtk_tree_iter_get_type", cast(void**)& gtk_tree_iter_get_type),
12004 { "gtk_tree_iter_copy", cast(void**)& gtk_tree_iter_copy}, 11972 Symbol( "gtk_tree_iter_free", cast(void**)& gtk_tree_iter_free),
12005 { "gtk_tree_row_reference_reordered", cast(void**)& gtk_tree_row_reference_reordered}, 11973 Symbol( "gtk_tree_iter_copy", cast(void**)& gtk_tree_iter_copy),
12006 { "gtk_tree_row_reference_deleted", cast(void**)& gtk_tree_row_reference_deleted}, 11974 Symbol( "gtk_tree_row_reference_reordered", cast(void**)& gtk_tree_row_reference_reordered),
12007 { "gtk_tree_row_reference_inserted", cast(void**)& gtk_tree_row_reference_inserted}, 11975 Symbol( "gtk_tree_row_reference_deleted", cast(void**)& gtk_tree_row_reference_deleted),
12008 { "gtk_tree_row_reference_free", cast(void**)& gtk_tree_row_reference_free}, 11976 Symbol( "gtk_tree_row_reference_inserted", cast(void**)& gtk_tree_row_reference_inserted),
12009 { "gtk_tree_row_reference_copy", cast(void**)& gtk_tree_row_reference_copy}, 11977 Symbol( "gtk_tree_row_reference_free", cast(void**)& gtk_tree_row_reference_free),
12010 { "gtk_tree_row_reference_valid", cast(void**)& gtk_tree_row_reference_valid}, 11978 Symbol( "gtk_tree_row_reference_copy", cast(void**)& gtk_tree_row_reference_copy),
12011 { "gtk_tree_row_reference_get_model", cast(void**)& gtk_tree_row_reference_get_model}, 11979 Symbol( "gtk_tree_row_reference_valid", cast(void**)& gtk_tree_row_reference_valid),
12012 { "gtk_tree_row_reference_get_path", cast(void**)& gtk_tree_row_reference_get_path}, 11980 Symbol( "gtk_tree_row_reference_get_model", cast(void**)& gtk_tree_row_reference_get_model),
12013 { "gtk_tree_row_reference_new_proxy", cast(void**)& gtk_tree_row_reference_new_proxy}, 11981 Symbol( "gtk_tree_row_reference_get_path", cast(void**)& gtk_tree_row_reference_get_path),
12014 { "gtk_tree_row_reference_new", cast(void**)& gtk_tree_row_reference_new}, 11982 Symbol( "gtk_tree_row_reference_new_proxy", cast(void**)& gtk_tree_row_reference_new_proxy),
12015 { "gtk_tree_row_reference_get_type", cast(void**)& gtk_tree_row_reference_get_type}, 11983 Symbol( "gtk_tree_row_reference_new", cast(void**)& gtk_tree_row_reference_new),
12016 { "gtk_tree_path_is_descendant", cast(void**)& gtk_tree_path_is_descendant}, 11984 Symbol( "gtk_tree_row_reference_get_type", cast(void**)& gtk_tree_row_reference_get_type),
12017 { "gtk_tree_path_is_ancestor", cast(void**)& gtk_tree_path_is_ancestor}, 11985 Symbol( "gtk_tree_path_is_descendant", cast(void**)& gtk_tree_path_is_descendant),
12018 { "gtk_tree_path_down", cast(void**)& gtk_tree_path_down}, 11986 Symbol( "gtk_tree_path_is_ancestor", cast(void**)& gtk_tree_path_is_ancestor),
12019 { "gtk_tree_path_up", cast(void**)& gtk_tree_path_up}, 11987 Symbol( "gtk_tree_path_down", cast(void**)& gtk_tree_path_down),
12020 { "gtk_tree_path_prev", cast(void**)& gtk_tree_path_prev}, 11988 Symbol( "gtk_tree_path_up", cast(void**)& gtk_tree_path_up),
12021 { "gtk_tree_path_next", cast(void**)& gtk_tree_path_next}, 11989 Symbol( "gtk_tree_path_prev", cast(void**)& gtk_tree_path_prev),
12022 { "gtk_tree_path_compare", cast(void**)& gtk_tree_path_compare}, 11990 Symbol( "gtk_tree_path_next", cast(void**)& gtk_tree_path_next),
12023 { "gtk_tree_path_get_type", cast(void**)& gtk_tree_path_get_type}, 11991 Symbol( "gtk_tree_path_compare", cast(void**)& gtk_tree_path_compare),
12024 { "gtk_tree_path_copy", cast(void**)& gtk_tree_path_copy}, 11992 Symbol( "gtk_tree_path_get_type", cast(void**)& gtk_tree_path_get_type),
12025 { "gtk_tree_path_free", cast(void**)& gtk_tree_path_free}, 11993 Symbol( "gtk_tree_path_copy", cast(void**)& gtk_tree_path_copy),
12026 { "gtk_tree_path_get_indices", cast(void**)& gtk_tree_path_get_indices}, 11994 Symbol( "gtk_tree_path_free", cast(void**)& gtk_tree_path_free),
12027 { "gtk_tree_path_get_depth", cast(void**)& gtk_tree_path_get_depth}, 11995 Symbol( "gtk_tree_path_get_indices", cast(void**)& gtk_tree_path_get_indices),
12028 { "gtk_tree_path_prepend_index", cast(void**)& gtk_tree_path_prepend_index}, 11996 Symbol( "gtk_tree_path_get_depth", cast(void**)& gtk_tree_path_get_depth),
12029 { "gtk_tree_path_append_index", cast(void**)& gtk_tree_path_append_index}, 11997 Symbol( "gtk_tree_path_prepend_index", cast(void**)& gtk_tree_path_prepend_index),
12030 { "gtk_tree_path_new_first", cast(void**)& gtk_tree_path_new_first}, 11998 Symbol( "gtk_tree_path_append_index", cast(void**)& gtk_tree_path_append_index),
12031 { "gtk_tree_path_to_string", cast(void**)& gtk_tree_path_to_string}, 11999 Symbol( "gtk_tree_path_new_first", cast(void**)& gtk_tree_path_new_first),
12032 { "gtk_tree_path_new_from_indices", cast(void**)& gtk_tree_path_new_from_indices}, 12000 Symbol( "gtk_tree_path_to_string", cast(void**)& gtk_tree_path_to_string),
12033 { "gtk_tree_path_new_from_string", cast(void**)& gtk_tree_path_new_from_string}, 12001 Symbol( "gtk_tree_path_new_from_indices", cast(void**)& gtk_tree_path_new_from_indices),
12034 { "gtk_tree_path_new", cast(void**)& gtk_tree_path_new}, 12002 Symbol( "gtk_tree_path_new_from_string", cast(void**)& gtk_tree_path_new_from_string),
12035 { "gtk_cell_renderer_stop_editing", cast(void**)& gtk_cell_renderer_stop_editing}, 12003 Symbol( "gtk_tree_path_new", cast(void**)& gtk_tree_path_new),
12036 { "gtk_cell_renderer_editing_canceled", cast(void**)& gtk_cell_renderer_editing_canceled}, 12004 Symbol( "gtk_cell_renderer_stop_editing", cast(void**)& gtk_cell_renderer_stop_editing),
12037 { "gtk_cell_renderer_get_fixed_size", cast(void**)& gtk_cell_renderer_get_fixed_size}, 12005 Symbol( "gtk_cell_renderer_editing_canceled", cast(void**)& gtk_cell_renderer_editing_canceled),
12038 { "gtk_cell_renderer_set_fixed_size", cast(void**)& gtk_cell_renderer_set_fixed_size}, 12006 Symbol( "gtk_cell_renderer_get_fixed_size", cast(void**)& gtk_cell_renderer_get_fixed_size),
12039 { "gtk_cell_renderer_start_editing", cast(void**)& gtk_cell_renderer_start_editing}, 12007 Symbol( "gtk_cell_renderer_set_fixed_size", cast(void**)& gtk_cell_renderer_set_fixed_size),
12040 { "gtk_cell_renderer_activate", cast(void**)& gtk_cell_renderer_activate}, 12008 Symbol( "gtk_cell_renderer_start_editing", cast(void**)& gtk_cell_renderer_start_editing),
12041 { "gtk_cell_renderer_render", cast(void**)& gtk_cell_renderer_render}, 12009 Symbol( "gtk_cell_renderer_activate", cast(void**)& gtk_cell_renderer_activate),
12042 { "gtk_cell_renderer_get_size", cast(void**)& gtk_cell_renderer_get_size}, 12010 Symbol( "gtk_cell_renderer_render", cast(void**)& gtk_cell_renderer_render),
12043 { "gtk_cell_renderer_get_type", cast(void**)& gtk_cell_renderer_get_type}, 12011 Symbol( "gtk_cell_renderer_get_size", cast(void**)& gtk_cell_renderer_get_size),
12044 { "gtk_cell_editable_remove_widget", cast(void**)& gtk_cell_editable_remove_widget}, 12012 Symbol( "gtk_cell_renderer_get_type", cast(void**)& gtk_cell_renderer_get_type),
12045 { "gtk_cell_editable_editing_done", cast(void**)& gtk_cell_editable_editing_done}, 12013 Symbol( "gtk_cell_editable_remove_widget", cast(void**)& gtk_cell_editable_remove_widget),
12046 { "gtk_cell_editable_start_editing", cast(void**)& gtk_cell_editable_start_editing}, 12014 Symbol( "gtk_cell_editable_editing_done", cast(void**)& gtk_cell_editable_editing_done),
12047 { "gtk_cell_editable_get_type", cast(void**)& gtk_cell_editable_get_type}, 12015 Symbol( "gtk_cell_editable_start_editing", cast(void**)& gtk_cell_editable_start_editing),
12048 { "gtk_calendar_thaw", cast(void**)& gtk_calendar_thaw}, 12016 Symbol( "gtk_cell_editable_get_type", cast(void**)& gtk_cell_editable_get_type),
12049 { "gtk_calendar_freeze", cast(void**)& gtk_calendar_freeze}, 12017 Symbol( "gtk_calendar_thaw", cast(void**)& gtk_calendar_thaw),
12050 { "gtk_calendar_get_date", cast(void**)& gtk_calendar_get_date}, 12018 Symbol( "gtk_calendar_freeze", cast(void**)& gtk_calendar_freeze),
12051 { "gtk_calendar_display_options", cast(void**)& gtk_calendar_display_options}, 12019 Symbol( "gtk_calendar_get_date", cast(void**)& gtk_calendar_get_date),
12052 { "gtk_calendar_get_display_options", cast(void**)& gtk_calendar_get_display_options}, 12020 Symbol( "gtk_calendar_display_options", cast(void**)& gtk_calendar_display_options),
12053 { "gtk_calendar_set_display_options", cast(void**)& gtk_calendar_set_display_options}, 12021 Symbol( "gtk_calendar_get_display_options", cast(void**)& gtk_calendar_get_display_options),
12054 { "gtk_calendar_clear_marks", cast(void**)& gtk_calendar_clear_marks}, 12022 Symbol( "gtk_calendar_set_display_options", cast(void**)& gtk_calendar_set_display_options),
12055 { "gtk_calendar_unmark_day", cast(void**)& gtk_calendar_unmark_day}, 12023 Symbol( "gtk_calendar_clear_marks", cast(void**)& gtk_calendar_clear_marks),
12056 { "gtk_calendar_mark_day", cast(void**)& gtk_calendar_mark_day}, 12024 Symbol( "gtk_calendar_unmark_day", cast(void**)& gtk_calendar_unmark_day),
12057 { "gtk_calendar_select_day", cast(void**)& gtk_calendar_select_day}, 12025 Symbol( "gtk_calendar_mark_day", cast(void**)& gtk_calendar_mark_day),
12058 { "gtk_calendar_select_month", cast(void**)& gtk_calendar_select_month}, 12026 Symbol( "gtk_calendar_select_day", cast(void**)& gtk_calendar_select_day),
12059 { "gtk_calendar_new", cast(void**)& gtk_calendar_new}, 12027 Symbol( "gtk_calendar_select_month", cast(void**)& gtk_calendar_select_month),
12060 { "gtk_calendar_get_type", cast(void**)& gtk_calendar_get_type}, 12028 Symbol( "gtk_calendar_new", cast(void**)& gtk_calendar_new),
12061 { "gtk_signal_compat_matched", cast(void**)& gtk_signal_compat_matched}, 12029 Symbol( "gtk_calendar_get_type", cast(void**)& gtk_calendar_get_type),
12062 { "gtk_signal_emitv_by_name", cast(void**)& gtk_signal_emitv_by_name}, 12030 Symbol( "gtk_signal_compat_matched", cast(void**)& gtk_signal_compat_matched),
12063 { "gtk_signal_emit_by_name", cast(void**)& gtk_signal_emit_by_name}, 12031 Symbol( "gtk_signal_emitv_by_name", cast(void**)& gtk_signal_emitv_by_name),
12064 { "gtk_signal_emit", cast(void**)& gtk_signal_emit}, 12032 Symbol( "gtk_signal_emit_by_name", cast(void**)& gtk_signal_emit_by_name),
12065 { "gtk_signal_emitv", cast(void**)& gtk_signal_emitv}, 12033 Symbol( "gtk_signal_emit", cast(void**)& gtk_signal_emit),
12066 { "gtk_signal_connect_full", cast(void**)& gtk_signal_connect_full}, 12034 Symbol( "gtk_signal_emitv", cast(void**)& gtk_signal_emitv),
12067 { "gtk_signal_connect_while_alive", cast(void**)& gtk_signal_connect_while_alive}, 12035 Symbol( "gtk_signal_connect_full", cast(void**)& gtk_signal_connect_full),
12068 { "gtk_signal_connect_object_while_alive", cast(void**)& gtk_signal_connect_object_while_alive}, 12036 Symbol( "gtk_signal_connect_while_alive", cast(void**)& gtk_signal_connect_while_alive),
12069 { "gtk_signal_emit_stop_by_name", cast(void**)& gtk_signal_emit_stop_by_name}, 12037 Symbol( "gtk_signal_connect_object_while_alive", cast(void**)& gtk_signal_connect_object_while_alive),
12070 { "gtk_signal_new", cast(void**)& gtk_signal_new}, 12038 Symbol( "gtk_signal_emit_stop_by_name", cast(void**)& gtk_signal_emit_stop_by_name),
12071 { "gtk_signal_newv", cast(void**)& gtk_signal_newv}, 12039 Symbol( "gtk_signal_new", cast(void**)& gtk_signal_new),
12072 { "gtk_marshal_VOID__UINT_STRING", cast(void**)& gtk_marshal_VOID__UINT_STRING}, 12040 Symbol( "gtk_signal_newv", cast(void**)& gtk_signal_newv),
12073 { "gtk_marshal_VOID__UINT_POINTER_UINT_UINT_ENUM", cast(void**)& gtk_marshal_VOID__UINT_POINTER_UINT_UINT_ENUM}, 12041 Symbol( "gtk_marshal_VOID__UINT_STRING", cast(void**)& gtk_marshal_VOID__UINT_STRING),
12074 { "gtk_marshal_VOID__UINT_POINTER_UINT_ENUM_ENUM_POINTER", cast(void**)& gtk_marshal_VOID__UINT_POINTER_UINT_ENUM_ENUM_POINTER}, 12042 Symbol( "gtk_marshal_VOID__UINT_POINTER_UINT_UINT_ENUM", cast(void**)& gtk_marshal_VOID__UINT_POINTER_UINT_UINT_ENUM),
12075 { "gtk_marshal_VOID__STRING_INT_POINTER", cast(void**)& gtk_marshal_VOID__STRING_INT_POINTER}, 12043 Symbol( "gtk_marshal_VOID__UINT_POINTER_UINT_ENUM_ENUM_POINTER", cast(void**)& gtk_marshal_VOID__UINT_POINTER_UINT_ENUM_ENUM_POINTER),
12076 { "gtk_marshal_VOID__POINTER_UINT_UINT", cast(void**)& gtk_marshal_VOID__POINTER_UINT_UINT}, 12044 Symbol( "gtk_marshal_VOID__STRING_INT_POINTER", cast(void**)& gtk_marshal_VOID__STRING_INT_POINTER),
12077 { "gtk_marshal_VOID__POINTER_INT_INT_POINTER_UINT_UINT", cast(void**)& gtk_marshal_VOID__POINTER_INT_INT_POINTER_UINT_UINT}, 12045 Symbol( "gtk_marshal_VOID__POINTER_UINT_UINT", cast(void**)& gtk_marshal_VOID__POINTER_UINT_UINT),
12078 { "gtk_marshal_VOID__POINTER_POINTER_UINT_UINT", cast(void**)& gtk_marshal_VOID__POINTER_POINTER_UINT_UINT}, 12046 Symbol( "gtk_marshal_VOID__POINTER_INT_INT_POINTER_UINT_UINT", cast(void**)& gtk_marshal_VOID__POINTER_INT_INT_POINTER_UINT_UINT),
12079 { "gtk_marshal_VOID__POINTER_UINT_ENUM", cast(void**)& gtk_marshal_VOID__POINTER_UINT_ENUM}, 12047 Symbol( "gtk_marshal_VOID__POINTER_POINTER_UINT_UINT", cast(void**)& gtk_marshal_VOID__POINTER_POINTER_UINT_UINT),
12080 { "gtk_marshal_VOID__POINTER_UINT", cast(void**)& gtk_marshal_VOID__POINTER_UINT}, 12048 Symbol( "gtk_marshal_VOID__POINTER_UINT_ENUM", cast(void**)& gtk_marshal_VOID__POINTER_UINT_ENUM),
12081 { "gtk_marshal_VOID__POINTER_STRING_STRING", cast(void**)& gtk_marshal_VOID__POINTER_STRING_STRING}, 12049 Symbol( "gtk_marshal_VOID__POINTER_UINT", cast(void**)& gtk_marshal_VOID__POINTER_UINT),
12082 { "gtk_marshal_VOID__POINTER_POINTER_POINTER", cast(void**)& gtk_marshal_VOID__POINTER_POINTER_POINTER}, 12050 Symbol( "gtk_marshal_VOID__POINTER_STRING_STRING", cast(void**)& gtk_marshal_VOID__POINTER_STRING_STRING),
12083 { "gtk_marshal_VOID__POINTER_POINTER", cast(void**)& gtk_marshal_VOID__POINTER_POINTER}, 12051 Symbol( "gtk_marshal_VOID__POINTER_POINTER_POINTER", cast(void**)& gtk_marshal_VOID__POINTER_POINTER_POINTER),
12084 { "gtk_marshal_VOID__POINTER_INT", cast(void**)& gtk_marshal_VOID__POINTER_INT}, 12052 Symbol( "gtk_marshal_VOID__POINTER_POINTER", cast(void**)& gtk_marshal_VOID__POINTER_POINTER),
12085 { "gtk_marshal_VOID__INT_INT_POINTER", cast(void**)& gtk_marshal_VOID__INT_INT_POINTER}, 12053 Symbol( "gtk_marshal_VOID__POINTER_INT", cast(void**)& gtk_marshal_VOID__POINTER_INT),
12086 { "gtk_marshal_VOID__INT_INT", cast(void**)& gtk_marshal_VOID__INT_INT}, 12054 Symbol( "gtk_marshal_VOID__INT_INT_POINTER", cast(void**)& gtk_marshal_VOID__INT_INT_POINTER),
12087 { "gtk_marshal_VOID__ENUM_FLOAT_BOOLEAN", cast(void**)& gtk_marshal_VOID__ENUM_FLOAT_BOOLEAN}, 12055 Symbol( "gtk_marshal_VOID__INT_INT", cast(void**)& gtk_marshal_VOID__INT_INT),
12088 { "gtk_marshal_VOID__ENUM_FLOAT", cast(void**)& gtk_marshal_VOID__ENUM_FLOAT}, 12056 Symbol( "gtk_marshal_VOID__ENUM_FLOAT_BOOLEAN", cast(void**)& gtk_marshal_VOID__ENUM_FLOAT_BOOLEAN),
12089 { "gtk_marshal_INT__POINTER_CHAR_CHAR", cast(void**)& gtk_marshal_INT__POINTER_CHAR_CHAR}, 12057 Symbol( "gtk_marshal_VOID__ENUM_FLOAT", cast(void**)& gtk_marshal_VOID__ENUM_FLOAT),
12090 { "gtk_marshal_INT__POINTER", cast(void**)& gtk_marshal_INT__POINTER}, 12058 Symbol( "gtk_marshal_INT__POINTER_CHAR_CHAR", cast(void**)& gtk_marshal_INT__POINTER_CHAR_CHAR),
12091 { "gtk_marshal_ENUM__ENUM", cast(void**)& gtk_marshal_ENUM__ENUM}, 12059 Symbol( "gtk_marshal_INT__POINTER", cast(void**)& gtk_marshal_INT__POINTER),
12092 { "gtk_marshal_BOOLEAN__POINTER_STRING_STRING_POINTER", cast(void**)& gtk_marshal_BOOLEAN__POINTER_STRING_STRING_POINTER}, 12060 Symbol( "gtk_marshal_ENUM__ENUM", cast(void**)& gtk_marshal_ENUM__ENUM),
12093 { "gtk_marshal_BOOLEAN__POINTER_INT_INT_UINT", cast(void**)& gtk_marshal_BOOLEAN__POINTER_INT_INT_UINT}, 12061 Symbol( "gtk_marshal_BOOLEAN__POINTER_STRING_STRING_POINTER", cast(void**)& gtk_marshal_BOOLEAN__POINTER_STRING_STRING_POINTER),
12094 { "gtk_marshal_BOOLEAN__POINTER_INT_INT", cast(void**)& gtk_marshal_BOOLEAN__POINTER_INT_INT}, 12062 Symbol( "gtk_marshal_BOOLEAN__POINTER_INT_INT_UINT", cast(void**)& gtk_marshal_BOOLEAN__POINTER_INT_INT_UINT),
12095 { "gtk_marshal_BOOLEAN__POINTER_POINTER_INT_INT", cast(void**)& gtk_marshal_BOOLEAN__POINTER_POINTER_INT_INT}, 12063 Symbol( "gtk_marshal_BOOLEAN__POINTER_INT_INT", cast(void**)& gtk_marshal_BOOLEAN__POINTER_INT_INT),
12096 { "gtk_marshal_BOOLEAN__POINTER", cast(void**)& gtk_marshal_BOOLEAN__POINTER}, 12064 Symbol( "gtk_marshal_BOOLEAN__POINTER_POINTER_INT_INT", cast(void**)& gtk_marshal_BOOLEAN__POINTER_POINTER_INT_INT),
12097 { "gtk_marshal_BOOLEAN__VOID", cast(void**)& gtk_marshal_BOOLEAN__VOID}, 12065 Symbol( "gtk_marshal_BOOLEAN__POINTER", cast(void**)& gtk_marshal_BOOLEAN__POINTER),
12098 // { "_gtk_button_paint", cast(void**)& _gtk_button_paint}, 12066 Symbol( "gtk_marshal_BOOLEAN__VOID", cast(void**)& gtk_marshal_BOOLEAN__VOID),
12099 // { "_gtk_button_set_depressed", cast(void**)& _gtk_button_set_depressed}, 12067 // Symbol( "_gtk_button_paint", cast(void**)& _gtk_button_paint),
12100 { "gtk_button_get_image_position", cast(void**)& gtk_button_get_image_position}, 12068 // Symbol( "_gtk_button_set_depressed", cast(void**)& _gtk_button_set_depressed),
12101 { "gtk_button_set_image_position", cast(void**)& gtk_button_set_image_position}, 12069 Symbol( "gtk_button_get_image_position", cast(void**)& gtk_button_get_image_position),
12102 { "gtk_button_get_image", cast(void**)& gtk_button_get_image}, 12070 Symbol( "gtk_button_set_image_position", cast(void**)& gtk_button_set_image_position),
12103 { "gtk_button_set_image", cast(void**)& gtk_button_set_image}, 12071 Symbol( "gtk_button_get_image", cast(void**)& gtk_button_get_image),
12104 { "gtk_button_get_alignment", cast(void**)& gtk_button_get_alignment}, 12072 Symbol( "gtk_button_set_image", cast(void**)& gtk_button_set_image),
12105 { "gtk_button_set_alignment", cast(void**)& gtk_button_set_alignment}, 12073 Symbol( "gtk_button_get_alignment", cast(void**)& gtk_button_get_alignment),
12106 { "gtk_button_get_focus_on_click", cast(void**)& gtk_button_get_focus_on_click}, 12074 Symbol( "gtk_button_set_alignment", cast(void**)& gtk_button_set_alignment),
12107 { "gtk_button_set_focus_on_click", cast(void**)& gtk_button_set_focus_on_click}, 12075 Symbol( "gtk_button_get_focus_on_click", cast(void**)& gtk_button_get_focus_on_click),
12108 { "gtk_button_get_use_stock", cast(void**)& gtk_button_get_use_stock}, 12076 Symbol( "gtk_button_set_focus_on_click", cast(void**)& gtk_button_set_focus_on_click),
12109 { "gtk_button_set_use_stock", cast(void**)& gtk_button_set_use_stock}, 12077 Symbol( "gtk_button_get_use_stock", cast(void**)& gtk_button_get_use_stock),
12110 { "gtk_button_get_use_underline", cast(void**)& gtk_button_get_use_underline}, 12078 Symbol( "gtk_button_set_use_stock", cast(void**)& gtk_button_set_use_stock),
12111 { "gtk_button_set_use_underline", cast(void**)& gtk_button_set_use_underline}, 12079 Symbol( "gtk_button_get_use_underline", cast(void**)& gtk_button_get_use_underline),
12112 { "gtk_button_get_label", cast(void**)& gtk_button_get_label}, 12080 Symbol( "gtk_button_set_use_underline", cast(void**)& gtk_button_set_use_underline),
12113 { "gtk_button_set_label", cast(void**)& gtk_button_set_label}, 12081 Symbol( "gtk_button_get_label", cast(void**)& gtk_button_get_label),
12114 { "gtk_button_get_relief", cast(void**)& gtk_button_get_relief}, 12082 Symbol( "gtk_button_set_label", cast(void**)& gtk_button_set_label),
12115 { "gtk_button_set_relief", cast(void**)& gtk_button_set_relief}, 12083 Symbol( "gtk_button_get_relief", cast(void**)& gtk_button_get_relief),
12116 { "gtk_button_leave", cast(void**)& gtk_button_leave}, 12084 Symbol( "gtk_button_set_relief", cast(void**)& gtk_button_set_relief),
12117 { "gtk_button_enter", cast(void**)& gtk_button_enter}, 12085 Symbol( "gtk_button_leave", cast(void**)& gtk_button_leave),
12118 { "gtk_button_clicked", cast(void**)& gtk_button_clicked}, 12086 Symbol( "gtk_button_enter", cast(void**)& gtk_button_enter),
12119 { "gtk_button_released", cast(void**)& gtk_button_released}, 12087 Symbol( "gtk_button_clicked", cast(void**)& gtk_button_clicked),
12120 { "gtk_button_pressed", cast(void**)& gtk_button_pressed}, 12088 Symbol( "gtk_button_released", cast(void**)& gtk_button_released),
12121 { "gtk_button_new_with_mnemonic", cast(void**)& gtk_button_new_with_mnemonic}, 12089 Symbol( "gtk_button_pressed", cast(void**)& gtk_button_pressed),
12122 { "gtk_button_new_from_stock", cast(void**)& gtk_button_new_from_stock}, 12090 Symbol( "gtk_button_new_with_mnemonic", cast(void**)& gtk_button_new_with_mnemonic),
12123 { "gtk_button_new_with_label", cast(void**)& gtk_button_new_with_label}, 12091 Symbol( "gtk_button_new_from_stock", cast(void**)& gtk_button_new_from_stock),
12124 { "gtk_button_new", cast(void**)& gtk_button_new}, 12092 Symbol( "gtk_button_new_with_label", cast(void**)& gtk_button_new_with_label),
12125 { "gtk_button_get_type", cast(void**)& gtk_button_get_type}, 12093 Symbol( "gtk_button_new", cast(void**)& gtk_button_new),
12126 { "gtk_image_get", cast(void**)& gtk_image_get}, 12094 Symbol( "gtk_button_get_type", cast(void**)& gtk_button_get_type),
12127 { "gtk_image_set", cast(void**)& gtk_image_set}, 12095 Symbol( "gtk_image_get", cast(void**)& gtk_image_get),
12128 { "gtk_image_get_pixel_size", cast(void**)& gtk_image_get_pixel_size}, 12096 Symbol( "gtk_image_set", cast(void**)& gtk_image_set),
12129 { "gtk_image_get_icon_name", cast(void**)& gtk_image_get_icon_name}, 12097 Symbol( "gtk_image_get_pixel_size", cast(void**)& gtk_image_get_pixel_size),
12130 { "gtk_image_get_animation", cast(void**)& gtk_image_get_animation}, 12098 Symbol( "gtk_image_get_icon_name", cast(void**)& gtk_image_get_icon_name),
12131 { "gtk_image_get_icon_set", cast(void**)& gtk_image_get_icon_set}, 12099 Symbol( "gtk_image_get_animation", cast(void**)& gtk_image_get_animation),
12132 { "gtk_image_get_stock", cast(void**)& gtk_image_get_stock}, 12100 Symbol( "gtk_image_get_icon_set", cast(void**)& gtk_image_get_icon_set),
12133 { "gtk_image_get_pixbuf", cast(void**)& gtk_image_get_pixbuf}, 12101 Symbol( "gtk_image_get_stock", cast(void**)& gtk_image_get_stock),
12134 { "gtk_image_get_image", cast(void**)& gtk_image_get_image}, 12102 Symbol( "gtk_image_get_pixbuf", cast(void**)& gtk_image_get_pixbuf),
12135 { "gtk_image_get_pixmap", cast(void**)& gtk_image_get_pixmap}, 12103 Symbol( "gtk_image_get_image", cast(void**)& gtk_image_get_image),
12136 { "gtk_image_get_storage_type", cast(void**)& gtk_image_get_storage_type}, 12104 Symbol( "gtk_image_get_pixmap", cast(void**)& gtk_image_get_pixmap),
12137 { "gtk_image_set_pixel_size", cast(void**)& gtk_image_set_pixel_size}, 12105 Symbol( "gtk_image_get_storage_type", cast(void**)& gtk_image_get_storage_type),
12138 { "gtk_image_set_from_icon_name", cast(void**)& gtk_image_set_from_icon_name}, 12106 Symbol( "gtk_image_set_pixel_size", cast(void**)& gtk_image_set_pixel_size),
12139 { "gtk_image_set_from_animation", cast(void**)& gtk_image_set_from_animation}, 12107 Symbol( "gtk_image_set_from_icon_name", cast(void**)& gtk_image_set_from_icon_name),
12140 { "gtk_image_set_from_icon_set", cast(void**)& gtk_image_set_from_icon_set}, 12108 Symbol( "gtk_image_set_from_animation", cast(void**)& gtk_image_set_from_animation),
12141 { "gtk_image_set_from_stock", cast(void**)& gtk_image_set_from_stock}, 12109 Symbol( "gtk_image_set_from_icon_set", cast(void**)& gtk_image_set_from_icon_set),
12142 { "gtk_image_set_from_pixbuf", cast(void**)& gtk_image_set_from_pixbuf}, 12110 Symbol( "gtk_image_set_from_stock", cast(void**)& gtk_image_set_from_stock),
12143 { "gtk_image_set_from_file", cast(void**)& gtk_image_set_from_file}, 12111 Symbol( "gtk_image_set_from_pixbuf", cast(void**)& gtk_image_set_from_pixbuf),
12144 { "gtk_image_set_from_image", cast(void**)& gtk_image_set_from_image}, 12112 Symbol( "gtk_image_set_from_file", cast(void**)& gtk_image_set_from_file),
12145 { "gtk_image_set_from_pixmap", cast(void**)& gtk_image_set_from_pixmap}, 12113 Symbol( "gtk_image_set_from_image", cast(void**)& gtk_image_set_from_image),
12146 { "gtk_image_clear", cast(void**)& gtk_image_clear}, 12114 Symbol( "gtk_image_set_from_pixmap", cast(void**)& gtk_image_set_from_pixmap),
12147 { "gtk_image_new_from_icon_name", cast(void**)& gtk_image_new_from_icon_name}, 12115 Symbol( "gtk_image_clear", cast(void**)& gtk_image_clear),
12148 { "gtk_image_new_from_animation", cast(void**)& gtk_image_new_from_animation}, 12116 Symbol( "gtk_image_new_from_icon_name", cast(void**)& gtk_image_new_from_icon_name),
12149 { "gtk_image_new_from_icon_set", cast(void**)& gtk_image_new_from_icon_set}, 12117 Symbol( "gtk_image_new_from_animation", cast(void**)& gtk_image_new_from_animation),
12150 { "gtk_image_new_from_stock", cast(void**)& gtk_image_new_from_stock}, 12118 Symbol( "gtk_image_new_from_icon_set", cast(void**)& gtk_image_new_from_icon_set),
12151 { "gtk_image_new_from_pixbuf", cast(void**)& gtk_image_new_from_pixbuf}, 12119 Symbol( "gtk_image_new_from_stock", cast(void**)& gtk_image_new_from_stock),
12152 { "gtk_image_new_from_file", cast(void**)& gtk_image_new_from_file}, 12120 Symbol( "gtk_image_new_from_pixbuf", cast(void**)& gtk_image_new_from_pixbuf),
12153 { "gtk_image_new_from_image", cast(void**)& gtk_image_new_from_image}, 12121 Symbol( "gtk_image_new_from_file", cast(void**)& gtk_image_new_from_file),
12154 { "gtk_image_new_from_pixmap", cast(void**)& gtk_image_new_from_pixmap}, 12122 Symbol( "gtk_image_new_from_image", cast(void**)& gtk_image_new_from_image),
12155 { "gtk_image_new", cast(void**)& gtk_image_new}, 12123 Symbol( "gtk_image_new_from_pixmap", cast(void**)& gtk_image_new_from_pixmap),
12156 { "gtk_image_get_type", cast(void**)& gtk_image_get_type}, 12124 Symbol( "gtk_image_new", cast(void**)& gtk_image_new),
12157 { "gtk_buildable_get_internal_child", cast(void**)& gtk_buildable_get_internal_child}, 12125 Symbol( "gtk_image_get_type", cast(void**)& gtk_image_get_type),
12158 { "gtk_buildable_parser_finished", cast(void**)& gtk_buildable_parser_finished}, 12126 Symbol( "gtk_buildable_get_internal_child", cast(void**)& gtk_buildable_get_internal_child),
12159 { "gtk_buildable_custom_finished", cast(void**)& gtk_buildable_custom_finished}, 12127 Symbol( "gtk_buildable_parser_finished", cast(void**)& gtk_buildable_parser_finished),
12160 { "gtk_buildable_custom_tag_end", cast(void**)& gtk_buildable_custom_tag_end}, 12128 Symbol( "gtk_buildable_custom_finished", cast(void**)& gtk_buildable_custom_finished),
12161 { "gtk_buildable_custom_tag_start", cast(void**)& gtk_buildable_custom_tag_start}, 12129 Symbol( "gtk_buildable_custom_tag_end", cast(void**)& gtk_buildable_custom_tag_end),
12162 { "gtk_buildable_construct_child", cast(void**)& gtk_buildable_construct_child}, 12130 Symbol( "gtk_buildable_custom_tag_start", cast(void**)& gtk_buildable_custom_tag_start),
12163 { "gtk_buildable_set_buildable_property", cast(void**)& gtk_buildable_set_buildable_property}, 12131 Symbol( "gtk_buildable_construct_child", cast(void**)& gtk_buildable_construct_child),
12164 { "gtk_buildable_add_child", cast(void**)& gtk_buildable_add_child}, 12132 Symbol( "gtk_buildable_set_buildable_property", cast(void**)& gtk_buildable_set_buildable_property),
12165 { "gtk_buildable_get_name", cast(void**)& gtk_buildable_get_name}, 12133 Symbol( "gtk_buildable_add_child", cast(void**)& gtk_buildable_add_child),
12166 { "gtk_buildable_set_name", cast(void**)& gtk_buildable_set_name}, 12134 Symbol( "gtk_buildable_get_name", cast(void**)& gtk_buildable_get_name),
12167 { "gtk_buildable_get_type", cast(void**)& gtk_buildable_get_type}, 12135 Symbol( "gtk_buildable_set_name", cast(void**)& gtk_buildable_set_name),
12168 { "gtk_builder_value_from_string_type", cast(void**)& gtk_builder_value_from_string_type}, 12136 Symbol( "gtk_buildable_get_type", cast(void**)& gtk_buildable_get_type),
12169 { "gtk_builder_value_from_string", cast(void**)& gtk_builder_value_from_string}, 12137 Symbol( "gtk_builder_value_from_string_type", cast(void**)& gtk_builder_value_from_string_type),
12170 { "gtk_builder_get_type_from_name", cast(void**)& gtk_builder_get_type_from_name}, 12138 Symbol( "gtk_builder_value_from_string", cast(void**)& gtk_builder_value_from_string),
12171 { "gtk_builder_get_translation_domain", cast(void**)& gtk_builder_get_translation_domain}, 12139 Symbol( "gtk_builder_get_type_from_name", cast(void**)& gtk_builder_get_type_from_name),
12172 { "gtk_builder_set_translation_domain", cast(void**)& gtk_builder_set_translation_domain}, 12140 Symbol( "gtk_builder_get_translation_domain", cast(void**)& gtk_builder_get_translation_domain),
12173 { "gtk_builder_connect_signals_full", cast(void**)& gtk_builder_connect_signals_full}, 12141 Symbol( "gtk_builder_set_translation_domain", cast(void**)& gtk_builder_set_translation_domain),
12174 { "gtk_builder_connect_signals", cast(void**)& gtk_builder_connect_signals}, 12142 Symbol( "gtk_builder_connect_signals_full", cast(void**)& gtk_builder_connect_signals_full),
12175 { "gtk_builder_get_objects", cast(void**)& gtk_builder_get_objects}, 12143 Symbol( "gtk_builder_connect_signals", cast(void**)& gtk_builder_connect_signals),
12176 { "gtk_builder_get_object", cast(void**)& gtk_builder_get_object}, 12144 Symbol( "gtk_builder_get_objects", cast(void**)& gtk_builder_get_objects),
12177 { "gtk_builder_add_from_string", cast(void**)& gtk_builder_add_from_string}, 12145 Symbol( "gtk_builder_get_object", cast(void**)& gtk_builder_get_object),
12178 { "gtk_builder_add_from_file", cast(void**)& gtk_builder_add_from_file}, 12146 Symbol( "gtk_builder_add_from_string", cast(void**)& gtk_builder_add_from_string),
12179 { "gtk_builder_new", cast(void**)& gtk_builder_new}, 12147 Symbol( "gtk_builder_add_from_file", cast(void**)& gtk_builder_add_from_file),
12180 { "gtk_builder_get_type", cast(void**)& gtk_builder_get_type}, 12148 Symbol( "gtk_builder_new", cast(void**)& gtk_builder_new),
12181 { "gtk_builder_error_quark", cast(void**)& gtk_builder_error_quark}, 12149 Symbol( "gtk_builder_get_type", cast(void**)& gtk_builder_get_type),
12182 // { "_gtk_binding_signal_new", cast(void**)& _gtk_binding_signal_new}, 12150 Symbol( "gtk_builder_error_quark", cast(void**)& gtk_builder_error_quark),
12183 // { "_gtk_binding_entry_add_signall", cast(void**)& _gtk_binding_entry_add_signall}, 12151 // Symbol( "_gtk_binding_signal_new", cast(void**)& _gtk_binding_signal_new),
12184 // { "_gtk_binding_reset_parsed", cast(void**)& _gtk_binding_reset_parsed}, 12152 // Symbol( "_gtk_binding_entry_add_signall", cast(void**)& _gtk_binding_entry_add_signall),
12185 // { "_gtk_binding_parse_binding", cast(void**)& _gtk_binding_parse_binding}, 12153 // Symbol( "_gtk_binding_reset_parsed", cast(void**)& _gtk_binding_reset_parsed),
12186 { "gtk_binding_set_add_path", cast(void**)& gtk_binding_set_add_path}, 12154 // Symbol( "_gtk_binding_parse_binding", cast(void**)& _gtk_binding_parse_binding),
12187 { "gtk_binding_entry_remove", cast(void**)& gtk_binding_entry_remove}, 12155 Symbol( "gtk_binding_set_add_path", cast(void**)& gtk_binding_set_add_path),
12188 { "gtk_binding_entry_add_signal", cast(void**)& gtk_binding_entry_add_signal}, 12156 Symbol( "gtk_binding_entry_remove", cast(void**)& gtk_binding_entry_remove),
12189 { "gtk_binding_entry_skip", cast(void**)& gtk_binding_entry_skip}, 12157 Symbol( "gtk_binding_entry_add_signal", cast(void**)& gtk_binding_entry_add_signal),
12190 { "gtk_binding_parse_binding", cast(void**)& gtk_binding_parse_binding}, 12158 Symbol( "gtk_binding_entry_skip", cast(void**)& gtk_binding_entry_skip),
12191 { "gtk_binding_entry_add_signall", cast(void**)& gtk_binding_entry_add_signall}, 12159 Symbol( "gtk_binding_parse_binding", cast(void**)& gtk_binding_parse_binding),
12192 { "gtk_binding_entry_clear", cast(void**)& gtk_binding_entry_clear}, 12160 Symbol( "gtk_binding_entry_add_signall", cast(void**)& gtk_binding_entry_add_signall),
12193 { "gtk_binding_set_activate", cast(void**)& gtk_binding_set_activate}, 12161 Symbol( "gtk_binding_entry_clear", cast(void**)& gtk_binding_entry_clear),
12194 { "gtk_bindings_activate_event", cast(void**)& gtk_bindings_activate_event}, 12162 Symbol( "gtk_binding_set_activate", cast(void**)& gtk_binding_set_activate),
12195 { "gtk_bindings_activate", cast(void**)& gtk_bindings_activate}, 12163 Symbol( "gtk_bindings_activate_event", cast(void**)& gtk_bindings_activate_event),
12196 { "gtk_binding_set_find", cast(void**)& gtk_binding_set_find}, 12164 Symbol( "gtk_bindings_activate", cast(void**)& gtk_bindings_activate),
12197 { "gtk_binding_set_by_class", cast(void**)& gtk_binding_set_by_class}, 12165 Symbol( "gtk_binding_set_find", cast(void**)& gtk_binding_set_find),
12198 { "gtk_binding_set_new", cast(void**)& gtk_binding_set_new}, 12166 Symbol( "gtk_binding_set_by_class", cast(void**)& gtk_binding_set_by_class),
12199 // { "_gtk_button_box_child_requisition", cast(void**)& _gtk_button_box_child_requisition}, 12167 Symbol( "gtk_binding_set_new", cast(void**)& gtk_binding_set_new),
12200 { "gtk_button_box_get_child_ipadding", cast(void**)& gtk_button_box_get_child_ipadding}, 12168 // Symbol( "_gtk_button_box_child_requisition", cast(void**)& _gtk_button_box_child_requisition),
12201 { "gtk_button_box_get_child_size", cast(void**)& gtk_button_box_get_child_size}, 12169 Symbol( "gtk_button_box_get_child_ipadding", cast(void**)& gtk_button_box_get_child_ipadding),
12202 { "gtk_button_box_set_child_ipadding", cast(void**)& gtk_button_box_set_child_ipadding}, 12170 Symbol( "gtk_button_box_get_child_size", cast(void**)& gtk_button_box_get_child_size),
12203 { "gtk_button_box_set_child_size", cast(void**)& gtk_button_box_set_child_size}, 12171 Symbol( "gtk_button_box_set_child_ipadding", cast(void**)& gtk_button_box_set_child_ipadding),
12204 { "gtk_button_box_set_child_secondary", cast(void**)& gtk_button_box_set_child_secondary}, 12172 Symbol( "gtk_button_box_set_child_size", cast(void**)& gtk_button_box_set_child_size),
12205 { "gtk_button_box_get_child_secondary", cast(void**)& gtk_button_box_get_child_secondary}, 12173 Symbol( "gtk_button_box_set_child_secondary", cast(void**)& gtk_button_box_set_child_secondary),
12206 { "gtk_button_box_set_layout", cast(void**)& gtk_button_box_set_layout}, 12174 Symbol( "gtk_button_box_get_child_secondary", cast(void**)& gtk_button_box_get_child_secondary),
12207 { "gtk_button_box_get_layout", cast(void**)& gtk_button_box_get_layout}, 12175 Symbol( "gtk_button_box_set_layout", cast(void**)& gtk_button_box_set_layout),
12208 { "gtk_button_box_get_type", cast(void**)& gtk_button_box_get_type}, 12176 Symbol( "gtk_button_box_get_layout", cast(void**)& gtk_button_box_get_layout),
12209 { "gtk_box_set_child_packing", cast(void**)& gtk_box_set_child_packing}, 12177 Symbol( "gtk_button_box_get_type", cast(void**)& gtk_button_box_get_type),
12210 { "gtk_box_query_child_packing", cast(void**)& gtk_box_query_child_packing}, 12178 Symbol( "gtk_box_set_child_packing", cast(void**)& gtk_box_set_child_packing),
12211 { "gtk_box_reorder_child", cast(void**)& gtk_box_reorder_child}, 12179 Symbol( "gtk_box_query_child_packing", cast(void**)& gtk_box_query_child_packing),
12212 { "gtk_box_get_spacing", cast(void**)& gtk_box_get_spacing}, 12180 Symbol( "gtk_box_reorder_child", cast(void**)& gtk_box_reorder_child),
12213 { "gtk_box_set_spacing", cast(void**)& gtk_box_set_spacing}, 12181 Symbol( "gtk_box_get_spacing", cast(void**)& gtk_box_get_spacing),
12214 { "gtk_box_get_homogeneous", cast(void**)& gtk_box_get_homogeneous}, 12182 Symbol( "gtk_box_set_spacing", cast(void**)& gtk_box_set_spacing),
12215 { "gtk_box_set_homogeneous", cast(void**)& gtk_box_set_homogeneous}, 12183 Symbol( "gtk_box_get_homogeneous", cast(void**)& gtk_box_get_homogeneous),
12216 { "gtk_box_pack_end_defaults", cast(void**)& gtk_box_pack_end_defaults}, 12184 Symbol( "gtk_box_set_homogeneous", cast(void**)& gtk_box_set_homogeneous),
12217 { "gtk_box_pack_start_defaults", cast(void**)& gtk_box_pack_start_defaults}, 12185 Symbol( "gtk_box_pack_end_defaults", cast(void**)& gtk_box_pack_end_defaults),
12218 { "gtk_box_pack_end", cast(void**)& gtk_box_pack_end}, 12186 Symbol( "gtk_box_pack_start_defaults", cast(void**)& gtk_box_pack_start_defaults),
12219 { "gtk_box_pack_start", cast(void**)& gtk_box_pack_start}, 12187 Symbol( "gtk_box_pack_end", cast(void**)& gtk_box_pack_end),
12220 { "gtk_box_get_type", cast(void**)& gtk_box_get_type}, 12188 Symbol( "gtk_box_pack_start", cast(void**)& gtk_box_pack_start),
12221 { "gtk_assistant_update_buttons_state", cast(void**)& gtk_assistant_update_buttons_state}, 12189 Symbol( "gtk_box_get_type", cast(void**)& gtk_box_get_type),
12222 { "gtk_assistant_remove_action_widget", cast(void**)& gtk_assistant_remove_action_widget}, 12190 Symbol( "gtk_assistant_update_buttons_state", cast(void**)& gtk_assistant_update_buttons_state),
12223 { "gtk_assistant_add_action_widget", cast(void**)& gtk_assistant_add_action_widget}, 12191 Symbol( "gtk_assistant_remove_action_widget", cast(void**)& gtk_assistant_remove_action_widget),
12224 { "gtk_assistant_get_page_complete", cast(void**)& gtk_assistant_get_page_complete}, 12192 Symbol( "gtk_assistant_add_action_widget", cast(void**)& gtk_assistant_add_action_widget),
12225 { "gtk_assistant_set_page_complete", cast(void**)& gtk_assistant_set_page_complete}, 12193 Symbol( "gtk_assistant_get_page_complete", cast(void**)& gtk_assistant_get_page_complete),
12226 { "gtk_assistant_get_page_side_image", cast(void**)& gtk_assistant_get_page_side_image}, 12194 Symbol( "gtk_assistant_set_page_complete", cast(void**)& gtk_assistant_set_page_complete),
12227 { "gtk_assistant_set_page_side_image", cast(void**)& gtk_assistant_set_page_side_image}, 12195 Symbol( "gtk_assistant_get_page_side_image", cast(void**)& gtk_assistant_get_page_side_image),
12228 { "gtk_assistant_get_page_header_image", cast(void**)& gtk_assistant_get_page_header_image}, 12196 Symbol( "gtk_assistant_set_page_side_image", cast(void**)& gtk_assistant_set_page_side_image),
12229 { "gtk_assistant_set_page_header_image", cast(void**)& gtk_assistant_set_page_header_image}, 12197 Symbol( "gtk_assistant_get_page_header_image", cast(void**)& gtk_assistant_get_page_header_image),
12230 { "gtk_assistant_get_page_title", cast(void**)& gtk_assistant_get_page_title}, 12198 Symbol( "gtk_assistant_set_page_header_image", cast(void**)& gtk_assistant_set_page_header_image),
12231 { "gtk_assistant_set_page_title", cast(void**)& gtk_assistant_set_page_title}, 12199 Symbol( "gtk_assistant_get_page_title", cast(void**)& gtk_assistant_get_page_title),
12232 { "gtk_assistant_get_page_type", cast(void**)& gtk_assistant_get_page_type}, 12200 Symbol( "gtk_assistant_set_page_title", cast(void**)& gtk_assistant_set_page_title),
12233 { "gtk_assistant_set_page_type", cast(void**)& gtk_assistant_set_page_type}, 12201 Symbol( "gtk_assistant_get_page_type", cast(void**)& gtk_assistant_get_page_type),
12234 { "gtk_assistant_set_forward_page_func", cast(void**)& gtk_assistant_set_forward_page_func}, 12202 Symbol( "gtk_assistant_set_page_type", cast(void**)& gtk_assistant_set_page_type),
12235 { "gtk_assistant_insert_page", cast(void**)& gtk_assistant_insert_page}, 12203 Symbol( "gtk_assistant_set_forward_page_func", cast(void**)& gtk_assistant_set_forward_page_func),
12236 { "gtk_assistant_append_page", cast(void**)& gtk_assistant_append_page}, 12204 Symbol( "gtk_assistant_insert_page", cast(void**)& gtk_assistant_insert_page),
12237 { "gtk_assistant_prepend_page", cast(void**)& gtk_assistant_prepend_page}, 12205 Symbol( "gtk_assistant_append_page", cast(void**)& gtk_assistant_append_page),
12238 { "gtk_assistant_get_nth_page", cast(void**)& gtk_assistant_get_nth_page}, 12206 Symbol( "gtk_assistant_prepend_page", cast(void**)& gtk_assistant_prepend_page),
12239 { "gtk_assistant_get_n_pages", cast(void**)& gtk_assistant_get_n_pages}, 12207 Symbol( "gtk_assistant_get_nth_page", cast(void**)& gtk_assistant_get_nth_page),
12240 { "gtk_assistant_set_current_page", cast(void**)& gtk_assistant_set_current_page}, 12208 Symbol( "gtk_assistant_get_n_pages", cast(void**)& gtk_assistant_get_n_pages),
12241 { "gtk_assistant_get_current_page", cast(void**)& gtk_assistant_get_current_page}, 12209 Symbol( "gtk_assistant_set_current_page", cast(void**)& gtk_assistant_set_current_page),
12242 { "gtk_assistant_new", cast(void**)& gtk_assistant_new}, 12210 Symbol( "gtk_assistant_get_current_page", cast(void**)& gtk_assistant_get_current_page),
12243 { "gtk_assistant_get_type", cast(void**)& gtk_assistant_get_type}, 12211 Symbol( "gtk_assistant_new", cast(void**)& gtk_assistant_new),
12244 { "gtk_aspect_frame_set", cast(void**)& gtk_aspect_frame_set}, 12212 Symbol( "gtk_assistant_get_type", cast(void**)& gtk_assistant_get_type),
12245 { "gtk_aspect_frame_new", cast(void**)& gtk_aspect_frame_new}, 12213 Symbol( "gtk_aspect_frame_set", cast(void**)& gtk_aspect_frame_set),
12246 { "gtk_aspect_frame_get_type", cast(void**)& gtk_aspect_frame_get_type}, 12214 Symbol( "gtk_aspect_frame_new", cast(void**)& gtk_aspect_frame_new),
12247 { "gtk_frame_get_shadow_type", cast(void**)& gtk_frame_get_shadow_type}, 12215 Symbol( "gtk_aspect_frame_get_type", cast(void**)& gtk_aspect_frame_get_type),
12248 { "gtk_frame_set_shadow_type", cast(void**)& gtk_frame_set_shadow_type}, 12216 Symbol( "gtk_frame_get_shadow_type", cast(void**)& gtk_frame_get_shadow_type),
12249 { "gtk_frame_get_label_align", cast(void**)& gtk_frame_get_label_align}, 12217 Symbol( "gtk_frame_set_shadow_type", cast(void**)& gtk_frame_set_shadow_type),
12250 { "gtk_frame_set_label_align", cast(void**)& gtk_frame_set_label_align}, 12218 Symbol( "gtk_frame_get_label_align", cast(void**)& gtk_frame_get_label_align),
12251 { "gtk_frame_get_label_widget", cast(void**)& gtk_frame_get_label_widget}, 12219 Symbol( "gtk_frame_set_label_align", cast(void**)& gtk_frame_set_label_align),
12252 { "gtk_frame_set_label_widget", cast(void**)& gtk_frame_set_label_widget}, 12220 Symbol( "gtk_frame_get_label_widget", cast(void**)& gtk_frame_get_label_widget),
12253 { "gtk_frame_get_label", cast(void**)& gtk_frame_get_label}, 12221 Symbol( "gtk_frame_set_label_widget", cast(void**)& gtk_frame_set_label_widget),
12254 { "gtk_frame_set_label", cast(void**)& gtk_frame_set_label}, 12222 Symbol( "gtk_frame_get_label", cast(void**)& gtk_frame_get_label),
12255 { "gtk_frame_new", cast(void**)& gtk_frame_new}, 12223 Symbol( "gtk_frame_set_label", cast(void**)& gtk_frame_set_label),
12256 { "gtk_frame_get_type", cast(void**)& gtk_frame_get_type}, 12224 Symbol( "gtk_frame_new", cast(void**)& gtk_frame_new),
12257 { "gtk_arrow_set", cast(void**)& gtk_arrow_set}, 12225 Symbol( "gtk_frame_get_type", cast(void**)& gtk_frame_get_type),
12258 { "gtk_arrow_new", cast(void**)& gtk_arrow_new}, 12226 Symbol( "gtk_arrow_set", cast(void**)& gtk_arrow_set),
12259 { "gtk_arrow_get_type", cast(void**)& gtk_arrow_get_type}, 12227 Symbol( "gtk_arrow_new", cast(void**)& gtk_arrow_new),
12260 { "gtk_alignment_get_padding", cast(void**)& gtk_alignment_get_padding}, 12228 Symbol( "gtk_arrow_get_type", cast(void**)& gtk_arrow_get_type),
12261 { "gtk_alignment_set_padding", cast(void**)& gtk_alignment_set_padding}, 12229 Symbol( "gtk_alignment_get_padding", cast(void**)& gtk_alignment_get_padding),
12262 { "gtk_alignment_set", cast(void**)& gtk_alignment_set}, 12230 Symbol( "gtk_alignment_set_padding", cast(void**)& gtk_alignment_set_padding),
12263 { "gtk_alignment_new", cast(void**)& gtk_alignment_new}, 12231 Symbol( "gtk_alignment_set", cast(void**)& gtk_alignment_set),
12264 { "gtk_alignment_get_type", cast(void**)& gtk_alignment_get_type}, 12232 Symbol( "gtk_alignment_new", cast(void**)& gtk_alignment_new),
12265 // { "_gtk_action_group_emit_post_activate", cast(void**)& _gtk_action_group_emit_post_activate}, 12233 Symbol( "gtk_alignment_get_type", cast(void**)& gtk_alignment_get_type),
12266 // { "_gtk_action_group_emit_pre_activate", cast(void**)& _gtk_action_group_emit_pre_activate}, 12234 // Symbol( "_gtk_action_group_emit_post_activate", cast(void**)& _gtk_action_group_emit_post_activate),
12267 // { "_gtk_action_group_emit_disconnect_proxy", cast(void**)& _gtk_action_group_emit_disconnect_proxy}, 12235 // Symbol( "_gtk_action_group_emit_pre_activate", cast(void**)& _gtk_action_group_emit_pre_activate),
12268 // { "_gtk_action_group_emit_connect_proxy", cast(void**)& _gtk_action_group_emit_connect_proxy}, 12236 // Symbol( "_gtk_action_group_emit_disconnect_proxy", cast(void**)& _gtk_action_group_emit_disconnect_proxy),
12269 { "gtk_action_group_translate_string", cast(void**)& gtk_action_group_translate_string}, 12237 // Symbol( "_gtk_action_group_emit_connect_proxy", cast(void**)& _gtk_action_group_emit_connect_proxy),
12270 { "gtk_action_group_set_translation_domain", cast(void**)& gtk_action_group_set_translation_domain}, 12238 Symbol( "gtk_action_group_translate_string", cast(void**)& gtk_action_group_translate_string),
12271 { "gtk_action_group_set_translate_func", cast(void**)& gtk_action_group_set_translate_func}, 12239 Symbol( "gtk_action_group_set_translation_domain", cast(void**)& gtk_action_group_set_translation_domain),
12272 { "gtk_action_group_add_radio_actions_full", cast(void**)& gtk_action_group_add_radio_actions_full}, 12240 Symbol( "gtk_action_group_set_translate_func", cast(void**)& gtk_action_group_set_translate_func),
12273 { "gtk_action_group_add_toggle_actions_full", cast(void**)& gtk_action_group_add_toggle_actions_full}, 12241 Symbol( "gtk_action_group_add_radio_actions_full", cast(void**)& gtk_action_group_add_radio_actions_full),
12274 { "gtk_action_group_add_actions_full", cast(void**)& gtk_action_group_add_actions_full}, 12242 Symbol( "gtk_action_group_add_toggle_actions_full", cast(void**)& gtk_action_group_add_toggle_actions_full),
12275 { "gtk_action_group_add_radio_actions", cast(void**)& gtk_action_group_add_radio_actions}, 12243 Symbol( "gtk_action_group_add_actions_full", cast(void**)& gtk_action_group_add_actions_full),
12276 { "gtk_action_group_add_toggle_actions", cast(void**)& gtk_action_group_add_toggle_actions}, 12244 Symbol( "gtk_action_group_add_radio_actions", cast(void**)& gtk_action_group_add_radio_actions),
12277 { "gtk_action_group_add_actions", cast(void**)& gtk_action_group_add_actions}, 12245 Symbol( "gtk_action_group_add_toggle_actions", cast(void**)& gtk_action_group_add_toggle_actions),
12278 { "gtk_action_group_remove_action", cast(void**)& gtk_action_group_remove_action}, 12246 Symbol( "gtk_action_group_add_actions", cast(void**)& gtk_action_group_add_actions),
12279 { "gtk_action_group_add_action_with_accel", cast(void**)& gtk_action_group_add_action_with_accel}, 12247 Symbol( "gtk_action_group_remove_action", cast(void**)& gtk_action_group_remove_action),
12280 { "gtk_action_group_add_action", cast(void**)& gtk_action_group_add_action}, 12248 Symbol( "gtk_action_group_add_action_with_accel", cast(void**)& gtk_action_group_add_action_with_accel),
12281 { "gtk_action_group_list_actions", cast(void**)& gtk_action_group_list_actions}, 12249 Symbol( "gtk_action_group_add_action", cast(void**)& gtk_action_group_add_action),
12282 { "gtk_action_group_get_action", cast(void**)& gtk_action_group_get_action}, 12250 Symbol( "gtk_action_group_list_actions", cast(void**)& gtk_action_group_list_actions),
12283 { "gtk_action_group_set_visible", cast(void**)& gtk_action_group_set_visible}, 12251 Symbol( "gtk_action_group_get_action", cast(void**)& gtk_action_group_get_action),
12284 { "gtk_action_group_get_visible", cast(void**)& gtk_action_group_get_visible}, 12252 Symbol( "gtk_action_group_set_visible", cast(void**)& gtk_action_group_set_visible),
12285 { "gtk_action_group_set_sensitive", cast(void**)& gtk_action_group_set_sensitive}, 12253 Symbol( "gtk_action_group_get_visible", cast(void**)& gtk_action_group_get_visible),
12286 { "gtk_action_group_get_sensitive", cast(void**)& gtk_action_group_get_sensitive}, 12254 Symbol( "gtk_action_group_set_sensitive", cast(void**)& gtk_action_group_set_sensitive),
12287 { "gtk_action_group_get_name", cast(void**)& gtk_action_group_get_name}, 12255 Symbol( "gtk_action_group_get_sensitive", cast(void**)& gtk_action_group_get_sensitive),
12288 { "gtk_action_group_new", cast(void**)& gtk_action_group_new}, 12256 Symbol( "gtk_action_group_get_name", cast(void**)& gtk_action_group_get_name),
12289 { "gtk_action_group_get_type", cast(void**)& gtk_action_group_get_type}, 12257 Symbol( "gtk_action_group_new", cast(void**)& gtk_action_group_new),
12290 { "gtk_item_factories_path_delete", cast(void**)& gtk_item_factories_path_delete}, 12258 Symbol( "gtk_action_group_get_type", cast(void**)& gtk_action_group_get_type),
12291 { "gtk_item_factory_create_menu_entries", cast(void**)& gtk_item_factory_create_menu_entries}, 12259 Symbol( "gtk_item_factories_path_delete", cast(void**)& gtk_item_factories_path_delete),
12292 { "gtk_item_factory_from_path", cast(void**)& gtk_item_factory_from_path}, 12260 Symbol( "gtk_item_factory_create_menu_entries", cast(void**)& gtk_item_factory_create_menu_entries),
12293 { "gtk_item_factory_create_items_ac", cast(void**)& gtk_item_factory_create_items_ac}, 12261 Symbol( "gtk_item_factory_from_path", cast(void**)& gtk_item_factory_from_path),
12294 { "gtk_item_factory_set_translate_func", cast(void**)& gtk_item_factory_set_translate_func}, 12262 Symbol( "gtk_item_factory_create_items_ac", cast(void**)& gtk_item_factory_create_items_ac),
12295 { "gtk_item_factory_popup_data_from_widget", cast(void**)& gtk_item_factory_popup_data_from_widget}, 12263 Symbol( "gtk_item_factory_set_translate_func", cast(void**)& gtk_item_factory_set_translate_func),
12296 { "gtk_item_factory_popup_data", cast(void**)& gtk_item_factory_popup_data}, 12264 Symbol( "gtk_item_factory_popup_data_from_widget", cast(void**)& gtk_item_factory_popup_data_from_widget),
12297 { "gtk_item_factory_popup_with_data", cast(void**)& gtk_item_factory_popup_with_data}, 12265 Symbol( "gtk_item_factory_popup_data", cast(void**)& gtk_item_factory_popup_data),
12298 { "gtk_item_factory_popup", cast(void**)& gtk_item_factory_popup}, 12266 Symbol( "gtk_item_factory_popup_with_data", cast(void**)& gtk_item_factory_popup_with_data),
12299 { "gtk_item_factory_delete_entries", cast(void**)& gtk_item_factory_delete_entries}, 12267 Symbol( "gtk_item_factory_popup", cast(void**)& gtk_item_factory_popup),
12300 { "gtk_item_factory_delete_entry", cast(void**)& gtk_item_factory_delete_entry}, 12268 Symbol( "gtk_item_factory_delete_entries", cast(void**)& gtk_item_factory_delete_entries),
12301 { "gtk_item_factory_delete_item", cast(void**)& gtk_item_factory_delete_item}, 12269 Symbol( "gtk_item_factory_delete_entry", cast(void**)& gtk_item_factory_delete_entry),
12302 { "gtk_item_factory_create_items", cast(void**)& gtk_item_factory_create_items}, 12270 Symbol( "gtk_item_factory_delete_item", cast(void**)& gtk_item_factory_delete_item),
12303 { "gtk_item_factory_create_item", cast(void**)& gtk_item_factory_create_item}, 12271 Symbol( "gtk_item_factory_create_items", cast(void**)& gtk_item_factory_create_items),
12304 { "gtk_item_factory_get_item_by_action", cast(void**)& gtk_item_factory_get_item_by_action}, 12272 Symbol( "gtk_item_factory_create_item", cast(void**)& gtk_item_factory_create_item),
12305 { "gtk_item_factory_get_widget_by_action", cast(void**)& gtk_item_factory_get_widget_by_action}, 12273 Symbol( "gtk_item_factory_get_item_by_action", cast(void**)& gtk_item_factory_get_item_by_action),
12306 { "gtk_item_factory_get_widget", cast(void**)& gtk_item_factory_get_widget}, 12274 Symbol( "gtk_item_factory_get_widget_by_action", cast(void**)& gtk_item_factory_get_widget_by_action),
12307 { "gtk_item_factory_get_item", cast(void**)& gtk_item_factory_get_item}, 12275 Symbol( "gtk_item_factory_get_widget", cast(void**)& gtk_item_factory_get_widget),
12308 { "gtk_item_factory_path_from_widget", cast(void**)& gtk_item_factory_path_from_widget}, 12276 Symbol( "gtk_item_factory_get_item", cast(void**)& gtk_item_factory_get_item),
12309 { "gtk_item_factory_from_widget", cast(void**)& gtk_item_factory_from_widget}, 12277 Symbol( "gtk_item_factory_path_from_widget", cast(void**)& gtk_item_factory_path_from_widget),
12310 { "gtk_item_factory_add_foreign", cast(void**)& gtk_item_factory_add_foreign}, 12278 Symbol( "gtk_item_factory_from_widget", cast(void**)& gtk_item_factory_from_widget),
12311 { "gtk_item_factory_construct", cast(void**)& gtk_item_factory_construct}, 12279 Symbol( "gtk_item_factory_add_foreign", cast(void**)& gtk_item_factory_add_foreign),
12312 { "gtk_item_factory_new", cast(void**)& gtk_item_factory_new}, 12280 Symbol( "gtk_item_factory_construct", cast(void**)& gtk_item_factory_construct),
12313 { "gtk_item_factory_get_type", cast(void**)& gtk_item_factory_get_type}, 12281 Symbol( "gtk_item_factory_new", cast(void**)& gtk_item_factory_new),
12314 // { "_gtk_action_sync_menu_visible", cast(void**)& _gtk_action_sync_menu_visible}, 12282 Symbol( "gtk_item_factory_get_type", cast(void**)& gtk_item_factory_get_type),
12315 // { "_gtk_action_sync_visible", cast(void**)& _gtk_action_sync_visible}, 12283 // Symbol( "_gtk_action_sync_menu_visible", cast(void**)& _gtk_action_sync_menu_visible),
12316 // { "_gtk_action_sync_sensitive", cast(void**)& _gtk_action_sync_sensitive}, 12284 // Symbol( "_gtk_action_sync_visible", cast(void**)& _gtk_action_sync_visible),
12317 { "gtk_action_set_accel_group", cast(void**)& gtk_action_set_accel_group}, 12285 // Symbol( "_gtk_action_sync_sensitive", cast(void**)& _gtk_action_sync_sensitive),
12318 { "gtk_action_set_accel_path", cast(void**)& gtk_action_set_accel_path}, 12286 Symbol( "gtk_action_set_accel_group", cast(void**)& gtk_action_set_accel_group),
12319 // { "_gtk_action_emit_activate", cast(void**)& _gtk_action_emit_activate}, 12287 Symbol( "gtk_action_set_accel_path", cast(void**)& gtk_action_set_accel_path),
12320 { "gtk_action_unblock_activate_from", cast(void**)& gtk_action_unblock_activate_from}, 12288 // Symbol( "_gtk_action_emit_activate", cast(void**)& _gtk_action_emit_activate),
12321 { "gtk_action_block_activate_from", cast(void**)& gtk_action_block_activate_from}, 12289 Symbol( "gtk_action_unblock_activate_from", cast(void**)& gtk_action_unblock_activate_from),
12322 { "gtk_action_get_accel_closure", cast(void**)& gtk_action_get_accel_closure}, 12290 Symbol( "gtk_action_block_activate_from", cast(void**)& gtk_action_block_activate_from),
12323 { "gtk_action_get_accel_path", cast(void**)& gtk_action_get_accel_path}, 12291 Symbol( "gtk_action_get_accel_closure", cast(void**)& gtk_action_get_accel_closure),
12324 { "gtk_action_disconnect_accelerator", cast(void**)& gtk_action_disconnect_accelerator}, 12292 Symbol( "gtk_action_get_accel_path", cast(void**)& gtk_action_get_accel_path),
12325 { "gtk_action_connect_accelerator", cast(void**)& gtk_action_connect_accelerator}, 12293 Symbol( "gtk_action_disconnect_accelerator", cast(void**)& gtk_action_disconnect_accelerator),
12326 { "gtk_widget_get_action", cast(void**)& gtk_widget_get_action}, 12294 Symbol( "gtk_action_connect_accelerator", cast(void**)& gtk_action_connect_accelerator),
12327 { "gtk_action_get_proxies", cast(void**)& gtk_action_get_proxies}, 12295 Symbol( "gtk_widget_get_action", cast(void**)& gtk_widget_get_action),
12328 { "gtk_action_disconnect_proxy", cast(void**)& gtk_action_disconnect_proxy}, 12296 Symbol( "gtk_action_get_proxies", cast(void**)& gtk_action_get_proxies),
12329 { "gtk_action_connect_proxy", cast(void**)& gtk_action_connect_proxy}, 12297 Symbol( "gtk_action_disconnect_proxy", cast(void**)& gtk_action_disconnect_proxy),
12330 { "gtk_action_create_menu", cast(void**)& gtk_action_create_menu}, 12298 Symbol( "gtk_action_connect_proxy", cast(void**)& gtk_action_connect_proxy),
12331 { "gtk_action_create_tool_item", cast(void**)& gtk_action_create_tool_item}, 12299 Symbol( "gtk_action_create_menu", cast(void**)& gtk_action_create_menu),
12332 { "gtk_action_create_menu_item", cast(void**)& gtk_action_create_menu_item}, 12300 Symbol( "gtk_action_create_tool_item", cast(void**)& gtk_action_create_tool_item),
12333 { "gtk_action_create_icon", cast(void**)& gtk_action_create_icon}, 12301 Symbol( "gtk_action_create_menu_item", cast(void**)& gtk_action_create_menu_item),
12334 { "gtk_action_activate", cast(void**)& gtk_action_activate}, 12302 Symbol( "gtk_action_create_icon", cast(void**)& gtk_action_create_icon),
12335 { "gtk_action_set_visible", cast(void**)& gtk_action_set_visible}, 12303 Symbol( "gtk_action_activate", cast(void**)& gtk_action_activate),
12336 { "gtk_action_get_visible", cast(void**)& gtk_action_get_visible}, 12304 Symbol( "gtk_action_set_visible", cast(void**)& gtk_action_set_visible),
12337 { "gtk_action_is_visible", cast(void**)& gtk_action_is_visible}, 12305 Symbol( "gtk_action_get_visible", cast(void**)& gtk_action_get_visible),
12338 { "gtk_action_set_sensitive", cast(void**)& gtk_action_set_sensitive}, 12306 Symbol( "gtk_action_is_visible", cast(void**)& gtk_action_is_visible),
12339 { "gtk_action_get_sensitive", cast(void**)& gtk_action_get_sensitive}, 12307 Symbol( "gtk_action_set_sensitive", cast(void**)& gtk_action_set_sensitive),
12340 { "gtk_action_is_sensitive", cast(void**)& gtk_action_is_sensitive}, 12308 Symbol( "gtk_action_get_sensitive", cast(void**)& gtk_action_get_sensitive),
12341 { "gtk_action_get_name", cast(void**)& gtk_action_get_name}, 12309 Symbol( "gtk_action_is_sensitive", cast(void**)& gtk_action_is_sensitive),
12342 { "gtk_action_new", cast(void**)& gtk_action_new}, 12310 Symbol( "gtk_action_get_name", cast(void**)& gtk_action_get_name),
12343 { "gtk_action_get_type", cast(void**)& gtk_action_get_type}, 12311 Symbol( "gtk_action_new", cast(void**)& gtk_action_new),
12344 { "gtk_accessible_connect_widget_destroyed", cast(void**)& gtk_accessible_connect_widget_destroyed}, 12312 Symbol( "gtk_action_get_type", cast(void**)& gtk_action_get_type),
12345 { "gtk_accessible_get_type", cast(void**)& gtk_accessible_get_type}, 12313 Symbol( "gtk_accessible_connect_widget_destroyed", cast(void**)& gtk_accessible_connect_widget_destroyed),
12346 // { "_gtk_accel_path_is_valid", cast(void**)& _gtk_accel_path_is_valid}, 12314 Symbol( "gtk_accessible_get_type", cast(void**)& gtk_accessible_get_type),
12347 // { "_gtk_accel_map_remove_group", cast(void**)& _gtk_accel_map_remove_group}, 12315 // Symbol( "_gtk_accel_path_is_valid", cast(void**)& _gtk_accel_path_is_valid),
12348 // { "_gtk_accel_map_add_group", cast(void**)& _gtk_accel_map_add_group}, 12316 // Symbol( "_gtk_accel_map_remove_group", cast(void**)& _gtk_accel_map_remove_group),
12349 // { "_gtk_accel_map_init", cast(void**)& _gtk_accel_map_init}, 12317 // Symbol( "_gtk_accel_map_add_group", cast(void**)& _gtk_accel_map_add_group),
12350 { "gtk_accel_map_get", cast(void**)& gtk_accel_map_get}, 12318 // Symbol( "_gtk_accel_map_init", cast(void**)& _gtk_accel_map_init),
12351 { "gtk_accel_map_get_type", cast(void**)& gtk_accel_map_get_type}, 12319 Symbol( "gtk_accel_map_get", cast(void**)& gtk_accel_map_get),
12352 { "gtk_accel_map_foreach_unfiltered", cast(void**)& gtk_accel_map_foreach_unfiltered}, 12320 Symbol( "gtk_accel_map_get_type", cast(void**)& gtk_accel_map_get_type),
12353 { "gtk_accel_map_add_filter", cast(void**)& gtk_accel_map_add_filter}, 12321 Symbol( "gtk_accel_map_foreach_unfiltered", cast(void**)& gtk_accel_map_foreach_unfiltered),
12354 { "gtk_accel_map_unlock_path", cast(void**)& gtk_accel_map_unlock_path}, 12322 Symbol( "gtk_accel_map_add_filter", cast(void**)& gtk_accel_map_add_filter),
12355 { "gtk_accel_map_lock_path", cast(void**)& gtk_accel_map_lock_path}, 12323 Symbol( "gtk_accel_map_unlock_path", cast(void**)& gtk_accel_map_unlock_path),
12356 { "gtk_accel_map_save_fd", cast(void**)& gtk_accel_map_save_fd}, 12324 Symbol( "gtk_accel_map_lock_path", cast(void**)& gtk_accel_map_lock_path),
12357 { "gtk_accel_map_load_scanner", cast(void**)& gtk_accel_map_load_scanner}, 12325 Symbol( "gtk_accel_map_save_fd", cast(void**)& gtk_accel_map_save_fd),
12358 { "gtk_accel_map_load_fd", cast(void**)& gtk_accel_map_load_fd}, 12326 Symbol( "gtk_accel_map_load_scanner", cast(void**)& gtk_accel_map_load_scanner),
12359 { "gtk_accel_map_foreach", cast(void**)& gtk_accel_map_foreach}, 12327 Symbol( "gtk_accel_map_load_fd", cast(void**)& gtk_accel_map_load_fd),
12360 { "gtk_accel_map_save", cast(void**)& gtk_accel_map_save}, 12328 Symbol( "gtk_accel_map_foreach", cast(void**)& gtk_accel_map_foreach),
12361 { "gtk_accel_map_load", cast(void**)& gtk_accel_map_load}, 12329 Symbol( "gtk_accel_map_save", cast(void**)& gtk_accel_map_save),
12362 { "gtk_accel_map_change_entry", cast(void**)& gtk_accel_map_change_entry}, 12330 Symbol( "gtk_accel_map_load", cast(void**)& gtk_accel_map_load),
12363 { "gtk_accel_map_lookup_entry", cast(void**)& gtk_accel_map_lookup_entry}, 12331 Symbol( "gtk_accel_map_change_entry", cast(void**)& gtk_accel_map_change_entry),
12364 { "gtk_accel_map_add_entry", cast(void**)& gtk_accel_map_add_entry}, 12332 Symbol( "gtk_accel_map_lookup_entry", cast(void**)& gtk_accel_map_lookup_entry),
12365 // { "_gtk_accel_label_class_get_accelerator_label", cast(void**)& _gtk_accel_label_class_get_accelerator_label}, 12333 Symbol( "gtk_accel_map_add_entry", cast(void**)& gtk_accel_map_add_entry),
12366 { "gtk_accel_label_refetch", cast(void**)& gtk_accel_label_refetch}, 12334 // Symbol( "_gtk_accel_label_class_get_accelerator_label", cast(void**)& _gtk_accel_label_class_get_accelerator_label),
12367 { "gtk_accel_label_set_accel_closure", cast(void**)& gtk_accel_label_set_accel_closure}, 12335 Symbol( "gtk_accel_label_refetch", cast(void**)& gtk_accel_label_refetch),
12368 { "gtk_accel_label_set_accel_widget", cast(void**)& gtk_accel_label_set_accel_widget}, 12336 Symbol( "gtk_accel_label_set_accel_closure", cast(void**)& gtk_accel_label_set_accel_closure),
12369 { "gtk_accel_label_get_accel_width", cast(void**)& gtk_accel_label_get_accel_width}, 12337 Symbol( "gtk_accel_label_set_accel_widget", cast(void**)& gtk_accel_label_set_accel_widget),
12370 { "gtk_accel_label_get_accel_widget", cast(void**)& gtk_accel_label_get_accel_widget}, 12338 Symbol( "gtk_accel_label_get_accel_width", cast(void**)& gtk_accel_label_get_accel_width),
12371 { "gtk_accel_label_new", cast(void**)& gtk_accel_label_new}, 12339 Symbol( "gtk_accel_label_get_accel_widget", cast(void**)& gtk_accel_label_get_accel_widget),
12372 { "gtk_accel_label_get_type", cast(void**)& gtk_accel_label_get_type}, 12340 Symbol( "gtk_accel_label_new", cast(void**)& gtk_accel_label_new),
12373 { "gtk_label_parse_uline", cast(void**)& gtk_label_parse_uline}, 12341 Symbol( "gtk_accel_label_get_type", cast(void**)& gtk_accel_label_get_type),
12374 { "gtk_label_get", cast(void**)& gtk_label_get}, 12342 Symbol( "gtk_label_parse_uline", cast(void**)& gtk_label_parse_uline),
12375 { "gtk_label_get_single_line_mode", cast(void**)& gtk_label_get_single_line_mode}, 12343 Symbol( "gtk_label_get", cast(void**)& gtk_label_get),
12376 { "gtk_label_set_single_line_mode", cast(void**)& gtk_label_set_single_line_mode}, 12344 Symbol( "gtk_label_get_single_line_mode", cast(void**)& gtk_label_get_single_line_mode),
12377 { "gtk_label_get_layout_offsets", cast(void**)& gtk_label_get_layout_offsets}, 12345 Symbol( "gtk_label_set_single_line_mode", cast(void**)& gtk_label_set_single_line_mode),
12378 { "gtk_label_get_layout", cast(void**)& gtk_label_get_layout}, 12346 Symbol( "gtk_label_get_layout_offsets", cast(void**)& gtk_label_get_layout_offsets),
12379 { "gtk_label_get_selection_bounds", cast(void**)& gtk_label_get_selection_bounds}, 12347 Symbol( "gtk_label_get_layout", cast(void**)& gtk_label_get_layout),
12380 { "gtk_label_select_region", cast(void**)& gtk_label_select_region}, 12348 Symbol( "gtk_label_get_selection_bounds", cast(void**)& gtk_label_get_selection_bounds),
12381 { "gtk_label_get_angle", cast(void**)& gtk_label_get_angle}, 12349 Symbol( "gtk_label_select_region", cast(void**)& gtk_label_select_region),
12382 { "gtk_label_set_angle", cast(void**)& gtk_label_set_angle}, 12350 Symbol( "gtk_label_get_angle", cast(void**)& gtk_label_get_angle),
12383 { "gtk_label_get_selectable", cast(void**)& gtk_label_get_selectable}, 12351 Symbol( "gtk_label_set_angle", cast(void**)& gtk_label_set_angle),
12384 { "gtk_label_set_selectable", cast(void**)& gtk_label_set_selectable}, 12352 Symbol( "gtk_label_get_selectable", cast(void**)& gtk_label_get_selectable),
12385 { "gtk_label_get_line_wrap_mode", cast(void**)& gtk_label_get_line_wrap_mode}, 12353 Symbol( "gtk_label_set_selectable", cast(void**)& gtk_label_set_selectable),
12386 { "gtk_label_set_line_wrap_mode", cast(void**)& gtk_label_set_line_wrap_mode}, 12354 Symbol( "gtk_label_get_line_wrap_mode", cast(void**)& gtk_label_get_line_wrap_mode),
12387 { "gtk_label_get_line_wrap", cast(void**)& gtk_label_get_line_wrap}, 12355 Symbol( "gtk_label_set_line_wrap_mode", cast(void**)& gtk_label_set_line_wrap_mode),
12388 { "gtk_label_set_line_wrap", cast(void**)& gtk_label_set_line_wrap}, 12356 Symbol( "gtk_label_get_line_wrap", cast(void**)& gtk_label_get_line_wrap),
12389 { "gtk_label_set_pattern", cast(void**)& gtk_label_set_pattern}, 12357 Symbol( "gtk_label_set_line_wrap", cast(void**)& gtk_label_set_line_wrap),
12390 { "gtk_label_get_max_width_chars", cast(void**)& gtk_label_get_max_width_chars}, 12358 Symbol( "gtk_label_set_pattern", cast(void**)& gtk_label_set_pattern),
12391 { "gtk_label_set_max_width_chars", cast(void**)& gtk_label_set_max_width_chars}, 12359 Symbol( "gtk_label_get_max_width_chars", cast(void**)& gtk_label_get_max_width_chars),
12392 { "gtk_label_get_width_chars", cast(void**)& gtk_label_get_width_chars}, 12360 Symbol( "gtk_label_set_max_width_chars", cast(void**)& gtk_label_set_max_width_chars),
12393 { "gtk_label_set_width_chars", cast(void**)& gtk_label_set_width_chars}, 12361 Symbol( "gtk_label_get_width_chars", cast(void**)& gtk_label_get_width_chars),
12394 { "gtk_label_get_ellipsize", cast(void**)& gtk_label_get_ellipsize}, 12362 Symbol( "gtk_label_set_width_chars", cast(void**)& gtk_label_set_width_chars),
12395 { "gtk_label_set_ellipsize", cast(void**)& gtk_label_set_ellipsize}, 12363 Symbol( "gtk_label_get_ellipsize", cast(void**)& gtk_label_get_ellipsize),
12396 { "gtk_label_get_justify", cast(void**)& gtk_label_get_justify}, 12364 Symbol( "gtk_label_set_ellipsize", cast(void**)& gtk_label_set_ellipsize),
12397 { "gtk_label_set_justify", cast(void**)& gtk_label_set_justify}, 12365 Symbol( "gtk_label_get_justify", cast(void**)& gtk_label_get_justify),
12398 { "gtk_label_set_text_with_mnemonic", cast(void**)& gtk_label_set_text_with_mnemonic}, 12366 Symbol( "gtk_label_set_justify", cast(void**)& gtk_label_set_justify),
12399 { "gtk_label_get_mnemonic_widget", cast(void**)& gtk_label_get_mnemonic_widget}, 12367 Symbol( "gtk_label_set_text_with_mnemonic", cast(void**)& gtk_label_set_text_with_mnemonic),
12400 { "gtk_label_set_mnemonic_widget", cast(void**)& gtk_label_set_mnemonic_widget}, 12368 Symbol( "gtk_label_get_mnemonic_widget", cast(void**)& gtk_label_get_mnemonic_widget),
12401 { "gtk_label_get_mnemonic_keyval", cast(void**)& gtk_label_get_mnemonic_keyval}, 12369 Symbol( "gtk_label_set_mnemonic_widget", cast(void**)& gtk_label_set_mnemonic_widget),
12402 { "gtk_label_set_markup_with_mnemonic", cast(void**)& gtk_label_set_markup_with_mnemonic}, 12370 Symbol( "gtk_label_get_mnemonic_keyval", cast(void**)& gtk_label_get_mnemonic_keyval),
12403 { "gtk_label_get_use_underline", cast(void**)& gtk_label_get_use_underline}, 12371 Symbol( "gtk_label_set_markup_with_mnemonic", cast(void**)& gtk_label_set_markup_with_mnemonic),
12404 { "gtk_label_set_use_underline", cast(void**)& gtk_label_set_use_underline}, 12372 Symbol( "gtk_label_get_use_underline", cast(void**)& gtk_label_get_use_underline),
12405 { "gtk_label_get_use_markup", cast(void**)& gtk_label_get_use_markup}, 12373 Symbol( "gtk_label_set_use_underline", cast(void**)& gtk_label_set_use_underline),
12406 { "gtk_label_set_use_markup", cast(void**)& gtk_label_set_use_markup}, 12374 Symbol( "gtk_label_get_use_markup", cast(void**)& gtk_label_get_use_markup),
12407 { "gtk_label_set_markup", cast(void**)& gtk_label_set_markup}, 12375 Symbol( "gtk_label_set_use_markup", cast(void**)& gtk_label_set_use_markup),
12408 { "gtk_label_get_label", cast(void**)& gtk_label_get_label}, 12376 Symbol( "gtk_label_set_markup", cast(void**)& gtk_label_set_markup),
12409 { "gtk_label_set_label", cast(void**)& gtk_label_set_label}, 12377 Symbol( "gtk_label_get_label", cast(void**)& gtk_label_get_label),
12410 { "gtk_label_get_attributes", cast(void**)& gtk_label_get_attributes}, 12378 Symbol( "gtk_label_set_label", cast(void**)& gtk_label_set_label),
12411 { "gtk_label_set_attributes", cast(void**)& gtk_label_set_attributes}, 12379 Symbol( "gtk_label_get_attributes", cast(void**)& gtk_label_get_attributes),
12412 { "gtk_label_get_text", cast(void**)& gtk_label_get_text}, 12380 Symbol( "gtk_label_set_attributes", cast(void**)& gtk_label_set_attributes),
12413 { "gtk_label_set_text", cast(void**)& gtk_label_set_text}, 12381 Symbol( "gtk_label_get_text", cast(void**)& gtk_label_get_text),
12414 { "gtk_label_new_with_mnemonic", cast(void**)& gtk_label_new_with_mnemonic}, 12382 Symbol( "gtk_label_set_text", cast(void**)& gtk_label_set_text),
12415 { "gtk_label_new", cast(void**)& gtk_label_new}, 12383 Symbol( "gtk_label_new_with_mnemonic", cast(void**)& gtk_label_new_with_mnemonic),
12416 { "gtk_label_get_type", cast(void**)& gtk_label_get_type}, 12384 Symbol( "gtk_label_new", cast(void**)& gtk_label_new),
12417 { "gtk_menu_get_for_attach_widget", cast(void**)& gtk_menu_get_for_attach_widget}, 12385 Symbol( "gtk_label_get_type", cast(void**)& gtk_label_get_type),
12418 { "gtk_menu_set_monitor", cast(void**)& gtk_menu_set_monitor}, 12386 Symbol( "gtk_menu_get_for_attach_widget", cast(void**)& gtk_menu_get_for_attach_widget),
12419 { "gtk_menu_attach", cast(void**)& gtk_menu_attach}, 12387 Symbol( "gtk_menu_set_monitor", cast(void**)& gtk_menu_set_monitor),
12420 { "gtk_menu_set_screen", cast(void**)& gtk_menu_set_screen}, 12388 Symbol( "gtk_menu_attach", cast(void**)& gtk_menu_attach),
12421 { "gtk_menu_reorder_child", cast(void**)& gtk_menu_reorder_child}, 12389 Symbol( "gtk_menu_set_screen", cast(void**)& gtk_menu_set_screen),
12422 { "gtk_menu_get_title", cast(void**)& gtk_menu_get_title}, 12390 Symbol( "gtk_menu_reorder_child", cast(void**)& gtk_menu_reorder_child),
12423 { "gtk_menu_set_title", cast(void**)& gtk_menu_set_title}, 12391 Symbol( "gtk_menu_get_title", cast(void**)& gtk_menu_get_title),
12424 { "gtk_menu_get_tearoff_state", cast(void**)& gtk_menu_get_tearoff_state}, 12392 Symbol( "gtk_menu_set_title", cast(void**)& gtk_menu_set_title),
12425 { "gtk_menu_set_tearoff_state", cast(void**)& gtk_menu_set_tearoff_state}, 12393 Symbol( "gtk_menu_get_tearoff_state", cast(void**)& gtk_menu_get_tearoff_state),
12426 { "gtk_menu_get_attach_widget", cast(void**)& gtk_menu_get_attach_widget}, 12394 Symbol( "gtk_menu_set_tearoff_state", cast(void**)& gtk_menu_set_tearoff_state),
12427 { "gtk_menu_detach", cast(void**)& gtk_menu_detach}, 12395 Symbol( "gtk_menu_get_attach_widget", cast(void**)& gtk_menu_get_attach_widget),
12428 { "gtk_menu_attach_to_widget", cast(void**)& gtk_menu_attach_to_widget}, 12396 Symbol( "gtk_menu_detach", cast(void**)& gtk_menu_detach),
12429 { "gtk_menu_set_accel_path", cast(void**)& gtk_menu_set_accel_path}, 12397 Symbol( "gtk_menu_attach_to_widget", cast(void**)& gtk_menu_attach_to_widget),
12430 { "gtk_menu_get_accel_group", cast(void**)& gtk_menu_get_accel_group}, 12398 Symbol( "gtk_menu_set_accel_path", cast(void**)& gtk_menu_set_accel_path),
12431 { "gtk_menu_set_accel_group", cast(void**)& gtk_menu_set_accel_group}, 12399 Symbol( "gtk_menu_get_accel_group", cast(void**)& gtk_menu_get_accel_group),
12432 { "gtk_menu_set_active", cast(void**)& gtk_menu_set_active}, 12400 Symbol( "gtk_menu_set_accel_group", cast(void**)& gtk_menu_set_accel_group),
12433 { "gtk_menu_get_active", cast(void**)& gtk_menu_get_active}, 12401 Symbol( "gtk_menu_set_active", cast(void**)& gtk_menu_set_active),
12434 { "gtk_menu_popdown", cast(void**)& gtk_menu_popdown}, 12402 Symbol( "gtk_menu_get_active", cast(void**)& gtk_menu_get_active),
12435 { "gtk_menu_reposition", cast(void**)& gtk_menu_reposition}, 12403 Symbol( "gtk_menu_popdown", cast(void**)& gtk_menu_popdown),
12436 { "gtk_menu_popup", cast(void**)& gtk_menu_popup}, 12404 Symbol( "gtk_menu_reposition", cast(void**)& gtk_menu_reposition),
12437 { "gtk_menu_new", cast(void**)& gtk_menu_new}, 12405 Symbol( "gtk_menu_popup", cast(void**)& gtk_menu_popup),
12438 { "gtk_menu_get_type", cast(void**)& gtk_menu_get_type}, 12406 Symbol( "gtk_menu_new", cast(void**)& gtk_menu_new),
12439 { "gtk_menu_shell_set_take_focus", cast(void**)& gtk_menu_shell_set_take_focus}, 12407 Symbol( "gtk_menu_get_type", cast(void**)& gtk_menu_get_type),
12440 { "gtk_menu_shell_get_take_focus", cast(void**)& gtk_menu_shell_get_take_focus}, 12408 Symbol( "gtk_menu_shell_set_take_focus", cast(void**)& gtk_menu_shell_set_take_focus),
12441 // { "_gtk_menu_shell_remove_mnemonic", cast(void**)& _gtk_menu_shell_remove_mnemonic}, 12409 Symbol( "gtk_menu_shell_get_take_focus", cast(void**)& gtk_menu_shell_get_take_focus),
12442 // { "_gtk_menu_shell_add_mnemonic", cast(void**)& _gtk_menu_shell_add_mnemonic}, 12410 // Symbol( "_gtk_menu_shell_remove_mnemonic", cast(void**)& _gtk_menu_shell_remove_mnemonic),
12443 { "gtk_menu_shell_cancel", cast(void**)& gtk_menu_shell_cancel}, 12411 // Symbol( "_gtk_menu_shell_add_mnemonic", cast(void**)& _gtk_menu_shell_add_mnemonic),
12444 // { "_gtk_menu_shell_get_popup_delay", cast(void**)& _gtk_menu_shell_get_popup_delay}, 12412 Symbol( "gtk_menu_shell_cancel", cast(void**)& gtk_menu_shell_cancel),
12445 // { "_gtk_menu_shell_activate", cast(void**)& _gtk_menu_shell_activate}, 12413 // Symbol( "_gtk_menu_shell_get_popup_delay", cast(void**)& _gtk_menu_shell_get_popup_delay),
12446 // { "_gtk_menu_shell_select_last", cast(void**)& _gtk_menu_shell_select_last}, 12414 // Symbol( "_gtk_menu_shell_activate", cast(void**)& _gtk_menu_shell_activate),
12447 { "gtk_menu_shell_select_first", cast(void**)& gtk_menu_shell_select_first}, 12415 // Symbol( "_gtk_menu_shell_select_last", cast(void**)& _gtk_menu_shell_select_last),
12448 { "gtk_menu_shell_activate_item", cast(void**)& gtk_menu_shell_activate_item}, 12416 Symbol( "gtk_menu_shell_select_first", cast(void**)& gtk_menu_shell_select_first),
12449 { "gtk_menu_shell_deselect", cast(void**)& gtk_menu_shell_deselect}, 12417 Symbol( "gtk_menu_shell_activate_item", cast(void**)& gtk_menu_shell_activate_item),
12450 { "gtk_menu_shell_select_item", cast(void**)& gtk_menu_shell_select_item}, 12418 Symbol( "gtk_menu_shell_deselect", cast(void**)& gtk_menu_shell_deselect),
12451 { "gtk_menu_shell_deactivate", cast(void**)& gtk_menu_shell_deactivate}, 12419 Symbol( "gtk_menu_shell_select_item", cast(void**)& gtk_menu_shell_select_item),
12452 { "gtk_menu_shell_insert", cast(void**)& gtk_menu_shell_insert}, 12420 Symbol( "gtk_menu_shell_deactivate", cast(void**)& gtk_menu_shell_deactivate),
12453 { "gtk_menu_shell_prepend", cast(void**)& gtk_menu_shell_prepend}, 12421 Symbol( "gtk_menu_shell_insert", cast(void**)& gtk_menu_shell_insert),
12454 { "gtk_menu_shell_append", cast(void**)& gtk_menu_shell_append}, 12422 Symbol( "gtk_menu_shell_prepend", cast(void**)& gtk_menu_shell_prepend),
12455 { "gtk_menu_shell_get_type", cast(void**)& gtk_menu_shell_get_type}, 12423 Symbol( "gtk_menu_shell_append", cast(void**)& gtk_menu_shell_append),
12456 { "gtk_misc_get_padding", cast(void**)& gtk_misc_get_padding}, 12424 Symbol( "gtk_menu_shell_get_type", cast(void**)& gtk_menu_shell_get_type),
12457 { "gtk_misc_set_padding", cast(void**)& gtk_misc_set_padding}, 12425 Symbol( "gtk_misc_get_padding", cast(void**)& gtk_misc_get_padding),
12458 { "gtk_misc_get_alignment", cast(void**)& gtk_misc_get_alignment}, 12426 Symbol( "gtk_misc_set_padding", cast(void**)& gtk_misc_set_padding),
12459 { "gtk_misc_set_alignment", cast(void**)& gtk_misc_set_alignment}, 12427 Symbol( "gtk_misc_get_alignment", cast(void**)& gtk_misc_get_alignment),
12460 { "gtk_misc_get_type", cast(void**)& gtk_misc_get_type}, 12428 Symbol( "gtk_misc_set_alignment", cast(void**)& gtk_misc_set_alignment),
12461 { "gtk_about_dialog_set_url_hook", cast(void**)& gtk_about_dialog_set_url_hook}, 12429 Symbol( "gtk_misc_get_type", cast(void**)& gtk_misc_get_type),
12462 { "gtk_about_dialog_set_email_hook", cast(void**)& gtk_about_dialog_set_email_hook}, 12430 Symbol( "gtk_about_dialog_set_url_hook", cast(void**)& gtk_about_dialog_set_url_hook),
12463 { "gtk_about_dialog_set_logo_icon_name", cast(void**)& gtk_about_dialog_set_logo_icon_name}, 12431 Symbol( "gtk_about_dialog_set_email_hook", cast(void**)& gtk_about_dialog_set_email_hook),
12464 { "gtk_about_dialog_get_logo_icon_name", cast(void**)& gtk_about_dialog_get_logo_icon_name}, 12432 Symbol( "gtk_about_dialog_set_logo_icon_name", cast(void**)& gtk_about_dialog_set_logo_icon_name),
12465 { "gtk_about_dialog_set_logo", cast(void**)& gtk_about_dialog_set_logo}, 12433 Symbol( "gtk_about_dialog_get_logo_icon_name", cast(void**)& gtk_about_dialog_get_logo_icon_name),
12466 { "gtk_about_dialog_get_logo", cast(void**)& gtk_about_dialog_get_logo}, 12434 Symbol( "gtk_about_dialog_set_logo", cast(void**)& gtk_about_dialog_set_logo),
12467 { "gtk_about_dialog_set_translator_credits", cast(void**)& gtk_about_dialog_set_translator_credits}, 12435 Symbol( "gtk_about_dialog_get_logo", cast(void**)& gtk_about_dialog_get_logo),
12468 { "gtk_about_dialog_get_translator_credits", cast(void**)& gtk_about_dialog_get_translator_credits}, 12436 Symbol( "gtk_about_dialog_set_translator_credits", cast(void**)& gtk_about_dialog_set_translator_credits),
12469 { "gtk_about_dialog_set_artists", cast(void**)& gtk_about_dialog_set_artists}, 12437 Symbol( "gtk_about_dialog_get_translator_credits", cast(void**)& gtk_about_dialog_get_translator_credits),
12470 { "gtk_about_dialog_get_artists", cast(void**)& gtk_about_dialog_get_artists}, 12438 Symbol( "gtk_about_dialog_set_artists", cast(void**)& gtk_about_dialog_set_artists),
12471 { "gtk_about_dialog_set_documenters", cast(void**)& gtk_about_dialog_set_documenters}, 12439 Symbol( "gtk_about_dialog_get_artists", cast(void**)& gtk_about_dialog_get_artists),
12472 { "gtk_about_dialog_get_documenters", cast(void**)& gtk_about_dialog_get_documenters}, 12440 Symbol( "gtk_about_dialog_set_documenters", cast(void**)& gtk_about_dialog_set_documenters),
12473 { "gtk_about_dialog_set_authors", cast(void**)& gtk_about_dialog_set_authors}, 12441 Symbol( "gtk_about_dialog_get_documenters", cast(void**)& gtk_about_dialog_get_documenters),
12474 { "gtk_about_dialog_get_authors", cast(void**)& gtk_about_dialog_get_authors}, 12442 Symbol( "gtk_about_dialog_set_authors", cast(void**)& gtk_about_dialog_set_authors),
12475 { "gtk_about_dialog_set_website_label", cast(void**)& gtk_about_dialog_set_website_label}, 12443 Symbol( "gtk_about_dialog_get_authors", cast(void**)& gtk_about_dialog_get_authors),
12476 { "gtk_about_dialog_get_website_label", cast(void**)& gtk_about_dialog_get_website_label}, 12444 Symbol( "gtk_about_dialog_set_website_label", cast(void**)& gtk_about_dialog_set_website_label),
12477 { "gtk_about_dialog_set_website", cast(void**)& gtk_about_dialog_set_website}, 12445 Symbol( "gtk_about_dialog_get_website_label", cast(void**)& gtk_about_dialog_get_website_label),
12478 { "gtk_about_dialog_get_website", cast(void**)& gtk_about_dialog_get_website}, 12446 Symbol( "gtk_about_dialog_set_website", cast(void**)& gtk_about_dialog_set_website),
12479 { "gtk_about_dialog_set_wrap_license", cast(void**)& gtk_about_dialog_set_wrap_license}, 12447 Symbol( "gtk_about_dialog_get_website", cast(void**)& gtk_about_dialog_get_website),
12480 { "gtk_about_dialog_get_wrap_license", cast(void**)& gtk_about_dialog_get_wrap_license}, 12448 Symbol( "gtk_about_dialog_set_wrap_license", cast(void**)& gtk_about_dialog_set_wrap_license),
12481 { "gtk_about_dialog_set_license", cast(void**)& gtk_about_dialog_set_license}, 12449 Symbol( "gtk_about_dialog_get_wrap_license", cast(void**)& gtk_about_dialog_get_wrap_license),
12482 { "gtk_about_dialog_get_license", cast(void**)& gtk_about_dialog_get_license}, 12450 Symbol( "gtk_about_dialog_set_license", cast(void**)& gtk_about_dialog_set_license),
12483 { "gtk_about_dialog_set_comments", cast(void**)& gtk_about_dialog_set_comments}, 12451 Symbol( "gtk_about_dialog_get_license", cast(void**)& gtk_about_dialog_get_license),
12484 { "gtk_about_dialog_get_comments", cast(void**)& gtk_about_dialog_get_comments}, 12452 Symbol( "gtk_about_dialog_set_comments", cast(void**)& gtk_about_dialog_set_comments),
12485 { "gtk_about_dialog_set_copyright", cast(void**)& gtk_about_dialog_set_copyright}, 12453 Symbol( "gtk_about_dialog_get_comments", cast(void**)& gtk_about_dialog_get_comments),
12486 { "gtk_about_dialog_get_copyright", cast(void**)& gtk_about_dialog_get_copyright}, 12454 Symbol( "gtk_about_dialog_set_copyright", cast(void**)& gtk_about_dialog_set_copyright),
12487 { "gtk_about_dialog_set_version", cast(void**)& gtk_about_dialog_set_version}, 12455 Symbol( "gtk_about_dialog_get_copyright", cast(void**)& gtk_about_dialog_get_copyright),
12488 { "gtk_about_dialog_get_version", cast(void**)& gtk_about_dialog_get_version}, 12456 Symbol( "gtk_about_dialog_set_version", cast(void**)& gtk_about_dialog_set_version),
12489 { "gtk_about_dialog_set_program_name", cast(void**)& gtk_about_dialog_set_program_name}, 12457 Symbol( "gtk_about_dialog_get_version", cast(void**)& gtk_about_dialog_get_version),
12490 { "gtk_about_dialog_get_program_name", cast(void**)& gtk_about_dialog_get_program_name}, 12458 Symbol( "gtk_about_dialog_set_program_name", cast(void**)& gtk_about_dialog_set_program_name),
12491 { "gtk_about_dialog_set_name", cast(void**)& gtk_about_dialog_set_name}, 12459 Symbol( "gtk_about_dialog_get_program_name", cast(void**)& gtk_about_dialog_get_program_name),
12492 { "gtk_about_dialog_get_name", cast(void**)& gtk_about_dialog_get_name}, 12460 Symbol( "gtk_about_dialog_set_name", cast(void**)& gtk_about_dialog_set_name),
12493 { "gtk_show_about_dialog", cast(void**)& gtk_show_about_dialog}, 12461 Symbol( "gtk_about_dialog_get_name", cast(void**)& gtk_about_dialog_get_name),
12494 { "gtk_about_dialog_new", cast(void**)& gtk_about_dialog_new}, 12462 Symbol( "gtk_show_about_dialog", cast(void**)& gtk_show_about_dialog),
12495 { "gtk_about_dialog_get_type", cast(void**)& gtk_about_dialog_get_type}, 12463 Symbol( "gtk_about_dialog_new", cast(void**)& gtk_about_dialog_new),
12496 // { "_gtk_dialog_set_ignore_separator", cast(void**)& _gtk_dialog_set_ignore_separator}, 12464 Symbol( "gtk_about_dialog_get_type", cast(void**)& gtk_about_dialog_get_type),
12497 { "gtk_dialog_run", cast(void**)& gtk_dialog_run}, 12465 // Symbol( "_gtk_dialog_set_ignore_separator", cast(void**)& _gtk_dialog_set_ignore_separator),
12498 { "gtk_dialog_response", cast(void**)& gtk_dialog_response}, 12466 Symbol( "gtk_dialog_run", cast(void**)& gtk_dialog_run),
12499 { "gtk_dialog_set_alternative_button_order_from_array", cast(void**)& gtk_dialog_set_alternative_button_order_from_array}, 12467 Symbol( "gtk_dialog_response", cast(void**)& gtk_dialog_response),
12500 { "gtk_dialog_set_alternative_button_order", cast(void**)& gtk_dialog_set_alternative_button_order}, 12468 Symbol( "gtk_dialog_set_alternative_button_order_from_array", cast(void**)& gtk_dialog_set_alternative_button_order_from_array),
12501 { "gtk_alternative_dialog_button_order", cast(void**)& gtk_alternative_dialog_button_order}, 12469 Symbol( "gtk_dialog_set_alternative_button_order", cast(void**)& gtk_dialog_set_alternative_button_order),
12502 { "gtk_dialog_get_has_separator", cast(void**)& gtk_dialog_get_has_separator}, 12470 Symbol( "gtk_alternative_dialog_button_order", cast(void**)& gtk_alternative_dialog_button_order),
12503 { "gtk_dialog_set_has_separator", cast(void**)& gtk_dialog_set_has_separator}, 12471 Symbol( "gtk_dialog_get_has_separator", cast(void**)& gtk_dialog_get_has_separator),
12504 { "gtk_dialog_get_response_for_widget", cast(void**)& gtk_dialog_get_response_for_widget}, 12472 Symbol( "gtk_dialog_set_has_separator", cast(void**)& gtk_dialog_set_has_separator),
12505 { "gtk_dialog_set_default_response", cast(void**)& gtk_dialog_set_default_response}, 12473 Symbol( "gtk_dialog_get_response_for_widget", cast(void**)& gtk_dialog_get_response_for_widget),
12506 { "gtk_dialog_set_response_sensitive", cast(void**)& gtk_dialog_set_response_sensitive}, 12474 Symbol( "gtk_dialog_set_default_response", cast(void**)& gtk_dialog_set_default_response),
12507 { "gtk_dialog_add_buttons", cast(void**)& gtk_dialog_add_buttons}, 12475 Symbol( "gtk_dialog_set_response_sensitive", cast(void**)& gtk_dialog_set_response_sensitive),
12508 { "gtk_dialog_add_button", cast(void**)& gtk_dialog_add_button}, 12476 Symbol( "gtk_dialog_add_buttons", cast(void**)& gtk_dialog_add_buttons),
12509 { "gtk_dialog_add_action_widget", cast(void**)& gtk_dialog_add_action_widget}, 12477 Symbol( "gtk_dialog_add_button", cast(void**)& gtk_dialog_add_button),
12510 { "gtk_dialog_new_with_buttons", cast(void**)& gtk_dialog_new_with_buttons}, 12478 Symbol( "gtk_dialog_add_action_widget", cast(void**)& gtk_dialog_add_action_widget),
12511 { "gtk_dialog_new", cast(void**)& gtk_dialog_new}, 12479 Symbol( "gtk_dialog_new_with_buttons", cast(void**)& gtk_dialog_new_with_buttons),
12512 { "gtk_dialog_get_type", cast(void**)& gtk_dialog_get_type}, 12480 Symbol( "gtk_dialog_new", cast(void**)& gtk_dialog_new),
12513 // { "_gtk_window_query_nonaccels", cast(void**)& _gtk_window_query_nonaccels}, 12481 Symbol( "gtk_dialog_get_type", cast(void**)& gtk_dialog_get_type),
12514 // { "_gtk_window_keys_foreach", cast(void**)& _gtk_window_keys_foreach}, 12482 // Symbol( "_gtk_window_query_nonaccels", cast(void**)& _gtk_window_query_nonaccels),
12515 // { "_gtk_window_set_is_active", cast(void**)& _gtk_window_set_is_active}, 12483 // Symbol( "_gtk_window_keys_foreach", cast(void**)& _gtk_window_keys_foreach),
12516 // { "_gtk_window_unset_focus_and_default", cast(void**)& _gtk_window_unset_focus_and_default}, 12484 // Symbol( "_gtk_window_set_is_active", cast(void**)& _gtk_window_set_is_active),
12517 // { "_gtk_window_set_has_toplevel_focus", cast(void**)& _gtk_window_set_has_toplevel_focus}, 12485 // Symbol( "_gtk_window_unset_focus_and_default", cast(void**)& _gtk_window_unset_focus_and_default),
12518 // { "_gtk_window_group_get_current_grab", cast(void**)& _gtk_window_group_get_current_grab}, 12486 // Symbol( "_gtk_window_set_has_toplevel_focus", cast(void**)& _gtk_window_set_has_toplevel_focus),
12519 // { "_gtk_window_constrain_size", cast(void**)& _gtk_window_constrain_size}, 12487 // Symbol( "_gtk_window_group_get_current_grab", cast(void**)& _gtk_window_group_get_current_grab),
12520 // { "_gtk_window_reposition", cast(void**)& _gtk_window_reposition}, 12488 // Symbol( "_gtk_window_constrain_size", cast(void**)& _gtk_window_constrain_size),
12521 { "gtk_window_add_embedded_xid", cast(void**)& gtk_window_add_embedded_xid}, 12489 // Symbol( "_gtk_window_reposition", cast(void**)& _gtk_window_reposition),
12522 { "gtk_window_remove_embedded_xid", cast(void**)& gtk_window_remove_embedded_xid}, 12490 Symbol( "gtk_window_add_embedded_xid", cast(void**)& gtk_window_add_embedded_xid),
12523 // { "_gtk_window_internal_set_focus", cast(void**)& _gtk_window_internal_set_focus}, 12491 Symbol( "gtk_window_remove_embedded_xid", cast(void**)& gtk_window_remove_embedded_xid),
12524 { "gtk_window_group_remove_window", cast(void**)& gtk_window_group_remove_window}, 12492 // Symbol( "_gtk_window_internal_set_focus", cast(void**)& _gtk_window_internal_set_focus),
12525 { "gtk_window_group_add_window", cast(void**)& gtk_window_group_add_window}, 12493 Symbol( "gtk_window_group_remove_window", cast(void**)& gtk_window_group_remove_window),
12526 { "gtk_window_group_new", cast(void**)& gtk_window_group_new}, 12494 Symbol( "gtk_window_group_add_window", cast(void**)& gtk_window_group_add_window),
12527 { "gtk_window_group_get_type", cast(void**)& gtk_window_group_get_type}, 12495 Symbol( "gtk_window_group_new", cast(void**)& gtk_window_group_new),
12528 { "gtk_window_reshow_with_initial_size", cast(void**)& gtk_window_reshow_with_initial_size}, 12496 Symbol( "gtk_window_group_get_type", cast(void**)& gtk_window_group_get_type),
12529 { "gtk_window_get_group", cast(void**)& gtk_window_get_group}, 12497 Symbol( "gtk_window_reshow_with_initial_size", cast(void**)& gtk_window_reshow_with_initial_size),
12530 { "gtk_window_parse_geometry", cast(void**)& gtk_window_parse_geometry}, 12498 Symbol( "gtk_window_get_group", cast(void**)& gtk_window_get_group),
12531 { "gtk_window_get_position", cast(void**)& gtk_window_get_position}, 12499 Symbol( "gtk_window_parse_geometry", cast(void**)& gtk_window_parse_geometry),
12532 { "gtk_window_move", cast(void**)& gtk_window_move}, 12500 Symbol( "gtk_window_get_position", cast(void**)& gtk_window_get_position),
12533 { "gtk_window_get_size", cast(void**)& gtk_window_get_size}, 12501 Symbol( "gtk_window_move", cast(void**)& gtk_window_move),
12534 { "gtk_window_resize", cast(void**)& gtk_window_resize}, 12502 Symbol( "gtk_window_get_size", cast(void**)& gtk_window_get_size),
12535 { "gtk_window_get_default_size", cast(void**)& gtk_window_get_default_size}, 12503 Symbol( "gtk_window_resize", cast(void**)& gtk_window_resize),
12536 { "gtk_window_set_default_size", cast(void**)& gtk_window_set_default_size}, 12504 Symbol( "gtk_window_get_default_size", cast(void**)& gtk_window_get_default_size),
12537 { "gtk_window_set_policy", cast(void**)& gtk_window_set_policy}, 12505 Symbol( "gtk_window_set_default_size", cast(void**)& gtk_window_set_default_size),
12538 { "gtk_window_begin_move_drag", cast(void**)& gtk_window_begin_move_drag}, 12506 Symbol( "gtk_window_set_policy", cast(void**)& gtk_window_set_policy),
12539 { "gtk_window_begin_resize_drag", cast(void**)& gtk_window_begin_resize_drag}, 12507 Symbol( "gtk_window_begin_move_drag", cast(void**)& gtk_window_begin_move_drag),
12540 { "gtk_window_set_keep_below", cast(void**)& gtk_window_set_keep_below}, 12508 Symbol( "gtk_window_begin_resize_drag", cast(void**)& gtk_window_begin_resize_drag),
12541 { "gtk_window_set_keep_above", cast(void**)& gtk_window_set_keep_above}, 12509 Symbol( "gtk_window_set_keep_below", cast(void**)& gtk_window_set_keep_below),
12542 { "gtk_window_unfullscreen", cast(void**)& gtk_window_unfullscreen}, 12510 Symbol( "gtk_window_set_keep_above", cast(void**)& gtk_window_set_keep_above),
12543 { "gtk_window_fullscreen", cast(void**)& gtk_window_fullscreen}, 12511 Symbol( "gtk_window_unfullscreen", cast(void**)& gtk_window_unfullscreen),
12544 { "gtk_window_unmaximize", cast(void**)& gtk_window_unmaximize}, 12512 Symbol( "gtk_window_fullscreen", cast(void**)& gtk_window_fullscreen),
12545 { "gtk_window_maximize", cast(void**)& gtk_window_maximize}, 12513 Symbol( "gtk_window_unmaximize", cast(void**)& gtk_window_unmaximize),
12546 { "gtk_window_unstick", cast(void**)& gtk_window_unstick}, 12514 Symbol( "gtk_window_maximize", cast(void**)& gtk_window_maximize),
12547 { "gtk_window_stick", cast(void**)& gtk_window_stick}, 12515 Symbol( "gtk_window_unstick", cast(void**)& gtk_window_unstick),
12548 { "gtk_window_deiconify", cast(void**)& gtk_window_deiconify}, 12516 Symbol( "gtk_window_stick", cast(void**)& gtk_window_stick),
12549 { "gtk_window_iconify", cast(void**)& gtk_window_iconify}, 12517 Symbol( "gtk_window_deiconify", cast(void**)& gtk_window_deiconify),
12550 { "gtk_window_present_with_time", cast(void**)& gtk_window_present_with_time}, 12518 Symbol( "gtk_window_iconify", cast(void**)& gtk_window_iconify),
12551 { "gtk_window_present", cast(void**)& gtk_window_present}, 12519 Symbol( "gtk_window_present_with_time", cast(void**)& gtk_window_present_with_time),
12552 { "gtk_window_propagate_key_event", cast(void**)& gtk_window_propagate_key_event}, 12520 Symbol( "gtk_window_present", cast(void**)& gtk_window_present),
12553 { "gtk_window_activate_key", cast(void**)& gtk_window_activate_key}, 12521 Symbol( "gtk_window_propagate_key_event", cast(void**)& gtk_window_propagate_key_event),
12554 { "gtk_window_get_mnemonic_modifier", cast(void**)& gtk_window_get_mnemonic_modifier}, 12522 Symbol( "gtk_window_activate_key", cast(void**)& gtk_window_activate_key),
12555 { "gtk_window_set_mnemonic_modifier", cast(void**)& gtk_window_set_mnemonic_modifier}, 12523 Symbol( "gtk_window_get_mnemonic_modifier", cast(void**)& gtk_window_get_mnemonic_modifier),
12556 { "gtk_window_mnemonic_activate", cast(void**)& gtk_window_mnemonic_activate}, 12524 Symbol( "gtk_window_set_mnemonic_modifier", cast(void**)& gtk_window_set_mnemonic_modifier),
12557 { "gtk_window_remove_mnemonic", cast(void**)& gtk_window_remove_mnemonic}, 12525 Symbol( "gtk_window_mnemonic_activate", cast(void**)& gtk_window_mnemonic_activate),
12558 { "gtk_window_add_mnemonic", cast(void**)& gtk_window_add_mnemonic}, 12526 Symbol( "gtk_window_remove_mnemonic", cast(void**)& gtk_window_remove_mnemonic),
12559 { "gtk_window_list_toplevels", cast(void**)& gtk_window_list_toplevels}, 12527 Symbol( "gtk_window_add_mnemonic", cast(void**)& gtk_window_add_mnemonic),
12560 { "gtk_window_get_modal", cast(void**)& gtk_window_get_modal}, 12528 Symbol( "gtk_window_list_toplevels", cast(void**)& gtk_window_list_toplevels),
12561 { "gtk_window_set_modal", cast(void**)& gtk_window_set_modal}, 12529 Symbol( "gtk_window_get_modal", cast(void**)& gtk_window_get_modal),
12562 { "gtk_window_set_auto_startup_notification", cast(void**)& gtk_window_set_auto_startup_notification}, 12530 Symbol( "gtk_window_set_modal", cast(void**)& gtk_window_set_modal),
12563 { "gtk_window_set_default_icon_from_file", cast(void**)& gtk_window_set_default_icon_from_file}, 12531 Symbol( "gtk_window_set_auto_startup_notification", cast(void**)& gtk_window_set_auto_startup_notification),
12564 { "gtk_window_set_default_icon_name", cast(void**)& gtk_window_set_default_icon_name}, 12532 Symbol( "gtk_window_set_default_icon_from_file", cast(void**)& gtk_window_set_default_icon_from_file),
12565 { "gtk_window_set_default_icon", cast(void**)& gtk_window_set_default_icon}, 12533 Symbol( "gtk_window_set_default_icon_name", cast(void**)& gtk_window_set_default_icon_name),
12566 { "gtk_window_get_default_icon_list", cast(void**)& gtk_window_get_default_icon_list}, 12534 Symbol( "gtk_window_set_default_icon", cast(void**)& gtk_window_set_default_icon),
12567 { "gtk_window_set_default_icon_list", cast(void**)& gtk_window_set_default_icon_list}, 12535 Symbol( "gtk_window_get_default_icon_list", cast(void**)& gtk_window_get_default_icon_list),
12568 { "gtk_window_get_icon_name", cast(void**)& gtk_window_get_icon_name}, 12536 Symbol( "gtk_window_set_default_icon_list", cast(void**)& gtk_window_set_default_icon_list),
12569 { "gtk_window_get_icon", cast(void**)& gtk_window_get_icon}, 12537 Symbol( "gtk_window_get_icon_name", cast(void**)& gtk_window_get_icon_name),
12570 { "gtk_window_set_icon_from_file", cast(void**)& gtk_window_set_icon_from_file}, 12538 Symbol( "gtk_window_get_icon", cast(void**)& gtk_window_get_icon),
12571 { "gtk_window_set_icon_name", cast(void**)& gtk_window_set_icon_name}, 12539 Symbol( "gtk_window_set_icon_from_file", cast(void**)& gtk_window_set_icon_from_file),
12572 { "gtk_window_set_icon", cast(void**)& gtk_window_set_icon}, 12540 Symbol( "gtk_window_set_icon_name", cast(void**)& gtk_window_set_icon_name),
12573 { "gtk_window_get_icon_list", cast(void**)& gtk_window_get_icon_list}, 12541 Symbol( "gtk_window_set_icon", cast(void**)& gtk_window_set_icon),
12574 { "gtk_window_set_icon_list", cast(void**)& gtk_window_set_icon_list}, 12542 Symbol( "gtk_window_get_icon_list", cast(void**)& gtk_window_get_icon_list),
12575 { "gtk_window_get_deletable", cast(void**)& gtk_window_get_deletable}, 12543 Symbol( "gtk_window_set_icon_list", cast(void**)& gtk_window_set_icon_list),
12576 { "gtk_window_set_deletable", cast(void**)& gtk_window_set_deletable}, 12544 Symbol( "gtk_window_get_deletable", cast(void**)& gtk_window_get_deletable),
12577 { "gtk_window_get_decorated", cast(void**)& gtk_window_get_decorated}, 12545 Symbol( "gtk_window_set_deletable", cast(void**)& gtk_window_set_deletable),
12578 { "gtk_window_set_decorated", cast(void**)& gtk_window_set_decorated}, 12546 Symbol( "gtk_window_get_decorated", cast(void**)& gtk_window_get_decorated),
12579 { "gtk_window_get_frame_dimensions", cast(void**)& gtk_window_get_frame_dimensions}, 12547 Symbol( "gtk_window_set_decorated", cast(void**)& gtk_window_set_decorated),
12580 { "gtk_window_set_frame_dimensions", cast(void**)& gtk_window_set_frame_dimensions}, 12548 Symbol( "gtk_window_get_frame_dimensions", cast(void**)& gtk_window_get_frame_dimensions),
12581 { "gtk_window_get_has_frame", cast(void**)& gtk_window_get_has_frame}, 12549 Symbol( "gtk_window_set_frame_dimensions", cast(void**)& gtk_window_set_frame_dimensions),
12582 { "gtk_window_set_has_frame", cast(void**)& gtk_window_set_has_frame}, 12550 Symbol( "gtk_window_get_has_frame", cast(void**)& gtk_window_get_has_frame),
12583 { "gtk_window_has_toplevel_focus", cast(void**)& gtk_window_has_toplevel_focus}, 12551 Symbol( "gtk_window_set_has_frame", cast(void**)& gtk_window_set_has_frame),
12584 { "gtk_window_is_active", cast(void**)& gtk_window_is_active}, 12552 Symbol( "gtk_window_has_toplevel_focus", cast(void**)& gtk_window_has_toplevel_focus),
12585 { "gtk_window_get_screen", cast(void**)& gtk_window_get_screen}, 12553 Symbol( "gtk_window_is_active", cast(void**)& gtk_window_is_active),
12586 { "gtk_window_set_screen", cast(void**)& gtk_window_set_screen}, 12554 Symbol( "gtk_window_get_screen", cast(void**)& gtk_window_get_screen),
12587 { "gtk_window_set_geometry_hints", cast(void**)& gtk_window_set_geometry_hints}, 12555 Symbol( "gtk_window_set_screen", cast(void**)& gtk_window_set_screen),
12588 { "gtk_window_get_gravity", cast(void**)& gtk_window_get_gravity}, 12556 Symbol( "gtk_window_set_geometry_hints", cast(void**)& gtk_window_set_geometry_hints),
12589 { "gtk_window_set_gravity", cast(void**)& gtk_window_set_gravity}, 12557 Symbol( "gtk_window_get_gravity", cast(void**)& gtk_window_get_gravity),
12590 { "gtk_window_get_resizable", cast(void**)& gtk_window_get_resizable}, 12558 Symbol( "gtk_window_set_gravity", cast(void**)& gtk_window_set_gravity),
12591 { "gtk_window_set_resizable", cast(void**)& gtk_window_set_resizable}, 12559 Symbol( "gtk_window_get_resizable", cast(void**)& gtk_window_get_resizable),
12592 { "gtk_window_get_destroy_with_parent", cast(void**)& gtk_window_get_destroy_with_parent}, 12560 Symbol( "gtk_window_set_resizable", cast(void**)& gtk_window_set_resizable),
12593 { "gtk_window_set_destroy_with_parent", cast(void**)& gtk_window_set_destroy_with_parent}, 12561 Symbol( "gtk_window_get_destroy_with_parent", cast(void**)& gtk_window_get_destroy_with_parent),
12594 { "gtk_window_get_focus_on_map", cast(void**)& gtk_window_get_focus_on_map}, 12562 Symbol( "gtk_window_set_destroy_with_parent", cast(void**)& gtk_window_set_destroy_with_parent),
12595 { "gtk_window_set_focus_on_map", cast(void**)& gtk_window_set_focus_on_map}, 12563 Symbol( "gtk_window_get_focus_on_map", cast(void**)& gtk_window_get_focus_on_map),
12596 { "gtk_window_get_accept_focus", cast(void**)& gtk_window_get_accept_focus}, 12564 Symbol( "gtk_window_set_focus_on_map", cast(void**)& gtk_window_set_focus_on_map),
12597 { "gtk_window_set_accept_focus", cast(void**)& gtk_window_set_accept_focus}, 12565 Symbol( "gtk_window_get_accept_focus", cast(void**)& gtk_window_get_accept_focus),
12598 { "gtk_window_get_urgency_hint", cast(void**)& gtk_window_get_urgency_hint}, 12566 Symbol( "gtk_window_set_accept_focus", cast(void**)& gtk_window_set_accept_focus),
12599 { "gtk_window_set_urgency_hint", cast(void**)& gtk_window_set_urgency_hint}, 12567 Symbol( "gtk_window_get_urgency_hint", cast(void**)& gtk_window_get_urgency_hint),
12600 { "gtk_window_get_skip_pager_hint", cast(void**)& gtk_window_get_skip_pager_hint}, 12568 Symbol( "gtk_window_set_urgency_hint", cast(void**)& gtk_window_set_urgency_hint),
12601 { "gtk_window_set_skip_pager_hint", cast(void**)& gtk_window_set_skip_pager_hint}, 12569 Symbol( "gtk_window_get_skip_pager_hint", cast(void**)& gtk_window_get_skip_pager_hint),
12602 { "gtk_window_get_skip_taskbar_hint", cast(void**)& gtk_window_get_skip_taskbar_hint}, 12570 Symbol( "gtk_window_set_skip_pager_hint", cast(void**)& gtk_window_set_skip_pager_hint),
12603 { "gtk_window_set_skip_taskbar_hint", cast(void**)& gtk_window_set_skip_taskbar_hint}, 12571 Symbol( "gtk_window_get_skip_taskbar_hint", cast(void**)& gtk_window_get_skip_taskbar_hint),
12604 { "gtk_window_get_type_hint", cast(void**)& gtk_window_get_type_hint}, 12572 Symbol( "gtk_window_set_skip_taskbar_hint", cast(void**)& gtk_window_set_skip_taskbar_hint),
12605 { "gtk_window_set_type_hint", cast(void**)& gtk_window_set_type_hint}, 12573 Symbol( "gtk_window_get_type_hint", cast(void**)& gtk_window_get_type_hint),
12606 { "gtk_window_get_opacity", cast(void**)& gtk_window_get_opacity}, 12574 Symbol( "gtk_window_set_type_hint", cast(void**)& gtk_window_set_type_hint),
12607 { "gtk_window_set_opacity", cast(void**)& gtk_window_set_opacity}, 12575 Symbol( "gtk_window_get_opacity", cast(void**)& gtk_window_get_opacity),
12608 { "gtk_window_get_transient_for", cast(void**)& gtk_window_get_transient_for}, 12576 Symbol( "gtk_window_set_opacity", cast(void**)& gtk_window_set_opacity),
12609 { "gtk_window_set_transient_for", cast(void**)& gtk_window_set_transient_for}, 12577 Symbol( "gtk_window_get_transient_for", cast(void**)& gtk_window_get_transient_for),
12610 { "gtk_window_activate_default", cast(void**)& gtk_window_activate_default}, 12578 Symbol( "gtk_window_set_transient_for", cast(void**)& gtk_window_set_transient_for),
12611 { "gtk_window_set_default", cast(void**)& gtk_window_set_default}, 12579 Symbol( "gtk_window_activate_default", cast(void**)& gtk_window_activate_default),
12612 { "gtk_window_get_focus", cast(void**)& gtk_window_get_focus}, 12580 Symbol( "gtk_window_set_default", cast(void**)& gtk_window_set_default),
12613 { "gtk_window_set_focus", cast(void**)& gtk_window_set_focus}, 12581 Symbol( "gtk_window_get_focus", cast(void**)& gtk_window_get_focus),
12614 { "gtk_window_activate_focus", cast(void**)& gtk_window_activate_focus}, 12582 Symbol( "gtk_window_set_focus", cast(void**)& gtk_window_set_focus),
12615 { "gtk_window_set_position", cast(void**)& gtk_window_set_position}, 12583 Symbol( "gtk_window_activate_focus", cast(void**)& gtk_window_activate_focus),
12616 { "gtk_window_remove_accel_group", cast(void**)& gtk_window_remove_accel_group}, 12584 Symbol( "gtk_window_set_position", cast(void**)& gtk_window_set_position),
12617 { "gtk_window_add_accel_group", cast(void**)& gtk_window_add_accel_group}, 12585 Symbol( "gtk_window_remove_accel_group", cast(void**)& gtk_window_remove_accel_group),
12618 { "gtk_window_get_role", cast(void**)& gtk_window_get_role}, 12586 Symbol( "gtk_window_add_accel_group", cast(void**)& gtk_window_add_accel_group),
12619 { "gtk_window_set_startup_id", cast(void**)& gtk_window_set_startup_id}, 12587 Symbol( "gtk_window_get_role", cast(void**)& gtk_window_get_role),
12620 { "gtk_window_set_role", cast(void**)& gtk_window_set_role}, 12588 Symbol( "gtk_window_set_startup_id", cast(void**)& gtk_window_set_startup_id),
12621 { "gtk_window_set_wmclass", cast(void**)& gtk_window_set_wmclass}, 12589 Symbol( "gtk_window_set_role", cast(void**)& gtk_window_set_role),
12622 { "gtk_window_get_title", cast(void**)& gtk_window_get_title}, 12590 Symbol( "gtk_window_set_wmclass", cast(void**)& gtk_window_set_wmclass),
12623 { "gtk_window_set_title", cast(void**)& gtk_window_set_title}, 12591 Symbol( "gtk_window_get_title", cast(void**)& gtk_window_get_title),
12624 { "gtk_window_new", cast(void**)& gtk_window_new}, 12592 Symbol( "gtk_window_set_title", cast(void**)& gtk_window_set_title),
12625 { "gtk_window_get_type", cast(void**)& gtk_window_get_type}, 12593 Symbol( "gtk_window_new", cast(void**)& gtk_window_new),
12626 { "gtk_bin_get_child", cast(void**)& gtk_bin_get_child}, 12594 Symbol( "gtk_window_get_type", cast(void**)& gtk_window_get_type),
12627 { "gtk_bin_get_type", cast(void**)& gtk_bin_get_type}, 12595 Symbol( "gtk_bin_get_child", cast(void**)& gtk_bin_get_child),
12628 // { "_gtk_container_focus_sort", cast(void**)& _gtk_container_focus_sort}, 12596 Symbol( "gtk_bin_get_type", cast(void**)& gtk_bin_get_type),
12629 // { "_gtk_container_dequeue_resize_handler", cast(void**)& _gtk_container_dequeue_resize_handler}, 12597 // Symbol( "_gtk_container_focus_sort", cast(void**)& _gtk_container_focus_sort),
12630 // { "_gtk_container_child_composite_name", cast(void**)& _gtk_container_child_composite_name}, 12598 // Symbol( "_gtk_container_dequeue_resize_handler", cast(void**)& _gtk_container_dequeue_resize_handler),
12631 // { "_gtk_container_clear_resize_widgets", cast(void**)& _gtk_container_clear_resize_widgets}, 12599 // Symbol( "_gtk_container_child_composite_name", cast(void**)& _gtk_container_child_composite_name),
12632 // { "_gtk_container_queue_resize", cast(void**)& _gtk_container_queue_resize}, 12600 // Symbol( "_gtk_container_clear_resize_widgets", cast(void**)& _gtk_container_clear_resize_widgets),
12633 { "gtk_container_forall", cast(void**)& gtk_container_forall}, 12601 // Symbol( "_gtk_container_queue_resize", cast(void**)& _gtk_container_queue_resize),
12634 { "gtk_container_child_get_property", cast(void**)& gtk_container_child_get_property}, 12602 Symbol( "gtk_container_forall", cast(void**)& gtk_container_forall),
12635 { "gtk_container_child_set_property", cast(void**)& gtk_container_child_set_property}, 12603 Symbol( "gtk_container_child_get_property", cast(void**)& gtk_container_child_get_property),
12636 { "gtk_container_child_get_valist", cast(void**)& gtk_container_child_get_valist}, 12604 Symbol( "gtk_container_child_set_property", cast(void**)& gtk_container_child_set_property),
12637 { "gtk_container_child_set_valist", cast(void**)& gtk_container_child_set_valist}, 12605 Symbol( "gtk_container_child_get_valist", cast(void**)& gtk_container_child_get_valist),
12638 { "gtk_container_child_get", cast(void**)& gtk_container_child_get}, 12606 Symbol( "gtk_container_child_set_valist", cast(void**)& gtk_container_child_set_valist),
12639 { "gtk_container_child_set", cast(void**)& gtk_container_child_set}, 12607 Symbol( "gtk_container_child_get", cast(void**)& gtk_container_child_get),
12640 { "gtk_container_add_with_properties", cast(void**)& gtk_container_add_with_properties}, 12608 Symbol( "gtk_container_child_set", cast(void**)& gtk_container_child_set),
12641 { "gtk_container_class_list_child_properties", cast(void**)& gtk_container_class_list_child_properties}, 12609 Symbol( "gtk_container_add_with_properties", cast(void**)& gtk_container_add_with_properties),
12642 { "gtk_container_class_find_child_property", cast(void**)& gtk_container_class_find_child_property}, 12610 Symbol( "gtk_container_class_list_child_properties", cast(void**)& gtk_container_class_list_child_properties),
12643 { "gtk_container_class_install_child_property", cast(void**)& gtk_container_class_install_child_property}, 12611 Symbol( "gtk_container_class_find_child_property", cast(void**)& gtk_container_class_find_child_property),
12644 { "gtk_container_child_type", cast(void**)& gtk_container_child_type}, 12612 Symbol( "gtk_container_class_install_child_property", cast(void**)& gtk_container_class_install_child_property),
12645 { "gtk_container_resize_children", cast(void**)& gtk_container_resize_children}, 12613 Symbol( "gtk_container_child_type", cast(void**)& gtk_container_child_type),
12646 { "gtk_container_get_focus_hadjustment", cast(void**)& gtk_container_get_focus_hadjustment}, 12614 Symbol( "gtk_container_resize_children", cast(void**)& gtk_container_resize_children),
12647 { "gtk_container_set_focus_hadjustment", cast(void**)& gtk_container_set_focus_hadjustment}, 12615 Symbol( "gtk_container_get_focus_hadjustment", cast(void**)& gtk_container_get_focus_hadjustment),
12648 { "gtk_container_get_focus_vadjustment", cast(void**)& gtk_container_get_focus_vadjustment}, 12616 Symbol( "gtk_container_set_focus_hadjustment", cast(void**)& gtk_container_set_focus_hadjustment),
12649 { "gtk_container_set_focus_vadjustment", cast(void**)& gtk_container_set_focus_vadjustment}, 12617 Symbol( "gtk_container_get_focus_vadjustment", cast(void**)& gtk_container_get_focus_vadjustment),
12650 { "gtk_container_set_focus_child", cast(void**)& gtk_container_set_focus_child}, 12618 Symbol( "gtk_container_set_focus_vadjustment", cast(void**)& gtk_container_set_focus_vadjustment),
12651 { "gtk_container_set_reallocate_redraws", cast(void**)& gtk_container_set_reallocate_redraws}, 12619 Symbol( "gtk_container_set_focus_child", cast(void**)& gtk_container_set_focus_child),
12652 { "gtk_container_unset_focus_chain", cast(void**)& gtk_container_unset_focus_chain}, 12620 Symbol( "gtk_container_set_reallocate_redraws", cast(void**)& gtk_container_set_reallocate_redraws),
12653 { "gtk_container_get_focus_chain", cast(void**)& gtk_container_get_focus_chain}, 12621 Symbol( "gtk_container_unset_focus_chain", cast(void**)& gtk_container_unset_focus_chain),
12654 { "gtk_container_set_focus_chain", cast(void**)& gtk_container_set_focus_chain}, 12622 Symbol( "gtk_container_get_focus_chain", cast(void**)& gtk_container_get_focus_chain),
12655 { "gtk_container_propagate_expose", cast(void**)& gtk_container_propagate_expose}, 12623 Symbol( "gtk_container_set_focus_chain", cast(void**)& gtk_container_set_focus_chain),
12656 { "gtk_container_get_children", cast(void**)& gtk_container_get_children}, 12624 Symbol( "gtk_container_propagate_expose", cast(void**)& gtk_container_propagate_expose),
12657 { "gtk_container_foreach_full", cast(void**)& gtk_container_foreach_full}, 12625 Symbol( "gtk_container_get_children", cast(void**)& gtk_container_get_children),
12658 { "gtk_container_foreach", cast(void**)& gtk_container_foreach}, 12626 Symbol( "gtk_container_foreach_full", cast(void**)& gtk_container_foreach_full),
12659 { "gtk_container_check_resize", cast(void**)& gtk_container_check_resize}, 12627 Symbol( "gtk_container_foreach", cast(void**)& gtk_container_foreach),
12660 { "gtk_container_get_resize_mode", cast(void**)& gtk_container_get_resize_mode}, 12628 Symbol( "gtk_container_check_resize", cast(void**)& gtk_container_check_resize),
12661 { "gtk_container_set_resize_mode", cast(void**)& gtk_container_set_resize_mode}, 12629 Symbol( "gtk_container_get_resize_mode", cast(void**)& gtk_container_get_resize_mode),
12662 { "gtk_container_remove", cast(void**)& gtk_container_remove}, 12630 Symbol( "gtk_container_set_resize_mode", cast(void**)& gtk_container_set_resize_mode),
12663 { "gtk_container_add", cast(void**)& gtk_container_add}, 12631 Symbol( "gtk_container_remove", cast(void**)& gtk_container_remove),
12664 { "gtk_container_get_border_width", cast(void**)& gtk_container_get_border_width}, 12632 Symbol( "gtk_container_add", cast(void**)& gtk_container_add),
12665 { "gtk_container_set_border_width", cast(void**)& gtk_container_set_border_width}, 12633 Symbol( "gtk_container_get_border_width", cast(void**)& gtk_container_get_border_width),
12666 { "gtk_container_get_type", cast(void**)& gtk_container_get_type}, 12634 Symbol( "gtk_container_set_border_width", cast(void**)& gtk_container_set_border_width),
12667 // { "_gtk_widget_peek_colormap", cast(void**)& _gtk_widget_peek_colormap}, 12635 Symbol( "gtk_container_get_type", cast(void**)& gtk_container_get_type),
12668 // { "_gtk_widget_propagate_composited_changed", cast(void**)& _gtk_widget_propagate_composited_changed}, 12636 // Symbol( "_gtk_widget_peek_colormap", cast(void**)& _gtk_widget_peek_colormap),
12669 // { "_gtk_widget_propagate_screen_changed", cast(void**)& _gtk_widget_propagate_screen_changed}, 12637 // Symbol( "_gtk_widget_propagate_composited_changed", cast(void**)& _gtk_widget_propagate_composited_changed),
12670 // { "_gtk_widget_propagate_hierarchy_changed", cast(void**)& _gtk_widget_propagate_hierarchy_changed}, 12638 // Symbol( "_gtk_widget_propagate_screen_changed", cast(void**)& _gtk_widget_propagate_screen_changed),
12671 // { "_gtk_widget_get_aux_info", cast(void**)& _gtk_widget_get_aux_info}, 12639 // Symbol( "_gtk_widget_propagate_hierarchy_changed", cast(void**)& _gtk_widget_propagate_hierarchy_changed),
12672 // { "_gtk_widget_grab_notify", cast(void**)& _gtk_widget_grab_notify}, 12640 // Symbol( "_gtk_widget_get_aux_info", cast(void**)& _gtk_widget_get_aux_info),
12673 { "gtk_requisition_free", cast(void**)& gtk_requisition_free}, 12641 // Symbol( "_gtk_widget_grab_notify", cast(void**)& _gtk_widget_grab_notify),
12674 { "gtk_requisition_copy", cast(void**)& gtk_requisition_copy}, 12642 Symbol( "gtk_requisition_free", cast(void**)& gtk_requisition_free),
12675 { "gtk_requisition_get_type", cast(void**)& gtk_requisition_get_type}, 12643 Symbol( "gtk_requisition_copy", cast(void**)& gtk_requisition_copy),
12676 { "gtk_widget_get_has_tooltip", cast(void**)& gtk_widget_get_has_tooltip}, 12644 Symbol( "gtk_requisition_get_type", cast(void**)& gtk_requisition_get_type),
12677 { "gtk_widget_set_has_tooltip", cast(void**)& gtk_widget_set_has_tooltip}, 12645 Symbol( "gtk_widget_get_has_tooltip", cast(void**)& gtk_widget_get_has_tooltip),
12678 { "gtk_widget_get_tooltip_markup", cast(void**)& gtk_widget_get_tooltip_markup}, 12646 Symbol( "gtk_widget_set_has_tooltip", cast(void**)& gtk_widget_set_has_tooltip),
12679 { "gtk_widget_set_tooltip_markup", cast(void**)& gtk_widget_set_tooltip_markup}, 12647 Symbol( "gtk_widget_get_tooltip_markup", cast(void**)& gtk_widget_get_tooltip_markup),
12680 { "gtk_widget_get_tooltip_text", cast(void**)& gtk_widget_get_tooltip_text}, 12648 Symbol( "gtk_widget_set_tooltip_markup", cast(void**)& gtk_widget_set_tooltip_markup),
12681 { "gtk_widget_set_tooltip_text", cast(void**)& gtk_widget_set_tooltip_text}, 12649 Symbol( "gtk_widget_get_tooltip_text", cast(void**)& gtk_widget_get_tooltip_text),
12682 { "gtk_widget_trigger_tooltip_query", cast(void**)& gtk_widget_trigger_tooltip_query}, 12650 Symbol( "gtk_widget_set_tooltip_text", cast(void**)& gtk_widget_set_tooltip_text),
12683 { "gtk_widget_get_tooltip_window", cast(void**)& gtk_widget_get_tooltip_window}, 12651 Symbol( "gtk_widget_trigger_tooltip_query", cast(void**)& gtk_widget_trigger_tooltip_query),
12684 { "gtk_widget_set_tooltip_window", cast(void**)& gtk_widget_set_tooltip_window}, 12652 Symbol( "gtk_widget_get_tooltip_window", cast(void**)& gtk_widget_get_tooltip_window),
12685 { "gtk_widget_remove_mnemonic_label", cast(void**)& gtk_widget_remove_mnemonic_label}, 12653 Symbol( "gtk_widget_set_tooltip_window", cast(void**)& gtk_widget_set_tooltip_window),
12686 { "gtk_widget_add_mnemonic_label", cast(void**)& gtk_widget_add_mnemonic_label}, 12654 Symbol( "gtk_widget_remove_mnemonic_label", cast(void**)& gtk_widget_remove_mnemonic_label),
12687 { "gtk_widget_list_mnemonic_labels", cast(void**)& gtk_widget_list_mnemonic_labels}, 12655 Symbol( "gtk_widget_add_mnemonic_label", cast(void**)& gtk_widget_add_mnemonic_label),
12688 { "gtk_widget_class_path", cast(void**)& gtk_widget_class_path}, 12656 Symbol( "gtk_widget_list_mnemonic_labels", cast(void**)& gtk_widget_list_mnemonic_labels),
12689 { "gtk_widget_path", cast(void**)& gtk_widget_path}, 12657 Symbol( "gtk_widget_class_path", cast(void**)& gtk_widget_class_path),
12690 { "gtk_widget_reset_shapes", cast(void**)& gtk_widget_reset_shapes}, 12658 Symbol( "gtk_widget_path", cast(void**)& gtk_widget_path),
12691 { "gtk_widget_input_shape_combine_mask", cast(void**)& gtk_widget_input_shape_combine_mask}, 12659 Symbol( "gtk_widget_reset_shapes", cast(void**)& gtk_widget_reset_shapes),
12692 { "gtk_widget_shape_combine_mask", cast(void**)& gtk_widget_shape_combine_mask}, 12660 Symbol( "gtk_widget_input_shape_combine_mask", cast(void**)& gtk_widget_input_shape_combine_mask),
12693 { "gtk_widget_is_composited", cast(void**)& gtk_widget_is_composited}, 12661 Symbol( "gtk_widget_shape_combine_mask", cast(void**)& gtk_widget_shape_combine_mask),
12694 { "gtk_widget_get_default_direction", cast(void**)& gtk_widget_get_default_direction}, 12662 Symbol( "gtk_widget_is_composited", cast(void**)& gtk_widget_is_composited),
12695 { "gtk_widget_set_default_direction", cast(void**)& gtk_widget_set_default_direction}, 12663 Symbol( "gtk_widget_get_default_direction", cast(void**)& gtk_widget_get_default_direction),
12696 { "gtk_widget_get_direction", cast(void**)& gtk_widget_get_direction}, 12664 Symbol( "gtk_widget_set_default_direction", cast(void**)& gtk_widget_set_default_direction),
12697 { "gtk_widget_set_direction", cast(void**)& gtk_widget_set_direction}, 12665 Symbol( "gtk_widget_get_direction", cast(void**)& gtk_widget_get_direction),
12698 { "gtk_widget_get_default_visual", cast(void**)& gtk_widget_get_default_visual}, 12666 Symbol( "gtk_widget_set_direction", cast(void**)& gtk_widget_set_direction),
12699 { "gtk_widget_get_default_colormap", cast(void**)& gtk_widget_get_default_colormap}, 12667 Symbol( "gtk_widget_get_default_visual", cast(void**)& gtk_widget_get_default_visual),
12700 { "gtk_widget_get_default_style", cast(void**)& gtk_widget_get_default_style}, 12668 Symbol( "gtk_widget_get_default_colormap", cast(void**)& gtk_widget_get_default_colormap),
12701 { "gtk_widget_set_default_colormap", cast(void**)& gtk_widget_set_default_colormap}, 12669 Symbol( "gtk_widget_get_default_style", cast(void**)& gtk_widget_get_default_style),
12702 { "gtk_widget_style_get", cast(void**)& gtk_widget_style_get}, 12670 Symbol( "gtk_widget_set_default_colormap", cast(void**)& gtk_widget_set_default_colormap),
12703 { "gtk_widget_style_get_valist", cast(void**)& gtk_widget_style_get_valist}, 12671 Symbol( "gtk_widget_style_get", cast(void**)& gtk_widget_style_get),
12704 { "gtk_widget_style_get_property", cast(void**)& gtk_widget_style_get_property}, 12672 Symbol( "gtk_widget_style_get_valist", cast(void**)& gtk_widget_style_get_valist),
12705 { "gtk_widget_class_list_style_properties", cast(void**)& gtk_widget_class_list_style_properties}, 12673 Symbol( "gtk_widget_style_get_property", cast(void**)& gtk_widget_style_get_property),
12706 { "gtk_widget_class_find_style_property", cast(void**)& gtk_widget_class_find_style_property}, 12674 Symbol( "gtk_widget_class_list_style_properties", cast(void**)& gtk_widget_class_list_style_properties),
12707 { "gtk_widget_class_install_style_property_parser", cast(void**)& gtk_widget_class_install_style_property_parser}, 12675 Symbol( "gtk_widget_class_find_style_property", cast(void**)& gtk_widget_class_find_style_property),
12708 { "gtk_widget_class_install_style_property", cast(void**)& gtk_widget_class_install_style_property}, 12676 Symbol( "gtk_widget_class_install_style_property_parser", cast(void**)& gtk_widget_class_install_style_property_parser),
12709 { "gtk_widget_pop_colormap", cast(void**)& gtk_widget_pop_colormap}, 12677 Symbol( "gtk_widget_class_install_style_property", cast(void**)& gtk_widget_class_install_style_property),
12710 { "gtk_widget_pop_composite_child", cast(void**)& gtk_widget_pop_composite_child}, 12678 Symbol( "gtk_widget_pop_colormap", cast(void**)& gtk_widget_pop_colormap),
12711 { "gtk_widget_push_composite_child", cast(void**)& gtk_widget_push_composite_child}, 12679 Symbol( "gtk_widget_pop_composite_child", cast(void**)& gtk_widget_pop_composite_child),
12712 { "gtk_widget_push_colormap", cast(void**)& gtk_widget_push_colormap}, 12680 Symbol( "gtk_widget_push_composite_child", cast(void**)& gtk_widget_push_composite_child),
12713 { "gtk_widget_reset_rc_styles", cast(void**)& gtk_widget_reset_rc_styles}, 12681 Symbol( "gtk_widget_push_colormap", cast(void**)& gtk_widget_push_colormap),
12714 { "gtk_widget_get_composite_name", cast(void**)& gtk_widget_get_composite_name}, 12682 Symbol( "gtk_widget_reset_rc_styles", cast(void**)& gtk_widget_reset_rc_styles),
12715 { "gtk_widget_set_composite_name", cast(void**)& gtk_widget_set_composite_name}, 12683 Symbol( "gtk_widget_get_composite_name", cast(void**)& gtk_widget_get_composite_name),
12716 { "gtk_widget_render_icon", cast(void**)& gtk_widget_render_icon}, 12684 Symbol( "gtk_widget_set_composite_name", cast(void**)& gtk_widget_set_composite_name),
12717 { "gtk_widget_create_pango_layout", cast(void**)& gtk_widget_create_pango_layout}, 12685 Symbol( "gtk_widget_render_icon", cast(void**)& gtk_widget_render_icon),
12718 { "gtk_widget_get_pango_context", cast(void**)& gtk_widget_get_pango_context}, 12686 Symbol( "gtk_widget_create_pango_layout", cast(void**)& gtk_widget_create_pango_layout),
12719 { "gtk_widget_create_pango_context", cast(void**)& gtk_widget_create_pango_context}, 12687 Symbol( "gtk_widget_get_pango_context", cast(void**)& gtk_widget_get_pango_context),
12720 { "gtk_widget_modify_font", cast(void**)& gtk_widget_modify_font}, 12688 Symbol( "gtk_widget_create_pango_context", cast(void**)& gtk_widget_create_pango_context),
12721 { "gtk_widget_modify_cursor", cast(void**)& gtk_widget_modify_cursor}, 12689 Symbol( "gtk_widget_modify_font", cast(void**)& gtk_widget_modify_font),
12722 { "gtk_widget_modify_base", cast(void**)& gtk_widget_modify_base}, 12690 Symbol( "gtk_widget_modify_cursor", cast(void**)& gtk_widget_modify_cursor),
12723 { "gtk_widget_modify_text", cast(void**)& gtk_widget_modify_text}, 12691 Symbol( "gtk_widget_modify_base", cast(void**)& gtk_widget_modify_base),
12724 { "gtk_widget_modify_bg", cast(void**)& gtk_widget_modify_bg}, 12692 Symbol( "gtk_widget_modify_text", cast(void**)& gtk_widget_modify_text),
12725 { "gtk_widget_modify_fg", cast(void**)& gtk_widget_modify_fg}, 12693 Symbol( "gtk_widget_modify_bg", cast(void**)& gtk_widget_modify_bg),
12726 { "gtk_widget_get_modifier_style", cast(void**)& gtk_widget_get_modifier_style}, 12694 Symbol( "gtk_widget_modify_fg", cast(void**)& gtk_widget_modify_fg),
12727 { "gtk_widget_modify_style", cast(void**)& gtk_widget_modify_style}, 12695 Symbol( "gtk_widget_get_modifier_style", cast(void**)& gtk_widget_get_modifier_style),
12728 { "gtk_widget_get_style", cast(void**)& gtk_widget_get_style}, 12696 Symbol( "gtk_widget_modify_style", cast(void**)& gtk_widget_modify_style),
12729 { "gtk_widget_ensure_style", cast(void**)& gtk_widget_ensure_style}, 12697 Symbol( "gtk_widget_get_style", cast(void**)& gtk_widget_get_style),
12730 { "gtk_widget_set_style", cast(void**)& gtk_widget_set_style}, 12698 Symbol( "gtk_widget_ensure_style", cast(void**)& gtk_widget_ensure_style),
12731 { "gtk_widget_hide_on_delete", cast(void**)& gtk_widget_hide_on_delete}, 12699 Symbol( "gtk_widget_set_style", cast(void**)& gtk_widget_set_style),
12732 { "gtk_widget_translate_coordinates", cast(void**)& gtk_widget_translate_coordinates}, 12700 Symbol( "gtk_widget_hide_on_delete", cast(void**)& gtk_widget_hide_on_delete),
12733 { "gtk_widget_is_ancestor", cast(void**)& gtk_widget_is_ancestor}, 12701 Symbol( "gtk_widget_translate_coordinates", cast(void**)& gtk_widget_translate_coordinates),
12734 { "gtk_widget_get_pointer", cast(void**)& gtk_widget_get_pointer}, 12702 Symbol( "gtk_widget_is_ancestor", cast(void**)& gtk_widget_is_ancestor),
12735 { "gtk_widget_get_events", cast(void**)& gtk_widget_get_events}, 12703 Symbol( "gtk_widget_get_pointer", cast(void**)& gtk_widget_get_pointer),
12736 { "gtk_widget_set_colormap", cast(void**)& gtk_widget_set_colormap}, 12704 Symbol( "gtk_widget_get_events", cast(void**)& gtk_widget_get_events),
12737 { "gtk_widget_get_accessible", cast(void**)& gtk_widget_get_accessible}, 12705 Symbol( "gtk_widget_set_colormap", cast(void**)& gtk_widget_set_colormap),
12738 { "gtk_widget_get_clipboard", cast(void**)& gtk_widget_get_clipboard}, 12706 Symbol( "gtk_widget_get_accessible", cast(void**)& gtk_widget_get_accessible),
12739 { "gtk_widget_get_settings", cast(void**)& gtk_widget_get_settings}, 12707 Symbol( "gtk_widget_get_clipboard", cast(void**)& gtk_widget_get_clipboard),
12740 { "gtk_widget_get_root_window", cast(void**)& gtk_widget_get_root_window}, 12708 Symbol( "gtk_widget_get_settings", cast(void**)& gtk_widget_get_settings),
12741 { "gtk_widget_get_display", cast(void**)& gtk_widget_get_display}, 12709 Symbol( "gtk_widget_get_root_window", cast(void**)& gtk_widget_get_root_window),
12742 { "gtk_widget_has_screen", cast(void**)& gtk_widget_has_screen}, 12710 Symbol( "gtk_widget_get_display", cast(void**)& gtk_widget_get_display),
12743 { "gtk_widget_get_screen", cast(void**)& gtk_widget_get_screen}, 12711 Symbol( "gtk_widget_has_screen", cast(void**)& gtk_widget_has_screen),
12744 { "gtk_widget_get_visual", cast(void**)& gtk_widget_get_visual}, 12712 Symbol( "gtk_widget_get_screen", cast(void**)& gtk_widget_get_screen),
12745 { "gtk_widget_get_colormap", cast(void**)& gtk_widget_get_colormap}, 12713 Symbol( "gtk_widget_get_visual", cast(void**)& gtk_widget_get_visual),
12746 { "gtk_widget_get_ancestor", cast(void**)& gtk_widget_get_ancestor}, 12714 Symbol( "gtk_widget_get_colormap", cast(void**)& gtk_widget_get_colormap),
12747 { "gtk_widget_get_toplevel", cast(void**)& gtk_widget_get_toplevel}, 12715 Symbol( "gtk_widget_get_ancestor", cast(void**)& gtk_widget_get_ancestor),
12748 { "gtk_widget_get_extension_events", cast(void**)& gtk_widget_get_extension_events}, 12716 Symbol( "gtk_widget_get_toplevel", cast(void**)& gtk_widget_get_toplevel),
12749 { "gtk_widget_set_extension_events", cast(void**)& gtk_widget_set_extension_events}, 12717 Symbol( "gtk_widget_get_extension_events", cast(void**)& gtk_widget_get_extension_events),
12750 { "gtk_widget_add_events", cast(void**)& gtk_widget_add_events}, 12718 Symbol( "gtk_widget_set_extension_events", cast(void**)& gtk_widget_set_extension_events),
12751 { "gtk_widget_set_events", cast(void**)& gtk_widget_set_events}, 12719 Symbol( "gtk_widget_add_events", cast(void**)& gtk_widget_add_events),
12752 { "gtk_widget_set_usize", cast(void**)& gtk_widget_set_usize}, 12720 Symbol( "gtk_widget_set_events", cast(void**)& gtk_widget_set_events),
12753 { "gtk_widget_set_uposition", cast(void**)& gtk_widget_set_uposition}, 12721 Symbol( "gtk_widget_set_usize", cast(void**)& gtk_widget_set_usize),
12754 { "gtk_widget_get_size_request", cast(void**)& gtk_widget_get_size_request}, 12722 Symbol( "gtk_widget_set_uposition", cast(void**)& gtk_widget_set_uposition),
12755 { "gtk_widget_set_size_request", cast(void**)& gtk_widget_set_size_request}, 12723 Symbol( "gtk_widget_get_size_request", cast(void**)& gtk_widget_get_size_request),
12756 { "gtk_widget_error_bell", cast(void**)& gtk_widget_error_bell}, 12724 Symbol( "gtk_widget_set_size_request", cast(void**)& gtk_widget_set_size_request),
12757 { "gtk_widget_keynav_failed", cast(void**)& gtk_widget_keynav_failed}, 12725 Symbol( "gtk_widget_error_bell", cast(void**)& gtk_widget_error_bell),
12758 { "gtk_widget_child_focus", cast(void**)& gtk_widget_child_focus}, 12726 Symbol( "gtk_widget_keynav_failed", cast(void**)& gtk_widget_keynav_failed),
12759 { "gtk_widget_get_parent_window", cast(void**)& gtk_widget_get_parent_window}, 12727 Symbol( "gtk_widget_child_focus", cast(void**)& gtk_widget_child_focus),
12760 { "gtk_widget_get_parent", cast(void**)& gtk_widget_get_parent}, 12728 Symbol( "gtk_widget_get_parent_window", cast(void**)& gtk_widget_get_parent_window),
12761 { "gtk_widget_get_child_visible", cast(void**)& gtk_widget_get_child_visible}, 12729 Symbol( "gtk_widget_get_parent", cast(void**)& gtk_widget_get_parent),
12762 { "gtk_widget_set_child_visible", cast(void**)& gtk_widget_set_child_visible}, 12730 Symbol( "gtk_widget_get_child_visible", cast(void**)& gtk_widget_get_child_visible),
12763 { "gtk_widget_set_parent_window", cast(void**)& gtk_widget_set_parent_window}, 12731 Symbol( "gtk_widget_set_child_visible", cast(void**)& gtk_widget_set_child_visible),
12764 { "gtk_widget_set_parent", cast(void**)& gtk_widget_set_parent}, 12732 Symbol( "gtk_widget_set_parent_window", cast(void**)& gtk_widget_set_parent_window),
12765 { "gtk_widget_set_redraw_on_allocate", cast(void**)& gtk_widget_set_redraw_on_allocate}, 12733 Symbol( "gtk_widget_set_parent", cast(void**)& gtk_widget_set_parent),
12766 { "gtk_widget_set_double_buffered", cast(void**)& gtk_widget_set_double_buffered}, 12734 Symbol( "gtk_widget_set_redraw_on_allocate", cast(void**)& gtk_widget_set_redraw_on_allocate),
12767 { "gtk_widget_set_app_paintable", cast(void**)& gtk_widget_set_app_paintable}, 12735 Symbol( "gtk_widget_set_double_buffered", cast(void**)& gtk_widget_set_double_buffered),
12768 { "gtk_widget_set_sensitive", cast(void**)& gtk_widget_set_sensitive}, 12736 Symbol( "gtk_widget_set_app_paintable", cast(void**)& gtk_widget_set_app_paintable),
12769 { "gtk_widget_set_state", cast(void**)& gtk_widget_set_state}, 12737 Symbol( "gtk_widget_set_sensitive", cast(void**)& gtk_widget_set_sensitive),
12770 { "gtk_widget_get_name", cast(void**)& gtk_widget_get_name}, 12738 Symbol( "gtk_widget_set_state", cast(void**)& gtk_widget_set_state),
12771 { "gtk_widget_set_name", cast(void**)& gtk_widget_set_name}, 12739 Symbol( "gtk_widget_get_name", cast(void**)& gtk_widget_get_name),
12772 { "gtk_widget_grab_default", cast(void**)& gtk_widget_grab_default}, 12740 Symbol( "gtk_widget_set_name", cast(void**)& gtk_widget_set_name),
12773 { "gtk_widget_grab_focus", cast(void**)& gtk_widget_grab_focus}, 12741 Symbol( "gtk_widget_grab_default", cast(void**)& gtk_widget_grab_default),
12774 { "gtk_widget_is_focus", cast(void**)& gtk_widget_is_focus}, 12742 Symbol( "gtk_widget_grab_focus", cast(void**)& gtk_widget_grab_focus),
12775 { "gtk_widget_thaw_child_notify", cast(void**)& gtk_widget_thaw_child_notify}, 12743 Symbol( "gtk_widget_is_focus", cast(void**)& gtk_widget_is_focus),
12776 { "gtk_widget_child_notify", cast(void**)& gtk_widget_child_notify}, 12744 Symbol( "gtk_widget_thaw_child_notify", cast(void**)& gtk_widget_thaw_child_notify),
12777 { "gtk_widget_freeze_child_notify", cast(void**)& gtk_widget_freeze_child_notify}, 12745 Symbol( "gtk_widget_child_notify", cast(void**)& gtk_widget_child_notify),
12778 { "gtk_widget_region_intersect", cast(void**)& gtk_widget_region_intersect}, 12746 Symbol( "gtk_widget_freeze_child_notify", cast(void**)& gtk_widget_freeze_child_notify),
12779 { "gtk_widget_intersect", cast(void**)& gtk_widget_intersect}, 12747 Symbol( "gtk_widget_region_intersect", cast(void**)& gtk_widget_region_intersect),
12780 { "gtk_widget_reparent", cast(void**)& gtk_widget_reparent}, 12748 Symbol( "gtk_widget_intersect", cast(void**)& gtk_widget_intersect),
12781 { "gtk_widget_set_scroll_adjustments", cast(void**)& gtk_widget_set_scroll_adjustments}, 12749 Symbol( "gtk_widget_reparent", cast(void**)& gtk_widget_reparent),
12782 { "gtk_widget_activate", cast(void**)& gtk_widget_activate}, 12750 Symbol( "gtk_widget_set_scroll_adjustments", cast(void**)& gtk_widget_set_scroll_adjustments),
12783 { "gtk_widget_send_expose", cast(void**)& gtk_widget_send_expose}, 12751 Symbol( "gtk_widget_activate", cast(void**)& gtk_widget_activate),
12784 { "gtk_widget_event", cast(void**)& gtk_widget_event}, 12752 Symbol( "gtk_widget_send_expose", cast(void**)& gtk_widget_send_expose),
12785 { "gtk_widget_mnemonic_activate", cast(void**)& gtk_widget_mnemonic_activate}, 12753 Symbol( "gtk_widget_event", cast(void**)& gtk_widget_event),
12786 { "gtk_widget_can_activate_accel", cast(void**)& gtk_widget_can_activate_accel}, 12754 Symbol( "gtk_widget_mnemonic_activate", cast(void**)& gtk_widget_mnemonic_activate),
12787 { "gtk_widget_list_accel_closures", cast(void**)& gtk_widget_list_accel_closures}, 12755 Symbol( "gtk_widget_can_activate_accel", cast(void**)& gtk_widget_can_activate_accel),
12788 // { "_gtk_widget_get_accel_path", cast(void**)& _gtk_widget_get_accel_path}, 12756 Symbol( "gtk_widget_list_accel_closures", cast(void**)& gtk_widget_list_accel_closures),
12789 { "gtk_widget_set_accel_path", cast(void**)& gtk_widget_set_accel_path}, 12757 // Symbol( "_gtk_widget_get_accel_path", cast(void**)& _gtk_widget_get_accel_path),
12790 { "gtk_widget_remove_accelerator", cast(void**)& gtk_widget_remove_accelerator}, 12758 Symbol( "gtk_widget_set_accel_path", cast(void**)& gtk_widget_set_accel_path),
12791 { "gtk_widget_add_accelerator", cast(void**)& gtk_widget_add_accelerator}, 12759 Symbol( "gtk_widget_remove_accelerator", cast(void**)& gtk_widget_remove_accelerator),
12792 { "gtk_widget_get_child_requisition", cast(void**)& gtk_widget_get_child_requisition}, 12760 Symbol( "gtk_widget_add_accelerator", cast(void**)& gtk_widget_add_accelerator),
12793 { "gtk_widget_size_allocate", cast(void**)& gtk_widget_size_allocate}, 12761 Symbol( "gtk_widget_get_child_requisition", cast(void**)& gtk_widget_get_child_requisition),
12794 { "gtk_widget_size_request", cast(void**)& gtk_widget_size_request}, 12762 Symbol( "gtk_widget_size_allocate", cast(void**)& gtk_widget_size_allocate),
12795 { "gtk_widget_draw", cast(void**)& gtk_widget_draw}, 12763 Symbol( "gtk_widget_size_request", cast(void**)& gtk_widget_size_request),
12796 { "gtk_widget_queue_resize_no_redraw", cast(void**)& gtk_widget_queue_resize_no_redraw}, 12764 Symbol( "gtk_widget_draw", cast(void**)& gtk_widget_draw),
12797 { "gtk_widget_queue_resize", cast(void**)& gtk_widget_queue_resize}, 12765 Symbol( "gtk_widget_queue_resize_no_redraw", cast(void**)& gtk_widget_queue_resize_no_redraw),
12798 { "gtk_widget_queue_clear_area", cast(void**)& gtk_widget_queue_clear_area}, 12766 Symbol( "gtk_widget_queue_resize", cast(void**)& gtk_widget_queue_resize),
12799 { "gtk_widget_queue_clear", cast(void**)& gtk_widget_queue_clear}, 12767 Symbol( "gtk_widget_queue_clear_area", cast(void**)& gtk_widget_queue_clear_area),
12800 { "gtk_widget_queue_draw_area", cast(void**)& gtk_widget_queue_draw_area}, 12768 Symbol( "gtk_widget_queue_clear", cast(void**)& gtk_widget_queue_clear),
12801 { "gtk_widget_queue_draw", cast(void**)& gtk_widget_queue_draw}, 12769 Symbol( "gtk_widget_queue_draw_area", cast(void**)& gtk_widget_queue_draw_area),
12802 { "gtk_widget_unrealize", cast(void**)& gtk_widget_unrealize}, 12770 Symbol( "gtk_widget_queue_draw", cast(void**)& gtk_widget_queue_draw),
12803 { "gtk_widget_realize", cast(void**)& gtk_widget_realize}, 12771 Symbol( "gtk_widget_unrealize", cast(void**)& gtk_widget_unrealize),
12804 { "gtk_widget_unmap", cast(void**)& gtk_widget_unmap}, 12772 Symbol( "gtk_widget_realize", cast(void**)& gtk_widget_realize),
12805 { "gtk_widget_map", cast(void**)& gtk_widget_map}, 12773 Symbol( "gtk_widget_unmap", cast(void**)& gtk_widget_unmap),
12806 { "gtk_widget_get_no_show_all", cast(void**)& gtk_widget_get_no_show_all}, 12774 Symbol( "gtk_widget_map", cast(void**)& gtk_widget_map),
12807 { "gtk_widget_set_no_show_all", cast(void**)& gtk_widget_set_no_show_all}, 12775 Symbol( "gtk_widget_get_no_show_all", cast(void**)& gtk_widget_get_no_show_all),
12808 { "gtk_widget_hide_all", cast(void**)& gtk_widget_hide_all}, 12776 Symbol( "gtk_widget_set_no_show_all", cast(void**)& gtk_widget_set_no_show_all),
12809 { "gtk_widget_show_all", cast(void**)& gtk_widget_show_all}, 12777 Symbol( "gtk_widget_hide_all", cast(void**)& gtk_widget_hide_all),
12810 { "gtk_widget_hide", cast(void**)& gtk_widget_hide}, 12778 Symbol( "gtk_widget_show_all", cast(void**)& gtk_widget_show_all),
12811 { "gtk_widget_show_now", cast(void**)& gtk_widget_show_now}, 12779 Symbol( "gtk_widget_hide", cast(void**)& gtk_widget_hide),
12812 { "gtk_widget_show", cast(void**)& gtk_widget_show}, 12780 Symbol( "gtk_widget_show_now", cast(void**)& gtk_widget_show_now),
12813 { "gtk_widget_unparent", cast(void**)& gtk_widget_unparent}, 12781 Symbol( "gtk_widget_show", cast(void**)& gtk_widget_show),
12814 { "gtk_widget_set", cast(void**)& gtk_widget_set}, 12782 Symbol( "gtk_widget_unparent", cast(void**)& gtk_widget_unparent),
12815 { "gtk_widget_unref", cast(void**)& gtk_widget_unref}, 12783 Symbol( "gtk_widget_set", cast(void**)& gtk_widget_set),
12816 { "gtk_widget_ref", cast(void**)& gtk_widget_ref}, 12784 Symbol( "gtk_widget_unref", cast(void**)& gtk_widget_unref),
12817 { "gtk_widget_destroyed", cast(void**)& gtk_widget_destroyed}, 12785 Symbol( "gtk_widget_ref", cast(void**)& gtk_widget_ref),
12818 { "gtk_widget_destroy", cast(void**)& gtk_widget_destroy}, 12786 Symbol( "gtk_widget_destroyed", cast(void**)& gtk_widget_destroyed),
12819 { "gtk_widget_new", cast(void**)& gtk_widget_new}, 12787 Symbol( "gtk_widget_destroy", cast(void**)& gtk_widget_destroy),
12820 { "gtk_widget_get_type", cast(void**)& gtk_widget_get_type}, 12788 Symbol( "gtk_widget_new", cast(void**)& gtk_widget_new),
12821 // { "_gtk_settings_parse_convert", cast(void**)& _gtk_settings_parse_convert}, 12789 Symbol( "gtk_widget_get_type", cast(void**)& gtk_widget_get_type),
12822 // { "_gtk_rc_property_parser_from_type", cast(void**)& _gtk_rc_property_parser_from_type}, 12790 // Symbol( "_gtk_settings_parse_convert", cast(void**)& _gtk_settings_parse_convert),
12823 // { "_gtk_settings_handle_event", cast(void**)& _gtk_settings_handle_event}, 12791 // Symbol( "_gtk_rc_property_parser_from_type", cast(void**)& _gtk_rc_property_parser_from_type),
12824 // { "_gtk_settings_reset_rc_values", cast(void**)& _gtk_settings_reset_rc_values}, 12792 // Symbol( "_gtk_settings_handle_event", cast(void**)& _gtk_settings_handle_event),
12825 // { "_gtk_settings_set_property_value_from_rc", cast(void**)& _gtk_settings_set_property_value_from_rc}, 12793 // Symbol( "_gtk_settings_reset_rc_values", cast(void**)& _gtk_settings_reset_rc_values),
12826 { "gtk_settings_set_double_property", cast(void**)& gtk_settings_set_double_property}, 12794 // Symbol( "_gtk_settings_set_property_value_from_rc", cast(void**)& _gtk_settings_set_property_value_from_rc),
12827 { "gtk_settings_set_long_property", cast(void**)& gtk_settings_set_long_property}, 12795 Symbol( "gtk_settings_set_double_property", cast(void**)& gtk_settings_set_double_property),
12828 { "gtk_settings_set_string_property", cast(void**)& gtk_settings_set_string_property}, 12796 Symbol( "gtk_settings_set_long_property", cast(void**)& gtk_settings_set_long_property),
12829 { "gtk_settings_set_property_value", cast(void**)& gtk_settings_set_property_value}, 12797 Symbol( "gtk_settings_set_string_property", cast(void**)& gtk_settings_set_string_property),
12830 { "gtk_rc_property_parse_border", cast(void**)& gtk_rc_property_parse_border}, 12798 Symbol( "gtk_settings_set_property_value", cast(void**)& gtk_settings_set_property_value),
12831 { "gtk_rc_property_parse_requisition", cast(void**)& gtk_rc_property_parse_requisition}, 12799 Symbol( "gtk_rc_property_parse_border", cast(void**)& gtk_rc_property_parse_border),
12832 { "gtk_rc_property_parse_flags", cast(void**)& gtk_rc_property_parse_flags}, 12800 Symbol( "gtk_rc_property_parse_requisition", cast(void**)& gtk_rc_property_parse_requisition),
12833 { "gtk_rc_property_parse_enum", cast(void**)& gtk_rc_property_parse_enum}, 12801 Symbol( "gtk_rc_property_parse_flags", cast(void**)& gtk_rc_property_parse_flags),
12834 { "gtk_rc_property_parse_color", cast(void**)& gtk_rc_property_parse_color}, 12802 Symbol( "gtk_rc_property_parse_enum", cast(void**)& gtk_rc_property_parse_enum),
12835 { "gtk_settings_install_property_parser", cast(void**)& gtk_settings_install_property_parser}, 12803 Symbol( "gtk_rc_property_parse_color", cast(void**)& gtk_rc_property_parse_color),
12836 { "gtk_settings_install_property", cast(void**)& gtk_settings_install_property}, 12804 Symbol( "gtk_settings_install_property_parser", cast(void**)& gtk_settings_install_property_parser),
12837 { "gtk_settings_get_for_screen", cast(void**)& gtk_settings_get_for_screen}, 12805 Symbol( "gtk_settings_install_property", cast(void**)& gtk_settings_install_property),
12838 { "gtk_settings_get_default", cast(void**)& gtk_settings_get_default}, 12806 Symbol( "gtk_settings_get_for_screen", cast(void**)& gtk_settings_get_for_screen),
12839 { "gtk_settings_get_type", cast(void**)& gtk_settings_get_type}, 12807 Symbol( "gtk_settings_get_default", cast(void**)& gtk_settings_get_default),
12840 // { "_gtk_rc_context_destroy", cast(void**)& _gtk_rc_context_destroy}, 12808 Symbol( "gtk_settings_get_type", cast(void**)& gtk_settings_get_type),
12841 // { "_gtk_rc_context_get_default_font_name", cast(void**)& _gtk_rc_context_get_default_font_name}, 12809 // Symbol( "_gtk_rc_context_destroy", cast(void**)& _gtk_rc_context_destroy),
12842 // { "_gtk_rc_style_get_color_hashes", cast(void**)& _gtk_rc_style_get_color_hashes}, 12810 // Symbol( "_gtk_rc_context_get_default_font_name", cast(void**)& _gtk_rc_context_get_default_font_name),
12843 // { "_gtk_rc_style_unset_rc_property", cast(void**)& _gtk_rc_style_unset_rc_property}, 12811 // Symbol( "_gtk_rc_style_get_color_hashes", cast(void**)& _gtk_rc_style_get_color_hashes),
12844 // { "_gtk_rc_style_set_rc_property", cast(void**)& _gtk_rc_style_set_rc_property}, 12812 // Symbol( "_gtk_rc_style_unset_rc_property", cast(void**)& _gtk_rc_style_unset_rc_property),
12845 // { "_gtk_rc_style_lookup_rc_property", cast(void**)& _gtk_rc_style_lookup_rc_property}, 12813 // Symbol( "_gtk_rc_style_set_rc_property", cast(void**)& _gtk_rc_style_set_rc_property),
12846 { "gtk_rc_parse_priority", cast(void**)& gtk_rc_parse_priority}, 12814 // Symbol( "_gtk_rc_style_lookup_rc_property", cast(void**)& _gtk_rc_style_lookup_rc_property),
12847 { "gtk_rc_parse_state", cast(void**)& gtk_rc_parse_state}, 12815 Symbol( "gtk_rc_parse_priority", cast(void**)& gtk_rc_parse_priority),
12848 { "gtk_rc_parse_color_full", cast(void**)& gtk_rc_parse_color_full}, 12816 Symbol( "gtk_rc_parse_state", cast(void**)& gtk_rc_parse_state),
12849 { "gtk_rc_parse_color", cast(void**)& gtk_rc_parse_color}, 12817 Symbol( "gtk_rc_parse_color_full", cast(void**)& gtk_rc_parse_color_full),
12850 { "gtk_rc_scanner_new", cast(void**)& gtk_rc_scanner_new}, 12818 Symbol( "gtk_rc_parse_color", cast(void**)& gtk_rc_parse_color),
12851 { "gtk_rc_get_im_module_file", cast(void**)& gtk_rc_get_im_module_file}, 12819 Symbol( "gtk_rc_scanner_new", cast(void**)& gtk_rc_scanner_new),
12852 { "gtk_rc_get_im_module_path", cast(void**)& gtk_rc_get_im_module_path}, 12820 Symbol( "gtk_rc_get_im_module_file", cast(void**)& gtk_rc_get_im_module_file),
12853 { "gtk_rc_get_module_dir", cast(void**)& gtk_rc_get_module_dir}, 12821 Symbol( "gtk_rc_get_im_module_path", cast(void**)& gtk_rc_get_im_module_path),
12854 { "gtk_rc_get_theme_dir", cast(void**)& gtk_rc_get_theme_dir}, 12822 Symbol( "gtk_rc_get_module_dir", cast(void**)& gtk_rc_get_module_dir),
12855 { "gtk_rc_find_module_in_path", cast(void**)& gtk_rc_find_module_in_path}, 12823 Symbol( "gtk_rc_get_theme_dir", cast(void**)& gtk_rc_get_theme_dir),
12856 { "gtk_rc_style_unref", cast(void**)& gtk_rc_style_unref}, 12824 Symbol( "gtk_rc_find_module_in_path", cast(void**)& gtk_rc_find_module_in_path),
12857 { "gtk_rc_style_ref", cast(void**)& gtk_rc_style_ref}, 12825 Symbol( "gtk_rc_style_unref", cast(void**)& gtk_rc_style_unref),
12858 { "gtk_rc_style_copy", cast(void**)& gtk_rc_style_copy}, 12826 Symbol( "gtk_rc_style_ref", cast(void**)& gtk_rc_style_ref),
12859 { "gtk_rc_style_new", cast(void**)& gtk_rc_style_new}, 12827 Symbol( "gtk_rc_style_copy", cast(void**)& gtk_rc_style_copy),
12860 { "gtk_rc_style_get_type", cast(void**)& gtk_rc_style_get_type}, 12828 Symbol( "gtk_rc_style_new", cast(void**)& gtk_rc_style_new),
12861 { "gtk_rc_add_class_style", cast(void**)& gtk_rc_add_class_style}, 12829 Symbol( "gtk_rc_style_get_type", cast(void**)& gtk_rc_style_get_type),
12862 { "gtk_rc_add_widget_class_style", cast(void**)& gtk_rc_add_widget_class_style}, 12830 Symbol( "gtk_rc_add_class_style", cast(void**)& gtk_rc_add_class_style),
12863 { "gtk_rc_add_widget_name_style", cast(void**)& gtk_rc_add_widget_name_style}, 12831 Symbol( "gtk_rc_add_widget_class_style", cast(void**)& gtk_rc_add_widget_class_style),
12864 { "gtk_rc_reparse_all", cast(void**)& gtk_rc_reparse_all}, 12832 Symbol( "gtk_rc_add_widget_name_style", cast(void**)& gtk_rc_add_widget_name_style),
12865 { "gtk_rc_parse_string", cast(void**)& gtk_rc_parse_string}, 12833 Symbol( "gtk_rc_reparse_all", cast(void**)& gtk_rc_reparse_all),
12866 { "gtk_rc_parse", cast(void**)& gtk_rc_parse}, 12834 Symbol( "gtk_rc_parse_string", cast(void**)& gtk_rc_parse_string),
12867 { "gtk_rc_find_pixmap_in_path", cast(void**)& gtk_rc_find_pixmap_in_path}, 12835 Symbol( "gtk_rc_parse", cast(void**)& gtk_rc_parse),
12868 { "gtk_rc_reset_styles", cast(void**)& gtk_rc_reset_styles}, 12836 Symbol( "gtk_rc_find_pixmap_in_path", cast(void**)& gtk_rc_find_pixmap_in_path),
12869 { "gtk_rc_reparse_all_for_settings", cast(void**)& gtk_rc_reparse_all_for_settings}, 12837 Symbol( "gtk_rc_reset_styles", cast(void**)& gtk_rc_reset_styles),
12870 { "gtk_rc_get_style_by_paths", cast(void**)& gtk_rc_get_style_by_paths}, 12838 Symbol( "gtk_rc_reparse_all_for_settings", cast(void**)& gtk_rc_reparse_all_for_settings),
12871 { "gtk_rc_get_style", cast(void**)& gtk_rc_get_style}, 12839 Symbol( "gtk_rc_get_style_by_paths", cast(void**)& gtk_rc_get_style_by_paths),
12872 { "gtk_rc_get_default_files", cast(void**)& gtk_rc_get_default_files}, 12840 Symbol( "gtk_rc_get_style", cast(void**)& gtk_rc_get_style),
12873 { "gtk_rc_set_default_files", cast(void**)& gtk_rc_set_default_files}, 12841 Symbol( "gtk_rc_get_default_files", cast(void**)& gtk_rc_get_default_files),
12874 { "gtk_rc_add_default_file", cast(void**)& gtk_rc_add_default_file}, 12842 Symbol( "gtk_rc_set_default_files", cast(void**)& gtk_rc_set_default_files),
12875 // { "_gtk_rc_match_widget_class", cast(void**)& _gtk_rc_match_widget_class}, 12843 Symbol( "gtk_rc_add_default_file", cast(void**)& gtk_rc_add_default_file),
12876 // { "_gtk_rc_free_widget_class_path", cast(void**)& _gtk_rc_free_widget_class_path}, 12844 // Symbol( "_gtk_rc_match_widget_class", cast(void**)& _gtk_rc_match_widget_class),
12877 // { "_gtk_rc_parse_widget_class_path", cast(void**)& _gtk_rc_parse_widget_class_path}, 12845 // Symbol( "_gtk_rc_free_widget_class_path", cast(void**)& _gtk_rc_free_widget_class_path),
12878 // { "_gtk_rc_init", cast(void**)& _gtk_rc_init}, 12846 // Symbol( "_gtk_rc_parse_widget_class_path", cast(void**)& _gtk_rc_parse_widget_class_path),
12879 // { "_gtk_widget_get_cursor_color", cast(void**)& _gtk_widget_get_cursor_color}, 12847 // Symbol( "_gtk_rc_init", cast(void**)& _gtk_rc_init),
12880 // { "_gtk_widget_get_cursor_gc", cast(void**)& _gtk_widget_get_cursor_gc}, 12848 // Symbol( "_gtk_widget_get_cursor_color", cast(void**)& _gtk_widget_get_cursor_color),
12881 { "gtk_draw_insertion_cursor", cast(void**)& gtk_draw_insertion_cursor}, 12849 // Symbol( "_gtk_widget_get_cursor_gc", cast(void**)& _gtk_widget_get_cursor_gc),
12882 { "gtk_paint_string", cast(void**)& gtk_paint_string}, 12850 Symbol( "gtk_draw_insertion_cursor", cast(void**)& gtk_draw_insertion_cursor),
12883 { "gtk_draw_string", cast(void**)& gtk_draw_string}, 12851 Symbol( "gtk_paint_string", cast(void**)& gtk_paint_string),
12884 // { "_gtk_style_shade", cast(void**)& _gtk_style_shade}, 12852 Symbol( "gtk_draw_string", cast(void**)& gtk_draw_string),
12885 // { "_gtk_style_init_for_settings", cast(void**)& _gtk_style_init_for_settings}, 12853 // Symbol( "_gtk_style_shade", cast(void**)& _gtk_style_shade),
12886 // { "_gtk_style_peek_property_value", cast(void**)& _gtk_style_peek_property_value}, 12854 // Symbol( "_gtk_style_init_for_settings", cast(void**)& _gtk_style_init_for_settings),
12887 { "gtk_border_free", cast(void**)& gtk_border_free}, 12855 // Symbol( "_gtk_style_peek_property_value", cast(void**)& _gtk_style_peek_property_value),
12888 { "gtk_border_copy", cast(void**)& gtk_border_copy}, 12856 Symbol( "gtk_border_free", cast(void**)& gtk_border_free),
12889 { "gtk_border_get_type", cast(void**)& gtk_border_get_type}, 12857 Symbol( "gtk_border_copy", cast(void**)& gtk_border_copy),
12890 { "gtk_paint_resize_grip", cast(void**)& gtk_paint_resize_grip}, 12858 Symbol( "gtk_border_get_type", cast(void**)& gtk_border_get_type),
12891 { "gtk_paint_layout", cast(void**)& gtk_paint_layout}, 12859 Symbol( "gtk_paint_resize_grip", cast(void**)& gtk_paint_resize_grip),
12892 { "gtk_paint_expander", cast(void**)& gtk_paint_expander}, 12860 Symbol( "gtk_paint_layout", cast(void**)& gtk_paint_layout),
12893 { "gtk_paint_handle", cast(void**)& gtk_paint_handle}, 12861 Symbol( "gtk_paint_expander", cast(void**)& gtk_paint_expander),
12894 { "gtk_paint_slider", cast(void**)& gtk_paint_slider}, 12862 Symbol( "gtk_paint_handle", cast(void**)& gtk_paint_handle),
12895 { "gtk_paint_focus", cast(void**)& gtk_paint_focus}, 12863 Symbol( "gtk_paint_slider", cast(void**)& gtk_paint_slider),
12896 { "gtk_paint_extension", cast(void**)& gtk_paint_extension}, 12864 Symbol( "gtk_paint_focus", cast(void**)& gtk_paint_focus),
12897 { "gtk_paint_box_gap", cast(void**)& gtk_paint_box_gap}, 12865 Symbol( "gtk_paint_extension", cast(void**)& gtk_paint_extension),
12898 { "gtk_paint_shadow_gap", cast(void**)& gtk_paint_shadow_gap}, 12866 Symbol( "gtk_paint_box_gap", cast(void**)& gtk_paint_box_gap),
12899 { "gtk_paint_tab", cast(void**)& gtk_paint_tab}, 12867 Symbol( "gtk_paint_shadow_gap", cast(void**)& gtk_paint_shadow_gap),
12900 { "gtk_paint_option", cast(void**)& gtk_paint_option}, 12868 Symbol( "gtk_paint_tab", cast(void**)& gtk_paint_tab),
12901 { "gtk_paint_check", cast(void**)& gtk_paint_check}, 12869 Symbol( "gtk_paint_option", cast(void**)& gtk_paint_option),
12902 { "gtk_paint_flat_box", cast(void**)& gtk_paint_flat_box}, 12870 Symbol( "gtk_paint_check", cast(void**)& gtk_paint_check),
12903 { "gtk_paint_box", cast(void**)& gtk_paint_box}, 12871 Symbol( "gtk_paint_flat_box", cast(void**)& gtk_paint_flat_box),
12904 { "gtk_paint_diamond", cast(void**)& gtk_paint_diamond}, 12872 Symbol( "gtk_paint_box", cast(void**)& gtk_paint_box),
12905 { "gtk_paint_arrow", cast(void**)& gtk_paint_arrow}, 12873 Symbol( "gtk_paint_diamond", cast(void**)& gtk_paint_diamond),
12906 { "gtk_paint_polygon", cast(void**)& gtk_paint_polygon}, 12874 Symbol( "gtk_paint_arrow", cast(void**)& gtk_paint_arrow),
12907 { "gtk_paint_shadow", cast(void**)& gtk_paint_shadow}, 12875 Symbol( "gtk_paint_polygon", cast(void**)& gtk_paint_polygon),
12908 { "gtk_paint_vline", cast(void**)& gtk_paint_vline}, 12876 Symbol( "gtk_paint_shadow", cast(void**)& gtk_paint_shadow),
12909 { "gtk_paint_hline", cast(void**)& gtk_paint_hline}, 12877 Symbol( "gtk_paint_vline", cast(void**)& gtk_paint_vline),
12910 { "gtk_draw_resize_grip", cast(void**)& gtk_draw_resize_grip}, 12878 Symbol( "gtk_paint_hline", cast(void**)& gtk_paint_hline),
12911 { "gtk_draw_layout", cast(void**)& gtk_draw_layout}, 12879 Symbol( "gtk_draw_resize_grip", cast(void**)& gtk_draw_resize_grip),
12912 { "gtk_draw_expander", cast(void**)& gtk_draw_expander}, 12880 Symbol( "gtk_draw_layout", cast(void**)& gtk_draw_layout),
12913 { "gtk_draw_handle", cast(void**)& gtk_draw_handle}, 12881 Symbol( "gtk_draw_expander", cast(void**)& gtk_draw_expander),
12914 { "gtk_draw_slider", cast(void**)& gtk_draw_slider}, 12882 Symbol( "gtk_draw_handle", cast(void**)& gtk_draw_handle),
12915 { "gtk_draw_focus", cast(void**)& gtk_draw_focus}, 12883 Symbol( "gtk_draw_slider", cast(void**)& gtk_draw_slider),
12916 { "gtk_draw_extension", cast(void**)& gtk_draw_extension}, 12884 Symbol( "gtk_draw_focus", cast(void**)& gtk_draw_focus),
12917 { "gtk_draw_box_gap", cast(void**)& gtk_draw_box_gap}, 12885 Symbol( "gtk_draw_extension", cast(void**)& gtk_draw_extension),
12918 { "gtk_draw_shadow_gap", cast(void**)& gtk_draw_shadow_gap}, 12886 Symbol( "gtk_draw_box_gap", cast(void**)& gtk_draw_box_gap),
12919 { "gtk_draw_tab", cast(void**)& gtk_draw_tab}, 12887 Symbol( "gtk_draw_shadow_gap", cast(void**)& gtk_draw_shadow_gap),
12920 { "gtk_draw_option", cast(void**)& gtk_draw_option}, 12888 Symbol( "gtk_draw_tab", cast(void**)& gtk_draw_tab),
12921 { "gtk_draw_check", cast(void**)& gtk_draw_check}, 12889 Symbol( "gtk_draw_option", cast(void**)& gtk_draw_option),
12922 { "gtk_draw_flat_box", cast(void**)& gtk_draw_flat_box}, 12890 Symbol( "gtk_draw_check", cast(void**)& gtk_draw_check),
12923 { "gtk_draw_box", cast(void**)& gtk_draw_box}, 12891 Symbol( "gtk_draw_flat_box", cast(void**)& gtk_draw_flat_box),
12924 { "gtk_draw_diamond", cast(void**)& gtk_draw_diamond}, 12892 Symbol( "gtk_draw_box", cast(void**)& gtk_draw_box),
12925 { "gtk_draw_arrow", cast(void**)& gtk_draw_arrow}, 12893 Symbol( "gtk_draw_diamond", cast(void**)& gtk_draw_diamond),
12926 { "gtk_draw_polygon", cast(void**)& gtk_draw_polygon}, 12894 Symbol( "gtk_draw_arrow", cast(void**)& gtk_draw_arrow),
12927 { "gtk_draw_shadow", cast(void**)& gtk_draw_shadow}, 12895 Symbol( "gtk_draw_polygon", cast(void**)& gtk_draw_polygon),
12928 { "gtk_draw_vline", cast(void**)& gtk_draw_vline}, 12896 Symbol( "gtk_draw_shadow", cast(void**)& gtk_draw_shadow),
12929 { "gtk_draw_hline", cast(void**)& gtk_draw_hline}, 12897 Symbol( "gtk_draw_vline", cast(void**)& gtk_draw_vline),
12930 { "gtk_style_render_icon", cast(void**)& gtk_style_render_icon}, 12898 Symbol( "gtk_draw_hline", cast(void**)& gtk_draw_hline),
12931 { "gtk_style_lookup_color", cast(void**)& gtk_style_lookup_color}, 12899 Symbol( "gtk_style_render_icon", cast(void**)& gtk_style_render_icon),
12932 { "gtk_style_lookup_icon_set", cast(void**)& gtk_style_lookup_icon_set}, 12900 Symbol( "gtk_style_lookup_color", cast(void**)& gtk_style_lookup_color),
12933 { "gtk_style_apply_default_background", cast(void**)& gtk_style_apply_default_background}, 12901 Symbol( "gtk_style_lookup_icon_set", cast(void**)& gtk_style_lookup_icon_set),
12934 { "gtk_style_set_background", cast(void**)& gtk_style_set_background}, 12902 Symbol( "gtk_style_apply_default_background", cast(void**)& gtk_style_apply_default_background),
12935 { "gtk_style_set_font", cast(void**)& gtk_style_set_font}, 12903 Symbol( "gtk_style_set_background", cast(void**)& gtk_style_set_background),
12936 { "gtk_style_get_font", cast(void**)& gtk_style_get_font}, 12904 Symbol( "gtk_style_set_font", cast(void**)& gtk_style_set_font),
12937 { "gtk_style_unref", cast(void**)& gtk_style_unref}, 12905 Symbol( "gtk_style_get_font", cast(void**)& gtk_style_get_font),
12938 { "gtk_style_ref", cast(void**)& gtk_style_ref}, 12906 Symbol( "gtk_style_unref", cast(void**)& gtk_style_unref),
12939 { "gtk_style_detach", cast(void**)& gtk_style_detach}, 12907 Symbol( "gtk_style_ref", cast(void**)& gtk_style_ref),
12940 { "gtk_style_attach", cast(void**)& gtk_style_attach}, 12908 Symbol( "gtk_style_detach", cast(void**)& gtk_style_detach),
12941 { "gtk_style_copy", cast(void**)& gtk_style_copy}, 12909 Symbol( "gtk_style_attach", cast(void**)& gtk_style_attach),
12942 { "gtk_style_new", cast(void**)& gtk_style_new}, 12910 Symbol( "gtk_style_copy", cast(void**)& gtk_style_copy),
12943 { "gtk_style_get_type", cast(void**)& gtk_style_get_type}, 12911 Symbol( "gtk_style_new", cast(void**)& gtk_style_new),
12944 { "gtk_adjustment_set_value", cast(void**)& gtk_adjustment_set_value}, 12912 Symbol( "gtk_style_get_type", cast(void**)& gtk_style_get_type),
12945 { "gtk_adjustment_get_value", cast(void**)& gtk_adjustment_get_value}, 12913 Symbol( "gtk_adjustment_set_value", cast(void**)& gtk_adjustment_set_value),
12946 { "gtk_adjustment_clamp_page", cast(void**)& gtk_adjustment_clamp_page}, 12914 Symbol( "gtk_adjustment_get_value", cast(void**)& gtk_adjustment_get_value),
12947 { "gtk_adjustment_value_changed", cast(void**)& gtk_adjustment_value_changed}, 12915 Symbol( "gtk_adjustment_clamp_page", cast(void**)& gtk_adjustment_clamp_page),
12948 { "gtk_adjustment_changed", cast(void**)& gtk_adjustment_changed}, 12916 Symbol( "gtk_adjustment_value_changed", cast(void**)& gtk_adjustment_value_changed),
12949 { "gtk_adjustment_new", cast(void**)& gtk_adjustment_new}, 12917 Symbol( "gtk_adjustment_changed", cast(void**)& gtk_adjustment_changed),
12950 { "gtk_adjustment_get_type", cast(void**)& gtk_adjustment_get_type}, 12918 Symbol( "gtk_adjustment_new", cast(void**)& gtk_adjustment_new),
12951 { "gtk_object_add_arg_type", cast(void**)& gtk_object_add_arg_type}, 12919 Symbol( "gtk_adjustment_get_type", cast(void**)& gtk_adjustment_get_type),
12952 { "gtk_object_set", cast(void**)& gtk_object_set}, 12920 Symbol( "gtk_object_add_arg_type", cast(void**)& gtk_object_add_arg_type),
12953 { "gtk_object_get", cast(void**)& gtk_object_get}, 12921 Symbol( "gtk_object_set", cast(void**)& gtk_object_set),
12954 { "gtk_object_remove_no_notify_by_id", cast(void**)& gtk_object_remove_no_notify_by_id}, 12922 Symbol( "gtk_object_get", cast(void**)& gtk_object_get),
12955 { "gtk_object_remove_data_by_id", cast(void**)& gtk_object_remove_data_by_id}, 12923 Symbol( "gtk_object_remove_no_notify_by_id", cast(void**)& gtk_object_remove_no_notify_by_id),
12956 { "gtk_object_get_data_by_id", cast(void**)& gtk_object_get_data_by_id}, 12924 Symbol( "gtk_object_remove_data_by_id", cast(void**)& gtk_object_remove_data_by_id),
12957 { "gtk_object_set_data_by_id_full", cast(void**)& gtk_object_set_data_by_id_full}, 12925 Symbol( "gtk_object_get_data_by_id", cast(void**)& gtk_object_get_data_by_id),
12958 { "gtk_object_set_data_by_id", cast(void**)& gtk_object_set_data_by_id}, 12926 Symbol( "gtk_object_set_data_by_id_full", cast(void**)& gtk_object_set_data_by_id_full),
12959 { "gtk_object_get_user_data", cast(void**)& gtk_object_get_user_data}, 12927 Symbol( "gtk_object_set_data_by_id", cast(void**)& gtk_object_set_data_by_id),
12960 { "gtk_object_set_user_data", cast(void**)& gtk_object_set_user_data}, 12928 Symbol( "gtk_object_get_user_data", cast(void**)& gtk_object_get_user_data),
12961 { "gtk_object_remove_no_notify", cast(void**)& gtk_object_remove_no_notify}, 12929 Symbol( "gtk_object_set_user_data", cast(void**)& gtk_object_set_user_data),
12962 { "gtk_object_get_data", cast(void**)& gtk_object_get_data}, 12930 Symbol( "gtk_object_remove_no_notify", cast(void**)& gtk_object_remove_no_notify),
12963 { "gtk_object_remove_data", cast(void**)& gtk_object_remove_data}, 12931 Symbol( "gtk_object_get_data", cast(void**)& gtk_object_get_data),
12964 { "gtk_object_set_data_full", cast(void**)& gtk_object_set_data_full}, 12932 Symbol( "gtk_object_remove_data", cast(void**)& gtk_object_remove_data),
12965 { "gtk_object_set_data", cast(void**)& gtk_object_set_data}, 12933 Symbol( "gtk_object_set_data_full", cast(void**)& gtk_object_set_data_full),
12966 { "gtk_object_weakunref", cast(void**)& gtk_object_weakunref}, 12934 Symbol( "gtk_object_set_data", cast(void**)& gtk_object_set_data),
12967 { "gtk_object_weakref", cast(void**)& gtk_object_weakref}, 12935 Symbol( "gtk_object_weakunref", cast(void**)& gtk_object_weakunref),
12968 { "gtk_object_unref", cast(void**)& gtk_object_unref}, 12936 Symbol( "gtk_object_weakref", cast(void**)& gtk_object_weakref),
12969 { "gtk_object_ref", cast(void**)& gtk_object_ref}, 12937 Symbol( "gtk_object_unref", cast(void**)& gtk_object_unref),
12970 { "gtk_object_new", cast(void**)& gtk_object_new}, 12938 Symbol( "gtk_object_ref", cast(void**)& gtk_object_ref),
12971 { "gtk_object_destroy", cast(void**)& gtk_object_destroy}, 12939 Symbol( "gtk_object_new", cast(void**)& gtk_object_new),
12972 { "gtk_object_sink", cast(void**)& gtk_object_sink}, 12940 Symbol( "gtk_object_destroy", cast(void**)& gtk_object_destroy),
12973 { "gtk_object_get_type", cast(void**)& gtk_object_get_type}, 12941 Symbol( "gtk_object_sink", cast(void**)& gtk_object_sink),
12974 { "gtk_debug_flags", cast(void**)& gtk_debug_flags}, 12942 Symbol( "gtk_object_get_type", cast(void**)& gtk_object_get_type),
12975 { "gtk_type_init", cast(void**)& gtk_type_init}, 12943 Symbol( "gtk_debug_flags", cast(void**)& gtk_debug_flags),
12976 { "gtk_type_flags_find_value", cast(void**)& gtk_type_flags_find_value}, 12944 Symbol( "gtk_type_init", cast(void**)& gtk_type_init),
12977 { "gtk_type_enum_find_value", cast(void**)& gtk_type_enum_find_value}, 12945 Symbol( "gtk_type_flags_find_value", cast(void**)& gtk_type_flags_find_value),
12978 { "gtk_type_flags_get_values", cast(void**)& gtk_type_flags_get_values}, 12946 Symbol( "gtk_type_enum_find_value", cast(void**)& gtk_type_enum_find_value),
12979 { "gtk_type_enum_get_values", cast(void**)& gtk_type_enum_get_values}, 12947 Symbol( "gtk_type_flags_get_values", cast(void**)& gtk_type_flags_get_values),
12980 { "gtk_type_new", cast(void**)& gtk_type_new}, 12948 Symbol( "gtk_type_enum_get_values", cast(void**)& gtk_type_enum_get_values),
12981 { "gtk_type_unique", cast(void**)& gtk_type_unique}, 12949 Symbol( "gtk_type_new", cast(void**)& gtk_type_new),
12982 { "gtk_type_class", cast(void**)& gtk_type_class}, 12950 Symbol( "gtk_type_unique", cast(void**)& gtk_type_unique),
12983 { "gtk_identifier_get_type", cast(void**)& gtk_identifier_get_type}, 12951 Symbol( "gtk_type_class", cast(void**)& gtk_type_class),
12984 { "gtk_widget_help_type_get_type", cast(void**)& gtk_widget_help_type_get_type}, 12952 Symbol( "gtk_identifier_get_type", cast(void**)& gtk_identifier_get_type),
12985 { "gtk_widget_flags_get_type", cast(void**)& gtk_widget_flags_get_type}, 12953 Symbol( "gtk_widget_help_type_get_type", cast(void**)& gtk_widget_help_type_get_type),
12986 { "gtk_ui_manager_item_type_get_type", cast(void**)& gtk_ui_manager_item_type_get_type}, 12954 Symbol( "gtk_widget_flags_get_type", cast(void**)& gtk_widget_flags_get_type),
12987 { "gtk_tree_view_column_sizing_get_type", cast(void**)& gtk_tree_view_column_sizing_get_type}, 12955 Symbol( "gtk_ui_manager_item_type_get_type", cast(void**)& gtk_ui_manager_item_type_get_type),
12988 { "gtk_tree_view_drop_position_get_type", cast(void**)& gtk_tree_view_drop_position_get_type}, 12956 Symbol( "gtk_tree_view_column_sizing_get_type", cast(void**)& gtk_tree_view_column_sizing_get_type),
12989 { "gtk_tree_model_flags_get_type", cast(void**)& gtk_tree_model_flags_get_type}, 12957 Symbol( "gtk_tree_view_drop_position_get_type", cast(void**)& gtk_tree_view_drop_position_get_type),
12990 { "gtk_tree_view_mode_get_type", cast(void**)& gtk_tree_view_mode_get_type}, 12958 Symbol( "gtk_tree_model_flags_get_type", cast(void**)& gtk_tree_model_flags_get_type),
12991 { "gtk_toolbar_space_style_get_type", cast(void**)& gtk_toolbar_space_style_get_type}, 12959 Symbol( "gtk_tree_view_mode_get_type", cast(void**)& gtk_tree_view_mode_get_type),
12992 { "gtk_toolbar_child_type_get_type", cast(void**)& gtk_toolbar_child_type_get_type}, 12960 Symbol( "gtk_toolbar_space_style_get_type", cast(void**)& gtk_toolbar_space_style_get_type),
12993 { "gtk_text_window_type_get_type", cast(void**)& gtk_text_window_type_get_type}, 12961 Symbol( "gtk_toolbar_child_type_get_type", cast(void**)& gtk_toolbar_child_type_get_type),
12994 { "gtk_text_search_flags_get_type", cast(void**)& gtk_text_search_flags_get_type}, 12962 Symbol( "gtk_text_window_type_get_type", cast(void**)& gtk_text_window_type_get_type),
12995 { "gtk_text_buffer_target_info_get_type", cast(void**)& gtk_text_buffer_target_info_get_type}, 12963 Symbol( "gtk_text_search_flags_get_type", cast(void**)& gtk_text_search_flags_get_type),
12996 { "gtk_spin_type_get_type", cast(void**)& gtk_spin_type_get_type}, 12964 Symbol( "gtk_text_buffer_target_info_get_type", cast(void**)& gtk_text_buffer_target_info_get_type),
12997 { "gtk_spin_button_update_policy_get_type", cast(void**)& gtk_spin_button_update_policy_get_type}, 12965 Symbol( "gtk_spin_type_get_type", cast(void**)& gtk_spin_type_get_type),
12998 { "gtk_size_group_mode_get_type", cast(void**)& gtk_size_group_mode_get_type}, 12966 Symbol( "gtk_spin_button_update_policy_get_type", cast(void**)& gtk_spin_button_update_policy_get_type),
12999 { "gtk_recent_manager_error_get_type", cast(void**)& gtk_recent_manager_error_get_type}, 12967 Symbol( "gtk_size_group_mode_get_type", cast(void**)& gtk_size_group_mode_get_type),
13000 { "gtk_recent_filter_flags_get_type", cast(void**)& gtk_recent_filter_flags_get_type}, 12968 Symbol( "gtk_recent_manager_error_get_type", cast(void**)& gtk_recent_manager_error_get_type),
13001 { "gtk_recent_chooser_error_get_type", cast(void**)& gtk_recent_chooser_error_get_type}, 12969 Symbol( "gtk_recent_filter_flags_get_type", cast(void**)& gtk_recent_filter_flags_get_type),
13002 { "gtk_recent_sort_type_get_type", cast(void**)& gtk_recent_sort_type_get_type}, 12970 Symbol( "gtk_recent_chooser_error_get_type", cast(void**)& gtk_recent_chooser_error_get_type),
13003 { "gtk_rc_token_type_get_type", cast(void**)& gtk_rc_token_type_get_type}, 12971 Symbol( "gtk_recent_sort_type_get_type", cast(void**)& gtk_recent_sort_type_get_type),
13004 { "gtk_rc_flags_get_type", cast(void**)& gtk_rc_flags_get_type}, 12972 Symbol( "gtk_rc_token_type_get_type", cast(void**)& gtk_rc_token_type_get_type),
13005 { "gtk_progress_bar_orientation_get_type", cast(void**)& gtk_progress_bar_orientation_get_type}, 12973 Symbol( "gtk_rc_flags_get_type", cast(void**)& gtk_rc_flags_get_type),
13006 { "gtk_progress_bar_style_get_type", cast(void**)& gtk_progress_bar_style_get_type}, 12974 Symbol( "gtk_progress_bar_orientation_get_type", cast(void**)& gtk_progress_bar_orientation_get_type),
13007 { "gtk_private_flags_get_type", cast(void**)& gtk_private_flags_get_type}, 12975 Symbol( "gtk_progress_bar_style_get_type", cast(void**)& gtk_progress_bar_style_get_type),
13008 { "gtk_print_error_get_type", cast(void**)& gtk_print_error_get_type}, 12976 Symbol( "gtk_private_flags_get_type", cast(void**)& gtk_private_flags_get_type),
13009 { "gtk_print_operation_action_get_type", cast(void**)& gtk_print_operation_action_get_type}, 12977 Symbol( "gtk_print_error_get_type", cast(void**)& gtk_print_error_get_type),
13010 { "gtk_print_operation_result_get_type", cast(void**)& gtk_print_operation_result_get_type}, 12978 Symbol( "gtk_print_operation_action_get_type", cast(void**)& gtk_print_operation_action_get_type),
13011 { "gtk_print_status_get_type", cast(void**)& gtk_print_status_get_type}, 12979 Symbol( "gtk_print_operation_result_get_type", cast(void**)& gtk_print_operation_result_get_type),
13012 { "gtk_arg_flags_get_type", cast(void**)& gtk_arg_flags_get_type}, 12980 Symbol( "gtk_print_status_get_type", cast(void**)& gtk_print_status_get_type),
13013 { "gtk_object_flags_get_type", cast(void**)& gtk_object_flags_get_type}, 12981 Symbol( "gtk_arg_flags_get_type", cast(void**)& gtk_arg_flags_get_type),
13014 { "gtk_notebook_tab_get_type", cast(void**)& gtk_notebook_tab_get_type}, 12982 Symbol( "gtk_object_flags_get_type", cast(void**)& gtk_object_flags_get_type),
13015 { "gtk_buttons_type_get_type", cast(void**)& gtk_buttons_type_get_type}, 12983 Symbol( "gtk_notebook_tab_get_type", cast(void**)& gtk_notebook_tab_get_type),
13016 { "gtk_message_type_get_type", cast(void**)& gtk_message_type_get_type}, 12984 Symbol( "gtk_buttons_type_get_type", cast(void**)& gtk_buttons_type_get_type),
13017 { "gtk_image_type_get_type", cast(void**)& gtk_image_type_get_type}, 12985 Symbol( "gtk_message_type_get_type", cast(void**)& gtk_message_type_get_type),
13018 { "gtk_icon_view_drop_position_get_type", cast(void**)& gtk_icon_view_drop_position_get_type}, 12986 Symbol( "gtk_image_type_get_type", cast(void**)& gtk_image_type_get_type),
13019 { "gtk_icon_theme_error_get_type", cast(void**)& gtk_icon_theme_error_get_type}, 12987 Symbol( "gtk_icon_view_drop_position_get_type", cast(void**)& gtk_icon_view_drop_position_get_type),
13020 { "gtk_icon_lookup_flags_get_type", cast(void**)& gtk_icon_lookup_flags_get_type}, 12988 Symbol( "gtk_icon_theme_error_get_type", cast(void**)& gtk_icon_theme_error_get_type),
13021 { "gtk_file_filter_flags_get_type", cast(void**)& gtk_file_filter_flags_get_type}, 12989 Symbol( "gtk_icon_lookup_flags_get_type", cast(void**)& gtk_icon_lookup_flags_get_type),
13022 { "gtk_file_chooser_error_get_type", cast(void**)& gtk_file_chooser_error_get_type}, 12990 Symbol( "gtk_file_filter_flags_get_type", cast(void**)& gtk_file_filter_flags_get_type),
13023 { "gtk_file_chooser_confirmation_get_type", cast(void**)& gtk_file_chooser_confirmation_get_type}, 12991 Symbol( "gtk_file_chooser_error_get_type", cast(void**)& gtk_file_chooser_error_get_type),
13024 { "gtk_file_chooser_action_get_type", cast(void**)& gtk_file_chooser_action_get_type}, 12992 Symbol( "gtk_file_chooser_confirmation_get_type", cast(void**)& gtk_file_chooser_confirmation_get_type),
13025 { "gtk_drag_result_get_type", cast(void**)& gtk_drag_result_get_type}, 12993 Symbol( "gtk_file_chooser_action_get_type", cast(void**)& gtk_file_chooser_action_get_type),
13026 { "gtk_tree_view_grid_lines_get_type", cast(void**)& gtk_tree_view_grid_lines_get_type}, 12994 Symbol( "gtk_drag_result_get_type", cast(void**)& gtk_drag_result_get_type),
13027 { "gtk_unit_get_type", cast(void**)& gtk_unit_get_type}, 12995 Symbol( "gtk_tree_view_grid_lines_get_type", cast(void**)& gtk_tree_view_grid_lines_get_type),
13028 { "gtk_print_duplex_get_type", cast(void**)& gtk_print_duplex_get_type}, 12996 Symbol( "gtk_unit_get_type", cast(void**)& gtk_unit_get_type),
13029 { "gtk_print_quality_get_type", cast(void**)& gtk_print_quality_get_type}, 12997 Symbol( "gtk_print_duplex_get_type", cast(void**)& gtk_print_duplex_get_type),
13030 { "gtk_page_orientation_get_type", cast(void**)& gtk_page_orientation_get_type}, 12998 Symbol( "gtk_print_quality_get_type", cast(void**)& gtk_print_quality_get_type),
13031 { "gtk_page_set_get_type", cast(void**)& gtk_page_set_get_type}, 12999 Symbol( "gtk_page_orientation_get_type", cast(void**)& gtk_page_orientation_get_type),
13032 { "gtk_print_pages_get_type", cast(void**)& gtk_print_pages_get_type}, 13000 Symbol( "gtk_page_set_get_type", cast(void**)& gtk_page_set_get_type),
13033 { "gtk_pack_direction_get_type", cast(void**)& gtk_pack_direction_get_type}, 13001 Symbol( "gtk_print_pages_get_type", cast(void**)& gtk_print_pages_get_type),
13034 { "gtk_im_status_style_get_type", cast(void**)& gtk_im_status_style_get_type}, 13002 Symbol( "gtk_pack_direction_get_type", cast(void**)& gtk_pack_direction_get_type),
13035 { "gtk_im_preedit_style_get_type", cast(void**)& gtk_im_preedit_style_get_type}, 13003 Symbol( "gtk_im_status_style_get_type", cast(void**)& gtk_im_status_style_get_type),
13036 { "gtk_sort_type_get_type", cast(void**)& gtk_sort_type_get_type}, 13004 Symbol( "gtk_im_preedit_style_get_type", cast(void**)& gtk_im_preedit_style_get_type),
13037 { "gtk_wrap_mode_get_type", cast(void**)& gtk_wrap_mode_get_type}, 13005 Symbol( "gtk_sort_type_get_type", cast(void**)& gtk_sort_type_get_type),
13038 { "gtk_window_type_get_type", cast(void**)& gtk_window_type_get_type}, 13006 Symbol( "gtk_wrap_mode_get_type", cast(void**)& gtk_wrap_mode_get_type),
13039 { "gtk_window_position_get_type", cast(void**)& gtk_window_position_get_type}, 13007 Symbol( "gtk_window_type_get_type", cast(void**)& gtk_window_type_get_type),
13040 { "gtk_visibility_get_type", cast(void**)& gtk_visibility_get_type}, 13008 Symbol( "gtk_window_position_get_type", cast(void**)& gtk_window_position_get_type),
13041 { "gtk_update_type_get_type", cast(void**)& gtk_update_type_get_type}, 13009 Symbol( "gtk_visibility_get_type", cast(void**)& gtk_visibility_get_type),
13042 { "gtk_toolbar_style_get_type", cast(void**)& gtk_toolbar_style_get_type}, 13010 Symbol( "gtk_update_type_get_type", cast(void**)& gtk_update_type_get_type),
13043 { "gtk_submenu_placement_get_type", cast(void**)& gtk_submenu_placement_get_type}, 13011 Symbol( "gtk_toolbar_style_get_type", cast(void**)& gtk_toolbar_style_get_type),
13044 { "gtk_submenu_direction_get_type", cast(void**)& gtk_submenu_direction_get_type}, 13012 Symbol( "gtk_submenu_placement_get_type", cast(void**)& gtk_submenu_placement_get_type),
13045 { "gtk_state_type_get_type", cast(void**)& gtk_state_type_get_type}, 13013 Symbol( "gtk_submenu_direction_get_type", cast(void**)& gtk_submenu_direction_get_type),
13046 { "gtk_shadow_type_get_type", cast(void**)& gtk_shadow_type_get_type}, 13014 Symbol( "gtk_state_type_get_type", cast(void**)& gtk_state_type_get_type),
13047 { "gtk_selection_mode_get_type", cast(void**)& gtk_selection_mode_get_type}, 13015 Symbol( "gtk_shadow_type_get_type", cast(void**)& gtk_shadow_type_get_type),
13048 { "gtk_scroll_type_get_type", cast(void**)& gtk_scroll_type_get_type}, 13016 Symbol( "gtk_selection_mode_get_type", cast(void**)& gtk_selection_mode_get_type),
13049 { "gtk_signal_run_type_get_type", cast(void**)& gtk_signal_run_type_get_type}, 13017 Symbol( "gtk_scroll_type_get_type", cast(void**)& gtk_scroll_type_get_type),
13050 { "gtk_resize_mode_get_type", cast(void**)& gtk_resize_mode_get_type}, 13018 Symbol( "gtk_signal_run_type_get_type", cast(void**)& gtk_signal_run_type_get_type),
13051 { "gtk_relief_style_get_type", cast(void**)& gtk_relief_style_get_type}, 13019 Symbol( "gtk_resize_mode_get_type", cast(void**)& gtk_resize_mode_get_type),
13052 { "gtk_preview_type_get_type", cast(void**)& gtk_preview_type_get_type}, 13020 Symbol( "gtk_relief_style_get_type", cast(void**)& gtk_relief_style_get_type),
13053 { "gtk_position_type_get_type", cast(void**)& gtk_position_type_get_type}, 13021 Symbol( "gtk_preview_type_get_type", cast(void**)& gtk_preview_type_get_type),
13054 { "gtk_policy_type_get_type", cast(void**)& gtk_policy_type_get_type}, 13022 Symbol( "gtk_position_type_get_type", cast(void**)& gtk_position_type_get_type),
13055 { "gtk_path_type_get_type", cast(void**)& gtk_path_type_get_type}, 13023 Symbol( "gtk_policy_type_get_type", cast(void**)& gtk_policy_type_get_type),
13056 { "gtk_path_priority_type_get_type", cast(void**)& gtk_path_priority_type_get_type}, 13024 Symbol( "gtk_path_type_get_type", cast(void**)& gtk_path_type_get_type),
13057 { "gtk_pack_type_get_type", cast(void**)& gtk_pack_type_get_type}, 13025 Symbol( "gtk_path_priority_type_get_type", cast(void**)& gtk_path_priority_type_get_type),
13058 { "gtk_corner_type_get_type", cast(void**)& gtk_corner_type_get_type}, 13026 Symbol( "gtk_pack_type_get_type", cast(void**)& gtk_pack_type_get_type),
13059 { "gtk_orientation_get_type", cast(void**)& gtk_orientation_get_type}, 13027 Symbol( "gtk_corner_type_get_type", cast(void**)& gtk_corner_type_get_type),
13060 { "gtk_scroll_step_get_type", cast(void**)& gtk_scroll_step_get_type}, 13028 Symbol( "gtk_orientation_get_type", cast(void**)& gtk_orientation_get_type),
13061 { "gtk_movement_step_get_type", cast(void**)& gtk_movement_step_get_type}, 13029 Symbol( "gtk_scroll_step_get_type", cast(void**)& gtk_scroll_step_get_type),
13062 { "gtk_metric_type_get_type", cast(void**)& gtk_metric_type_get_type}, 13030 Symbol( "gtk_movement_step_get_type", cast(void**)& gtk_movement_step_get_type),
13063 { "gtk_menu_direction_type_get_type", cast(void**)& gtk_menu_direction_type_get_type}, 13031 Symbol( "gtk_metric_type_get_type", cast(void**)& gtk_metric_type_get_type),
13064 { "gtk_match_type_get_type", cast(void**)& gtk_match_type_get_type}, 13032 Symbol( "gtk_menu_direction_type_get_type", cast(void**)& gtk_menu_direction_type_get_type),
13065 { "gtk_justification_get_type", cast(void**)& gtk_justification_get_type}, 13033 Symbol( "gtk_match_type_get_type", cast(void**)& gtk_match_type_get_type),
13066 { "gtk_text_direction_get_type", cast(void**)& gtk_text_direction_get_type}, 13034 Symbol( "gtk_justification_get_type", cast(void**)& gtk_justification_get_type),
13067 { "gtk_side_type_get_type", cast(void**)& gtk_side_type_get_type}, 13035 Symbol( "gtk_text_direction_get_type", cast(void**)& gtk_text_direction_get_type),
13068 { "gtk_sensitivity_type_get_type", cast(void**)& gtk_sensitivity_type_get_type}, 13036 Symbol( "gtk_side_type_get_type", cast(void**)& gtk_side_type_get_type),
13069 { "gtk_icon_size_get_type", cast(void**)& gtk_icon_size_get_type}, 13037 Symbol( "gtk_sensitivity_type_get_type", cast(void**)& gtk_sensitivity_type_get_type),
13070 { "gtk_expander_style_get_type", cast(void**)& gtk_expander_style_get_type}, 13038 Symbol( "gtk_icon_size_get_type", cast(void**)& gtk_icon_size_get_type),
13071 { "gtk_direction_type_get_type", cast(void**)& gtk_direction_type_get_type}, 13039 Symbol( "gtk_expander_style_get_type", cast(void**)& gtk_expander_style_get_type),
13072 { "gtk_delete_type_get_type", cast(void**)& gtk_delete_type_get_type}, 13040 Symbol( "gtk_direction_type_get_type", cast(void**)& gtk_direction_type_get_type),
13073 { "gtk_curve_type_get_type", cast(void**)& gtk_curve_type_get_type}, 13041 Symbol( "gtk_delete_type_get_type", cast(void**)& gtk_delete_type_get_type),
13074 { "gtk_button_box_style_get_type", cast(void**)& gtk_button_box_style_get_type}, 13042 Symbol( "gtk_curve_type_get_type", cast(void**)& gtk_curve_type_get_type),
13075 { "gtk_attach_options_get_type", cast(void**)& gtk_attach_options_get_type}, 13043 Symbol( "gtk_button_box_style_get_type", cast(void**)& gtk_button_box_style_get_type),
13076 { "gtk_arrow_type_get_type", cast(void**)& gtk_arrow_type_get_type}, 13044 Symbol( "gtk_attach_options_get_type", cast(void**)& gtk_attach_options_get_type),
13077 { "gtk_anchor_type_get_type", cast(void**)& gtk_anchor_type_get_type}, 13045 Symbol( "gtk_arrow_type_get_type", cast(void**)& gtk_arrow_type_get_type),
13078 { "gtk_target_flags_get_type", cast(void**)& gtk_target_flags_get_type}, 13046 Symbol( "gtk_anchor_type_get_type", cast(void**)& gtk_anchor_type_get_type),
13079 { "gtk_dest_defaults_get_type", cast(void**)& gtk_dest_defaults_get_type}, 13047 Symbol( "gtk_target_flags_get_type", cast(void**)& gtk_target_flags_get_type),
13080 { "gtk_response_type_get_type", cast(void**)& gtk_response_type_get_type}, 13048 Symbol( "gtk_dest_defaults_get_type", cast(void**)& gtk_dest_defaults_get_type),
13081 { "gtk_dialog_flags_get_type", cast(void**)& gtk_dialog_flags_get_type}, 13049 Symbol( "gtk_response_type_get_type", cast(void**)& gtk_response_type_get_type),
13082 { "gtk_debug_flag_get_type", cast(void**)& gtk_debug_flag_get_type}, 13050 Symbol( "gtk_dialog_flags_get_type", cast(void**)& gtk_dialog_flags_get_type),
13083 { "gtk_ctree_expansion_type_get_type", cast(void**)& gtk_ctree_expansion_type_get_type}, 13051 Symbol( "gtk_debug_flag_get_type", cast(void**)& gtk_debug_flag_get_type),
13084 { "gtk_ctree_expander_style_get_type", cast(void**)& gtk_ctree_expander_style_get_type}, 13052 Symbol( "gtk_ctree_expansion_type_get_type", cast(void**)& gtk_ctree_expansion_type_get_type),
13085 { "gtk_ctree_line_style_get_type", cast(void**)& gtk_ctree_line_style_get_type}, 13053 Symbol( "gtk_ctree_expander_style_get_type", cast(void**)& gtk_ctree_expander_style_get_type),
13086 { "gtk_ctree_pos_get_type", cast(void**)& gtk_ctree_pos_get_type}, 13054 Symbol( "gtk_ctree_line_style_get_type", cast(void**)& gtk_ctree_line_style_get_type),
13087 { "gtk_button_action_get_type", cast(void**)& gtk_button_action_get_type}, 13055 Symbol( "gtk_ctree_pos_get_type", cast(void**)& gtk_ctree_pos_get_type),
13088 { "gtk_clist_drag_pos_get_type", cast(void**)& gtk_clist_drag_pos_get_type}, 13056 Symbol( "gtk_button_action_get_type", cast(void**)& gtk_button_action_get_type),
13089 { "gtk_cell_type_get_type", cast(void**)& gtk_cell_type_get_type}, 13057 Symbol( "gtk_clist_drag_pos_get_type", cast(void**)& gtk_clist_drag_pos_get_type),
13090 { "gtk_cell_renderer_accel_mode_get_type", cast(void**)& gtk_cell_renderer_accel_mode_get_type}, 13058 Symbol( "gtk_cell_type_get_type", cast(void**)& gtk_cell_type_get_type),
13091 { "gtk_cell_renderer_mode_get_type", cast(void**)& gtk_cell_renderer_mode_get_type}, 13059 Symbol( "gtk_cell_renderer_accel_mode_get_type", cast(void**)& gtk_cell_renderer_accel_mode_get_type),
13092 { "gtk_cell_renderer_state_get_type", cast(void**)& gtk_cell_renderer_state_get_type}, 13060 Symbol( "gtk_cell_renderer_mode_get_type", cast(void**)& gtk_cell_renderer_mode_get_type),
13093 { "gtk_calendar_display_options_get_type", cast(void**)& gtk_calendar_display_options_get_type}, 13061 Symbol( "gtk_cell_renderer_state_get_type", cast(void**)& gtk_cell_renderer_state_get_type),
13094 { "gtk_builder_error_get_type", cast(void**)& gtk_builder_error_get_type}, 13062 Symbol( "gtk_calendar_display_options_get_type", cast(void**)& gtk_calendar_display_options_get_type),
13095 { "gtk_assistant_page_type_get_type", cast(void**)& gtk_assistant_page_type_get_type}, 13063 Symbol( "gtk_builder_error_get_type", cast(void**)& gtk_builder_error_get_type),
13096 { "gtk_accel_flags_get_type", cast(void**)& gtk_accel_flags_get_type}, 13064 Symbol( "gtk_assistant_page_type_get_type", cast(void**)& gtk_assistant_page_type_get_type),
13097 // { "_gtk_accel_group_reconnect", cast(void**)& _gtk_accel_group_reconnect}, 13065 Symbol( "gtk_accel_flags_get_type", cast(void**)& gtk_accel_flags_get_type),
13098 { "gtk_accel_group_query", cast(void**)& gtk_accel_group_query}, 13066 // Symbol( "_gtk_accel_group_reconnect", cast(void**)& _gtk_accel_group_reconnect),
13099 { "gtk_accelerator_get_default_mod_mask", cast(void**)& gtk_accelerator_get_default_mod_mask}, 13067 Symbol( "gtk_accel_group_query", cast(void**)& gtk_accel_group_query),
13100 { "gtk_accelerator_set_default_mod_mask", cast(void**)& gtk_accelerator_set_default_mod_mask}, 13068 Symbol( "gtk_accelerator_get_default_mod_mask", cast(void**)& gtk_accelerator_get_default_mod_mask),
13101 { "gtk_accelerator_get_label", cast(void**)& gtk_accelerator_get_label}, 13069 Symbol( "gtk_accelerator_set_default_mod_mask", cast(void**)& gtk_accelerator_set_default_mod_mask),
13102 { "gtk_accelerator_name", cast(void**)& gtk_accelerator_name}, 13070 Symbol( "gtk_accelerator_get_label", cast(void**)& gtk_accelerator_get_label),
13103 { "gtk_accelerator_parse", cast(void**)& gtk_accelerator_parse}, 13071 Symbol( "gtk_accelerator_name", cast(void**)& gtk_accelerator_name),
13104 { "gtk_accelerator_valid", cast(void**)& gtk_accelerator_valid}, 13072 Symbol( "gtk_accelerator_parse", cast(void**)& gtk_accelerator_parse),
13105 { "gtk_accel_group_from_accel_closure", cast(void**)& gtk_accel_group_from_accel_closure}, 13073 Symbol( "gtk_accelerator_valid", cast(void**)& gtk_accelerator_valid),
13106 { "gtk_accel_group_find", cast(void**)& gtk_accel_group_find}, 13074 Symbol( "gtk_accel_group_from_accel_closure", cast(void**)& gtk_accel_group_from_accel_closure),
13107 { "gtk_accel_groups_from_object", cast(void**)& gtk_accel_groups_from_object}, 13075 Symbol( "gtk_accel_group_find", cast(void**)& gtk_accel_group_find),
13108 { "gtk_accel_groups_activate", cast(void**)& gtk_accel_groups_activate}, 13076 Symbol( "gtk_accel_groups_from_object", cast(void**)& gtk_accel_groups_from_object),
13109 // { "_gtk_accel_group_detach", cast(void**)& _gtk_accel_group_detach}, 13077 Symbol( "gtk_accel_groups_activate", cast(void**)& gtk_accel_groups_activate),
13110 // { "_gtk_accel_group_attach", cast(void**)& _gtk_accel_group_attach}, 13078 // Symbol( "_gtk_accel_group_detach", cast(void**)& _gtk_accel_group_detach),
13111 { "gtk_accel_group_activate", cast(void**)& gtk_accel_group_activate}, 13079 // Symbol( "_gtk_accel_group_attach", cast(void**)& _gtk_accel_group_attach),
13112 { "gtk_accel_group_disconnect_key", cast(void**)& gtk_accel_group_disconnect_key}, 13080 Symbol( "gtk_accel_group_activate", cast(void**)& gtk_accel_group_activate),
13113 { "gtk_accel_group_disconnect", cast(void**)& gtk_accel_group_disconnect}, 13081 Symbol( "gtk_accel_group_disconnect_key", cast(void**)& gtk_accel_group_disconnect_key),
13114 { "gtk_accel_group_connect_by_path", cast(void**)& gtk_accel_group_connect_by_path}, 13082 Symbol( "gtk_accel_group_disconnect", cast(void**)& gtk_accel_group_disconnect),
13115 { "gtk_accel_group_connect", cast(void**)& gtk_accel_group_connect}, 13083 Symbol( "gtk_accel_group_connect_by_path", cast(void**)& gtk_accel_group_connect_by_path),
13116 { "gtk_accel_group_unlock", cast(void**)& gtk_accel_group_unlock}, 13084 Symbol( "gtk_accel_group_connect", cast(void**)& gtk_accel_group_connect),
13117 { "gtk_accel_group_lock", cast(void**)& gtk_accel_group_lock}, 13085 Symbol( "gtk_accel_group_unlock", cast(void**)& gtk_accel_group_unlock),
13118 { "gtk_accel_group_new", cast(void**)& gtk_accel_group_new}, 13086 Symbol( "gtk_accel_group_lock", cast(void**)& gtk_accel_group_lock),
13119 { "gtk_accel_group_get_type", cast(void**)& gtk_accel_group_get_type}, 13087 Symbol( "gtk_accel_group_new", cast(void**)& gtk_accel_group_new),
13120 ]; 13088 Symbol( "gtk_accel_group_get_type", cast(void**)& gtk_accel_group_get_type),
13089 ];
13090 }
13121 13091
13122 } else { // version(DYNLINK) 13092 } else { // version(DYNLINK)
13123 extern (C) _GtkWidget * gtk_vseparator_new(); 13093 extern (C) _GtkWidget * gtk_vseparator_new();
13124 extern (C) uint gtk_vseparator_get_type(); 13094 extern (C) uint gtk_vseparator_get_type();
13125 extern (C) _GtkWidget * gtk_vscale_new_with_range(double, double, double); 13095 extern (C) _GtkWidget * gtk_vscale_new_with_range(double, double, double);
14097 extern (C) int gtk_init_with_args(int *, char * * *, char *, _GOptionEntry *, char *, _GError * *); 14067 extern (C) int gtk_init_with_args(int *, char * * *, char *, _GOptionEntry *, char *, _GError * *);
14098 extern (C) int gtk_init_check(int *, in char * * *); 14068 extern (C) int gtk_init_check(int *, in char * * *);
14099 extern (C) void gtk_init(int *, char * * *); 14069 extern (C) void gtk_init(int *, char * * *);
14100 extern (C) int gtk_parse_args(int *, char * * *); 14070 extern (C) int gtk_parse_args(int *, char * * *);
14101 extern (C) char * gtk_check_version(uint, uint, uint); 14071 extern (C) char * gtk_check_version(uint, uint, uint);
14102 extern (C) extern uint gtk_interface_age; 14072 mixin(gshared!(
14073 "extern (C) extern uint gtk_interface_age;
14103 extern (C) extern uint gtk_binary_age; 14074 extern (C) extern uint gtk_binary_age;
14104 extern (C) extern uint gtk_micro_version; 14075 extern (C) extern uint gtk_micro_version;
14105 extern (C) extern uint gtk_minor_version; 14076 extern (C) extern uint gtk_minor_version;
14106 extern (C) extern uint gtk_major_version; 14077 extern (C) extern uint gtk_major_version;"
14078 ));
14107 extern (C) void gtk_list_end_drag_selection(aGtkList *); 14079 extern (C) void gtk_list_end_drag_selection(aGtkList *);
14108 extern (C) void gtk_list_undo_selection(aGtkList *); 14080 extern (C) void gtk_list_undo_selection(aGtkList *);
14109 extern (C) void gtk_list_toggle_row(aGtkList *, aGtkWidget *); 14081 extern (C) void gtk_list_toggle_row(aGtkList *, aGtkWidget *);
14110 extern (C) void gtk_list_toggle_focus_row(aGtkList *); 14082 extern (C) void gtk_list_toggle_focus_row(aGtkList *);
14111 extern (C) void gtk_list_toggle_add_mode(aGtkList *); 14083 extern (C) void gtk_list_toggle_add_mode(aGtkList *);