forked from AuroraMiddleware/gtk
Symbol exporting fixes
This commit is contained in:
parent
b131de1293
commit
140e884868
@ -1807,7 +1807,7 @@ _gtk_tree_view_accessible_toggle_visibility (GtkTreeView *treeview,
|
||||
id);
|
||||
}
|
||||
|
||||
GtkTreeViewColumn *
|
||||
static GtkTreeViewColumn *
|
||||
get_effective_focus_column (GtkTreeView *treeview,
|
||||
GtkTreeViewColumn *column)
|
||||
{
|
||||
|
@ -603,13 +603,14 @@ gtk_color_button_set_color
|
||||
gtk_color_button_set_rgba
|
||||
gtk_color_button_set_title
|
||||
gtk_color_button_set_use_alpha
|
||||
gtk_color_chooser_add_palette
|
||||
gtk_color_chooser_dialog_get_type
|
||||
gtk_color_chooser_dialog_new
|
||||
gtk_color_chooser_get_color
|
||||
gtk_color_chooser_get_show_alpha
|
||||
gtk_color_chooser_get_rgba
|
||||
gtk_color_chooser_get_use_alpha
|
||||
gtk_color_chooser_get_type
|
||||
gtk_color_chooser_set_color
|
||||
gtk_color_chooser_set_show_alpha
|
||||
gtk_color_chooser_set_rgba
|
||||
gtk_color_chooser_set_use_alpha
|
||||
gtk_color_chooser_widget_get_type
|
||||
gtk_color_chooser_widget_new
|
||||
gtk_color_selection_dialog_get_color_selection
|
||||
|
@ -276,7 +276,7 @@ scale_round (gdouble value, gdouble scale)
|
||||
return (guint)value;
|
||||
}
|
||||
|
||||
gchar *
|
||||
static gchar *
|
||||
accessible_color_name (GdkRGBA *color)
|
||||
{
|
||||
if (color->alpha < 1.0)
|
||||
|
Loading…
Reference in New Issue
Block a user