Home
last modified time | relevance | path

Searched refs:help_window (Results 1 – 25 of 139) sorted by relevance

123456

/dports/deskutils/xpad/xpad-5.4.0/src/
H A Dhelp.c30 GtkWindow *help_window = NULL; variable
34 help_window = NULL; in help_close()
39 if (help_window == NULL) { in show_help()
74 help_window = GTK_WINDOW (gtk_window_new (GTK_WINDOW_TOPLEVEL)); in show_help()
75 gtk_window_set_title (help_window, _("Help")); in show_help()
76 gtk_window_set_position (help_window, GTK_WIN_POS_CENTER); in show_help()
77 gtk_window_resize (help_window, 800, 1000); in show_help()
83 gtk_container_add (GTK_CONTAINER (help_window), scrolled_window); in show_help()
85 g_signal_connect (help_window, "destroy", G_CALLBACK (help_close), NULL); in show_help()
88 gtk_widget_show_all (GTK_WIDGET (help_window)); in show_help()
[all …]
/dports/math/xldlas/xldlas/
H A Dhelp.c32 fl_hide_form(help_window); in stop_help()
39 fl_freeze_form(help_window); in help_about_general()
44 fl_unfreeze_form(help_window); in help_about_general()
50 fl_freeze_form(help_window); in help_about_file()
61 fl_freeze_form(help_window); in help_about_data()
72 fl_freeze_form(help_window); in help_about_log()
83 fl_freeze_form(help_window); in help_about_graph()
94 fl_freeze_form(help_window); in help_about_analysis()
105 fl_freeze_form(help_window); in help_about_license()
116 fl_freeze_form(help_window); in help_about_tutorial()
[all …]
/dports/irc/epic4/epic4-2.10.9/source/
H A Dhelp.c111 if (help_window) in show_help()
112 rows = help_window->display_size; in show_help()
169 if (show_help(help_window, name)) in help_prompt()
418 if (!help_window) in help_me()
712 help_window = (Window *) 0; in BUILT_IN_COMMAND()
722 if (help_window) in create_help_window()
743 help_window = current_window; in create_help_window()
758 delete_window(help_window); in set_help_screen()
761 help_window = (Window *) 0; in set_help_screen()
786 if (help_window) in help_put_it()
[all …]
/dports/print/texinfo/texinfo-6.8/info/
H A Dinfodoc.c267 if (help_window && help_window == active_window) in info_find_or_create_help_window()
274 if (!help_window) in info_find_or_create_help_window()
305 if (!help_window) in info_find_or_create_help_window()
317 help_window = active_window; in info_find_or_create_help_window()
323 if (active_window != help_window) in info_find_or_create_help_window()
325 active_window = help_window; in info_find_or_create_help_window()
329 return help_window; in info_find_or_create_help_window()
335 WINDOW *help_window; variable
338 if (help_window)
340 active_window = help_window;
[all …]
/dports/graphics/wings/wings-8d019ebe48/src/
H A Dwings_help.erl93 help_window(Header, Msg);
147 help_window(Head, H).
163 help_window(Head, Help).
177 help_window(Head, Help).
199 help_window(Head, Help).
246 help_window(Head, H).
250 help_window(Head, Help).
274 help_window(Head, Help).
284 help_window(Head, Help).
380 help_window(Title, []) -> function
[all …]
/dports/deskutils/xpad3/xpad-3.1/src/
H A Dhelp.c27 GtkWidget *help_window = NULL; variable
31 help_window = NULL; in help_close()
99 if (help_window == NULL) in show_help_at_page()
100 help_window = create_help (page); in show_help_at_page()
102 gtk_window_present (GTK_WINDOW (help_window)); in show_help_at_page()
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dhelp.c157 if (show_help(help_window, name)) in help_prompt()
282 rows = help_window->display_size; in help_show_paused_topic()
688 help_window = (Window *) 0; in BUILT_IN_COMMAND()
697 if (help_window) in create_help_window()
704 help_window->hold_mode = OFF; in create_help_window()
709 help_window = current_window; in create_help_window()
717 if (!help_screen && help_window) in set_help_screen()
724 delete_window(help_window); in set_help_screen()
727 help_window = (Window *) 0; in set_help_screen()
754 if (help_window) in help_put_it()
[all …]
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dhelp.c157 if (show_help(help_window, name)) in help_prompt()
282 rows = help_window->display_size; in help_show_paused_topic()
688 help_window = (Window *) 0; in BUILT_IN_COMMAND()
697 if (help_window) in create_help_window()
704 help_window->hold_mode = OFF; in create_help_window()
709 help_window = current_window; in create_help_window()
717 if (!help_screen && help_window) in set_help_screen()
724 delete_window(help_window); in set_help_screen()
727 help_window = (Window *) 0; in set_help_screen()
754 if (help_window) in help_put_it()
[all …]
/dports/multimedia/smplayer/smplayer-21.10.0/src/
H A Dpreferencesdialog.cpp76 help_window = new InfoWindow(this); in PreferencesDialog()
166 if (help_window->isVisible()) { in retranslateStrings()
171 help_window->setWindowTitle( tr("SMPlayer - Help") ); in retranslateStrings()
172 help_window->setWindowIcon( Images::icon("logo") ); in retranslateStrings()
184 help_window->hide(); in accept()
196 help_window->hide(); in reject()
268 help_window->setHtml( w->help() ); in showHelp()
269 help_window->show(); in showHelp()
270 help_window->raise(); in showHelp()
/dports/security/fwbuilder/fwbuilder-5.3.7/src/libgui/
H A DHelp.cpp45 Help* Help::help_window = NULL; member in Help
90 if (help_window == NULL) in getHelpWindow()
92 help_window = new Help(w, "Firewall Builder"); in getHelpWindow()
93help_window->setWindowFlags(Qt::Window | Qt::WindowTitleHint | Qt::CustomizeWindowHint | Qt::Windo… in getHelpWindow()
95 help_window->setWindowFlags(help_window->windowFlags() | Qt::WindowCloseButtonHint); in getHelpWindow()
99 return help_window; in getHelpWindow()
/dports/games/easyrpg-player/Player-0.7.0/src/
H A Dwindow_selectable.cpp42 if (active && help_window != NULL) { in SetIndex()
75 return help_window; in GetHelpWindow()
79 help_window = nhelp_window; in SetHelpWindow()
80 if (active && help_window != NULL) { in SetHelpWindow()
86 if (UpdateHelpFn && help_window != nullptr) { in UpdateHelp()
87 UpdateHelpFn(*help_window, index); in UpdateHelp()
138 if (active && help_window != NULL) { in Update()
212 if (active && help_window != NULL) { in Update()
H A Dscene_end.cpp75 help_window.reset(new Window_Help((SCREEN_TARGET_WIDTH/2) - (text_size + 16)/ 2, in CreateHelpWindow()
77help_window->SetText(ToString(lcf::Data::terms.exit_game_message), Font::ColorDefault, Text::Align… in CreateHelpWindow()
79 command_window->SetHelpWindow(help_window.get()); in CreateHelpWindow()
H A Dscene_actortarget.cpp43 help_window.reset(new Window_Help(0, 0, 136, 32)); in Start()
74 help_window->SetText(ToString(item->name), Font::ColorDefault, Text::AlignLeft, false); in Start()
91 help_window->SetText(ToString(skill->name), Font::ColorDefault, Text::AlignLeft, false); in Start()
96 help_window->Update(); in Update()
H A Dscene_title.cpp63 help_window.reset(new Window_Help(0, 0, SCREEN_TARGET_WIDTH, 32)); in CreateHelpWindow()
64 help_window->SetVisible(false); in CreateHelpWindow()
65 translate_window->SetHelpWindow(help_window.get()); in CreateHelpWindow()
311 help_window->SetVisible(true); in CommandTranslation()
334 help_window->SetVisible(false); in HideTranslationWindow()
/dports/graphics/geeqie/geeqie-1.6/src/
H A Dwindow.c236 static GtkWidget *help_window = NULL; variable
240 help_window = NULL; in help_window_destroy_cb()
266 if (help_window) in help_window_show()
268 gtk_window_present(GTK_WINDOW(help_window)); in help_window_show()
269 if (key) help_window_set_key(help_window, key); in help_window_show()
287 help_window = help_window_new(_("Help"), "help", path, key); in help_window_show()
290 g_signal_connect(G_OBJECT(help_window), "destroy", in help_window_show()
308 help_window = help_window_new(_("Help"), "help", path, key); in help_window_show()
311 g_signal_connect(G_OBJECT(help_window), "destroy", in help_window_show()
/dports/math/PDL/PDL-2.019/Demos/
H A DPrima.pm112 $run_button, $help_window, $window, $is_evaling);
228 or defined $help_window and $curr_window == $help_window;
286 $help_window = $::application->get_active_window;
332 $help_window->close if defined $help_window and $help_window->alive;
/dports/astro/nightfall/nightfall-1.92/
H A DLightGtkHelp.c28 static GtkWidget *help_window; /* the help window */ variable
610 help_window = gtk_window_new (GTK_WINDOW_TOPLEVEL); in help_event()
611 gtk_widget_set_usize (help_window, 580, 500); in help_event()
612 gtk_window_set_policy (GTK_WINDOW(help_window), TRUE, TRUE, FALSE); in help_event()
613 gtk_signal_connect (GTK_OBJECT (help_window), "destroy", in help_event()
615 GTK_WIDGET (help_window)); in help_event()
616 gtk_window_set_title (GTK_WINDOW (help_window), _("Help")); in help_event()
617 gtk_container_set_border_width (GTK_CONTAINER (help_window), 0); in help_event()
621 gtk_container_add (GTK_CONTAINER (help_window), vbox); in help_event()
757 GTK_WIDGET (help_window)); in help_event()
[all …]
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/source/
H A Dhelp.c89 static Window *help_window = (Window *) 0; variable
259 if (show_help(help_window, name))
862 help_window = (Window *) 0;
870 if (help_window)
876 help_window = new_window();
877 help_window->hold_mode = OFF;
881 help_window = curr_scr_win;
889 if (!help_screen && help_window)
896 delete_window(help_window);
899 help_window = (Window *) 0;
/dports/irc/ircII/ircii-20210314/source/
H A Dhelp.c73 static Window *help_window = NULL; variable
236 if (show_help(help_window, name)) in help_prompt()
761 help_window = NULL; in help()
768 if (help_window) in create_help_window()
774 help_window = new_window(); in create_help_window()
775 window_set_hold_mode(help_window, OFF); in create_help_window()
779 help_window = curr_scr_win; in create_help_window()
786 if (!help_screen && help_window) in set_help_screen()
791 delete_window(help_window); in set_help_screen()
794 help_window = NULL; in set_help_screen()
/dports/audio/gqradio/gqradio-1.9.2/src/
H A Dmain.c94 static GtkWidget *help_window = NULL; variable
98 help_window = NULL; in help_window_destroy_cb()
103 if (help_window) in help_window_show()
105 gdk_window_raise(help_window->window); in help_window_show()
106 if (key) help_window_set_key(help_window, key); in help_window_show()
110 help_window = help_window_new(_("Help - GQradio"), "GQradio", "help", in help_window_show()
112 g_signal_connect(G_OBJECT(help_window), "destroy", in help_window_show()
/dports/emulators/nemu/nemu-3.0.0/src/
H A Dnm_window.c78 help_window = nm_init_window(&help_size); in nm_create_windows()
82 help_panel = new_panel(help_window); in nm_create_windows()
108 mvwaddch(help_window, y, x, ACS_VLINE); in nm_print_help_lines()
113 mvwprintw(help_window, y, x, _(msg[n])); in nm_print_help_lines()
118 mvwprintw(help_window, y, x, NM_GLYPH_SEP); in nm_print_help_lines()
122 wrefresh(help_window); in nm_print_help_lines()
187 delwin(help_window); in nm_destroy_windows()
191 help_window = NULL; in nm_destroy_windows()
823 werase(help_window); in nm_warn__()
825 while ((ch = wgetch(help_window)) == KEY_RESIZE); in nm_warn__()
[all …]
/dports/japanese/xshodou/xshodou-1.11/
H A Dxshodou66 toplevel .help_window
67 wm title .help_window "Help"
68 wm withdraw .help_window
69 message .help_window.message -text $help_message
70 button .help_window.button -text "Ok" -command "wm withdraw .help_window"
71 pack .help_window.message .help_window.button -side top
/dports/irc/ninja/ninja-1.5.8.1/source/
H A Dhelp.c108 static Window *help_window = (Window *) 0; variable
278 if (show_help(help_window, name))
883 help_window = (Window *) 0;
890 if (help_window)
896 help_window = new_window();
897 help_window->hold_mode = OFF;
901 help_window = curr_scr_win;
909 if (!help_screen && help_window)
916 delete_window(help_window);
919 help_window = (Window *) 0;
/dports/games/valyriatear/ValyriaTear-1.1.0/src/engine/
H A Dinput.cpp350 HelpWindow *help_window = ModeManager->GetHelpWindow(); in _KeyEventHandler() local
351 if(help_window && help_window->IsActive()) { in _KeyEventHandler()
352 help_window->Hide(); in _KeyEventHandler()
396 HelpWindow *help_window = ModeManager->GetHelpWindow(); in _KeyEventHandler() local
397 if(!help_window) in _KeyEventHandler()
399 if(!help_window->IsActive()) in _KeyEventHandler()
400 help_window->Show(); in _KeyEventHandler()
402 help_window->Hide(); in _KeyEventHandler()
/dports/science/luscus/luscus_0.8.6/
H A Dgv_gtk_help.c461 void kill_help_window(GtkWidget *widget, GtkWidget *help_window) in kill_help_window() argument
463 gtk_widget_destroy(help_window); in kill_help_window()
468 GtkWidget *help_window; in luscus_gtk_callback_help() local
479 help_window = gtk_window_new(GTK_WINDOW_TOPLEVEL); in luscus_gtk_callback_help()
480 …g_signal_connect(G_OBJECT(help_window), "delete-event", G_CALLBACK(kill_help_window), (gpointer) h… in luscus_gtk_callback_help()
489 gtk_container_add(GTK_CONTAINER(help_window), vbox); in luscus_gtk_callback_help()
516 …_signal_connect(G_OBJECT(button), "clicked", G_CALLBACK(kill_help_window), (gpointer) help_window); in luscus_gtk_callback_help()
520 gtk_widget_show(help_window); in luscus_gtk_callback_help()

123456