File: Menu%2BMenuChild.xml

package info (click to toggle)
gtk-sharp3 2.99.3-4.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 25,488 kB
  • sloc: xml: 308,885; cs: 38,796; sh: 11,336; perl: 1,295; makefile: 1,099; ansic: 903
file content (107 lines) | stat: -rw-r--r-- 4,425 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<Type Name="Menu+MenuChild" FullName="Gtk.Menu+MenuChild">
  <TypeSignature Language="C#" Value="public class Menu.MenuChild : Gtk.Container.ContainerChild" />
  <TypeSignature Language="ILAsm" Value=".class nested public auto ansi beforefieldinit Menu/MenuChild extends Gtk.Container/ContainerChild" />
  <AssemblyInfo>
    <AssemblyName>gtk-sharp</AssemblyName>
  </AssemblyInfo>
  <Base>
    <BaseTypeName>Gtk.Container+ContainerChild</BaseTypeName>
  </Base>
  <Interfaces />
  <Docs>
    <summary>A child of a <see cref="T:Gtk.Menu" />, used to interact with its container child properties.</summary>
    <remarks>
    </remarks>
    <since version="Gtk# 2.4" />
  </Docs>
  <Members>
    <Member MemberName=".ctor">
      <MemberSignature Language="C#" Value="protected MenuChild (Gtk.Container parent, Gtk.Widget child);" />
      <MemberSignature Language="ILAsm" Value=".method familyorassemblyhidebysig specialname rtspecialname instance void .ctor(class Gtk.Container parent, class Gtk.Widget child) cil managed" />
      <MemberType>Constructor</MemberType>
      <Parameters>
        <Parameter Name="parent" Type="Gtk.Container" />
        <Parameter Name="child" Type="Gtk.Widget" />
      </Parameters>
      <Docs>
        <param name="parent">To be added.</param>
        <param name="child">To be added.</param>
        <summary>To be added.</summary>
        <remarks>To be added.</remarks>
        <since version="Gtk# 3.0" />
      </Docs>
    </Member>
    <Member MemberName="BottomAttach">
      <MemberSignature Language="C#" Value="public int BottomAttach { get; set; }" />
      <MemberSignature Language="ILAsm" Value=".property instance int32 BottomAttach" />
      <MemberType>Property</MemberType>
      <Attributes>
        <Attribute>
          <AttributeName>Gtk.ChildProperty("bottom-attach")</AttributeName>
        </Attribute>
      </Attributes>
      <ReturnValue>
        <ReturnType>System.Int32</ReturnType>
      </ReturnValue>
      <Docs>
        <summary>The row that the bottom of the menu item is attached to.</summary>
        <value>the row</value>
        <remarks>See <see cref="M:Gtk.Menu.Attach" /> for more details</remarks>
      </Docs>
    </Member>
    <Member MemberName="LeftAttach">
      <MemberSignature Language="C#" Value="public int LeftAttach { get; set; }" />
      <MemberSignature Language="ILAsm" Value=".property instance int32 LeftAttach" />
      <MemberType>Property</MemberType>
      <Attributes>
        <Attribute>
          <AttributeName>Gtk.ChildProperty("left-attach")</AttributeName>
        </Attribute>
      </Attributes>
      <ReturnValue>
        <ReturnType>System.Int32</ReturnType>
      </ReturnValue>
      <Docs>
        <summary>The column that the left side of the menu item is attached to.</summary>
        <value>the column</value>
        <remarks>See <see cref="M:Gtk.Menu.Attach" /> for more details</remarks>
      </Docs>
    </Member>
    <Member MemberName="RightAttach">
      <MemberSignature Language="C#" Value="public int RightAttach { get; set; }" />
      <MemberSignature Language="ILAsm" Value=".property instance int32 RightAttach" />
      <MemberType>Property</MemberType>
      <Attributes>
        <Attribute>
          <AttributeName>Gtk.ChildProperty("right-attach")</AttributeName>
        </Attribute>
      </Attributes>
      <ReturnValue>
        <ReturnType>System.Int32</ReturnType>
      </ReturnValue>
      <Docs>
        <summary>The column that the right side of the menu item is attached to.</summary>
        <value>the column</value>
        <remarks>See <see cref="M:Gtk.Menu.Attach" /> for more details</remarks>
      </Docs>
    </Member>
    <Member MemberName="TopAttach">
      <MemberSignature Language="C#" Value="public int TopAttach { get; set; }" />
      <MemberSignature Language="ILAsm" Value=".property instance int32 TopAttach" />
      <MemberType>Property</MemberType>
      <Attributes>
        <Attribute>
          <AttributeName>Gtk.ChildProperty("top-attach")</AttributeName>
        </Attribute>
      </Attributes>
      <ReturnValue>
        <ReturnType>System.Int32</ReturnType>
      </ReturnValue>
      <Docs>
        <summary>The row that the top of the menu item is attached to.</summary>
        <value>the row</value>
        <remarks>See <see cref="M:Gtk.Menu.Attach" /> for more details</remarks>
      </Docs>
    </Member>
  </Members>
</Type>