mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-11 06:35:32 +00:00
new file, adds Frame () constructor which creates a frame without label
svn path=/trunk/gtk-sharp/; revision=10790
This commit is contained in:
parent
854fd22859
commit
735c99ee96
13
gtk/Frame.custom
Normal file
13
gtk/Frame.custom
Normal file
|
@ -0,0 +1,13 @@
|
|||
//
|
||||
// Gtk.ScrolledWindow.custom - Gtk ScrolledWindow class customizations
|
||||
//
|
||||
// Author: Radek Doulik (rodo@ximian.com)
|
||||
//
|
||||
// Copyright (C) 2002 Ximian, Inc.
|
||||
//
|
||||
// This code is inserted after the automatically generated code.
|
||||
//
|
||||
public Frame()
|
||||
{
|
||||
Raw = gtk_frame_new (null);
|
||||
}
|
Loading…
Reference in a new issue