Lines Matching defs:Label

22 type Label struct {  struct
23 Widget
27 func (v *Label) native() *C.GtkLabel {
68 func (v *Label) SetText(str string) {
77 func (v *Label) SetAttributes(attributes *pango.AttrList) {
82 func (v *Label) SetMarkup(str string) {
90 func (v *Label) SetMarkupWithMnemonic(str string) {
97 func (v *Label) SetPattern(patern string) {
104 func (v *Label) SetJustify(jtype Justification) {
109 func (v *Label) SetEllipsize(mode pango.EllipsizeMode) {
114 func (v *Label) GetWidthChars() int {
120 func (v *Label) SetWidthChars(nChars int) {
125 func (v *Label) GetMaxWidthChars() int {
131 func (v *Label) SetMaxWidthChars(nChars int) {
136 func (v *Label) GetLineWrap() bool {
142 func (v *Label) SetLineWrap(wrap bool) {
147 func (v *Label) SetLineWrapMode(wrapMode pango.WrapMode) {
158 func (v *Label) GetSelectable() bool {
164 func (v *Label) GetText() (string, error) {
173 func (v *Label) GetJustify() Justification {
179 func (v *Label) GetEllipsize() pango.EllipsizeMode {
185 func (v *Label) GetCurrentUri() string {
191 func (v *Label) GetTrackVisitedLinks() bool {
197 func (v *Label) SetTrackVisitedLinks(trackLinks bool) {
202 func (v *Label) GetAngle() float64 {
208 func (v *Label) SetAngle(angle float64) {
213 func (v *Label) GetSelectionBounds() (start, end int, nonEmpty bool) {
220 func (v *Label) GetSingleLineMode() bool {
226 func (v *Label) SetSingleLineMode(mode bool) {
231 func (v *Label) GetUseMarkup() bool {
237 func (v *Label) SetUseMarkup(use bool) {
242 func (v *Label) GetUseUnderline() bool {
248 func (v *Label) SetUseUnderline(use bool) {
265 func (v *Label) SelectRegion(startOffset, endOffset int) {
271 func (v *Label) SetSelectable(setting bool) {
276 func (v *Label) SetLabel(str string) {
283 func (v *Label) GetLabel() string {
292 func (v *Label) GetMnemonicKeyval() uint {
297 func (v *Label) SetMnemonicWidget(widget IWidget) {