mirror of
https://github.com/labwc/labwc.git
synced 2026-02-10 04:27:47 -05:00
parent
95dc4ac4b5
commit
c4d12bf5d9
3 changed files with 30 additions and 0 deletions
|
|
@ -127,6 +127,7 @@ struct view_impl {
|
|||
void (*minimize)(struct view *view, bool minimize);
|
||||
void (*move_to_front)(struct view *view);
|
||||
void (*move_to_back)(struct view *view);
|
||||
void (*shade)(struct view *view, bool shaded);
|
||||
struct view *(*get_root)(struct view *self);
|
||||
void (*append_children)(struct view *self, struct wl_array *children);
|
||||
struct view_size_hints (*get_size_hints)(struct view *self);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue