X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Ftint2conf%2Fproperties.h;h=e9bec9cac5b309f72096921cd3cb453466c30855;hb=18263677f188f648086e840141a64ec208a8002a;hp=4c0ed363d540454da245a97fa5abd2958e7df5ed;hpb=28fea9690c8f71dbe1ab4da63e915cf292f54094;p=chaz%2Ftint2 diff --git a/src/tint2conf/properties.h b/src/tint2conf/properties.h index 4c0ed36..e9bec9c 100644 --- a/src/tint2conf/properties.h +++ b/src/tint2conf/properties.h @@ -15,9 +15,12 @@ GtkWidget *taskbar_show_desktop, *taskbar_show_name, *taskbar_padding_x, *taskb GtkWidget *taskbar_name_padding_x, *taskbar_name_inactive_color, *taskbar_name_active_color, *taskbar_name_font; // task +GtkWidget *task_mouse_middle, *task_mouse_right, *task_mouse_scroll_up, *task_mouse_scroll_down; +GtkWidget *task_show_icon, *task_show_text, *task_align_center, *task_font_shadow; +GtkWidget *task_maximum_width, *task_maximum_height, *task_padding_x, *task_padding_y, *task_font; // clock -GtkWidget *clock_format_line1, *clock_format_line2, *clock_format_tooltip, *clock_tmz_line1, *clock_tmz_line2, *clock_tmz_tooltip; +GtkWidget *clock_format_line1, *clock_format_line2, *clock_tmz_line1, *clock_tmz_line2; GtkWidget *clock_left_command, *clock_right_command; GtkWidget *clock_padding_x, *clock_padding_y, *clock_font_line1, *clock_font_line2, *clock_font_color; @@ -30,8 +33,12 @@ GtkWidget *systray_icon_order, *systray_padding_x, *systray_padding_y, *systray GtkWidget *systray_icon_size, *systray_icon_opacity, *systray_icon_saturation, *systray_icon_brightness; // tooltip +GtkWidget *tooltip_padding_x, *tooltip_padding_y, *tooltip_font, *tooltip_font_color; +GtkWidget *tooltip_task_show, *tooltip_show_after, *tooltip_hide_after; +GtkWidget *clock_format_tooltip, *clock_tmz_tooltip; // launcher +GtkWidget *launcher_icon_size, *launcher_icon_theme, *launcher_padding_x, *launcher_padding_y, *launcher_spacing; // background GtkWidget *combo_background;