mirror of
https://github.com/labwc/labwc.git
synced 2026-04-13 08:21:15 -04:00
[wip] only provide 2 functions: listeners_{init, remove}
This commit is contained in:
parent
7a2ea5b54c
commit
c15ab4e88f
4 changed files with 62 additions and 60 deletions
|
|
@ -38,10 +38,8 @@ struct view_impl {
|
|||
void (*maximize)(struct view *view, bool maximize);
|
||||
void (*move_to_front)(struct view *view);
|
||||
void (*move_to_back)(struct view *view);
|
||||
void (*setup_common_listeners)(struct view *view);
|
||||
void (*setup_specific_listeners)(struct view *view);
|
||||
void (*remove_common_listeners)(struct view *view);
|
||||
void (*remove_specific_listeners)(struct view *view);
|
||||
void (*listeners_init)(struct view *view);
|
||||
void (*listeners_remove)(struct view *view);
|
||||
};
|
||||
|
||||
struct view {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue