aboutsummaryrefslogtreecommitdiff
path: root/src/ui.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.hh')
-rw-r--r--src/ui.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ui.hh b/src/ui.hh
index ebe6b9f3..b42b2ab6 100644
--- a/src/ui.hh
+++ b/src/ui.hh
@@ -168,6 +168,9 @@ public:
void paste_url();
void set_panelmode(UIPanelmode mode);
UIPanelmode get_panelmode();
+ int get_panelsize() { return PanelSize; }
+ int get_smallicons() { return Small_Icons; }
+ void change_panel(int new_size, int small_icons);
void findbar_toggle(bool add);
void fullscreen_toggle();
@@ -177,7 +180,6 @@ public:
void pointerOnLink(int flag) { PointerOnLink = flag; }
// Hooks to method callbacks
- void panel_cb_i();
void color_change_cb_i();
void toggle_cb_i();
void panelmode_cb_i();