ui/winui/App.xaml.h

Sun, 17 Nov 2024 10:37:06 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 17 Nov 2024 10:37:06 +0100
branch
newapi
changeset 386
a91e3f6db7cf
parent 205
b1ac0dd1d38b
permissions
-rw-r--r--

add gtk3 inactive pathbar css

// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.

#pragma once

#include "App.xaml.g.h"

namespace winrt::winui::implementation
{
    struct App : AppT<App>
    {
        App();

        void OnLaunched(Microsoft::UI::Xaml::LaunchActivatedEventArgs const&);

    private:
        winrt::Microsoft::UI::Xaml::Window window{ nullptr };
    };
}

mercurial