Frame


Description:

[ CCode ( cname = "gimp_frame_new" , has_construct_function = false , type = "GtkWidget*" ) ]
[ Version ( since = "2.2" ) ]
public Frame (string? label)

Creates a Frame widget.

A Frame is a HIG-compliant variant of Frame. It doesn't render a frame at all but otherwise behaves like a frame. The frame's title is rendered in bold and the frame content is indented four spaces as suggested by the GNOME HIG (see https://developer.gnome.org/hig/stable/).

Parameters:

label

text to set as the frame's title label (or null for no title)

Returns:

a new Frame widget