Home
last modified time | relevance | path

Searched refs:gtk_orientable_get_orientation (Results 1 – 25 of 177) sorted by relevance

12345678

/dports/x11-toolkits/gtk30/gtk+-3.24.31/testsuite/gtk/
H A Dcellarea.c105 g_assert (gtk_orientable_get_orientation (GTK_ORIENTABLE (area)) == GTK_ORIENTATION_VERTICAL); in my_icon_view_init()
122 g_assert (gtk_orientable_get_orientation (GTK_ORIENTABLE (area)) == GTK_ORIENTATION_VERTICAL); in test_iconview_subclass0()
140 g_assert (gtk_orientable_get_orientation (GTK_ORIENTABLE (area)) == GTK_ORIENTATION_VERTICAL); in test_iconview_subclass1()
158 g_assert (gtk_orientable_get_orientation (GTK_ORIENTABLE (area)) == GTK_ORIENTATION_HORIZONTAL); in test_iconview_subclass2()
175 g_assert (gtk_orientable_get_orientation (GTK_ORIENTABLE (area)) == GTK_ORIENTATION_VERTICAL); in test_iconview_subclass3_subprocess()
314 g_assert (gtk_orientable_get_orientation (GTK_ORIENTABLE (area)) == GTK_ORIENTATION_VERTICAL); in test_combobox_subclass2()
331 g_assert (gtk_orientable_get_orientation (GTK_ORIENTABLE (area)) == GTK_ORIENTATION_VERTICAL); in test_combobox_subclass3_subprocess()
473 g_assert (gtk_orientable_get_orientation (GTK_ORIENTABLE (area)) == GTK_ORIENTATION_VERTICAL); in test_cellview_subclass2()
490 g_assert (gtk_orientable_get_orientation (GTK_ORIENTABLE (area)) == GTK_ORIENTATION_VERTICAL); in test_cellview_subclass3_subprocess()
630 g_assert (gtk_orientable_get_orientation (GTK_ORIENTABLE (area)) == GTK_ORIENTATION_VERTICAL); in test_column_subclass2()
[all …]
/dports/x11-toolkits/gnocl/gnocl-0.9.96/src/
H A Dpaned.c99 if ( gtk_orientable_get_orientation ( GTK_ORIENTABLE ( paned ) ) == GTK_ORIENTATION_HORIZONTAL ) in cget()
104 …else if ( gtk_orientable_get_orientation ( GTK_ORIENTABLE ( paned ) ) == GTK_ORIENTATION_VERTICAL ) in cget()
125 if ( gtk_orientable_get_orientation ( GTK_ORIENTABLE ( paned ) ) == GTK_ORIENTATION_HORIZONTAL ) in cget()
130 …else if ( gtk_orientable_get_orientation ( GTK_ORIENTABLE ( paned ) ) == GTK_ORIENTATION_VERTICAL ) in cget()
253 if ( gtk_orientable_get_orientation ( GTK_ORIENTABLE ( paned ) ) == GTK_ORIENTATION_HORIZONTAL ) in configure()
258 …else if ( gtk_orientable_get_orientation ( GTK_ORIENTABLE ( paned ) ) == GTK_ORIENTATION_VERTICAL ) in configure()
/dports/x11-toolkits/gtk40/gtk-4.4.1/testsuite/gtk/
H A Dcellarea.c40 …g_assert_true (gtk_orientable_get_orientation (GTK_ORIENTABLE (area)) == gtk_icon_view_get_item_or… in test_iconview_new()
72 …g_assert_true (gtk_orientable_get_orientation (GTK_ORIENTABLE (area)) == gtk_icon_view_get_item_or… in test_iconview_object_new()
121 …g_assert_cmpint (gtk_orientable_get_orientation (GTK_ORIENTABLE (area)), ==, GTK_ORIENTATION_HORIZ… in my_combo_box_init()
138 …g_assert_cmpint (gtk_orientable_get_orientation (GTK_ORIENTABLE (area)), ==, GTK_ORIENTATION_HORIZ… in test_combobox_subclass0()
156 …g_assert_cmpint (gtk_orientable_get_orientation (GTK_ORIENTABLE (area)), ==, GTK_ORIENTATION_VERTI… in test_combobox_subclass2()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkorientable.c102 gtk_orientable_get_orientation (GtkOrientable *orientable) in gtk_orientable_get_orientation() function
126 orientation = gtk_orientable_get_orientation (orientable); in _gtk_orientable_set_style_classes()
H A Dgtkorientable.h57 GtkOrientation gtk_orientable_get_orientation (GtkOrientable *orientable);
/dports/graphics/darktable/darktable-3.6.1/src/lua/widget/
H A Dbox.c48 if(gtk_orientable_get_orientation(GTK_ORIENTABLE(box->widget)) == GTK_ORIENTATION_HORIZONTAL) in orientation_member()
59 orientation = gtk_orientable_get_orientation(GTK_ORIENTABLE(box->widget)); in orientation_member()
H A Dseparator.c41 orientation = gtk_orientable_get_orientation(GTK_ORIENTABLE(separator->widget)); in orientation_member()
/dports/graphics/darktable38/darktable-3.8.0/src/lua/widget/
H A Dbox.c48 if(gtk_orientable_get_orientation(GTK_ORIENTABLE(box->widget)) == GTK_ORIENTATION_HORIZONTAL) in orientation_member()
59 orientation = gtk_orientable_get_orientation(GTK_ORIENTABLE(box->widget)); in orientation_member()
H A Dseparator.c41 orientation = gtk_orientable_get_orientation(GTK_ORIENTABLE(separator->widget)); in orientation_member()
/dports/graphics/gimp-app/gimp-2.10.30/libgimpwidgets/
H A Dgimpcolorscale.c287 switch (gtk_orientable_get_orientation (GTK_ORIENTABLE (range))) in gimp_color_scale_size_allocate()
378 if (gtk_orientable_get_orientation (GTK_ORIENTABLE (widget)) == in gimp_color_scale_scroll()
524 switch (gtk_orientable_get_orientation (GTK_ORIENTABLE (range))) in gimp_color_scale_expose()
550 switch (gtk_orientable_get_orientation (GTK_ORIENTABLE (range))) in gimp_color_scale_expose()
572 switch (gtk_orientable_get_orientation (GTK_ORIENTABLE (range))) in gimp_color_scale_expose()
599 switch (gtk_orientable_get_orientation (GTK_ORIENTABLE (range))) in gimp_color_scale_expose()
750 if (gtk_orientable_get_orientation (GTK_ORIENTABLE (range)) == in should_invert()
839 switch (gtk_orientable_get_orientation (GTK_ORIENTABLE (range))) in gimp_color_scale_render()
937 switch (gtk_orientable_get_orientation (GTK_ORIENTABLE (range))) in gimp_color_scale_render_alpha()
/dports/graphics/xournalpp/xournalpp-1.1.0/src/gui/dialog/toolbarCustomize/
H A DToolbarAdapter.cpp128 GtkOrientation orientation = gtk_orientable_get_orientation(GTK_ORIENTABLE(tb)); in showToolbar()
231 GtkOrientation orientation = gtk_orientable_get_orientation(GTK_ORIENTABLE(toolbar)); in toolbarDragMotionCb()
277 …bool horizontal = gtk_orientable_get_orientation(GTK_ORIENTABLE(toolbar)) == GTK_ORIENTATION_HORIZ… in toolbarDragDataReceivedCb()
295 …bool horizontal = gtk_orientable_get_orientation(GTK_ORIENTABLE(toolbar)) == GTK_ORIENTATION_HORIZ… in toolbarDragDataReceivedCb()
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-paned.c115 orientation = gtk_orientable_get_orientation (GTK_ORIENTABLE (paned)); in paned_recalc_positions()
311 orientation = gtk_orientable_get_orientation (orientable); in paned_size_allocate()
493 orientation = gtk_orientable_get_orientation (orientable); in e_paned_set_hposition()
526 orientation = gtk_orientable_get_orientation (orientable); in e_paned_set_vposition()
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/xs/
H A DGtkOrientable.xs27 GtkOrientation gtk_orientable_get_orientation (GtkOrientable *orientable);
/dports/graphics/gimp-app/gimp-2.10.30/app/widgets/
H A Dgimppanedbox.c259 orientation = gtk_orientable_get_orientation (GTK_ORIENTABLE (paned_box)); in gimp_paned_box_get_drop_area_size()
310 orientation = gtk_orientable_get_orientation (GTK_ORIENTABLE (paned_box)); in gimp_paned_box_get_handle_drag()
552 orientation = gtk_orientable_get_orientation (GTK_ORIENTABLE (paned_box)); in gimp_paned_box_drag_callback_idle()
773 orientation = gtk_orientable_get_orientation (GTK_ORIENTABLE (paned_box)); in gimp_paned_box_add_widget()
936 orientation = gtk_orientable_get_orientation (GTK_ORIENTABLE (paned_box)); in gimp_paned_box_will_handle_drag()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkorientable.c85 gtk_orientable_get_orientation (GtkOrientable *orientable) in gtk_orientable_get_orientation() function
H A Dgtkorientable.h56 GtkOrientation gtk_orientable_get_orientation (GtkOrientable *orientable);
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkorientable.h54 GtkOrientation gtk_orientable_get_orientation (GtkOrientable *orientable);
H A Dgtkorientable.c93 gtk_orientable_get_orientation (GtkOrientable *orientable) in gtk_orientable_get_orientation() function
/dports/x11/mate-panel/mate-panel-1.26.1/applets/notification_area/
H A Dna-grid.c142 orientation = gtk_orientable_get_orientation (GTK_ORIENTABLE (self)); in refresh_grid()
172 data.orientation = gtk_orientable_get_orientation (GTK_ORIENTABLE (self)); in refresh_grid()
326 orientation = gtk_orientable_get_orientation (GTK_ORIENTABLE (self)); in na_grid_realize()
/dports/x11-toolkits/gdl/gdl-3.34.0/gdl/
H A Dgdl-deprecated.c42 return gtk_orientable_get_orientation (GTK_ORIENTABLE (dockbar)); in gdl_dock_bar_get_orientation()
H A Dgdl-dock-bar.h85 …get_orientation (GdlDockBar *dockbar) G_GNUC_DEPRECATED_FOR(gtk_orientable_get_orientation);
/dports/x11-themes/gtk3-oxygen-engine/oxygen-gtk3-1.4.1/src/animations/
H A Doxygenpaneddata.cpp62 …const bool vertical( gtk_orientable_get_orientation( GTK_ORIENTABLE( widget ) ) == GTK_ORIENTATION… in updateCursor()
/dports/x11-toolkits/libdazzle/libdazzle-3.42.0/tests/
H A Dtest-multi-paned.c9 orientation = gtk_orientable_get_orientation (GTK_ORIENTABLE (paned)); in swap_orientation()
/dports/graphics/gthumb/gthumb-3.10.1/gthumb/
H A Dgth-auto-paned.c70 switch (gtk_orientable_get_orientation (GTK_ORIENTABLE (self))) { in gth_auto_paned_size_allocate()
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/auto/
H A Dorientable.rs38 from_glib(gtk_sys::gtk_orientable_get_orientation( in get_orientation()

12345678