mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-13 04:10:13 +00:00
Add new api to gtk.symbols
Add newly added api gtk_accessible_set_widget() and gtk_message_dialog_get_message_area()
This commit is contained in:
parent
1801a65a84
commit
a681c37604
@ -135,6 +135,7 @@ gtk_accel_map_unlock_path
|
|||||||
gtk_accessible_connect_widget_destroyed
|
gtk_accessible_connect_widget_destroyed
|
||||||
gtk_accessible_get_type G_GNUC_CONST
|
gtk_accessible_get_type G_GNUC_CONST
|
||||||
gtk_accessible_get_widget
|
gtk_accessible_get_widget
|
||||||
|
gtk_accessible_set_widget
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -2101,6 +2102,7 @@ gtk_menu_tool_button_set_menu
|
|||||||
#if IN_FILE(__GTK_MESSAGE_DIALOG_C__)
|
#if IN_FILE(__GTK_MESSAGE_DIALOG_C__)
|
||||||
gtk_message_dialog_format_secondary_markup G_GNUC_PRINTF(2,3)
|
gtk_message_dialog_format_secondary_markup G_GNUC_PRINTF(2,3)
|
||||||
gtk_message_dialog_format_secondary_text G_GNUC_PRINTF(2,3)
|
gtk_message_dialog_format_secondary_text G_GNUC_PRINTF(2,3)
|
||||||
|
gtk_message_dialog_get_message_area
|
||||||
gtk_message_dialog_get_type G_GNUC_CONST
|
gtk_message_dialog_get_type G_GNUC_CONST
|
||||||
gtk_message_dialog_new G_GNUC_PRINTF(5,6)
|
gtk_message_dialog_new G_GNUC_PRINTF(5,6)
|
||||||
gtk_message_dialog_new_with_markup G_GNUC_PRINTF(5,6)
|
gtk_message_dialog_new_with_markup G_GNUC_PRINTF(5,6)
|
||||||
|
Loading…
Reference in New Issue
Block a user