Home
last modified time | relevance | path

Searched refs:set_icon_name (Results 1 – 25 of 348) sorted by relevance

12345678910>>...14

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/toolbar/
H A Dtweak-toolbar.cpp90 _pressure_item->set_icon_name(INKSCAPE_ICON("draw-use-pressure")); in TweakToolbar()
104 mode_move_btn->set_icon_name(INKSCAPE_ICON("object-tweak-push")); in TweakToolbar()
109 mode_inout_btn->set_icon_name(INKSCAPE_ICON("object-tweak-attract")); in TweakToolbar()
119 mode_scale_btn->set_icon_name(INKSCAPE_ICON("object-tweak-shrink")); in TweakToolbar()
124 mode_rotate_btn->set_icon_name(INKSCAPE_ICON("object-tweak-rotate")); in TweakToolbar()
134 mode_push_btn->set_icon_name(INKSCAPE_ICON("path-tweak-push")); in TweakToolbar()
139 mode_shrinkgrow_btn->set_icon_name(INKSCAPE_ICON("path-tweak-shrink")); in TweakToolbar()
144 mode_attrep_btn->set_icon_name(INKSCAPE_ICON("path-tweak-attract")); in TweakToolbar()
149 mode_roughen_btn->set_icon_name(INKSCAPE_ICON("path-tweak-roughen")); in TweakToolbar()
154 mode_colpaint_btn->set_icon_name(INKSCAPE_ICON("object-tweak-paint")); in TweakToolbar()
[all …]
H A Dnode-toolbar.cpp97 insert_node_item->set_icon_name(INKSCAPE_ICON("node-add")); in NodeToolbar()
150 delete_item->set_icon_name(INKSCAPE_ICON("node-delete")); in NodeToolbar()
160 join_item->set_icon_name(INKSCAPE_ICON("node-join")); in NodeToolbar()
168 break_item->set_icon_name(INKSCAPE_ICON("node-break")); in NodeToolbar()
178 join_segment_item->set_icon_name(INKSCAPE_ICON("node-join-segment")); in NodeToolbar()
196 cusp_item->set_icon_name(INKSCAPE_ICON("node-type-cusp")); in NodeToolbar()
204 smooth_item->set_icon_name(INKSCAPE_ICON("node-type-smooth")); in NodeToolbar()
212 symmetric_item->set_icon_name(INKSCAPE_ICON("node-type-symmetric")); in NodeToolbar()
220 auto_item->set_icon_name(INKSCAPE_ICON("node-type-auto-smooth")); in NodeToolbar()
230 line_item->set_icon_name(INKSCAPE_ICON("node-segment-line")); in NodeToolbar()
[all …]
H A Dspray-toolbar.cpp80 copy_mode_btn->set_icon_name(INKSCAPE_ICON("spray-mode-copy")); in SprayToolbar()
85 clone_mode_btn->set_icon_name(INKSCAPE_ICON("spray-mode-clone")); in SprayToolbar()
91 union_mode_btn->set_icon_name(INKSCAPE_ICON("spray-mode-union")); in SprayToolbar()
97 eraser_mode_btn->set_icon_name(INKSCAPE_ICON("draw-eraser")); in SprayToolbar()
130 pressure_item->set_icon_name(INKSCAPE_ICON("draw-use-pressure")); in SprayToolbar()
257 _over_transparent->set_icon_name(INKSCAPE_ICON("object-hidden")); in SprayToolbar()
268 _pick_no_overlap->set_icon_name(INKSCAPE_ICON("symbol-bigger")); in SprayToolbar()
279 _no_overlap->set_icon_name(INKSCAPE_ICON("distribute-randomize")); in SprayToolbar()
304 _picker->set_icon_name(INKSCAPE_ICON("color-picker")); in SprayToolbar()
313 _pick_fill->set_icon_name(INKSCAPE_ICON("paint-solid")); in SprayToolbar()
[all …]
H A Dmesh-toolbar.cpp168 normal_type_btn->set_icon_name(INKSCAPE_ICON("paint-gradient-mesh")); in MeshToolbar()
193 fill_button->set_icon_name(INKSCAPE_ICON("object-fill")); in MeshToolbar()
198 stroke_btn->set_icon_name(INKSCAPE_ICON("object-stroke")); in MeshToolbar()
248 _edit_fill_item->set_icon_name(INKSCAPE_ICON("object-fill")); in MeshToolbar()
257 _edit_stroke_item->set_icon_name(INKSCAPE_ICON("object-stroke")); in MeshToolbar()
266 show_handles_item->set_icon_name(INKSCAPE_ICON("show-node-handles")); in MeshToolbar()
277 btn->set_icon_name(INKSCAPE_ICON("node-segment-line")); in MeshToolbar()
285 btn->set_icon_name(INKSCAPE_ICON("node-segment-curve")); in MeshToolbar()
293 btn->set_icon_name(INKSCAPE_ICON("color-picker")); in MeshToolbar()
302 btn->set_icon_name(INKSCAPE_ICON("mesh-gradient-fit")); in MeshToolbar()
[all …]
H A Dmeasure-toolbar.cpp125 _only_selected_item->set_icon_name(INKSCAPE_ICON("snap-bounding-box-center")); in MeasureToolbar()
134 _ignore_1st_and_last_item->set_icon_name(INKSCAPE_ICON("draw-geometry-line-segment")); in MeasureToolbar()
143 _inbetween_item->set_icon_name(INKSCAPE_ICON("distribute-randomize")); in MeasureToolbar()
152 _show_hidden_item->set_icon_name(INKSCAPE_ICON("object-hidden")); in MeasureToolbar()
161 _all_layers_item->set_icon_name(INKSCAPE_ICON("dialog-layers")); in MeasureToolbar()
172 _reverse_item->set_icon_name(INKSCAPE_ICON("draw-geometry-mirror")); in MeasureToolbar()
181 _to_phantom_item->set_icon_name(INKSCAPE_ICON("selection-make-bitmap-copy")); in MeasureToolbar()
190 _to_guides_item->set_icon_name(INKSCAPE_ICON("guides")); in MeasureToolbar()
199 _to_item_item->set_icon_name(INKSCAPE_ICON("path-reverse")); in MeasureToolbar()
208 _mark_dimension_item->set_icon_name(INKSCAPE_ICON("tool-pointer")); in MeasureToolbar()
H A Dlpe-toolbar.cpp75 inactive_mode_btn->set_icon_name(INKSCAPE_ICON("draw-geometry-inactive")); in LPEToolbar()
85 btn->set_icon_name(lpesubtools[i].icon_name); in LPEToolbar()
106 _show_bbox_item->set_icon_name(INKSCAPE_ICON("show-bounding-box")); in LPEToolbar()
116 _bbox_from_selection_item->set_icon_name(INKSCAPE_ICON("draw-geometry-set-bounding-box")); in LPEToolbar()
156 _measuring_item->set_icon_name(INKSCAPE_ICON("draw-geometry-show-measuring-info")); in LPEToolbar()
176 _open_lpe_dialog_item->set_icon_name(INKSCAPE_ICON("dialog-geometry")); in LPEToolbar()
H A Dconnector-toolbar.cpp78 avoid_item->set_icon_name(INKSCAPE_ICON("connector-avoid")); in ConnectorToolbar()
86 ignore_item->set_icon_name(INKSCAPE_ICON("connector-ignore")); in ConnectorToolbar()
95 _orthogonal->set_icon_name(INKSCAPE_ICON("connector-orthogonal")); in ConnectorToolbar()
126 graph_item->set_icon_name(INKSCAPE_ICON("distribute-graph")); in ConnectorToolbar()
144 _directed_item->set_icon_name(INKSCAPE_ICON("distribute-graph-directed")); in ConnectorToolbar()
157 _overlap_item->set_icon_name(INKSCAPE_ICON("distribute-remove-overlaps")); in ConnectorToolbar()
H A Deraser-toolbar.cpp68 delete_btn->set_icon_name(INKSCAPE_ICON("draw-eraser-delete-objects")); in EraserToolbar()
73 cut_btn->set_icon_name(INKSCAPE_ICON("path-difference")); in EraserToolbar()
78 clip_btn->set_icon_name(INKSCAPE_ICON("path-intersection")); in EraserToolbar()
118 _usepressure->set_icon_name(INKSCAPE_ICON("draw-use-pressure")); in EraserToolbar()
208 _split->set_icon_name(INKSCAPE_ICON("distribute-randomize")); in EraserToolbar()
H A Dselect-toolbar.cpp76 _select_touch_btn->set_icon_name(INKSCAPE_ICON("selection-touch")); in SelectToolbar()
166 _lock_btn->set_icon_name(INKSCAPE_ICON("object-unlocked")); in SelectToolbar()
195 _transform_stroke_btn->set_icon_name(INKSCAPE_ICON("transform-affect-stroke")); in SelectToolbar()
202 _transform_corners_btn->set_icon_name(INKSCAPE_ICON("transform-affect-rounded-corners")); in SelectToolbar()
209 _transform_gradient_btn->set_icon_name(INKSCAPE_ICON("transform-affect-gradient")); in SelectToolbar()
216 _transform_pattern_btn->set_icon_name(INKSCAPE_ICON("transform-affect-pattern")); in SelectToolbar()
466 _lock_btn->set_icon_name(INKSCAPE_ICON("object-locked")); in toggle_lock()
468 _lock_btn->set_icon_name(INKSCAPE_ICON("object-unlocked")); in toggle_lock()
H A Dpencil-toolbar.cpp79 _pressure_item->set_icon_name(INKSCAPE_ICON("draw-use-pressure")); in PencilToolbar()
134 _simplify->set_icon_name(INKSCAPE_ICON("interactive_simplify")); in PencilToolbar()
143 _flatten_simplify->set_icon_name(INKSCAPE_ICON("flatten")); in PencilToolbar()
230 bezier_mode_btn->set_icon_name(INKSCAPE_ICON("path-mode-bezier")); in add_freehand_mode_toggle()
235 spiro_mode_btn->set_icon_name(INKSCAPE_ICON("path-mode-spiro")); in add_freehand_mode_toggle()
240 bspline_mode_btn->set_icon_name(INKSCAPE_ICON("path-mode-bspline")); in add_freehand_mode_toggle()
246 zigzag_mode_btn->set_icon_name(INKSCAPE_ICON("path-mode-polyline")); in add_freehand_mode_toggle()
251 paraxial_mode_btn->set_icon_name(INKSCAPE_ICON("path-mode-polyline-paraxial")); in add_freehand_mode_toggle()
269 _flatten_spiro_bspline->set_icon_name(INKSCAPE_ICON("flatten")); in add_freehand_mode_toggle()
H A Dgradient-toolbar.cpp348 linear_button->set_icon_name(INKSCAPE_ICON("paint-gradient-linear")); in GradientToolbar()
353 radial_button->set_icon_name(INKSCAPE_ICON("paint-gradient-radial")); in GradientToolbar()
374 fill_btn->set_icon_name(INKSCAPE_ICON("object-fill")); in GradientToolbar()
379 stroke_btn->set_icon_name(INKSCAPE_ICON("object-stroke")); in GradientToolbar()
429 _linked_item->set_icon_name(INKSCAPE_ICON("object-unlocked")); in GradientToolbar()
440 _stops_reverse_item->set_icon_name(INKSCAPE_ICON("object-flip-horizontal")); in GradientToolbar()
527 _stops_add_item->set_icon_name(INKSCAPE_ICON("node-add")); in GradientToolbar()
537 _stops_delete_item->set_icon_name(INKSCAPE_ICON("node-delete")); in GradientToolbar()
851 _linked_item->set_icon_name(INKSCAPE_ICON("object-locked")); in linked_changed()
853 _linked_item->set_icon_name(INKSCAPE_ICON("object-unlocked")); in linked_changed()
/dports/editors/gobby/gobby-0.4.13/src/
H A Dicon.cpp19 userlist_source.set_icon_name("user-list"); in IconManager()
25 doclist_source.set_icon_name("document-list"); in IconManager()
31 chat_source.set_icon_name("chat"); in IconManager()
/dports/deskutils/synapse/synapse-0.2.99.4/src/ui/
H A Dview-essential.vala81 source_icon.set_icon_name ("search", Gtk.IconSize.DND);
83 target_icon.set_icon_name ("");
331 if (controller.is_in_initial_state ()) source_icon.set_icon_name ("search");
332 else if (m.value == null) source_icon.set_icon_name ("");
336 source_icon.set_icon_name (m.value.thumbnail_path);
338 source_icon.set_icon_name (m.value.icon_name);
348 else if (m.value == null) action_icon.set_icon_name ("");
351 action_icon.set_icon_name (m.value.icon_name);
359 if (m.value == null) target_icon.set_icon_name ("");
363 target_icon.set_icon_name ("text-plain");
[all …]
H A Dview-default.vala93 source_icon.set_icon_name ("search", Gtk.IconSize.DND);
95 target_icon.set_icon_name ("");
382 if (controller.is_in_initial_state ()) source_icon.set_icon_name ("search");
383 else if (m.value == null) source_icon.set_icon_name ("");
387 source_icon.set_icon_name (m.value.thumbnail_path);
389 source_icon.set_icon_name (m.value.icon_name);
399 else if (m.value == null) action_icon.set_icon_name ("");
402 action_icon.set_icon_name (m.value.icon_name);
410 if (m.value == null) target_icon.set_icon_name ("");
414 target_icon.set_icon_name ("text-plain");
[all …]
H A Dview-side-doish.vala129 source_icon.set_icon_name ("search", Gtk.IconSize.DND);
131 target_icon.set_icon_name ("");
459 else if (m.value == null) source_icon.set_icon_name ("");
463 source_icon.set_icon_name (m.value.thumbnail_path);
465 source_icon.set_icon_name (m.value.icon_name);
481 action_icon.set_icon_name ("");
485 action_icon.set_icon_name (m.value.icon_name);
494 if (m.value == null) target_icon.set_icon_name ("");
498 target_icon.set_icon_name ("text-plain");
502 target_icon.set_icon_name (m.value.thumbnail_path);
[all …]
H A Dview-doish.vala125 source_icon.set_icon_name ("search", Gtk.IconSize.DND);
127 target_icon.set_icon_name ("");
455 else if (m.value == null) source_icon.set_icon_name ("");
459 source_icon.set_icon_name (m.value.thumbnail_path);
461 source_icon.set_icon_name (m.value.icon_name);
477 action_icon.set_icon_name ("");
481 action_icon.set_icon_name (m.value.icon_name);
490 if (m.value == null) target_icon.set_icon_name ("");
494 target_icon.set_icon_name ("text-plain");
498 target_icon.set_icon_name (m.value.thumbnail_path);
[all …]
/dports/sysutils/solaar/Solaar-1.0.1/lib/solaar/ui/
H A Daction.py37 action.set_icon_name(name)
47 action.set_icon_name(name)
96 qdialog.set_icon_name('remove')
/dports/mail/evolution/evolution-3.42.1/src/modules/mail/
H A De-mail-shell-sidebar.c60 gchar *set_icon_name = NULL; in G_DEFINE_DYNAMIC_TYPE() local
74 COL_STRING_ICON_NAME, &set_icon_name, in G_DEFINE_DYNAMIC_TYPE()
81 if (set_icon_name && *set_icon_name) in G_DEFINE_DYNAMIC_TYPE()
82 icon_name = set_icon_name; in G_DEFINE_DYNAMIC_TYPE()
109 g_free (set_icon_name); in G_DEFINE_DYNAMIC_TYPE()
/dports/textproc/ibus/ibus-1.5.24/ui/gtk2/
H A Dtoolitem.py46 def set_icon_name(self, icon_name): member in ToolButton
73 self.set_icon_name(self._prop.icon)
99 def set_icon_name(self, icon_name): member in ToggleToolButton
125 self.set_icon_name(self._prop.icon)
/dports/security/clamtk/clamtk-1f026f0/lib/
H A DHistory.pm79 $button->set_icon_name( $use_image );
87 $button->set_icon_name( $use_image );
104 $button->set_icon_name( $use_image );
208 $close_btn->set_icon_name( $use_image );
H A DSchedule.pm126 $scan_apply_btn->set_icon_name( $use_image );
134 $scan_remove_btn->set_icon_name( $use_image );
192 $defs_apply_btn->set_icon_name( 'list-add' );
202 $defs_remove_btn->set_icon_name( 'list-remove' );
241 $btn->set_icon_name( 'window-close' );
/dports/cad/horizon-eda/horizon-2.1.0/src/widgets/
H A Dsheet_box.cpp87 tbo->set_icon_name("list-add-symbolic"); in SheetBox()
93 tbo->set_icon_name("list-remove-symbolic"); in SheetBox()
100 tbo->set_icon_name("go-up-symbolic"); in SheetBox()
107 tbo->set_icon_name("go-down-symbolic"); in SheetBox()
/dports/editors/gnome-latex/gnome-latex-3.38.0/src/
H A Dbuild_tools_preferences.vala240 properties_button.set_icon_name ("edit-find-symbolic");
245 properties_button.set_icon_name ("document-properties-symbolic");
265 copy_button.set_icon_name ("edit-copy-symbolic");
296 add_button.set_icon_name ("list-add-symbolic");
313 remove_button.set_icon_name ("list-remove-symbolic");
353 up_button.set_icon_name ("go-up-symbolic");
405 down_button.set_icon_name ("go-down-symbolic");
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/t/
H A DGtkToolButton.t60 $tool_button->set_icon_name ("gtk-ok");
63 $tool_button->set_icon_name (undef);
/dports/x11/cinnamon/cinnamon-4.8.6/files/usr/local/share/cinnamon/cinnamon-settings/bin/
H A DTreeListWidgets.py180 self.add_button.set_icon_name("list-add-symbolic")
184 self.remove_button.set_icon_name("list-remove-symbolic")
189 self.edit_button.set_icon_name("list-edit-symbolic")
194 self.move_up_button.set_icon_name("go-up-symbolic")
199 self.move_down_button.set_icon_name("go-down-symbolic")

12345678910>>...14