Home
last modified time | relevance | path

Searched defs:right_btn (Results 1 – 7 of 7) sorted by relevance

/dports/devel/cppurses/CPPurses-0.3-5-g342a389/demos/glyph_paint/
H A Dglyph_select.hpp42 cppurses::Push_button& right_btn{ member in demos::glyph_paint::Glyph_select
/dports/devel/cppurses/CPPurses-0.3-5-g342a389/include/cppurses/widget/widgets/
H A Dcycle_stack.hpp34 Push_button& right_btn{this->make_child<Push_button>("⏵")}; member
/dports/net/mpich2/mpich2-1.5/src/mpe2/src/slog2sdk/src/viewer/zoomable/
H A DInfoDialogForDrawable.java41 private JButton right_btn; field in InfoDialogForDrawable
/dports/devel/efl/efl-1.25.1/src/bin/elementary/
H A Dtest_ui_stack.c84 Eo *right_btn = efl_add(EFL_UI_BUTTON_CLASS, bn); in _bar_right_btn_set() local
H A Dtest_ui_popup.c324 Eo *right_btn = efl_add(EFL_UI_BUTTON_CLASS, panel_win); in test_ui_popup() local
/dports/devel/efl/efl-1.25.1/src/examples/elementary/
H A Dpopup_cxx_example.cc297 efl::ui::Button right_btn(instantiate, func_win); in efl_main() local
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Daudio_clock.h93 ArdourWidgets::ArdourButton* right_btn () { return &_right_btn; } in right_btn() function