#include <mgutils.h>
Skin item operations
Definition at line 1444 of file mgutils.h.
◆ deinit
Operations for deinitialization.
Definition at line 1449 of file mgutils.h.
◆ draw_attached
Operations for item drawing.
Definition at line 1459 of file mgutils.h.
◆ draw_bg
Operations for item drawing.
Definition at line 1457 of file mgutils.h.
◆ get_value
Operations for getting item value. For button item, value is the click status, non-zero for clicked or checked. For slider, value is the position. For label item, value is the label text. For control item, value is the handle to control.
Definition at line 1468 of file mgutils.h.
◆ init
Operations for initialization.
Definition at line 1447 of file mgutils.h.
◆ item_msg_proc
| int(* item_msg_proc) (skin_item_t *item, int message, WPARAM wparam, LPARAM lparam) |
◆ on_create
Operations when creating the skin window.
Definition at line 1452 of file mgutils.h.
◆ on_destroy
Operations when destroying the skin window.
Definition at line 1454 of file mgutils.h.
◆ set_value
Operations for setting item value. For button item, value is the click status, non-zero for clicked or checked. For slider, value is the position. For label item, value is the label text. For control item, value is the handle to control.
Definition at line 1476 of file mgutils.h.
The documentation for this struct was generated from the following file: