Home
last modified time | relevance | path

Searched refs:panel_get_height (Results 1 – 11 of 11) sorted by relevance

/dports/x11/lxpanel/lxpanel-0.9.3/plugins/kbled/
H A Dkbled.c137 1, 0, panel_get_height(panel)); in kbled_constructor()
222 1, 0, panel_get_height(panel)); in kbled_panel_configuration_changed()
/dports/x11/lxpanel/lxpanel-0.9.3/src/
H A Dpanel.h124 extern gint panel_get_height(LXPanel *panel);
H A Dpanel.h.in124 extern gint panel_get_height(LXPanel *panel);
H A Dicon-grid.c97 gint height = panel_get_height((LXPanel *)toplevel); in check_for_recalc()
H A Dpanel.c2035 gint panel_get_height(LXPanel *panel) in panel_get_height() function
/dports/x11/lxpanel/lxpanel-0.9.3/plugins/
H A Dpager.c49 int rows, r, h = panel_get_height(panel) - 2 * d->border; in on_realize()
H A Dtray.c641 3, 0, panel_get_height(panel)); in tray_constructor()
686 3, 0, panel_get_height(panel)); in tray_panel_configuration_changed()
H A Dlaunchtaskbar.c1034 panel_get_height(ltbp->panel)); in launchtaskbar_constructor_task()
1075 3, 0, panel_get_height(ltbp->panel)); in on_size_allocation()
1082 panel_get_height(ltbp->panel)); in on_size_allocation()
1137 height = panel_get_height(panel); in _launchtaskbar_constructor()
1848 int height = panel_get_height(panel); in launchtaskbar_panel_configuration_changed()
/dports/x11/lxpanel/lxpanel-0.9.3/plugins/weather/
H A Dweather.c299 pPanel->width, panel_get_height(pPanel), in weather_configuration_changed()
/dports/x11/lxpanel/lxpanel-0.9.3/plugins/batt/
H A Dbatt.c436 b->length = panel_get_height(b->panel);
/dports/x11/lxpanel/lxpanel-0.9.3/plugins/monitors/
H A Dmonitors.c182 gtk_widget_set_size_request(m->da, DEFAULT_WIDTH, panel_get_height(mp->panel)); in monitor_init()