summaryrefslogtreecommitdiff
path: root/gladeui/glade-property-label.h
Commit message (Collapse)AuthorAgeFilesLines
* Headers cleanupJuan Pablo Ugarte2020-09-211-0/+1
| | | | Add missing copyright notes
* Rename GladePropertyClass to GladePropertyDef and declare it as boxedCorentin Noël2019-06-181-1/+1
|
* Fix tab/space identationJuan Pablo Ugarte2018-08-021-6/+6
|
* GladePropertyLabel: Added an option to append the ':' colon to the property nameTristan Van Berkom2013-04-141-0/+3
| | | | | Now we don't do it by default, allowing the check button property editor to use no colon appended.
* Added GladePropertyEditor interface.Tristan Van Berkom2013-04-141-2/+0
| | | | | This interface captures the common load_by_widget() semantics used by GladePropertyLabel, GladePropertyShell and GladeEditorProperty.
* Added more configurations to GladePropertyLabelTristan Van Berkom2013-04-141-3/+13
| | | | Now it notably has glade_property_label_load_by_widget().
* GladePropertyLabel: Added properties to customize the label and tooltip textTristan Van Berkom2013-04-141-0/+7
|
* Added new composite widget: GladePropertyLabel.Tristan Van Berkom2013-04-121-0/+64
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.