~elementary-pantheon/appcenter/changelog-appstream

« back to all changes in this revision

Viewing changes to src/Views/View.vala

  • Committer: RabbitBot
  • Author(s): Jeremy Wootten
  • Date: 2016-09-19 00:45:55 UTC
  • mfrom: (278.4.2 category-header)
  • Revision ID: rabbitbot-20160919004555-grjlqzvtqtz3xpo1
Show name of category in centre of headerbar when listing apps in a particular category.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 */
20
20
 
21
21
public abstract class AppCenter.View : Gtk.Stack {
22
 
    public signal void subview_entered (string view_name);
 
22
    public signal void subview_entered (string view_name, string? custom_title = null);
23
23
 
24
24
    construct {
25
25
        get_style_context ().add_class (Gtk.STYLE_CLASS_VIEW);