- /*
- * Copyright (c) 2012-2025 Daniele Bartolini et al.
- * SPDX-License-Identifier: GPL-3.0-or-later
- */
- namespace Crown
- {
- public class PanelWelcome : Gtk.Box
- {
- public PanelWelcome()
- {
- Object(orientation: Gtk.Orientation.HORIZONTAL, spacing: 0);
- }
- }
- } /* namespace Crown */
|