diff options
Diffstat (limited to 'src/ephy-tab.h')
-rw-r--r-- | src/ephy-tab.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ephy-tab.h b/src/ephy-tab.h index f341f6887..a21f0dfa5 100644 --- a/src/ephy-tab.h +++ b/src/ephy-tab.h @@ -99,6 +99,10 @@ void ephy_tab_get_size (EphyTab *tab, int *width, int *height); +void ephy_tab_set_size (EphyTab *tab, + int width, + int height); + const char *ephy_tab_get_status_message (EphyTab *tab); const char *ephy_tab_get_title (EphyTab *tab); |