@property focus_custom_chain {
set {
/*@ No description supplied by the EAPI. */
+ values {
+ objs: list<Evas_Object*>*;
+ }
}
get {
/*@ No description supplied by the EAPI. */
- }
- values {
- objs: list<Evas_Object *> * @const_get;
+ values {
+ objs: const(list<Evas_Object*>)*;
+ }
}
}
@property can_focus {
ingroup Win
@since 1.9 */
legacy: elm_win_wm_rotation_available_rotations_set;
+ values {
+ rotations: const(int)*; /*@ The array of rotation value. */
+ count: uint; /*@ The size of the @param rotations array. */
+ }
}
get {
/*@
ingroup Win
@since 1.9 */
legacy: elm_win_wm_rotation_available_rotations_get;
+ values {
+ rotations: int*; /*@ The array of rotation value. */
+ count: uint; /*@ The size of the @param rotations array. */
+ }
return: bool;
}
- values {
- rotations: int * @const_set; /*@ The array of rotation value. */
- count: uint; /*@ The size of the @param rotations array. */
- }
}
@property quickpanel_zone {
set {
@ingroup Win
@since 1.8 */
+ values {
+ profiles: const(char)**; /*@ The string array of available profiles */
+ count: uint; /*@ The number of members in profiles */
+ }
}
get {
/*@
@ingroup Win
@since 1.8 */
+ values {
+ profiles: char**; /*@ The string array of available profiles */
+ count: uint; /*@ The number of members in profiles */
+ }
return: bool;
}
- values {
- profiles: char ** @const_set; /*@ The string array of available profiles */
- count: uint; /*@ The number of members in profiles */
- }
}
@property focus_highlight_enabled {
set {
@endcode
@ingroup Win */
+ values {
+ icon: Evas_Object* @nullable; /*@ The Evas image object to use for an icon */
+ }
}
get {
/*@
@return The icon object set
@ingroup Win */
- }
- values {
- icon: Evas_Object * @const_get @nullable; /*@ The Evas image object to use for an icon */
+ values {
+ icon: const(Evas_Object)* @nullable; /*@ The Evas image object to use for an icon */
+ }
}
}
@property quickpanel_priority_minor {