mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-30 02:58:26 +08:00
export some functions
This commit is contained in:
parent
82c8438a05
commit
f3b1fe0b44
@ -482,9 +482,16 @@ ret_t window_manager_snap_prev_window(widget_t* widget, widget_t* prev_win, bitm
|
|||||||
dialog_highlighter_t* window_manager_get_dialog_highlighter(widget_t* widget);
|
dialog_highlighter_t* window_manager_get_dialog_highlighter(widget_t* widget);
|
||||||
|
|
||||||
widget_t* window_manager_create(void);
|
widget_t* window_manager_create(void);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @method window_manager_destroy
|
||||||
|
*/
|
||||||
ret_t window_manager_destroy(widget_t* widget);
|
ret_t window_manager_destroy(widget_t* widget);
|
||||||
|
|
||||||
/*helper for sub class*/
|
/*helper for sub class*/
|
||||||
|
/**
|
||||||
|
* @method window_manager_init
|
||||||
|
*/
|
||||||
widget_t* window_manager_init(window_manager_t* wm, const widget_vtable_t* wvt,
|
widget_t* window_manager_init(window_manager_t* wm, const widget_vtable_t* wvt,
|
||||||
const window_manager_vtable_t* vt);
|
const window_manager_vtable_t* vt);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user