Home
last modified time | relevance | path

Searched defs:box_layout (Results 1 – 25 of 36) sorted by relevance

12

/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkbox.c112 GtkLayoutManager *box_layout = gtk_widget_get_layout_manager (GTK_WIDGET (box)); in G_DEFINE_TYPE_WITH_CODE() local
149 GtkBoxLayout *box_layout = GTK_BOX_LAYOUT (gtk_widget_get_layout_manager (GTK_WIDGET (box))); in gtk_box_get_property() local
358 GtkBoxLayout *box_layout; in gtk_box_set_homogeneous() local
384 GtkLayoutManager *box_layout; in gtk_box_get_homogeneous() local
404 GtkBoxLayout *box_layout; in gtk_box_set_spacing() local
427 GtkLayoutManager *box_layout; in gtk_box_get_spacing() local
453 GtkBoxLayout *box_layout; in gtk_box_set_baseline_position() local
476 GtkLayoutManager *box_layout; in gtk_box_get_baseline_position() local
H A Dgtkboxlayout.c136 GtkBoxLayout *box_layout = GTK_BOX_LAYOUT (gobject); in gtk_box_layout_get_property() local
782 gtk_box_layout_set_homogeneous (GtkBoxLayout *box_layout, in gtk_box_layout_set_homogeneous()
806 gtk_box_layout_get_homogeneous (GtkBoxLayout *box_layout) in gtk_box_layout_get_homogeneous()
821 gtk_box_layout_set_spacing (GtkBoxLayout *box_layout, in gtk_box_layout_set_spacing()
844 gtk_box_layout_get_spacing (GtkBoxLayout *box_layout) in gtk_box_layout_get_spacing()
865 gtk_box_layout_set_baseline_position (GtkBoxLayout *box_layout, in gtk_box_layout_set_baseline_position()
889 gtk_box_layout_get_baseline_position (GtkBoxLayout *box_layout) in gtk_box_layout_get_baseline_position()
H A Dgtkstackswitcher.c463 GtkLayoutManager *box_layout = gtk_widget_get_layout_manager (GTK_WIDGET (switcher)); in gtk_stack_switcher_get_property() local
488 GtkLayoutManager *box_layout = gtk_widget_get_layout_manager (GTK_WIDGET (switcher)); in gtk_stack_switcher_set_property() local
/dports/graphics/clutter/clutter-1.26.4/doc/cookbook/html/examples/
H A Dlayouts-box-property-effects.c18 ClutterLayoutManager *box_layout; member
95 ClutterBoxLayout *box_layout = CLUTTER_BOX_LAYOUT (state->box_layout); in show_status() local
234 ClutterBoxLayout *box_layout = CLUTTER_BOX_LAYOUT (state->box_layout); in toggle_vertical() local
248 ClutterBoxLayout *box_layout = CLUTTER_BOX_LAYOUT (state->box_layout); in toggle_homogeneous() local
262 ClutterBoxLayout *box_layout = CLUTTER_BOX_LAYOUT (state->box_layout); in increase_spacing() local
276 ClutterBoxLayout *box_layout = CLUTTER_BOX_LAYOUT (state->box_layout); in decrease_spacing() local
H A Dlayouts-box.c11 ClutterLayoutManager *box_layout; in main() local
/dports/graphics/clutter/clutter-1.26.4/doc/cookbook/examples/
H A Dlayouts-box-property-effects.c18 ClutterLayoutManager *box_layout; member
95 ClutterBoxLayout *box_layout = CLUTTER_BOX_LAYOUT (state->box_layout); in show_status() local
234 ClutterBoxLayout *box_layout = CLUTTER_BOX_LAYOUT (state->box_layout); in toggle_vertical() local
248 ClutterBoxLayout *box_layout = CLUTTER_BOX_LAYOUT (state->box_layout); in toggle_homogeneous() local
262 ClutterBoxLayout *box_layout = CLUTTER_BOX_LAYOUT (state->box_layout); in increase_spacing() local
276 ClutterBoxLayout *box_layout = CLUTTER_BOX_LAYOUT (state->box_layout); in decrease_spacing() local
H A Dlayouts-box.c11 ClutterLayoutManager *box_layout; in main() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/capture_mode/
H A Dcapture_mode_source_view.cc37 auto* box_layout = SetLayoutManager(std::make_unique<views::BoxLayout>( in CaptureModeSourceView() local
H A Dcapture_mode_type_view.cc50 auto* box_layout = SetLayoutManager(std::make_unique<views::BoxLayout>( in CaptureModeTypeView() local
H A Dcapture_mode_bar_view.cc71 auto* box_layout = SetLayoutManager(std::make_unique<views::BoxLayout>( in CaptureModeBarView() local
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/gui/map/
H A Dmap_dialog_scale.cpp120 auto* box_layout = new QVBoxLayout(); in ScaleMapDialog() local
H A Dmap_dialog_stretch.cpp103 auto* box_layout = new QVBoxLayout(); in StretchMapDialog() local
H A Dmap_dialog_rotate.cpp113 auto* box_layout = new QVBoxLayout(); in RotateMapDialog() local
/dports/devel/efl/efl-1.25.1/src/bin/elementary/
H A Dtest_layout.c11 Evas_Object *box_layout; member
111 Evas_Object *box_layout = api->box_layout; in set_api_state() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/tray/
H A Dtray_detailed_view.h53 views::BoxLayout* box_layout() { return box_layout_; } in box_layout() function
H A Dtray_popup_utils.cc50 auto box_layout = std::make_unique<views::BoxLayout>( in CreateDefaultCenterLayoutManager() local
63 auto box_layout = std::make_unique<views::BoxLayout>( in CreateDefaultEndsLayoutManager() local
/dports/math/rkward-kde/rkward-0.7.1/rkward/settings/
H A Drksettingsmoduledebug.cpp57 QVBoxLayout* box_layout = new QVBoxLayout (group); in RKSettingsModuleDebug() local
H A Drksettingsmodulecommandeditor.cpp62 QVBoxLayout* box_layout = new QVBoxLayout (group); in RKSettingsModuleCommandEditor() local
/dports/misc/parley/parley-21.12.3/src/editor/
H A Dvocabularycolumnsdialog.cpp84 QVBoxLayout *box_layout = new QVBoxLayout(0); in createLanguagesLayout() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/ime_menu/
H A Dime_menu_tray.cc126 auto box_layout = std::make_unique<views::BoxLayout>( in ImeTitleView() local
195 auto box_layout = std::make_unique<views::BoxLayout>( in Init() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/search_box/
H A Dsearch_box_view_base.h138 views::BoxLayout* box_layout() { return box_layout_; } in box_layout() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/payments/
H A Dpayment_method_view_controller.cc112 auto box_layout = std::make_unique<views::BoxLayout>( in CreateContentView() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/passwords/
H A Dpassword_generation_popup_view_views.cc208 views::BoxLayout* box_layout = in CreateLayoutAndChildren() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/login/ui/
H A Dlogin_menu_view.cc144 views::BoxLayout* box_layout = in LoginMenuView() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/user_education/
H A Dfeature_promo_bubble_view.cc186 auto box_layout = std::make_unique<views::BoxLayout>( in FeaturePromoBubbleView() local

12