forked from AuroraMiddleware/gtk
Add new GdkRGBA apis to gtk.symbols
This commit is contained in:
parent
9c60da8978
commit
c406b6ed22
@ -681,6 +681,7 @@ gtk_cell_view_new_with_markup
|
||||
gtk_cell_view_new_with_pixbuf
|
||||
gtk_cell_view_new_with_text
|
||||
gtk_cell_view_set_background_color
|
||||
gtk_cell_view_set_background_rgba
|
||||
gtk_cell_view_set_displayed_row
|
||||
gtk_cell_view_set_model
|
||||
#endif
|
||||
@ -749,6 +750,7 @@ gtk_clipboard_wait_is_target_available
|
||||
#if IN_FILE(__GTK_COLOR_BUTTON_C__)
|
||||
gtk_color_button_get_alpha
|
||||
gtk_color_button_get_color
|
||||
gtk_color_button_get_rgba
|
||||
gtk_color_button_get_title
|
||||
gtk_color_button_get_type G_GNUC_CONST
|
||||
gtk_color_button_get_use_alpha
|
||||
@ -757,6 +759,7 @@ gtk_color_button_new_with_color
|
||||
gtk_color_button_new_with_rgba
|
||||
gtk_color_button_set_alpha
|
||||
gtk_color_button_set_color
|
||||
gtk_color_button_set_rgba
|
||||
gtk_color_button_set_title
|
||||
gtk_color_button_set_use_alpha
|
||||
#endif
|
||||
@ -766,10 +769,12 @@ gtk_color_button_set_use_alpha
|
||||
#if IN_FILE(__GTK_COLOR_SELECTION_C__)
|
||||
gtk_color_selection_get_current_alpha
|
||||
gtk_color_selection_get_current_color
|
||||
gtk_color_selection_get_current_rgba
|
||||
gtk_color_selection_get_has_opacity_control
|
||||
gtk_color_selection_get_has_palette
|
||||
gtk_color_selection_get_previous_alpha
|
||||
gtk_color_selection_get_previous_color
|
||||
gtk_color_selection_get_previous_rgba
|
||||
gtk_color_selection_get_type G_GNUC_CONST
|
||||
gtk_color_selection_is_adjusting
|
||||
gtk_color_selection_new
|
||||
@ -778,10 +783,12 @@ gtk_color_selection_palette_to_string
|
||||
gtk_color_selection_set_change_palette_with_screen_hook
|
||||
gtk_color_selection_set_current_alpha
|
||||
gtk_color_selection_set_current_color
|
||||
gtk_color_selection_set_current_rgba
|
||||
gtk_color_selection_set_has_opacity_control
|
||||
gtk_color_selection_set_has_palette
|
||||
gtk_color_selection_set_previous_alpha
|
||||
gtk_color_selection_set_previous_color
|
||||
gtk_color_selection_set_previous_rgba
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user