summaryrefslogtreecommitdiff
path: root/gladeui/glade-property-label.ui
Commit message (Collapse)AuthorAgeFilesLines
* gladeui/*.ui plugins/gtk+/*.ui: added license commentJuan Pablo Ugarte2013-12-111-1/+23
| | | | | | Added LGPL license comment at the beginning of every template UI file, set translation domain, gtk required version to 3.10, and ordered <requires> by dependency.
* GladePropertyLabel: No hard coded width anymore.Tristan Van Berkom2013-05-121-1/+0
|
* GladePropertyLabel: Set toplevel invisible by default.Tristan Van Berkom2013-04-121-1/+0
|
* Added new composite widget: GladePropertyLabel.Tristan Van Berkom2013-04-121-0/+44
Now GladeEditorProperty creates a GladePropertyLabel on demand if needed, instead of implementing the label itself. This will allow custom property editors to use the property labels in the interface defined with GtkBuilder script.