Home
last modified time | relevance | path

Searched refs:FRAME_SPACING (Results 1 – 4 of 4) sorted by relevance

/dports/devel/librcc/librcc-0.2.12/ui/
H A Dgtk.c32 #define FRAME_SPACING 1 macro
397 box = gtk_box_new(GTK_ORIENTATION_VERTICAL, FRAME_SPACING); in rccUiFrameCreate()
399 box = gtk_vbox_new(FALSE, FRAME_SPACING); in rccUiFrameCreate()
/dports/editors/calligra/calligra-3.2.1/plugins/textshape/tests/
H A DTestDocumentLayout.cpp34 #define FRAME_SPACING 10.0 macro
389 …QVERIFY(qAbs(blockLayout->lineAt(0).y() - (m_shape1->size().height() + FRAME_SPACING)) < ROUNDING); in testMultipageMargins()
/dports/editors/calligra/calligra-3.2.1/libs/textlayout/tests/
H A DTestTableLayout.cpp47 #define FRAME_SPACING 10.0 macro
H A DTestBlockLayout.cpp40 #define FRAME_SPACING 10.0 macro