mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-05-01 19:26:20 +00:00
14 lines
259 B
C#
14 lines
259 B
C#
using System;
|
|
using Gtk;
|
|
|
|
namespace Samples
|
|
{
|
|
[SectionAttribute(Name = "AboutDialog", Category = Category.Dialogs)]
|
|
class AboutDialogCategory : Box
|
|
{
|
|
public AboutDialogCategory() : base(Orientation.Vertical, 0)
|
|
{
|
|
|
|
}
|
|
}
|
|
} |