Searched refs:page (Results 1 - 25 of 32) sorted by relevance

12

/inkscape/packaging/
H A DmkNEWS14 my @page = `w3m -dump $wiki/Release_notes/$rel`;
16 print "$#page lines\n";
19 foreach my $line (@page) {
/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.h136 gdouble lower, gdouble upper, gdouble step, gdouble 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/ui/widget/
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-notebook.h57 void _addPage(Page &page);
61 static void _onPageSwitched(GtkNotebook *notebook, GtkWidget *page, guint page_num, ColorNotebook *colorbook);
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 Dpoint.cpp131 void Point::setIncrements(double step, double page) argument
133 xwidget.setIncrements(step, page);
134 ywidget.setIncrements(step, page);
H A Dpoint.h106 * Gets the current page increment used by the spin button.
144 * Sets the step and page increments for the spin button.
146 void setIncrements(double step, double page);
H A Dscalar.h97 * Gets the current page increment used by the spin button.
129 * Sets the step and page increments for the spin button.
132 void setIncrements(double step, double page);
/inkscape/src/ui/dialog/
H A Dfill-and-stroke.h68 void _onSwitchPage(Gtk::Widget *page, guint pagenum);
70 void _onSwitchPage(GtkNotebookPage *page, guint pagenum);
H A Dtransformation.h19 #include "ui/widget/notebook-page.h"
116 void updateSelection(PageType page, Inkscape::Selection *selection);
170 void presentPage(PageType page);
173 void onSwitchPage(Gtk::Widget *page, guint pagenum);
175 void onSwitchPage(GtkNotebookPage *page, guint pagenum);
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.h31 SELECTION_PAGE = 0, /**< Export the whole page */
32 SELECTION_DRAWING, /**< Export everything drawn on the page */
103 * @param page Size of the page increment
117 float step, float page,
124 float step, float page,
/inkscape/src/libgdl/
H A Dgdl-switcher.h58 GtkWidget *page,
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...]
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...]
/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...]
H A Dpdf-input.h79 void _setPreviewPage(int page);
134 int _current_page; // Current selected page
135 Page *_previewed_page; // Currently previewed page
/inkscape/src/extension/internal/bitmap/
H A Dcrop.cpp28 image->page("+0+0");
/inkscape/src/live_effects/parameter/
H A Dparameter.cpp185 ScalarParam::param_set_increments(double step, double page) argument
188 inc_page = page;
H A Dparameter.h117 void param_set_increments(double step, double page);
/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

Completed in 888 milliseconds

12