Next: Initial Properties, Up: Frame Properties [Contents][Index]
These functions let you read and change the properties of a frame.
This function returns a plist listing all the properties of frame and their values.
This function returns frame’s value for the property property, or default if there is no such property.
This function alters the properties of frame frame based on the elements of property list plist. If you don’t mention a property in plist, its value doesn’t change.
This function sets the property property of frame frame to the value value.