Home
last modified time | relevance | path

Searched refs:help_widget (Results 1 – 25 of 29) sorted by relevance

12

/dports/x11/xman/xman-1.1.5/
H A Dhelp.c52 if (help_widget != NULL) /* If we already have a help widget. in MakeHelpWidget()
61 help_widget = man_globals->This_Manpage; in MakeHelpWidget()
64 XtDestroyWidget(help_widget); in MakeHelpWidget()
65 help_widget = NULL; in MakeHelpWidget()
72 XtRealizeWidget(help_widget); in MakeHelpWidget()
74 AddCursor(help_widget, resources.cursors.manpage); in MakeHelpWidget()
H A Dglobals.c38 Widget help_widget; /* The help widget. */ variable
H A Dglobals.h40 extern Widget help_widget; /* The help widget. */
H A Dhandler.c468 XtPopup(help_widget, XtGrabNone); in PopupHelp()
527 if (man_globals->This_Manpage != help_widget) { in RemoveThisManpage()
539 XtPopdown(help_widget); in RemoveThisManpage()
/dports/games/freeciv/freeciv-2.6.6/client/gui-qt/
H A Dhelpdlg.cpp139 help_wdg = new help_widget(splitter); in help_dialog()
432 help_widget::help_widget(QWidget *parent) : in help_widget() function in help_widget
443 help_widget::help_widget(const help_item *topic, QWidget *parent) : in help_widget() function in help_widget
455 help_widget::~help_widget() { in ~help_widget()
462 void help_widget::setup_ui() in setup_ui()
512 void help_widget::do_layout() in do_layout()
551 void help_widget::update_fonts() in update_fonts()
581 void help_widget::undo_layout() in undo_layout()
604 void help_widget::show_info_panel() in show_info_panel()
739 void help_widget::add_info_separator() in add_info_separator()
[all …]
H A Dhelpdlg.h44 class help_widget; variable
52 help_widget *help_wdg;
79 class help_widget : public QWidget
133 help_widget(QWidget *parent = 0);
134 help_widget(const help_item *item, QWidget *parent = 0);
135 ~help_widget();
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-qt/
H A Dhelpdlg.cpp139 help_wdg = new help_widget(splitter); in help_dialog()
432 help_widget::help_widget(QWidget *parent) : in help_widget() function in help_widget
443 help_widget::help_widget(const help_item *topic, QWidget *parent) : in help_widget() function in help_widget
455 help_widget::~help_widget() { in ~help_widget()
462 void help_widget::setup_ui() in setup_ui()
512 void help_widget::do_layout() in do_layout()
551 void help_widget::update_fonts() in update_fonts()
581 void help_widget::undo_layout() in undo_layout()
604 void help_widget::show_info_panel() in show_info_panel()
739 void help_widget::add_info_separator() in add_info_separator()
[all …]
H A Dhelpdlg.h44 class help_widget; variable
52 help_widget *help_wdg;
79 class help_widget : public QWidget
133 help_widget(QWidget *parent = 0);
134 help_widget(const help_item *item, QWidget *parent = 0);
135 ~help_widget();
/dports/net/tcpview/tcpview-1.0/
H A Dmotifutils.c154 Widget help_widget; local
163 XtManageChild( help_widget );
169 XtAddCallback( help_widget,
179 XtSetArg( args[0], XmNmenuHelpWidget, help_widget );
181 return( help_widget );
426 Widget help_widget, SetUpHelp(); local
428 help_widget = SetUpHelp( widget,
446 Widget help_widget; local
452 help_widget = XmCreateInformationDialog( parent,
468 XtManageChild( help_widget );
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/libgimpwidgets/
H A Dgimphelpui.c62 GtkWidget **help_widget,
316 GtkWidget **help_widget, in gimp_help_get_help_data() argument
329 if (help_widget) in gimp_help_get_help_data()
330 *help_widget = widget; in gimp_help_get_help_data()
339 if (help_widget) in gimp_help_get_help_data()
340 *help_widget = NULL; in gimp_help_get_help_data()
552 GtkWidget *help_widget; in gimp_context_help_idle_show_help() local
556 help_id = gimp_help_get_help_data (GTK_WIDGET (data), &help_widget, in gimp_context_help_idle_show_help()
/dports/x11-toolkits/open-motif/motif-2.3.8/demos/programs/animate/
H A Dxmanimate.c309 static Widget help_widget = NULL ; in p_motifanim_help() local
311 if (!help_widget) in p_motifanim_help()
312 help_widget = XmdCreateHelpDialog(w, "help_manager", NULL, 0); in p_motifanim_help()
314 XtManageChild(help_widget); in p_motifanim_help()
/dports/graphics/opendx/dx-4.4.4/src/uipp/base/
H A DUIComponent.C103 this->help_widget = NUL(Widget); in UIComponent()
187 if (this->help_widget) { in setBubbleHelp()
188 XtRemoveEventHandler (this->help_widget, EnterWindowMask|LeaveWindowMask, in setBubbleHelp()
191 this->help_widget = w; in setBubbleHelp()
192 if (this->help_widget) { in setBubbleHelp()
193 XtAddEventHandler (this->help_widget, EnterWindowMask|LeaveWindowMask, in setBubbleHelp()
377 this->setBubbleHelp (inactive_help, this->help_widget, FALSE); in deactivate()
H A DUIComponent.h68 Widget help_widget; variable
/dports/x11-toolkits/open-motif/motif-2.3.8/demos/programs/todo/
H A Dtodo.c113 Widget help_widget, file_dialog; variable
211 help_widget = XmdCreateHelpDialog(shell, "help_manager", NULL, 0); in main()
329 XtManageChild(help_widget); in help_cb()
330 XmdGotoHelpItem(w, (int) item, help_widget); in help_cb()
/dports/x11-toolkits/open-motif/motif-2.3.8/demos/unsupported/aicon/
H A Daicon.c80 static Widget help_widget = NULL ; in HelpCB() local
82 if (!help_widget) in HelpCB()
83 help_widget = XmdCreateHelpDialog(w, "help_manager", NULL, 0); in HelpCB()
85 XtManageChild(help_widget); in HelpCB()
/dports/x11-toolkits/open-motif/motif-2.3.8/demos/programs/getsubres/
H A Dgetsubres.c502 static Widget help_widget = NULL ; local
504 if (!help_widget)
505 help_widget = XmdCreateHelpDialog(w, "help_manager", NULL, 0);
507 XtManageChild(help_widget);
/dports/emulators/kcemu/KCemu-0.5.1/src/ui/gtk/
H A Dhelp.cc764 GtkWidget *help_widget = gtk_get_event_widget((GdkEvent *)bevent); in context_help_button_press() local
766 if (help_widget && (bevent->button == 1) && (bevent->type == GDK_BUTTON_PRESS)) in context_help_button_press()
772 if (help_widget != widget) in context_help_button_press()
773 sf_help_recursive(help_widget, w); in context_help_button_press()
/dports/games/freeciv/freeciv-2.6.6/data/themes/gui-qt/NightStalker/
H A Dresource.qss733 help_widget QTextBrowser
739 help_widget QWidget
745 help_widget QTreeWidget
751 help_widget QScrollArea QFrame {
756 help_widget QScrollArea {
/dports/games/freeciv-nox11/freeciv-2.6.6/data/themes/gui-qt/NightStalker/
H A Dresource.qss733 help_widget QTextBrowser
739 help_widget QWidget
745 help_widget QTreeWidget
751 help_widget QScrollArea QFrame {
756 help_widget QScrollArea {
/dports/games/freeciv/freeciv-2.6.6/data/themes/gui-qt/Necrophos/
H A Dresource.qss623 help_widget QTextBrowser
629 help_widget QWidget
635 help_widget QScrollArea QFrame {
640 help_widget QScrollArea {
/dports/games/freeciv-nox11/freeciv-2.6.6/data/themes/gui-qt/Necrophos/
H A Dresource.qss623 help_widget QTextBrowser
629 help_widget QWidget
635 help_widget QScrollArea QFrame {
640 help_widget QScrollArea {
/dports/games/freeciv/freeciv-2.6.6/data/themes/gui-qt/Classic/
H A Dresource.qss612 help_widget QTextBrowser
618 help_widget QWidget
624 help_widget QScrollArea QFrame {
629 help_widget QScrollArea {
/dports/games/freeciv-nox11/freeciv-2.6.6/data/themes/gui-qt/Classic/
H A Dresource.qss612 help_widget QTextBrowser
618 help_widget QWidget
624 help_widget QScrollArea QFrame {
629 help_widget QScrollArea {
/dports/x11-toolkits/open-motif/motif-2.3.8/demos/programs/draw/
H A Ddraw.c433 static Widget help_widget = NULL ; in HelpCB() local
435 if (!help_widget) in HelpCB()
436 help_widget = XmdCreateHelpDialog(w, "help_manager", NULL, 0); in HelpCB()
438 XtManageChild(help_widget); in HelpCB()
/dports/x11-toolkits/open-motif/motif-2.3.8/demos/programs/sampler2_0/
H A Dsampler2_0.c317 static Widget help_widget = NULL ; in HelpCB() local
319 if (!help_widget) in HelpCB()
320 help_widget = XmdCreateHelpDialog(toplevel, "help_manager", NULL, 0); in HelpCB()
322 XtManageChild(help_widget); in HelpCB()

12