Home
last modified time | relevance | path

Searched refs:label_layout (Results 1 – 25 of 39) sorted by relevance

12

/dports/misc/openmvg/openMVG-2.0/src/software/ui/SfM/adjacency_matrix_viewer/
H A Dmainframe.cpp63 QHBoxLayout *label_layout = new QHBoxLayout; in MainFrame() local
96 label_layout->addWidget(label); in MainFrame()
97 label_layout->addStretch(); in MainFrame()
98 label_layout->addWidget(label2); in MainFrame()
99 label_layout->addWidget(select_mode_button); in MainFrame()
100 label_layout->addWidget(drag_mode_button); in MainFrame()
101 label_layout->addStretch(); in MainFrame()
102 label_layout->addWidget(antialias_button); in MainFrame()
103 label_layout->addWidget(opengl_button); in MainFrame()
106 top_layout->addLayout(label_layout, 0, 0); in MainFrame()
/dports/comms/gnuradio/gnuradio-3.8.4.0/grc/gui/canvas/
H A Dport.py57 self.label_layout = None
66 self.label_layout.set_width(value * Pango.SCALE)
107 self.label_layout = Gtk.DrawingArea().create_pango_layout('')
108 self.label_layout.set_alignment(Pango.Alignment.CENTER)
111 PangoCairo.update_layout(cr, self.label_layout)
120 layout = self.label_layout
124 label_width, label_height = self.label_layout.get_size()
158 PangoCairo.update_layout(cr, self.label_layout)
159 PangoCairo.show_layout(cr, self.label_layout)
/dports/cad/geda/geda-gaf-1.8.2/gschem/src/
H A Dgschem_accel_label.c219 PangoLayout *label_layout; in gschem_accel_label_expose_event() local
226 label_layout = gtk_label_get_layout (GTK_LABEL (accel_label)); in gschem_accel_label_expose_event()
232 pango_layout_set_width (label_layout, in gschem_accel_label_expose_event()
233 pango_layout_get_width (label_layout) in gschem_accel_label_expose_event()
242 pango_layout_set_width (label_layout, in gschem_accel_label_expose_event()
243 pango_layout_get_width (label_layout) in gschem_accel_label_expose_event()
255 y += get_first_baseline (label_layout) - get_first_baseline (accel_layout); in gschem_accel_label_expose_event()
/dports/cad/lepton-eda/lepton-eda-1.9.17/libleptongui/src/
H A Dgschem_accel_label.c219 PangoLayout *label_layout; in gschem_accel_label_draw() local
224 label_layout = gtk_label_get_layout (GTK_LABEL (accel_label)); in gschem_accel_label_draw()
235 y += get_first_baseline (label_layout) - get_first_baseline (accel_layout) - allocation.y; in gschem_accel_label_draw()
518 PangoLayout *label_layout; in gschem_accel_label_expose_event() local
525 label_layout = gtk_label_get_layout (GTK_LABEL (accel_label)); in gschem_accel_label_expose_event()
533 pango_layout_set_width (label_layout, in gschem_accel_label_expose_event()
534 pango_layout_get_width (label_layout) in gschem_accel_label_expose_event()
547 pango_layout_set_width (label_layout, in gschem_accel_label_expose_event()
548 pango_layout_get_width (label_layout) in gschem_accel_label_expose_event()
561 y += get_first_baseline (label_layout) - get_first_baseline (accel_layout); in gschem_accel_label_expose_event()
/dports/sysutils/gkrellm2/gkrellm-2.3.11/src/
H A Dpanel.c137 if (p->label_layout)
139 g_object_unref(p->label_layout);
140 p->label_layout = NULL;
154 p->label_layout =
158 pango_layout_set_markup(p->label_layout,
161 pango_layout_set_text(p->label_layout,
249 if ( p->label_layout && lbl && ts
270 lbl->y_panel, p->label_layout);
273 lbl->y_panel, p->label_layout);
341 if (p->label_layout)
[all …]
/dports/x11-wm/metacity/metacity-3.42.0/src/ui/
H A Dmetaaccellabel.c253 PangoLayout *label_layout; in meta_accel_label_draw() local
260 label_layout = gtk_label_get_layout (GTK_LABEL (accel_label)); in meta_accel_label_draw()
270 pango_layout_set_width (label_layout, in meta_accel_label_draw()
271 pango_layout_get_width (label_layout) in meta_accel_label_draw()
282 pango_layout_set_width (label_layout, in meta_accel_label_draw()
283 pango_layout_get_width (label_layout) in meta_accel_label_draw()
/dports/x11-wm/marco/marco-1.26.0/src/ui/
H A Dmetaaccellabel.c260 PangoLayout *label_layout; in meta_accel_label_draw() local
267 label_layout = gtk_label_get_layout (GTK_LABEL (accel_label)); in meta_accel_label_draw()
277 pango_layout_set_width (label_layout, in meta_accel_label_draw()
278 pango_layout_get_width (label_layout) in meta_accel_label_draw()
289 pango_layout_set_width (label_layout, in meta_accel_label_draw()
290 pango_layout_get_width (label_layout) in meta_accel_label_draw()
/dports/x11-wm/muffin/muffin-4.8.0/src/ui/
H A Dmetaaccellabel.c259 PangoLayout *label_layout; in meta_accel_label_draw() local
265 label_layout = gtk_label_get_layout (GTK_LABEL (accel_label)); in meta_accel_label_draw()
275 pango_layout_set_width (label_layout, in meta_accel_label_draw()
276 pango_layout_get_width (label_layout) in meta_accel_label_draw()
287 pango_layout_set_width (label_layout, in meta_accel_label_draw()
288 pango_layout_get_width (label_layout) in meta_accel_label_draw()
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/examples/external/scikit/
H A Dstaining_colors_separation.py87 label_layout = QHBoxLayout()
123 label_layout.addWidget(self.label1)
124 label_layout.addWidget(self.label2)
131 main_layout.addLayout(label_layout, 2)
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/examples/external/scikit/
H A Dstaining_colors_separation.py87 label_layout = QHBoxLayout()
123 label_layout.addWidget(self.label1)
124 label_layout.addWidget(self.label2)
131 main_layout.addLayout(label_layout, 2)
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/examples/external/scikit/
H A Dstaining_colors_separation.py87 label_layout = QHBoxLayout()
123 label_layout.addWidget(self.label1)
124 label_layout.addWidget(self.label2)
131 main_layout.addLayout(label_layout, 2)
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkaccellabel.c376 PangoLayout *label_layout; in gtk_accel_label_expose_event() local
383 label_layout = gtk_label_get_layout (GTK_LABEL (accel_label)); in gtk_accel_label_expose_event()
389 pango_layout_set_width (label_layout, in gtk_accel_label_expose_event()
390 pango_layout_get_width (label_layout) in gtk_accel_label_expose_event()
399 pango_layout_set_width (label_layout, in gtk_accel_label_expose_event()
400 pango_layout_get_width (label_layout) in gtk_accel_label_expose_event()
412 y += get_first_baseline (label_layout) - get_first_baseline (accel_layout); in gtk_accel_label_expose_event()
/dports/x11-wm/mutter/mutter-41.1/src/tests/clutter/conform/
H A Dtext-cache.c245 PangoLayout *label_layout, *new_layout; in make_layout_like_label() local
251 label_layout = clutter_text_get_layout (label); in make_layout_like_label()
252 context = pango_layout_get_context (label_layout); in make_layout_like_label()
/dports/x11-wm/muffin/muffin-4.8.0/clutter/tests/conform/
H A Dtext-cache.c243 PangoLayout *label_layout, *new_layout; in make_layout_like_label() local
249 label_layout = clutter_text_get_layout (label); in make_layout_like_label()
250 context = pango_layout_get_context (label_layout); in make_layout_like_label()
/dports/misc/mxnet/incubator-mxnet-1.9.0/python/mxnet/gluon/
H A Dloss.py540 def __init__(self, layout='NTC', label_layout='NT', weight=None, **kwargs): argument
543 assert label_layout in ['NT', 'TN'],\
544 "Only 'NT' and 'TN' layouts for label are supported. Got: %s" % label_layout
546 self._label_layout = label_layout
547 batch_axis = label_layout.find('N')
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/python/mxnet/gluon/
H A Dloss.py540 def __init__(self, layout='NTC', label_layout='NT', weight=None, **kwargs): argument
543 assert label_layout in ['NT', 'TN'],\
544 "Only 'NT' and 'TN' layouts for label are supported. Got: %s" % label_layout
546 self._label_layout = label_layout
547 batch_axis = label_layout.find('N')
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkaccellabel.c467 PangoLayout *label_layout; in gtk_accel_label_draw() local
474 label_layout = gtk_label_get_layout (GTK_LABEL (accel_label)); in gtk_accel_label_draw()
484 y += get_first_baseline (label_layout) - get_first_baseline (accel_layout) - allocation.y; in gtk_accel_label_draw()
/dports/games/solarus-quest-editor/solarus-quest-editor-e541e1312c242bff10aa1fb84a7eb8b6cb8504ba/include/widgets/
H A Dedit_entity_dialog.h131 QLayout* label_layout,
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/native_file_system/
H A Dnative_file_system_usage_bubble_view.cc138 auto* label_layout = in CollapsibleListView() local
163 label_layout->SetFlexForView(label, 1); in CollapsibleListView()
/dports/misc/mxnet/incubator-mxnet-1.9.0/perl-package/AI-MXNet/lib/AI/MXNet/Gluon/
H A DLoss.pm488 (grep { $_ eq $self->label_layout } ('NT', 'TN')),
491 $self->batch_axis(index($self->label_layout, 'N'));
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/perl-package/AI-MXNet/lib/AI/MXNet/Gluon/
H A DLoss.pm488 (grep { $_ eq $self->label_layout } ('NT', 'TN')),
491 $self->batch_axis(index($self->label_layout, 'N'));
/dports/games/solarus-quest-editor/solarus-quest-editor-e541e1312c242bff10aa1fb84a7eb8b6cb8504ba/src/widgets/
H A Dedit_entity_dialog.cpp460 QLayout* label_layout, in initialize_possibly_optional_field() argument
467 if (label_layout != nullptr && check_box != nullptr) { in initialize_possibly_optional_field()
470 label_layout->removeWidget(check_box); in initialize_possibly_optional_field()
476 if (label_layout != nullptr && label != nullptr) { in initialize_possibly_optional_field()
478 label_layout->removeWidget(label); in initialize_possibly_optional_field()
/dports/math/grace/grace-5.1.25/src/
H A Ddefines.h572 int label_layout; /* axis label orientation (h or v) */ member
H A Dtickwin.c505 t->label_layout = GetChoice(axislabellayout) ? LAYOUT_PERPENDICULAR : LAYOUT_PARALLEL; in axes_aac_cb()
808 SetChoice(axislabellayout, t->label_layout == LAYOUT_PERPENDICULAR ? 1 : 0); in update_ticks()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/login/ui/
H A Dlogin_expanded_public_account_view.cc149 views::BoxLayout* label_layout = in SelectionButtonView() local
152 label_layout->set_main_axis_alignment( in SelectionButtonView()

12