mirror of
https://github.com/labwc/labwc.git
synced 2025-11-01 22:58:47 -04:00
view: Add view_min_size helper function
Signed-off-by: Joshua Ashton <joshua@froggi.es>
This commit is contained in:
parent
62123dc37e
commit
8652f97887
2 changed files with 29 additions and 0 deletions
|
|
@ -342,6 +342,7 @@ void view_update_title(struct view *view);
|
|||
void view_update_app_id(struct view *view);
|
||||
|
||||
void view_impl_map(struct view *view);
|
||||
void view_min_size(struct view *view, int *w, int *h);
|
||||
|
||||
void foreign_toplevel_handle_create(struct view *view);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue