Home
last modified time | relevance | path

Searched refs:LABEL_SIDE_PAD (Results 1 – 9 of 9) sorted by relevance

/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkframe.c37 #define LABEL_SIDE_PAD 2 macro
568 …on.width - child_requisition.width - 2 * LABEL_PAD - 2 * LABEL_SIDE_PAD) * xalign + LABEL_SIDE_PAD; in gtk_frame_paint()
618 requisition->width = child_requisition.width + 2 * LABEL_PAD + 2 * LABEL_SIDE_PAD; in gtk_frame_size_request()
682 child_allocation.x = frame->child_allocation.x + LABEL_SIDE_PAD + in gtk_frame_size_allocate()
683 …(frame->child_allocation.width - child_requisition.width - 2 * LABEL_PAD - 2 * LABEL_SIDE_PAD) * x… in gtk_frame_size_allocate()
684 …n.width = MIN (child_requisition.width, new_allocation.width - 2 * LABEL_PAD - 2 * LABEL_SIDE_PAD); in gtk_frame_size_allocate()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/gtk/
H A Dstatbox.cpp28 #define LABEL_SIDE_PAD 2 macro
52 int maxWidth = allocation->width - 2*LABEL_SIDE_PAD - 2*LABEL_PAD; in gtk_frame_size_allocate()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/gtk/
H A Dstatbox.cpp28 #define LABEL_SIDE_PAD 2 macro
52 int maxWidth = allocation->width - 2*LABEL_SIDE_PAD - 2*LABEL_PAD; in gtk_frame_size_allocate()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/gtk/
H A Dstatbox.cpp28 #define LABEL_SIDE_PAD 2 macro
52 int maxWidth = allocation->width - 2*LABEL_SIDE_PAD - 2*LABEL_PAD; in gtk_frame_size_allocate()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/gtk/
H A Dstatbox.cpp28 #define LABEL_SIDE_PAD 2 macro
52 int maxWidth = allocation->width - 2*LABEL_SIDE_PAD - 2*LABEL_PAD; in gtk_frame_size_allocate()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/gtk/
H A Dstatbox.cpp22 #define LABEL_SIDE_PAD 2 macro
35 2 * gtk_widget_get_style(widget)->xthickness - 2 * LABEL_PAD - 2 * LABEL_SIDE_PAD; in size_allocate()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/gtk/
H A Dstatbox.cpp22 #define LABEL_SIDE_PAD 2 macro
35 2 * gtk_widget_get_style(widget)->xthickness - 2 * LABEL_PAD - 2 * LABEL_SIDE_PAD; in size_allocate()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/gtk/
H A Dstatbox.cpp21 #define LABEL_SIDE_PAD 2 macro
34 2 * gtk_widget_get_style(widget)->xthickness - 2 * LABEL_PAD - 2 * LABEL_SIDE_PAD; in size_allocate()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkframe.c95 #define LABEL_SIDE_PAD 2 macro