gtkmm-documentation - master - Tutorial - Swedish

← Back to actions


Uploaded file by Anders Jonsson on 2023-03-06 17:16:08+00:00
Uploaded file by Anders Jonsson on 2023-03-19 11:40:36+00:00
5#5#
6msgid ""6msgid ""
7msgstr ""7msgstr ""
8"Project-Id-Version: gtkmm-documentation master\n"8"Project-Id-Version: gtkmm-documentation master\n"
9"POT-Creation-Date: 2025-07-08 14:05+0000\n"9"POT-Creation-Date: 2025-07-08 14:05+0000\n"
n10"PO-Revision-Date: 2023-03-05 23:26+0100\n"n10"PO-Revision-Date: 2023-03-19 12:39+0100\n"
11"Last-Translator: Anders Jonsson <anders.jonsson@norsjovallen.se>\n"11"Last-Translator: Anders Jonsson <anders.jonsson@norsjovallen.se>\n"
12"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"12"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
13"Language: sv\n"13"Language: sv\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
5741"ändras samt då listan lägger till och tar bort objekt. De fungerar förstås "5741"ändras samt då listan lägger till och tar bort objekt. De fungerar förstås "
5742"precis lika bra med statiska data."5742"precis lika bra med statiska data."
57435743
5744#. (itstool) path: chapter/para5744#. (itstool) path: chapter/para
5745#: C/index-in.docbook:23665745#: C/index-in.docbook:2366
n5746#, fuzzyn
5747msgid ""5746msgid ""
5748"The <link xlink:href=\"https://docs.gtk.org/gtk4/section-list-widget."5747"The <link xlink:href=\"https://docs.gtk.org/gtk4/section-list-widget."
5749"html\">List Widget Overview</link> chapter in the GTK documentation contains "5748"html\">List Widget Overview</link> chapter in the GTK documentation contains "
5750"more information about list widgets."5749"more information about list widgets."
5751msgstr ""5750msgstr ""
n5752"Kapitlet <link xlink:href=\"https://docs.gtk.org/gtk4/input-handling."n5751"Kapitlet <link xlink:href=\"https://docs.gtk.org/gtk4/section-list-widget."
5753"html\">Input Handling</link> i GTK-dokumentationen beskriver hantering av "5752"html\">List Widget Overview</link> i GTK-dokumentationen innehåller mer "
5754"användarinmatning mer detaljerat."5753"information om listkomponenter."
57555754
5756#. (itstool) path: chapter/para5755#. (itstool) path: chapter/para
5757#: C/index-in.docbook:23715756#: C/index-in.docbook:2371
5758msgid ""5757msgid ""
5759"Some examples are shown in this chapter. There are more examples in the "5758"Some examples are shown in this chapter. There are more examples in the "
5909"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"5908"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
5910"classGtk_1_1DirectoryList.html\">Referens för DirectoryList</link>"5909"classGtk_1_1DirectoryList.html\">Referens för DirectoryList</link>"
59115910
5912#. (itstool) path: section/title5911#. (itstool) path: section/title
5913#: C/index-in.docbook:24275912#: C/index-in.docbook:2427
n5914#, fuzzyn
5915msgid "The Selection Model"5913msgid "The Selection Model"
n5916msgstr "Selection"n5914msgstr "Markeringsmodellen"
59175915
5918#. (itstool) path: section/para5916#. (itstool) path: section/para
5919#: C/index-in.docbook:24295917#: C/index-in.docbook:2429
n5920#, fuzzyn
5921#| msgid ""
5922#| "If you use an <classname>Gtk::ApplicationWindow</classname>, you don't "
5923#| "have to create your own action group. <classname>Gio::ActionGroup</"
5924#| "classname> and <classname>Gio::ActionMap</classname> are base classes of "
5925#| "<classname>Gtk::ApplicationWindow</classname>."
5926msgid ""5918msgid ""
5927"The selection model is a class that implements the <classname>Gtk::"5919"The selection model is a class that implements the <classname>Gtk::"
5928"SelectionModel</classname> interface. You can choose between "5920"SelectionModel</classname> interface. You can choose between "
5929"<classname>NoSelection</classname>, <classname>SingleSelection</classname> "5921"<classname>NoSelection</classname>, <classname>SingleSelection</classname> "
5930"and <classname>MultiSelection</classname>."5922"and <classname>MultiSelection</classname>."
5931msgstr ""5923msgstr ""
n5932"Om du använder ett <classname>Gtk::ApplicationWindow</classname> behöver du "n5924"Markeringsmodellen är en klass som implementerar gränssnittet "
5933"inte skapa din egen åtgärdsgrupp. <classname>Gio::ActionGroup</classname> "5925"<classname>Gtk::SelectionModel</classname>. You can choose between "
5934"och <classname>Gio::ActionMap</classname> är basklasser för <classname>Gtk::"5926"<classname>NoSelection</classname>, <classname>SingleSelection</classname> "
5935"ApplicationWindow</classname>."5927"and <classname>MultiSelection</classname>."
59365928
5937#. (itstool) path: section/para5929#. (itstool) path: section/para
5938#: C/index-in.docbook:24345930#: C/index-in.docbook:2434
5939msgid ""5931msgid ""
5940"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"5932"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
21179"När musen är ovanför knappen och en musknapp trycks ned kommer "21171"När musen är ovanför knappen och en musknapp trycks ned kommer "
21180"<methodname>on_button_press()</methodname> att anropas."21172"<methodname>on_button_press()</methodname> att anropas."
2118121173
21182#. (itstool) path: section/para21174#. (itstool) path: section/para
21183#: C/index-in.docbook:927621175#: C/index-in.docbook:9276
nn21176#, fuzzy
21184msgid ""21177msgid ""
21185"The call to <methodname>set_propagation_phase()</methodname> is necessary in "21178"The call to <methodname>set_propagation_phase()</methodname> is necessary in "
21186"this case because the <classname>GtkButton</classname> C class adds an event "21179"this case because the <classname>GtkButton</classname> C class adds an event "
21187"controller, handling button clicks in the capture phase. "21180"controller, handling button clicks in the capture phase. "
21188"<classname>GtkButton</classname> claims the event, meaning that the event is "21181"<classname>GtkButton</classname> claims the event, meaning that the event is "
21189"not propagated in the bubble phase, where event controllers handle events by "21182"not propagated in the bubble phase, where event controllers handle events by "
21190"default."21183"default."
21191msgstr ""21184msgstr ""
tt21185"Anropet till <methodname>set_propagation_phase()</methodname> är nödvändigt "
21186"i detta fall eftersom C-klassen <classname>GtkButton</classname> lägger till "
21187"en händelsekontroll som hanterar knapptryck i fångstfasen. "
21188"<classname>GtkButton</classname> gör anspråk på händelsen, vilket betyder "
21189"att händelsen inte sprids i bubbelfasen, där händelsekontroller hanterar "
21190"händelser som standard."
2119221191
21193#. (itstool) path: section/title21192#. (itstool) path: section/title
21194#: C/index-in.docbook:928521193#: C/index-in.docbook:9285
21195msgid "Signal Handler sequence"21194msgid "Signal Handler sequence"
21196msgstr "Signalhanterarsekvens"21195msgstr "Signalhanterarsekvens"

Note: both files are merged with latest POT file.