mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-24 19:15:29 +00:00
15 lines
312 B
Plaintext
15 lines
312 B
Plaintext
|
//
|
||
|
// Gnome.IconTextItem.custom - Gnome IconTextItem class customizations
|
||
|
//
|
||
|
// Author: Rachel Hestilow <hestilow@ximian.com>
|
||
|
//
|
||
|
// Copyright (C) 2002 Rachel Hestilow
|
||
|
//
|
||
|
// This code is inserted after the automatically generated code.
|
||
|
//
|
||
|
|
||
|
public IconTextItem (Gnome.CanvasGroup group) : base (group, Type)
|
||
|
{
|
||
|
}
|
||
|
|