widget-factory: Add some animation in a popover

This commit is contained in:
Matthias Clasen 2019-05-24 11:38:54 +00:00
parent beedec1904
commit e95e39cbd3
2 changed files with 5 additions and 1 deletions

View File

@ -1903,6 +1903,9 @@ activate (GApplication *app)
g_signal_connect (adj, "value-changed", G_CALLBACK (adjustment3_value_changed), widget);
g_signal_connect (adj, "value-changed", G_CALLBACK (adjustment3_value_changed), widget2);
widget = (GtkWidget *)gtk_builder_get_object (builder, "extra_info_entry");
g_timeout_add (100, (GSourceFunc)pulse_it, widget);
gtk_widget_show (GTK_WIDGET (window));
g_object_unref (builder);

View File

@ -3403,8 +3403,9 @@ bad things might happen.</property>
</object>
</child>
<child>
<object class="GtkEntry">
<object class="GtkEntry" id="extra_info_entry">
<property name="placeholder-text">Tell me anything…</property>
<property name="progress-fraction">0.2</property>
</object>
</child>
<layout>