Tizen Native API
Public Attributes
ug_cbs Struct Reference

Public Attributes

void(* layout_cb )(ui_gadget_h ug, enum ug_mode mode, void *priv)
void(* result_cb )(ui_gadget_h ug, app_control_h result, void *priv)
void(* destroy_cb )(ui_gadget_h ug, void *priv)
void(* end_cb )(ui_gadget_h ug, void *priv)
void * priv
void * reserved [3]

Detailed Description

The Structure type for UI gadget callback type.

Since :
2.3
See also:
ug_create()

Member Data Documentation

void(* ug_cbs::destroy_cb)(ui_gadget_h ug, void *priv)

Destroy callback

void(* ug_cbs::end_cb)(ui_gadget_h ug, void *priv)

End callback

void(* ug_cbs::layout_cb)(ui_gadget_h ug, enum ug_mode mode, void *priv)

Layout callback

void* ug_cbs::priv

Private data

void* ug_cbs::reserved[3]

Reserved operations

void(* ug_cbs::result_cb)(ui_gadget_h ug, app_control_h result, void *priv)

Result callback


Except as noted, this content - excluding the Code Examples - is licensed under Creative Commons Attribution 3.0 and all of the Code Examples contained herein are licensed under BSD-3-Clause.
For details, see the Content License