Home
last modified time | relevance | path

Searched refs:normal_attributes (Results 1 – 8 of 8) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Daudio_clock.cc117 _layout->set_attributes (normal_attributes); in AudioClock()
244 normal_attributes.change (*foreground_attr); in set_colors()
249 _layout->set_attributes (normal_attributes); in set_colors()
544 _layout->set_attributes (normal_attributes); in end_edit()
552 _layout->set_attributes (normal_attributes); in end_edit()
766 _layout->set_attributes (normal_attributes); in end_edit_relative()
H A Daudio_clock.h152 Pango::AttrList normal_attributes; variable
/dports/deskutils/py-vobject/vobject-0.9.6.1/docs/build/lib/vobject/
H A Dbase.py523 normal_attributes = ['contents','name','behavior','parentBehavior','group'] variable in Component
531 if name not in self.normal_attributes and name.lower()==name:
549 if name not in self.normal_attributes and name.lower()==name:
H A Dicalendar.py322 normal_attributes = Component.normal_attributes + ['tzinfo'] variable in TimezoneComponent
/dports/deskutils/py-vobject/vobject-0.9.6.1/vobject/
H A Dbase.py533 normal_attributes = ['contents', 'name', 'behavior', 'parentBehavior', 'group'] variable in Component
542 if name not in self.normal_attributes and name.lower() == name:
560 if name not in self.normal_attributes and name.lower() == name:
H A Dicalendar.py326 normal_attributes = Component.normal_attributes + ['tzinfo'] variable in TimezoneComponent
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/vobject/vobject/
H A Dicalendar.pyi36 normal_attributes: Any
H A Dbase.pyi81 normal_attributes: Any