Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Child ¶
type Child struct { XMLName xml.Name `xml:"child"` Text string `xml:",chardata"` Object []Object `xml:"object"` Packing Packing `xml:"packing"` }
Child is a child of a GTK object
type Glade ¶
type Glade struct { XMLName xml.Name `xml:"interface"` Text string `xml:",chardata"` Requires struct { Text string `xml:",chardata"` Lib string `xml:"lib,attr"` Version string `xml:"version,attr"` } `xml:"requires"` Object []Object `xml:"object"` }
Glade represents a glade xml file
type Issue ¶
type Issue struct {
Description string
}
Issue encapsulates an error when validating a glade file
type Object ¶
type Object struct { Text string `xml:",chardata"` Class string `xml:"class,attr"` ID string `xml:"id,attr"` Property []Property `xml:"property"` Child []Child `xml:"child"` }
Object represents a GTK object
Click to show internal directories.
Click to hide internal directories.