Home
last modified time | relevance | path

Searched refs:marker_box (Results 1 – 8 of 8) sorted by relevance

/dports/devel/libruin/libruin-0.2.0/src/tests/
H A Dtest-box.c153 ruin_box_t *marker_box = (ruin_box_t *) box->children->data; in test_generation_simple_list_item_inside() local
155 g_assert_cmpint (1, ==, g_list_length (marker_box->children)); in test_generation_simple_list_item_inside()
162 ruin_box_t *marker_box = NULL; in test_generation_simple_list_item_outside() local
167 marker_box = (ruin_box_t *) boxes->data; in test_generation_simple_list_item_outside()
168 g_assert (marker_box->type == RUIN_LAYOUT_BOX_TYPE_MARKER); in test_generation_simple_list_item_outside()
169 g_assert (marker_box->generator == f->node); in test_generation_simple_list_item_outside()
170 g_assert_cmpint (0, ==, g_list_length (marker_box->children)); in test_generation_simple_list_item_outside()
/dports/audio/abx/abx-0.0-b1/src/
H A Dmainwin.c213 GtkWidget *marker_box; in create_main_window() local
219 marker_box = create_marker_box(); in create_main_window()
232 gtk_box_pack_start(GTK_BOX(main_hbox), marker_box, TRUE, TRUE, 0); in create_main_window()
339 GtkWidget *marker_box; in create_marker_box() local
380 marker_box = gtk_vbox_new(FALSE, 5); in create_marker_box()
381 gtk_box_pack_start(GTK_BOX(marker_box), in create_marker_box()
383 gtk_box_pack_start(GTK_BOX(marker_box), in create_marker_box()
386 return marker_box; in create_marker_box()
/dports/devel/libruin/libruin-0.2.0/src/
H A Dbox.c520 ruin_box_t *marker_box = (ruin_box_t *) ruin_marker_box_new in generate_list_item() local
523 line_box->children = g_list_append (NULL, marker_box); in generate_list_item()
534 ruin_box_t *marker_box = (ruin_box_t *) in generate_list_item() local
539 return g_list_append (g_list_append (NULL, marker_box), principal_box); in generate_list_item()
/dports/print/py-weasyprint/WeasyPrint-51/weasyprint/formatting_structure/
H A Dbuild.py301 marker_box = boxes.BlockBox.anonymous_from(box, children)
304 marker_box.style['position'] = 'absolute'
310 marker_box.style['transform'] = (
313 marker_box = boxes.InlineBox.anonymous_from(box, children)
314 yield marker_box
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Typeset/Concat/
H A Dconcat_post.cpp274 a[j]->b = marker_box (a[j]->b->find_lip (), 0, Y1, 0, Y2, a[j]->b); in handle_matching()
284 a[j]->b = marker_box (a[j]->b->find_lip (), 0, Y1, 0, Y2, a[j]->b); in handle_matching()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Typeset/Boxes/Basic/
H A Drubber_boxes.cpp236 marker_box (path ip, int x1, int y1, int x2, int y2, box ref) { in marker_box() function
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Typeset/Boxes/
H A Dconstruct.hpp79 box marker_box (path ip, int x1, int y1, int x2, int y2, box ref);
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Deditor.h676 Gtk::HBox marker_box; variable