Home
last modified time | relevance | path

Searched refs:text_panel (Results 1 – 7 of 7) sorted by relevance

/dports/devel/p5-Java/Java-4.7/examples/swing/browser/
H A Dbrowser.pl60 my $text_panel = $java->create_object("$swing.JPanel");
79 $text_panel->add($label);
80 $text_panel->add($loc_field);
84 $top_panel->add($text_panel,"Center");
/dports/comms/fldigi/fldigi-4.1.20/src/dialogs/
H A Dfl_digi.cxx278 Panel *text_panel = 0; variable
4663 text_panel->x(), in UI_check_swap()
4699 text_panel->x(), in UI_check_swap()
4701 text_panel->w() - 100, in UI_check_swap()
4730 text_panel->x(), in UI_check_swap()
4732 text_panel->w() - 100, in UI_check_swap()
4760 text_panel->x(), in UI_check_swap()
4762 text_panel->w() - 100, in UI_check_swap()
5703 int nuy = text_panel->y() + progStatus.tile_y_ratio * text_panel->h(); in UI_select()
5750 text_panel->redraw(); in UI_select()
[all …]
H A Dfl_digi_main.cxx2405 text_panel->box(FL_FLAT_BOX); in create_fl_digi_main_primary()
2408 text_panel->x(), text_panel->y(), in create_fl_digi_main_primary()
2480 text_panel->x() + mvgroup->w(), text_panel->y(), in create_fl_digi_main_primary()
2497 text_panel->x() + mvgroup->w(), text_panel->y(), in create_fl_digi_main_primary()
2506 text_panel->x() + mvgroup->w(), text_panel->y() + ReceiveText->h(), in create_fl_digi_main_primary()
2507 text_panel->w() - mvgroup->w(), text_panel->h() - ReceiveText->h() ); in create_fl_digi_main_primary()
2524 text_panel->x(), in create_fl_digi_main_primary()
2525 text_panel->y() + minhtext, in create_fl_digi_main_primary()
2526 text_panel->w() - 100, in create_fl_digi_main_primary()
2530 text_panel->resizable(minbox); in create_fl_digi_main_primary()
[all …]
/dports/games/wesnoth/wesnoth-1.14.17/data/gui/window/
H A Dstory_viewer.cfg40 id = "text_panel"
/dports/comms/fldigi/fldigi-4.1.20/src/misc/
H A Dstatus.cxx397 tile_w = text_panel->w(); in saveLastState()
399 tile_h = text_panel->h(); in saveLastState()
401 if (text_panel->w() != ReceiveText->w()) in saveLastState()
/dports/comms/fldigi/fldigi-4.1.20/src/include/
H A Dfl_digi.h87 extern Panel *text_panel;
/dports/graphics/xfig/xfig-3.2.8a/src/
H A De_edit.c209 static Widget text_panel; variable
2441 str_panel(new_t->cstring, "Text", &text_panel, 220, True, in make_window_text()
2444 str_panel(new_t->cstring, "Text", &text_panel, 220, True, False); in make_window_text()
2478 new_t->cstring = strdup(panel_get_value(text_panel)); in get_new_text_values()