Ejemplo n.º 1
0
  void BugzillaLink::initialize(const std::string & element_name)
  {
    gnote::DynamicNoteTag::initialize(element_name);

    property_underline() = Pango::UNDERLINE_SINGLE;
    property_foreground() = "blue";
    set_can_activate(true);
    set_can_grow(true);
    set_can_spell_check(false);
    set_can_split(false);
  }
Ejemplo n.º 2
0
 UnderlineTag()
   : gnote::NoteTag("underline", CAN_GROW | CAN_UNDO | CAN_SPELL_CHECK)
   {
     property_underline() = Pango::UNDERLINE_SINGLE;
   }