Home
last modified time | relevance | path

Searched refs:flag_box (Results 1 – 6 of 6) sorted by relevance

/dports/x11-fm/rox-filer/rox-filer-2.11/ROX-Filer/src/
H A Dabox.h24 GtkWidget *flag_box; /* HBox for flags */ member
H A Dabox.c214 abox->flag_box = gtk_hbox_new(FALSE, 16); in abox_init()
216 abox->flag_box, FALSE, TRUE, 2); in abox_init()
257 gtk_box_pack_end(GTK_BOX(abox->flag_box), check, FALSE, TRUE, 0); in abox_add_flag()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Typeset/Boxes/Composite/
H A Ddecoration_boxes.cpp192 flag_box (path ip, box b, SI h, pencil dark, brush light) { in flag_box() function
/dports/x11/wofi/wofi-v1.2.4/src/
H A Dwofi.c874 static void flag_box(GtkBox* box, GtkStateFlags flags) { in flag_box() function
887 flag_box(GTK_BOX(previous_selection), GTK_STATE_FLAG_NORMAL); in select_item()
895 flag_box(GTK_BOX(box), GTK_STATE_FLAG_SELECTED); in select_item()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Typeset/Boxes/
H A Dconstruct.hpp137 box flag_box (path ip, box b, SI h, pencil dark, brush light);
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Typeset/Concat/
H A Dconcater.cpp108 box flagb= flag_box (dip, textb, h, pencil (col, env->fn->wline), light); in flag_ok()