Home
last modified time | relevance | path

Searched refs:option_box (Results 1 – 19 of 19) sorted by relevance

/dports/science/gramps/gramps-5.1.4/gramps/plugins/export/
H A Dexportftree.py57 def writeData(database, filename, user, option_box=None): argument
59 writer = FtreeWriter(database, filename, user, option_box)
70 def __init__(self, database, filename, user, option_box=None): argument
74 self.option_box = option_box
81 if option_box:
82 self.option_box.parse_options()
83 self.db = option_box.get_filtered_database(self.db)
137 ErrorDialog(msg2, str(msg), parent=self.option_box.window)
H A Dexportcsv.py68 def exportData(database, filename, user, option_box=None): argument
69 gw = CSVWriter(database, filename, user, option_box)
134 option_box = WriterOptionBox.get_option_box(self)
154 return option_box
171 def __init__(self, database, filename, user, option_box=None): argument
173 self.option_box = option_box
189 if not option_box:
196 self.option_box.parse_options()
197 self.db = option_box.get_filtered_database(self.db)
201 self.include_children = self.option_box.include_children
[all …]
H A Dexportvcalendar.py59 def __init__(self, database, filename, user, option_box=None): argument
63 self.option_box = option_box
79 if option_box:
80 self.option_box.parse_options()
81 self.db = option_box.get_filtered_database(self.db)
238 def exportData(database, filename, user, option_box=None): argument
239 cw = CalendarWriter(database, filename, user, option_box)
H A Dexportvcard.py65 def exportData(database, filename, user, option_box=None): argument
67 cardw = VCardWriter(database, filename, option_box, user)
106 def __init__(self, database, filename, option_box=None, user=None): argument
111 self.option_box = option_box
117 if option_box:
118 self.option_box.parse_options()
119 self.db = option_box.get_filtered_database(self.db)
H A Dexportpkg.py70 def writeData(database, filename, user, option_box=None): argument
82 if option_box:
83 option_box.parse_options()
84 database = option_box.get_filtered_database(database)
H A Dexportgeneweb.py58 def __init__(self, database, filename, user, option_box=None): argument
62 self.option_box = option_box
72 if option_box:
73 self.option_box.parse_options()
74 self.db = option_box.get_filtered_database(self.db)
487 def exportData(database, filename, user, option_box=None): argument
488 gw = GeneWebWriter(database, filename, user, option_box)
H A Dexportgedcom.py212 def __init__(self, database, user, option_box=None): argument
218 self.setup(option_box)
220 def setup(self, option_box): argument
226 if option_box:
227 option_box.parse_options()
228 self.dbase = option_box.get_filtered_database(self.dbase, self)
1588 def export_data(database, filename, user, option_box=None): argument
1594 ged_write = GedcomWriter(database, user, option_box)
H A Dexportxml.py1331 def export_data(database, filename, user, option_box=None): argument
1344 if option_box:
1345 option_box.parse_options()
1346 database = option_box.get_filtered_database(database)
1347 compress = compress and option_box.get_use_compression()
/dports/print/gtklp/gtklp-1.3.4/gtklp/
H A Dppd.c135 GtkWidget *option_box, *label = NULL, *group_frame, *group_box; in addPPDGroup() local
167 option_box = gtk_hbox_new(FALSE, 8); in addPPDGroup()
168 gtk_box_pack_start(GTK_BOX(group_box), option_box, in addPPDGroup()
170 gtk_widget_show(option_box); in addPPDGroup()
194 (option_box)->font, in addPPDGroup()
201 (option_box)), in addPPDGroup()
215 (option_box)->font, in addPPDGroup()
222 (option_box)), in addPPDGroup()
298 gtk_box_pack_start(GTK_BOX(option_box), label, in addPPDGroup()
337 gtk_box_pack_start(GTK_BOX(option_box), in addPPDGroup()
[all …]
/dports/mail/evolution/evolution-3.42.1/src/mail/
H A De-mail-junk-options.c38 GtkWidget *option_box; /* not referenced */ member
122 GtkBox *option_box; in mail_junk_options_rebuild() local
129 option_box = GTK_BOX (options->priv->option_box); in mail_junk_options_rebuild()
175 gtk_box_pack_start (option_box, widget, FALSE, FALSE, 12); in mail_junk_options_rebuild()
312 priv->option_box = widget; /* not referenced */ in mail_junk_options_constructed()
/dports/comms/xastir/Xastir-Release-2.1.8/src/
H A Dview_message_gui.c497 Widget option_box, tnc_data, net_data, tnc_net_data, in view_all_messages() local
651 option_box = XmCreateRadioBox(my_form, in view_all_messages()
656 XtVaSetValues(option_box, in view_all_messages()
663 option_box, in view_all_messages()
673 option_box, in view_all_messages()
683 option_box, in view_all_messages()
701 XmNleftWidget, option_box, in view_all_messages()
737 XtSetArg(args[n], XmNtopWidget, option_box); in view_all_messages()
804 XtManageChild(option_box); in view_all_messages()
H A Dmain.c19978 option_box = XmCreateRadioBox(my_form,
19983 XtVaSetValues(option_box,
20081 XtSetArg(args[n], XmNtopWidget, option_box);
20184 XtManageChild(option_box);
28271 option_box, local
29404 option_box = XmCreateRadioBox(frame2,
29409 XtVaSetValues(option_box,
29415 option_box,
29424 option_box,
29434 option_box,
[all …]
/dports/mail/balsa/balsa-2.5.1/src/
H A Dtoolbar-prefs.c116 GtkWidget *option_box; in customize_dialog_cb() local
181 option_box = gtk_box_new(GTK_ORIENTATION_VERTICAL, 6); in customize_dialog_cb()
182 gtk_container_set_border_width(GTK_CONTAINER(option_box), 6); in customize_dialog_cb()
183 gtk_container_add(GTK_CONTAINER(option_frame), option_box); in customize_dialog_cb()
191 gtk_box_pack_start(GTK_BOX(option_box), wrap_button, FALSE, FALSE, 0); in customize_dialog_cb()
/dports/games/madbomber/madbomber-0.2.5/
H A Dmadbomber.c816 SDL_Rect option_box; variable
2443 y = option_box.y + 2; in title()
2525 if (bx >= option_box.x && in title()
2526 bx <= option_box.x + option_box.w) in title()
2613 my_updaterect(screen, option_box.x, option_box.y, in title()
2614 option_box.w, option_box.h); in title()
2911 option_box.w = (widest(images[IMG_TITLE_ONE_PLAYER] -> w, in setup()
2919 option_box.h = ((images[IMG_TITLE_ONE_PLAYER] -> h) + in setup()
2933 option_box.h = ((images[IMG_TITLE_ONE_PLAYER] -> w * 2) + in setup()
2942 option_box.x = (640 - option_box.w) / 2; in setup()
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/src/editor/
H A DC4ConsoleQtPropListViewer.cpp1300 idx = editor->option_box->GetCurrentSelectionIndex(); in UpdateEditorParameter()
1407 editor->option_box->setEditText(edit_string); in SetEditorData()
1412 QStandardItemModel *model = static_cast<QStandardItemModel *>(editor->option_box->model()); in SetEditorData()
1423 QMetaObject::invokeMethod(editor->option_box, "doShowPopup", Qt::QueuedConnection); in SetEditorData()
1424 editor->option_box->showPopup(); in SetEditorData()
1511 editor->option_box = new C4DeepQComboBox(editor, GetOptionComboBoxButtonType(), allow_editing); in CreateEditor()
1512 editor->layout->addWidget(editor->option_box); in CreateEditor()
1513 for (auto &option : options) editor->option_box->addItem(option.name->GetCStr()); in CreateEditor()
1514 editor->option_box->setModel(CreateOptionModel()); in CreateEditor()
1515 editor->option_box->model()->setParent(editor->option_box); in CreateEditor()
[all …]
H A DC4ConsoleQtPropListViewer.h307 C4DeepQComboBox *option_box; variable
314 …: QWidget(parent), last_selection_index(-1), option_box(nullptr), layout(nullptr), parameter_widge… in C4PropertyDelegateEnumEditor()
/dports/science/gramps/gramps-5.1.4/gramps/gui/plug/export/
H A D_exportoptions.py766 option_box = super().get_option_box()
770 option_box.pack_start(self.use_compression_check, False, True, 0)
771 return option_box
/dports/math/maxima/maxima-5.43.2/doc/info/
H A Dmaxima.info539 Ref: option_box492510
H A DPlotting.texi1141 @anchor{option_box}