Home
last modified time | relevance | path

Searched refs:bottom_spacer (Results 1 – 14 of 14) sorted by relevance

/dports/sysutils/gkrellm2/gkrellm-2.3.11/src/
H A Dwinops-win32.c231 if (mp->bottom_spacer.image) in draw_rootpixmap_onto_transparent_spacers()
234 gdk_draw_rectangle(mp->bottom_spacer.pixmap, trans_gc, TRUE, 0, 0, in draw_rootpixmap_onto_transparent_spacers()
235 _GK.chart_width, mp->bottom_spacer.height); in draw_rootpixmap_onto_transparent_spacers()
237 if (mp->bottom_spacer.mask) in draw_rootpixmap_onto_transparent_spacers()
239 gdk_gc_set_clip_mask(_GK.text_GC, mp->bottom_spacer.mask); in draw_rootpixmap_onto_transparent_spacers()
240 gdk_draw_drawable(mp->bottom_spacer.pixmap, _GK.text_GC, in draw_rootpixmap_onto_transparent_spacers()
241 mp->bottom_spacer.clean_pixmap, 0, 0, 0, 0, _GK.chart_width, in draw_rootpixmap_onto_transparent_spacers()
242 mp->bottom_spacer.height); in draw_rootpixmap_onto_transparent_spacers()
245 gtk_image_set_from_pixmap(GTK_IMAGE(mp->bottom_spacer.image), in draw_rootpixmap_onto_transparent_spacers()
246 mp->bottom_spacer.pixmap, NULL); in draw_rootpixmap_onto_transparent_spacers()
H A Dwinops-x11.c586 if (cp->bottom_spacer.pixmap)
592 if (cp->transparency == 2 && cp->bottom_spacer.mask)
596 cp->bottom_spacer.clean_pixmap, 0, 0, 0, 0,
600 cp->bottom_spacer.pixmap, NULL);
662 if (mp->bottom_spacer.image)
664 x = xr + mp->bottom_spacer.image->allocation.x;
665 y = yr + mp->bottom_spacer.image->allocation.y;
669 if (mp->bottom_spacer.mask)
673 mp->bottom_spacer.clean_pixmap, 0, 0, 0, 0,
674 _GK.chart_width, mp->bottom_spacer.height);
[all …]
H A Dmain.c959 h_left = mp->bottom_spacer.height; in draw_frame_caps()
961 h_right = mp->bottom_spacer.height; in draw_frame_caps()
1358 bottom_spacer = &mp->bottom_spacer; in render_monitor_spacers()
1361 if (bottom_spacer->image) in render_monitor_spacers()
1377 if (bottom_spacer->piximage) in render_monitor_spacers()
1379 if (bottom_spacer->height < 0) in render_monitor_spacers()
1388 gtk_widget_hide(bottom_spacer->vbox); in render_monitor_spacers()
1403 bs = &mp->bottom_spacer; in gkrellm_spacers_set_types()
1458 if (mp->bottom_spacer.piximage) in gkrellm_spacers_show()
1460 gtk_widget_show(mp->bottom_spacer.vbox); in gkrellm_spacers_show()
[all …]
H A Dconfig.c862 if (!mp->bottom_spacer.piximage)
864 gkrellm_set_piximage_border(mp->bottom_spacer.piximage,
1155 &mon->privat->bottom_spacer.piximage, subdir);
1202 mon->privat->bottom_spacer.height = atoi(s);
1306 destroy_piximage(&mon->privat->bottom_spacer.piximage);
1374 &mon->privat->bottom_spacer.piximage, NULL);
1381 &mon->privat->bottom_spacer.piximage, NULL);
1388 &mon->privat->bottom_spacer.piximage, NULL);
1395 &mon->privat->bottom_spacer.piximage, NULL);
1402 &mon->privat->bottom_spacer.piximage, NULL);
[all …]
H A Dchart.c1302 gkrellm_free_pixmap(&cp->bottom_spacer.clean_pixmap);
1303 gkrellm_free_pixmap(&cp->bottom_spacer.pixmap);
1304 gkrellm_free_bitmap(&cp->bottom_spacer.mask);
1342 if (cp->bottom_spacer.image)
1343 h_spacers += cp->bottom_spacer.height;
1651 if (cp->bottom_spacer.image)
1652 h_spacers += cp->bottom_spacer.height;
1673 if (cp->bottom_spacer.image)
1674 h_spacers += cp->bottom_spacer.height;
1734 bs = &cp->bottom_spacer;
[all …]
H A Dgkrellm.h699 bottom_spacer; member
1052 bottom_spacer; member
H A Dplugins.c819 plugin->privat->bottom_spacer.vbox = gtk_vbox_new(FALSE, 0); in gkrellm_place_plugin()
1010 if (mp->bottom_spacer.image) in disable_plugin()
1011 gtk_widget_destroy(mp->bottom_spacer.image); in disable_plugin()
1012 mp->bottom_spacer.image = NULL; in disable_plugin()
/dports/devel/efl/efl-1.25.1/data/elementary/themes/edc/
H A Ddeskmirror.edc20 custom_state(PART:"bottom_spacer", "default", 0.0);
21 set_state_val(PART:"bottom_spacer", STATE_REL1, 0.0, 1.0 - sc);
22 set_state(PART:"bottom_spacer", "custom", 0.0);
44 part { name: "bottom_spacer"; type: SPACER;
167 rel1.to: "bottom_spacer";
168 rel2.to: "bottom_spacer";
/dports/deskutils/mate-notification-daemon/mate-notification-daemon-1.26.0/src/themes/nodoka/
H A Dnodoka-theme.c55 GtkWidget *bottom_spacer; member
271 gtk_widget_hide(windata->bottom_spacer); in update_spacers()
276 gtk_widget_show(windata->bottom_spacer); in update_spacers()
286 gtk_widget_hide(windata->bottom_spacer); in update_spacers()
793 windata->bottom_spacer = gtk_image_new(); in create_notification()
794 gtk_box_pack_start(GTK_BOX(main_vbox), windata->bottom_spacer, in create_notification()
796 gtk_widget_set_size_request(windata->bottom_spacer, -1, in create_notification()
/dports/deskutils/mate-notification-daemon/mate-notification-daemon-1.26.0/src/themes/standard/
H A Dtheme.c36 GtkWidget* bottom_spacer; member
591 gtk_widget_hide(windata->bottom_spacer); in update_spacers()
596 gtk_widget_show(windata->bottom_spacer); in update_spacers()
606 gtk_widget_hide(windata->bottom_spacer); in update_spacers()
710 windata->bottom_spacer = gtk_image_new(); in create_notification()
711 gtk_box_pack_start(GTK_BOX(main_vbox), windata->bottom_spacer, FALSE, FALSE, 0); in create_notification()
712 gtk_widget_set_size_request(windata->bottom_spacer, -1, DEFAULT_ARROW_HEIGHT); in create_notification()
/dports/deskutils/mate-notification-daemon/mate-notification-daemon-1.26.0/src/themes/coco/
H A Dcoco-theme.c41 GtkWidget *bottom_spacer; member
/dports/x11/wcm/wcm-0.7.0/src/
H A Dpages.cpp3025 GtkWidget *bottom_spacer = gtk_box_new(GTK_ORIENTATION_VERTICAL, 0); in create_plugins_layout() local
3026 gtk_widget_set_size_request(bottom_spacer, 1, 25); in create_plugins_layout()
3027 gtk_container_add(GTK_CONTAINER(plugin_buttons_layout), bottom_spacer); in create_plugins_layout()
/dports/sysutils/xorriso/libisoburn-1.5.0/frontend/
H A Dxorriso-tcltk3403 frame $w.bottom_spacer -height 6
3404 pack $w.middle_spacer $w.close $w.bottom_spacer -side top
/dports/security/dirbuster/DirBuster-1.0-RC1/
H A Ddirectories.jbrofuzz6009 bottom_spacer