Searched defs:page (Results 1 - 18 of 18) sorted by relevance

/inkscape/src/widgets/
H A Dspinbutton-events.cpp97 gdouble page = 0; local
98 gtk_spin_button_get_increments(GTK_SPIN_BUTTON(w), &step, &page); local
110 gdouble page = 0; local
111 gtk_spin_button_get_increments(GTK_SPIN_BUTTON(w), &step, &page); local
123 gdouble page = 0; local
124 gtk_spin_button_get_increments(GTK_SPIN_BUTTON(w), &step, &page); local
125 v += page;
136 gdouble page = 0; local
137 gtk_spin_button_get_increments(GTK_SPIN_BUTTON(w), &step, &page); local
138 v -= page;
[all...]
H A Dege-adjustment-action.cpp112 gdouble page; member in struct:_EgeAdjustmentActionPrivate
269 action->private_data->page = 0.0;
383 "page-increment", &action->private_data->page,
577 gdouble page = 0.0; local
582 "page-increment", &page,
591 gtk_adjustment_set_value( act->private_data->adj, base + page );
603 gtk_adjustment_set_value( act->private_data->adj, base - page );
705 gdouble page local
719 create_single_menu_item( G_CALLBACK(process_menu_action), BUMP_PAGE_UP, menu, act, &single, &group, base + page, FALSE ); local
[all...]
H A Dtoolbox.cpp1087 gdouble lower, gdouble upper, gdouble step, gdouble page,
1101 lower, upper, step, page, 0 ) );
1657 sp_repr_set_boolean(repr, "inkscape:snap-page", !v);
1877 _("Page border"), _("Snap to the page border"), INKSCAPE_ICON("snap-page"),
1081 create_adjustment_action( gchar const *name, gchar const *label, gchar const *shortLabel, gchar const *tooltip, Glib::ustring const &path, gdouble def, GtkWidget *focusTarget, GObject *dataKludge, gboolean altx, gchar const *altx_mark, gdouble lower, gdouble upper, gdouble step, gdouble page, gchar const** descrLabels, gdouble const* descrValues, guint descrCount, void (*callback)(GtkAdjustment *, GObject *), Inkscape::UI::Widget::UnitTracker *unit_tracker, gdouble climb , guint digits , double factor ) argument
/inkscape/src/extension/internal/
H A Dcdr-input.cpp91 unsigned _current_page; // Current selected page
127 _labelSelect = Gtk::manage(new class Gtk::Label(_("Select page:")));
191 unsigned page = static_cast<unsigned>(_pageNumberSpin->get_value_as_int()); local
192 _current_page = CLAMP(page, 1U, _vec.size());
208 * \brief Renders the given page's thumbnail
256 // If only one page is present, import that one without bothering user
267 // Get needed page
H A Dvsd-input.cpp92 unsigned _current_page; // Current selected page
130 _labelSelect = Gtk::manage(new class Gtk::Label(_("Select page:")));
194 unsigned page = static_cast<unsigned>(_pageNumberSpin->get_value_as_int()); local
195 _current_page = CLAMP(page, 1U, _vec.size());
211 * \brief Renders the given page's thumbnail
259 // If only one page is present, import that one without bothering user
270 // Get needed page
/inkscape/src/ui/widget/
H A Dpoint.cpp131 void Point::setIncrements(double step, double page) argument
133 xwidget.setIncrements(step, page);
134 ywidget.setIncrements(step, page);
H A Dscalar.cpp69 double step, page; local
70 static_cast<SpinButton*>(_widget)->get_increments(step, page);
77 double step, page; local
78 static_cast<SpinButton*>(_widget)->get_increments(step, page);
79 return page;
117 void Scalar::setIncrements(double step, double /*page*/)
H A Dcolor-notebook.cpp67 Page *page; local
69 page = new Page(new ColorScalesFactory(SP_COLOR_SCALES_MODE_RGB), true);
70 _available_pages.push_back(page);
71 page = new Page(new ColorScalesFactory(SP_COLOR_SCALES_MODE_HSV), true);
72 _available_pages.push_back(page);
73 page = new Page(new ColorScalesFactory(SP_COLOR_SCALES_MODE_CMYK), true);
74 _available_pages.push_back(page);
75 page = new Page(new ColorWheelSelectorFactory, true);
76 _available_pages.push_back(page);
78 page
280 _onPageSwitched(GtkNotebook *notebook, GtkWidget *page, guint page_num, ColorNotebook *colorbook) argument
346 _addPage(Page &page) argument
[all...]
H A Dcolor-icc-selector.cpp448 gdouble page = static_cast<gdouble>(scaleValue) / 10.0; local
450 _impl->_compUI[i]._adj = GTK_ADJUSTMENT(gtk_adjustment_new(0.0, 0.0, scaleValue, step, page, page));
843 step, page, page ) );
/inkscape/src/live_effects/parameter/
H A Dparameter.cpp185 ScalarParam::param_set_increments(double step, double page) argument
188 inc_page = page;
/inkscape/src/extension/param/
H A Dnotebook.cpp50 GSList * parameters; /**< A table to store the parameters for this page.
52 page */
71 // Read XML to build page
113 \brief This function creates a page that can be used later. This
117 \param in_repr The XML describing the page
123 isn't a name in the XML, then no page is created as
182 ParamNotebookPage * page = new ParamNotebookPage(name, guitext, desc, scope, gui_hidden, gui_tip, in_ext, in_repr); local
184 /* Note: page could equal NULL */
185 return page;
193 * Builds a notebook page (
243 ParamNotebookPage * page; local
274 ParamNotebookPage * page = reinterpret_cast<ParamNotebookPage *>(list->data); local
300 ParamNotebookPage * page = NULL; local
333 ParamNotebookPage * page = reinterpret_cast<ParamNotebookPage *>(pglist->data); local
389 ParamNotebookPage * page = reinterpret_cast<ParamNotebookPage *>(pglist->data); local
438 ParamNotebookPage * page = reinterpret_cast<ParamNotebookPage *>(list->data); local
[all...]
/inkscape/src/libgdl/
H A Dgdl-dock-notebook.c61 GtkWidget *page,
132 g_param_spec_int ("page", _("Page"),
133 _("The index of the current page"),
187 g_signal_connect (item->child, "switch-page",
189 g_signal_connect (item->child, "notify::page",
262 GtkWidget *page,
283 nb, page);
293 item = GDL_DOCK_ITEM (page);
418 /* Set current page to the newly docked widget. set current page
261 gdl_dock_notebook_switch_page_cb(GtkNotebook *nb, GtkWidget *page, gint page_num, gpointer data) argument
[all...]
H A Dgdl-switcher.c55 GtkWidget *page);
75 GtkWidget *page; member in struct:__anon85
131 GtkWidget *arrow, GtkWidget *hbox, int id, GtkWidget *page)
141 button->page = page;
143 g_signal_connect (page, "notify::long-name", G_CALLBACK (gdl_switcher_long_name_changed),
145 g_signal_connect (page, "notify::stock-id", G_CALLBACK (gdl_switcher_stock_id_changed),
160 g_signal_handlers_disconnect_by_func (button->page,
163 g_signal_handlers_disconnect_by_func (button->page,
670 gdl_switcher_page_added_cb (GtkNotebook *nb, GtkWidget *page, argument
130 button_new(GtkWidget *button_widget, GtkWidget *label, GtkWidget *icon, GtkWidget *arrow, GtkWidget *hbox, int id, GtkWidget *page) argument
680 switcher_id, page); local
788 gdl_switcher_add_button(GdlSwitcher *switcher, const gchar *label, const gchar *tooltips, const gchar *stock_id, GdkPixbuf *pixbuf_icon, gint switcher_id, GtkWidget* page) argument
894 gdl_switcher_insert_page(GdlSwitcher *switcher, GtkWidget *page, GtkWidget *tab_widget, const gchar *label, const gchar *tooltips, const gchar *stock_id, GdkPixbuf *pixbuf_icon, gint position) argument
[all...]
/inkscape/src/extension/internal/pdfinput/
H A Dpdf-input.cpp31 #include <poppler/glib/poppler-page.h>
92 _labelSelect = Gtk::manage(new class Gtk::Label(_("Select page:")));
105 // Disable the page selector when there's only one page
458 int page = _pageNumberSpin->get_value_as_int(); local
459 _current_page = CLAMP(page, 1, _pdf_doc->getCatalog()->getNumPages());
484 * Borrowed from libpoppler, from the file poppler-page.cc
579 * \brief Renders the given page's thumbnail using Cairo
581 void PdfImportDialog::_setPreviewPage(int page) { argument
583 _previewed_page = _pdf_doc->getCatalog()->getPage(page);
801 Page *page = catalog->getPage(page_num); local
879 PopplerPage* page = poppler_document_get_page(document, page_num - 1); local
[all...]
/inkscape/src/ui/dialog/
H A Dtransformation.cpp48 int page = daad->getCurrentPage(); local
49 daad->updateSelection((Inkscape::UI::Dialog::Transformation::PageType)page, selection);
54 int page = daad->getCurrentPage(); local
55 daad->updateSelection((Inkscape::UI::Dialog::Transformation::PageType)page, selection);
183 void Transformation::presentPage(Transformation::PageType page) argument
185 _notebook.set_current_page(page);
536 void Transformation::updateSelection(PageType page, Inkscape::Selection *selection) argument
541 switch (page) {
572 void Transformation::onSwitchPage(Gtk::Widget * /*page*/, guint pagenum)
574 void Transformation::onSwitchPage(GtkNotebookPage * /*page*/, guin
688 int const page = _notebook.get_current_page(); local
1180 int const page = _notebook.get_current_page(); local
[all...]
H A Dexport.cpp142 "page", "drawing", "selection", "custom"
489 float step, float page,
496 float step, float page,
504 Glib::RefPtr<Gtk::Adjustment> adj = Gtk::Adjustment::create(val, min, max, step, page, 0);
506 Gtk::Adjustment *adj = new Gtk::Adjustment ( val, min, max, step, page, 0 );
714 /* Do nothing for page or for custom */
764 otherwise we drop through to the page settings */
488 createSpinbutton( gchar const * , float val, float min, float max, float step, float page, Gtk::Grid *t, int x, int y, const Glib::ustring& ll, const Glib::ustring& lr, int digits, unsigned int sensitive, void (Export::*cb)() ) argument
H A Dinkscape-preferences.cpp2050 DialogPage* page = row[_page_list_columns._col_page]; local
2051 _page_frame.add(*page);
2070 int desired_page = prefs->getInt("/dialogs/preferences/page", 0);
2122 prefs->setInt("/dialogs/preferences/page", row[_page_list_columns._col_id]);
/inkscape/src/
H A Ddesktop.h177 SPCanvasItem *page; ///< page background member in class:SPDesktop
178 SPCanvasItem *page_border; ///< page border

Completed in 771 milliseconds