forked from AuroraMiddleware/gtk
Add new functions
2004-09-05 Anders Carlsson <andersca@gnome.org> * gdk/gdk.symbols: * gtk/gtk.symbols: Add new functions 2004-09-05 Anders Carlsson <andersca@gnome.org> * gdk/gdk.c: (gdk_arg_class_cb), (gdk_arg_name_cb), (gdk_add_option_entries_libgtk_only), (gdk_pre_parse_libgtk_only), (gdk_parse_args): * gdk/gdk.h: * gdk/gdkinternals.h: * gdk/linux-fb/gdkmain-fb.c: (_gdk_windowing_init): * gdk/win32/gdkmain-win32.c: (_gdk_windowing_init): * gdk/x11/gdkdisplay-x11.c: (gdk_display_open): * gdk/x11/gdkmain-x11.c: (_gdk_windowing_init): * gtk/gtkmain.c: (gtk_arg_debug_cb), (gtk_arg_no_debug_cb), (gtk_arg_module_cb), (gtk_arg_warnings_cb), (do_pre_parse_initialization), (do_post_parse_initialization), (pre_parse_hook), (post_parse_hook), (gtk_get_option_group), (gtk_init_with_args), (gtk_parse_args): * gtk/gtkmain.h: Make gtk argument parsing use goption. Add gtk_get_option_group and gtk_init_with_args. * tests/testtreemodel.c: (main): Use gtk_init_with_args.
This commit is contained in:
parent
04d65a6d3d
commit
6661399c3e
@ -1,3 +1,9 @@
|
||||
2004-09-05 Anders Carlsson <andersca@gnome.org>
|
||||
|
||||
* gdk/gdk.symbols:
|
||||
* gtk/gtk.symbols:
|
||||
Add new functions
|
||||
|
||||
2004-09-05 Anders Carlsson <andersca@gnome.org>
|
||||
|
||||
* gdk/gdk.c: (gdk_arg_class_cb), (gdk_arg_name_cb),
|
||||
|
@ -1,3 +1,9 @@
|
||||
2004-09-05 Anders Carlsson <andersca@gnome.org>
|
||||
|
||||
* gdk/gdk.symbols:
|
||||
* gtk/gtk.symbols:
|
||||
Add new functions
|
||||
|
||||
2004-09-05 Anders Carlsson <andersca@gnome.org>
|
||||
|
||||
* gdk/gdk.c: (gdk_arg_class_cb), (gdk_arg_name_cb),
|
||||
|
@ -1,3 +1,9 @@
|
||||
2004-09-05 Anders Carlsson <andersca@gnome.org>
|
||||
|
||||
* gdk/gdk.symbols:
|
||||
* gtk/gtk.symbols:
|
||||
Add new functions
|
||||
|
||||
2004-09-05 Anders Carlsson <andersca@gnome.org>
|
||||
|
||||
* gdk/gdk.c: (gdk_arg_class_cb), (gdk_arg_name_cb),
|
||||
|
@ -1,3 +1,9 @@
|
||||
2004-09-05 Anders Carlsson <andersca@gnome.org>
|
||||
|
||||
* gdk/gdk.symbols:
|
||||
* gtk/gtk.symbols:
|
||||
Add new functions
|
||||
|
||||
2004-09-05 Anders Carlsson <andersca@gnome.org>
|
||||
|
||||
* gdk/gdk.c: (gdk_arg_class_cb), (gdk_arg_name_cb),
|
||||
|
@ -1,4 +1,5 @@
|
||||
gdk_add_client_message_filter
|
||||
gdk_add_option_entries_libgtk_only
|
||||
gdk_atom_intern
|
||||
gdk_atom_name
|
||||
gdk_axis_use_get_type
|
||||
@ -325,6 +326,7 @@ gdk_pointer_grab
|
||||
gdk_pointer_grab_info_libgtk_only
|
||||
gdk_pointer_is_grabbed
|
||||
gdk_pointer_ungrab
|
||||
gdk_pre_parse_libgtk_only
|
||||
gdk_property_change
|
||||
gdk_property_delete
|
||||
gdk_property_get
|
||||
|
@ -944,6 +944,7 @@ gtk_get_current_event_state
|
||||
gtk_get_current_event_time
|
||||
gtk_get_default_language
|
||||
gtk_get_event_widget
|
||||
gtk_get_option_group
|
||||
gtk_grab_add
|
||||
gtk_grab_get_current
|
||||
gtk_grab_remove
|
||||
@ -1151,6 +1152,7 @@ gtk_init_check
|
||||
#ifdef G_OS_WIN32
|
||||
gtk_init_check_abi_check
|
||||
#endif
|
||||
gtk_init_with_args
|
||||
gtk_input_add_full
|
||||
gtk_input_dialog_get_type
|
||||
gtk_input_dialog_new
|
||||
|
Loading…
Reference in New Issue
Block a user