File: Justification.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 (76 lines) | stat: -rw-r--r-- 3,031 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
<Type Name="Justification" FullName="Gtk.Justification">
  <TypeSignature Language="C#" Maintainer="Duncan Mak" Value="public enum Justification" />
  <TypeSignature Language="ILAsm" Value=".class public auto ansi sealed Justification extends System.Enum" />
  <AssemblyInfo>
    <AssemblyName>gtk-sharp</AssemblyName>
    <AssemblyPublicKey>
    </AssemblyPublicKey>
  </AssemblyInfo>
  <ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
  <Base>
    <BaseTypeName>System.Enum</BaseTypeName>
  </Base>
  <Attributes>
    <Attribute>
      <AttributeName>GLib.GType(typeof(Gtk.JustificationGType))</AttributeName>
    </Attribute>
  </Attributes>
  <Docs>
    <summary>Used for justifying the text inside a <see cref="T:Gtk.Label" /> widget.</summary>
    <remarks />
  </Docs>
  <Members>
    <Member MemberName="Center">
      <MemberSignature Language="C#" Value="Center" />
      <MemberSignature Language="ILAsm" Value=".field public static literal valuetype Gtk.Justification Center = int32(2)" />
      <MemberType>Field</MemberType>
      <ReturnValue>
        <ReturnType>Gtk.Justification</ReturnType>
      </ReturnValue>
      <Parameters />
      <Docs>
        <summary>The text is placed in the center of the <see cref="T:Gtk.Label" />.</summary>
        <remarks />
      </Docs>
    </Member>
    <Member MemberName="Fill">
      <MemberSignature Language="C#" Value="Fill" />
      <MemberSignature Language="ILAsm" Value=".field public static literal valuetype Gtk.Justification Fill = int32(3)" />
      <MemberType>Field</MemberType>
      <ReturnValue>
        <ReturnType>Gtk.Justification</ReturnType>
      </ReturnValue>
      <Parameters />
      <Docs>
        <summary>The text is placed is distributed across the <see cref="T:Gtk.Label" />.</summary>
        <remarks />
      </Docs>
    </Member>
    <Member MemberName="Left">
      <MemberSignature Language="C#" Value="Left" />
      <MemberSignature Language="ILAsm" Value=".field public static literal valuetype Gtk.Justification Left = int32(0)" />
      <MemberType>Field</MemberType>
      <ReturnValue>
        <ReturnType>Gtk.Justification</ReturnType>
      </ReturnValue>
      <Parameters />
      <Docs>
        <summary>The text is placed at the left edge of the <see cref="T:Gtk.Label" />.</summary>
        <remarks />
      </Docs>
    </Member>
    <Member MemberName="Right">
      <MemberSignature Language="C#" Value="Right" />
      <MemberSignature Language="ILAsm" Value=".field public static literal valuetype Gtk.Justification Right = int32(1)" />
      <MemberType>Field</MemberType>
      <ReturnValue>
        <ReturnType>Gtk.Justification</ReturnType>
      </ReturnValue>
      <Parameters />
      <Docs>
        <summary>The text is placed at the right edge of the <see cref="T:Gtk.Label" />.</summary>
        <remarks />
      </Docs>
    </Member>
  </Members>
</Type>