Home
last modified time | relevance | path

Searched refs:total_frame_width (Results 1 – 11 of 11) sorted by relevance

/dports/audio/xwave/xwave2-981109/FWF/src/Common/
H A DCommon.c126 static Dimension total_frame_width(
471 total_frame_width,
596 if (c->xfwfCommon_class.total_frame_width == XtInherit_total_frame_width)
597 c->xfwfCommon_class.total_frame_width = super->xfwfCommon_class.total_frame_width;
644 …frame = ((XfwfCommonWidgetClass)self->core.widget_class)->xfwfCommon_class.total_frame_width(self);
690 /*ARGSUSED*/static Dimension total_frame_width(self)Widget self; in total_frame_width() function
858 …dgetClass) && ((XfwfCommonWidgetClass)self->core.widget_class)->xfwfCommon_class.total_frame_width)
859 return ((XfwfCommonWidgetClass)self->core.widget_class)->xfwfCommon_class.total_frame_width(self);
H A DCommonP.h69 total_frame_width_Proc total_frame_width; member
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/sciplot/
H A DCommon.c130 static Dimension total_frame_width(
596 total_frame_width,
721 if (c->xfwfCommon_class.total_frame_width == XtInherit_total_frame_width)
722 c->xfwfCommon_class.total_frame_width = super->xfwfCommon_class.total_frame_width;
803 …frame = ((XfwfCommonWidgetClass)self->core.widget_class)->xfwfCommon_class.total_frame_width(self);
887 static Dimension total_frame_width(Widget self) in total_frame_width() function
890 static Dimension total_frame_width(self)Widget self; in total_frame_width()
1185 …dgetClass) && ((XfwfCommonWidgetClass)self->core.widget_class)->xfwfCommon_class.total_frame_width)
1186 return ((XfwfCommonWidgetClass)self->core.widget_class)->xfwfCommon_class.total_frame_width(self);
H A DCommonP.h70 total_frame_width_Proc total_frame_width; member
H A DFrame.c71 static Dimension total_frame_width(
350 total_frame_width,
449 … frame = ((XfwfFrameWidgetClass)self->core.widget_class)->xfwfCommon_class.total_frame_width(self);
589 static Dimension total_frame_width(Widget self) in total_frame_width() function
592 static Dimension total_frame_width(self)Widget self; in total_frame_width()
596 …return xfwfCommonClassRec.xfwfCommon_class.total_frame_width(self) + ((XfwfFrameWidget)self)->xfwf…
H A DBoard.c159 …ze = 2 * ((XfwfBoardWidgetClass)self->core.widget_class)->xfwfCommon_class.total_frame_width(self);
417 …ss)->xfwfCommon_class.total_frame_width(old) != ((XfwfBoardWidgetClass)self->core.widget_class)->x…
H A DCommon.w84 method |total_frame_width| to compute the thickness of the frame that
89 if (XtIsSubclass($, xfwfCommonWidgetClass) && $total_frame_width)
90 return $total_frame_width($);
318 frame = $total_frame_width($);
399 @ Another new method, |total_frame_width|, returns the thickness of
403 @proc Dimension total_frame_width($)
H A DFrame.w233 frame = $total_frame_width($);
373 @ The method |total_frame_width| is overridden, because the Frame
377 @proc Dimension total_frame_width
379 return #total_frame_width($) + $outerOffset + $frameWidth + $innerOffset ;
H A DBoard.w170 if ($total_frame_width(old) != $total_frame_width($)) {
349 minsize = 2 * $total_frame_width($);
/dports/audio/xwave/xwave2-981109/FWF/src/Frame/
H A DFrame.c69 static Dimension total_frame_width(
302 total_frame_width,
385 … frame = ((XfwfFrameWidgetClass)self->core.widget_class)->xfwfCommon_class.total_frame_width(self);
488 /*ARGSUSED*/static Dimension total_frame_width(self)Widget self; in total_frame_width() function
490 …return xfwfCommonClassRec.xfwfCommon_class.total_frame_width(self) + ((XfwfFrameWidget)self)->xfwf…
/dports/audio/xwave/xwave2-981109/FWF/src/Board/
H A DBoard.c143 …ze = 2 * ((XfwfBoardWidgetClass)self->core.widget_class)->xfwfCommon_class.total_frame_width(self);
369 …ss)->xfwfCommon_class.total_frame_width(old) != ((XfwfBoardWidgetClass)self->core.widget_class)->x…