needed when using win traps to get the trap ctx at non-hookpoints
return pd->noblank;
}
+EOLIAN static void *
+_elm_win_trap_data_get(Eo *obj EINA_UNUSED, Elm_Win_Data *pd)
+{
+ return pd->trap_data;
+}
+
EAPI Evas_Object *
elm_win_util_standard_add(const char *name,
bool noblank; /*@ If true, the window is set to noblank */
}
}
+ trap_data {
+ get {
+ /*@
+
+ Get the trap data associated with a window
+ @since 1.12
+
+ @ingroup Win */
+ }
+ values {
+ void *trap_data; /*@ The trap data of the window */
+ }
+ }
}
methods {
constructor {