Searched defs:buttons (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/ui/dialog/
H A Dicon-preview.h89 Gtk::ToggleToolButton** buttons; member in class:Inkscape::UI::Dialog::IconPreviewPanel
H A Dclonetiler.cpp1261 { // buttons which are enabled only when there are tiled clones
1370 GtkWidget *buttons = GTK_WIDGET(g_object_get_data (G_OBJECT(dlg), "buttons_on_tiles")); local
1374 gtk_widget_set_sensitive (buttons, FALSE);
1380 gtk_widget_set_sensitive (buttons, FALSE);
1387 gtk_widget_set_sensitive (buttons, TRUE);
1392 gtk_widget_set_sensitive (buttons, FALSE);
/inkscape/src/live_effects/
H A Dlpe-simplify.cpp88 Gtk::HBox * buttons = Gtk::manage(new Gtk::HBox(true,0)); local
97 buttons->pack_start(*widg, true, true, 2);
125 vbox->pack_start(*buttons,true, true, 2);
H A Dlpe-bspline.cpp97 Gtk::HBox * buttons = Gtk::manage(new Gtk::HBox(true,0)); local
102 buttons->pack_start(*default_weight, true, true, 2);
107 buttons->pack_start(*make_cusp, true, true, 2);
108 vbox->pack_start(*buttons, true, true, 2);
/inkscape/src/
H A Ddevice-manager.cpp192 virtual void setLiveButtons(gint buttons) {liveButtons = buttons;} argument
/inkscape/src/libgdl/
H A Dgdl-switcher.c84 GSList *buttons; member in struct:_GdlSwitcherPrivate
196 for (p = switcher->priv->buttons; p != NULL; p = p->next) {
231 for (p = switcher->priv->buttons; p != NULL; p = p->next) {
262 int num_btns = g_slist_length (switcher->priv->buttons);
291 for (p = switcher->priv->buttons; p != NULL; p = p->next) {
307 /* If all the buttons could fit in the single row, have it so */
313 /* If using text buttons, we want to try to have a
325 /* Assign buttons to rows */
329 button = switcher->priv->buttons->data;
332 p = switcher->priv->buttons
[all...]

Completed in 2264 milliseconds