Class: GtkSource::Tag
- Inherits:
-
Gtk::TextTag
- Object
- Gtk::TextTag
- GtkSource::Tag
- Defined in:
- (unknown)
Instance Method Summary collapse
-
#draw_spaces=(draw_spaces) ⇒ Boolean
Whether to draw white spaces.
-
#draw_spaces? ⇒ Boolean
Whether to draw white spaces.
-
#draw_spaces_set=(draw_spaces_set) ⇒ Boolean
Whether the [propertyTag:draw-spaces] property is set and must be taken into account.
-
#draw_spaces_set? ⇒ Boolean
Whether the [propertyTag:draw-spaces] property is set and must be taken into account.
-
#initialize(name) ⇒ Gtk::TextTag
constructor
Creates a
GtkSourceTag.
Methods inherited from Gtk::TextTag
#accumulative_margin=, #accumulative_margin?, #allow_breaks=, #allow_breaks?, #allow_breaks_set=, #allow_breaks_set?, #background=, #background_full_height=, #background_full_height?, #background_full_height_set=, #background_full_height_set?, #background_rgba, #background_rgba=, #background_set=, #background_set?, #changed, #direction, #direction=, #editable=, #editable?, #editable_set=, #editable_set?, #fallback=, #fallback?, #fallback_set=, #fallback_set?, #family, #family=, #family_set=, #family_set?, #font, #font=, #font_desc, #font_desc=, #font_features, #font_features=, #font_features_set=, #font_features_set?, #foreground=, #foreground_rgba, #foreground_rgba=, #foreground_set=, #foreground_set?, #indent, #indent=, #indent_set=, #indent_set?, #insert_hyphens=, #insert_hyphens?, #insert_hyphens_set=, #insert_hyphens_set?, #invisible=, #invisible?, #invisible_set=, #invisible_set?, #justification, #justification=, #justification_set=, #justification_set?, #language, #language=, #language_set=, #language_set?, #left_margin, #left_margin=, #left_margin_set=, #left_margin_set?, #letter_spacing, #letter_spacing=, #letter_spacing_set=, #letter_spacing_set?, #line_height, #line_height=, #line_height_set=, #line_height_set?, #name, #name=, #overline, #overline=, #overline_rgba, #overline_rgba=, #overline_rgba_set=, #overline_rgba_set?, #overline_set=, #overline_set?, #paragraph_background=, #paragraph_background_rgba, #paragraph_background_rgba=, #paragraph_background_set=, #paragraph_background_set?, #pixels_above_lines, #pixels_above_lines=, #pixels_above_lines_set=, #pixels_above_lines_set?, #pixels_below_lines, #pixels_below_lines=, #pixels_below_lines_set=, #pixels_below_lines_set?, #pixels_inside_wrap, #pixels_inside_wrap=, #pixels_inside_wrap_set=, #pixels_inside_wrap_set?, #priority, #priority=, #right_margin, #right_margin=, #right_margin_set=, #right_margin_set?, #rise, #rise=, #rise_set=, #rise_set?, #scale, #scale=, #scale_set=, #scale_set?, #sentence=, #sentence?, #sentence_set=, #sentence_set?, #show_spaces, #show_spaces=, #show_spaces_set=, #show_spaces_set?, #size, #size=, #size_points, #size_points=, #size_set=, #size_set?, #stretch, #stretch=, #stretch_set=, #stretch_set?, #strikethrough=, #strikethrough?, #strikethrough_rgba, #strikethrough_rgba=, #strikethrough_rgba_set=, #strikethrough_rgba_set?, #strikethrough_set=, #strikethrough_set?, #style, #style=, #style_set=, #style_set?, #tabs, #tabs=, #tabs_set=, #tabs_set?, #text_transform, #text_transform=, #text_transform_set=, #text_transform_set?, #underline, #underline=, #underline_rgba, #underline_rgba=, #underline_rgba_set=, #underline_rgba_set?, #underline_set=, #underline_set?, #variant, #variant=, #variant_set=, #variant_set?, #weight, #weight=, #weight_set=, #weight_set?, #word=, #word?, #word_set=, #word_set?, #wrap_mode, #wrap_mode=, #wrap_mode_set=, #wrap_mode_set?
Constructor Details
#initialize(name) ⇒ Gtk::TextTag
Creates a GtkSourceTag.
Configure the tag using object arguments, i.e. using [methodGObject.Object.set].
For usual cases, [methodBuffer.create_source_tag] is more convenient to use.
Instance Method Details
#draw_spaces=(draw_spaces) ⇒ Boolean
Whether to draw white spaces.
This property takes precedence over the value defined by the [classSpaceDrawer]'s [propertySpaceDrawer:matrix] property (only where the tag is applied).
Setting this property also changes [propertyTag:draw-spaces-set] to true.
#draw_spaces? ⇒ Boolean
Whether to draw white spaces.
This property takes precedence over the value defined by the [classSpaceDrawer]'s [propertySpaceDrawer:matrix] property (only where the tag is applied).
Setting this property also changes [propertyTag:draw-spaces-set] to true.
#draw_spaces_set=(draw_spaces_set) ⇒ Boolean
Whether the [propertyTag:draw-spaces] property is set and must be taken into account.
#draw_spaces_set? ⇒ Boolean
Whether the [propertyTag:draw-spaces] property is set and must be taken into account.