Home
last modified time | relevance | path

Searched refs:sel_label (Results 1 – 15 of 15) sorted by relevance

/dports/devel/efl/efl-1.25.1/data/elementary/themes/edc/
H A Dtasks.edc67 part { name: "sel_label"; type: TEXT; mouse_events: 0;
264 target: "sel_label";
270 target: "sel_label";
354 part { name: "sel_label";
H A Dfileman.edc2240 part { name: "sel_label"; type: TEXT; mouse_events: 0;
2292 target: "sel_label";
2299 target: "sel_label";
/dports/x11-themes/plata-theme/plata-theme-1dd0953f1d6a35777388d39f46e2428c038042be/src/gtk/sass/2.0/
H A D_gtk2-colors.scss13 sel_lb: $sel_label;
/dports/x11-themes/plata-theme/plata-theme-1dd0953f1d6a35777388d39f46e2428c038042be/src/gtk/sass/common/
H A D_misc.scss2167 color: $sel_label;
2177 background-image: image(mix($sel_label,
2182 background-image: image(mix($sel_label,
2184 color: $sel_label;
2322 @include button(flat-normal, $tc: $sel_label);
2544 color: $sel_label;
2547 image { color: $sel_label; }
2779 color: $sel_label;
2782 label.category-label { color: $sel_label; }
3259 color: $sel_label;
[all …]
H A D_colors.scss87 $sel_label: if($variant == dark, variable
/dports/x11-themes/plata-theme/plata-theme-1dd0953f1d6a35777388d39f46e2428c038042be/src/shell/sass/common/
H A D_colors.scss62 $sel_label: if($variant == dark, variable
/dports/x11-themes/plata-theme/plata-theme-1dd0953f1d6a35777388d39f46e2428c038042be/src/shell/sass/cinnamon/
H A D_common.scss393 &-menu-item-dot { color: $sel_label; } // = ornament
1400 color: $sel_label;
1881 color: $sel_label;
2373 color: $sel_label;
/dports/multimedia/lives/lives-3.2.0/src/
H A Dmultitrack.h287 LiVESWidget *sel_label; member
H A Dgui.c197 lives_widget_set_bg_color(mainw->sel_label, LIVES_WIDGET_STATE_NORMAL, colb); in set_colours()
322 lives_widget_set_fg_color(mainw->sel_label, LIVES_WIDGET_STATE_NORMAL, colf); in set_colours()
359 lives_widget_set_fg_color(mainw->sel_label, LIVES_WIDGET_STATE_NORMAL, colf); in set_colours()
2150 mainw->sel_label = lives_standard_label_new(NULL); in create_LiVES()
2152 set_sel_label(mainw->sel_label); in create_LiVES()
2154 lives_box_pack_start(LIVES_BOX(hbox), mainw->sel_label, FALSE, FALSE, 0); in create_LiVES()
H A Dmainwindow.h1227 LiVESWidget *sel_label; member
H A Dutils.c4838 void set_sel_label(LiVESWidget * sel_label) { in set_sel_label() argument
4843 lives_label_set_text(LIVES_LABEL(sel_label), _("-------------Selection------------")); in set_sel_label()
4850 lives_label_set_text(LIVES_LABEL(sel_label), in set_sel_label()
4856 lives_widget_queue_draw(sel_label); in set_sel_label()
H A Dmain.c9625 set_sel_label(mainw->sel_label);
9749 set_sel_label(mainw->sel_label);
10225 set_sel_label(mainw->sel_label);
H A Dmultitrack.c4886 mt->sel_label = lives_standard_label_new(NULL); in mt_init_start_end_spins()
4888 set_sel_label(mt->sel_label); in mt_init_start_end_spins()
4889 lives_box_pack_start(LIVES_BOX(hbox), mt->sel_label, FALSE, FALSE, 0); in mt_init_start_end_spins()
6409 lives_widget_apply_theme(mt->sel_label, LIVES_WIDGET_STATE_NORMAL); in set_mt_colours()
H A Dcallbacks.c9776 set_sel_label(mainw->sel_label);
9843 set_sel_label(mainw->sel_label);
/dports/x11-toolkits/gtk20/gtk+-2.24.33/tests/
H A Dtestgtk.c6797 static GtkWidget *sel_label; variable
6841 gtk_label_set_text (GTK_LABEL (sel_label), buf); in after_press()
7697 sel_label = gtk_label_new (buf); in create_ctree()
7698 gtk_box_pack_end (GTK_BOX (hbox2), sel_label, FALSE, TRUE, 5); in create_ctree()