Class NotebookPage
- Namespace
- Gtk
- Assembly
- Gtk-4.0.dll
public class NotebookPage : Object, IDisposable, GTypeProvider, InstanceFactory
- Inheritance
-
NotebookPage
- Implements
-
- Inherited Members
-
Constructors
NotebookPage(params ConstructArgument[])
public NotebookPage(params ConstructArgument[] constructArguments)
Parameters
constructArguments
ConstructArgument[]
NotebookPage(NotebookPageHandle)
public NotebookPage(NotebookPageHandle handle)
Parameters
handle
NotebookPageHandle
Fields
ChildPropertyDefinition
public static readonly Property<Widget?, NotebookPage> ChildPropertyDefinition
Field Value
- Property<Widget, NotebookPage>
DetachablePropertyDefinition
public static readonly Property<bool, NotebookPage> DetachablePropertyDefinition
Field Value
- Property<bool, NotebookPage>
public static readonly Property<string?, NotebookPage> MenuLabelPropertyDefinition
Field Value
- Property<string, NotebookPage>
public static readonly Property<Widget?, NotebookPage> MenuPropertyDefinition
Field Value
- Property<Widget, NotebookPage>
PositionPropertyDefinition
public static readonly Property<int, NotebookPage> PositionPropertyDefinition
Field Value
- Property<int, NotebookPage>
ReorderablePropertyDefinition
public static readonly Property<bool, NotebookPage> ReorderablePropertyDefinition
Field Value
- Property<bool, NotebookPage>
TabExpandPropertyDefinition
public static readonly Property<bool, NotebookPage> TabExpandPropertyDefinition
Field Value
- Property<bool, NotebookPage>
TabFillPropertyDefinition
public static readonly Property<bool, NotebookPage> TabFillPropertyDefinition
Field Value
- Property<bool, NotebookPage>
TabLabelPropertyDefinition
public static readonly Property<string?, NotebookPage> TabLabelPropertyDefinition
Field Value
- Property<string, NotebookPage>
TabPropertyDefinition
public static readonly Property<Widget?, NotebookPage> TabPropertyDefinition
Field Value
- Property<Widget, NotebookPage>
Properties
Child
public Widget? Child { get; }
Property Value
- Widget
Detachable
public bool Detachable { get; set; }
Property Value
- bool
public Widget? Menu { get; }
Property Value
- Widget
public string? MenuLabel { get; set; }
Property Value
- string
Position
public int Position { get; set; }
Property Value
- int
Reorderable
public bool Reorderable { get; set; }
Property Value
- bool
Tab
public Widget? Tab { get; }
Property Value
- Widget
TabExpand
public bool TabExpand { get; set; }
Property Value
- bool
TabFill
public bool TabFill { get; set; }
Property Value
- bool
TabLabel
public string? TabLabel { get; set; }
Property Value
- string
Methods
GetChild()
Returns
- Widget
GetGType()
public static Type GetGType()
Returns
- Type