gtkmm-documentation - master - Tutorial - Swedish

← Back to actions


Uploaded file by Anders Jonsson on 2022-09-07 20:37:42+00:00
Uploaded file by Anders Jonsson on 2022-10-12 16:49:22+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: 2022-09-07 22:37+0200\n"n10"PO-Revision-Date: 2022-10-12 18:48+0200\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"
1458"rest of this section. But read on if you want to use languages other than "1458"rest of this section. But read on if you want to use languages other than "
1459"English in your application."1459"English in your application."
1460msgstr ""1460msgstr ""
1461"Det kanske förvånar dig att höra att <application>gtkmm</application> inte "1461"Det kanske förvånar dig att höra att <application>gtkmm</application> inte "
1462"använder <classname>std::string</classname> i sina gränssnitt. I stället "1462"använder <classname>std::string</classname> i sina gränssnitt. I stället "
n1463"använder det <classname>Glib::ustring</classname> vilket är snarlikt och gör "n1463"använder det <classname>Glib::ustring</classname> vilket är snarlikt och "
1464"inget väsen av sig, så du skulle kunna låtsas att varje <classname>Glib::"1464"inte gör något väsen av sig, så du skulle kunna låtsas att varje "
1465"ustring</classname> är en <classname>std::string</classname> och ignorera "1465"<classname>Glib::ustring</classname> är en <classname>std::string</"
1466"resten av detta avsnitt. Men läs vidare om du vill använda andra språk än "1466"classname> och ignorera resten av detta avsnitt. Men läs vidare om du vill "
1467"engelska i ditt program."1467"använda andra språk än engelska i ditt program."
14681468
1469#. (itstool) path: section/para1469#. (itstool) path: section/para
1470#: C/index-in.docbook:5181470#: C/index-in.docbook:518
1471#, fuzzy1471#, fuzzy
1472#| msgid ""1472#| msgid ""
1525"byte in the UTF-8 encoding. If your code contains 8-bit string literals, you "1525"byte in the UTF-8 encoding. If your code contains 8-bit string literals, you "
1526"have to convert them to UTF-8 (e.g. the Bavarian greeting \"Grüß Gott\" "1526"have to convert them to UTF-8 (e.g. the Bavarian greeting \"Grüß Gott\" "
1527"would be \"Gr\\xC3\\xBC\\xC3\\x9F Gott\")."1527"would be \"Gr\\xC3\\xBC\\xC3\\x9F Gott\")."
1528msgstr ""1528msgstr ""
1529"Observera att UTF-8 inte är kompatibelt med 8-bitars kodningar som "1529"Observera att UTF-8 inte är kompatibelt med 8-bitars kodningar som "
n1530"ISO-8859-1. Exempelvis finns tyska umlaut inte i ASCII-intervallet och "n1530"ISO-8859-1. Exempelvis finns tyska omljud inte i ASCII-intervallet och "
1531"behöver mer än 1 byte i UTF-8-kodningen. Om din kod innehåller 8-bitars "1531"behöver mer än 1 byte i UTF-8-kodningen. Om din kod innehåller 8-bitars "
1532"stränglitteraler behöver du konvertera dem till UTF-8 (t.ex. skulle den "1532"stränglitteraler behöver du konvertera dem till UTF-8 (t.ex. skulle den "
1533"bayerska hälsningen ”Grüß Gott” bli ”Gr\\xC3\\xBC\\xC3\\x9F Gott”)."1533"bayerska hälsningen ”Grüß Gott” bli ”Gr\\xC3\\xBC\\xC3\\x9F Gott”)."
15341534
1535#. (itstool) path: section/para1535#. (itstool) path: section/para
1561"resulterar inte i körbara Unicode-program och bibliotek som är inkompatibla "1561"resulterar inte i körbara Unicode-program och bibliotek som är inkompatibla "
1562"med de som använder ASCII."1562"med de som använder ASCII."
15631563
1564#. (itstool) path: section/para1564#. (itstool) path: section/para
1565#: C/index-in.docbook:5291565#: C/index-in.docbook:529
n1566#, fuzzyn
1567#| msgid ""
1568#| "<link xlink:href=\"http://developer.gnome.org/glibmm/unstable/"
1569#| "classGlib_1_1ustring.html\">Reference</link>"
1570msgid ""1566msgid ""
1571"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/glibmm/"1567"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/glibmm/"
1572"classGlib_1_1ustring.html\">Reference</link>"1568"classGlib_1_1ustring.html\">Reference</link>"
1573msgstr ""1569msgstr ""
n1574"<link xlink:href=\"http://developer.gnome.org/glibmm/unstable/"n1570"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/glibmm/"
1575"classGlib_1_1ustring.html\">Referens</link>"1571"classGlib_1_1ustring.html\">Referens</link>"
15761572
1577#. (itstool) path: section/para1573#. (itstool) path: section/para
1578#: C/index-in.docbook:5311574#: C/index-in.docbook:531
1579msgid ""1575msgid ""
2031"several small changes that were not possible while maintaining binary "2027"several small changes that were not possible while maintaining binary "
2032"compatibility. If you never used the <application>gtkmm</application>-2.4 "2028"compatibility. If you never used the <application>gtkmm</application>-2.4 "
2033"API then you can safely ignore this chapter."2029"API then you can safely ignore this chapter."
2034msgstr ""2030msgstr ""
2035"<application>gtkmm</application>-3.0 är en gammal version av "2031"<application>gtkmm</application>-3.0 är en gammal version av "
n2036"<application>gtkmm</application>-API:t som kan installeras parallellt med "n2032"<application>gtkmm</application>-API:t som installeras parallellt med det "
2037"det ännu äldre <application>gtkmm</application>-2.4-API:t och det nya "2033"ännu äldre <application>gtkmm</application>-2.4-API:t och det nya "
2038"<application>gtkmm</application>-4.0-API:t. Den senaste versionen av "2034"<application>gtkmm</application>-4.0-API:t. Den senaste versionen av "
2039"<application>gtkmm</application>-2.4-API:t var <application>gtkmm</"2035"<application>gtkmm</application>-2.4-API:t var <application>gtkmm</"
2040"application> 2.24. <application>gtkmm</application> 3 har inga större "2036"application> 2.24. <application>gtkmm</application> 3 har inga större "
2041"fundamentala skillnader mot <application>gtkmm</application> 2 men gör flera "2037"fundamentala skillnader mot <application>gtkmm</application> 2 men gör flera "
2042"små ändringar som inte var möjliga att göra samtidigt som binär "2038"små ändringar som inte var möjliga att göra samtidigt som binär "
2310"and large ones) that were not possible while maintaining binary "2306"and large ones) that were not possible while maintaining binary "
2311"compatibility. If you never used the <application>gtkmm</application>-3.0 "2307"compatibility. If you never used the <application>gtkmm</application>-3.0 "
2312"API then you can safely ignore this chapter."2308"API then you can safely ignore this chapter."
2313msgstr ""2309msgstr ""
2314"<application>gtkmm</application>-4.0 är en ny version av <application>gtkmm</"2310"<application>gtkmm</application>-4.0 är en ny version av <application>gtkmm</"
n2315"application>-API:t som kan installeras parallellt med de äldre API:erna "n2311"application>-API:t som installeras parallellt med de äldre API:erna "
2316"<application>gtkmm</application>-2.4 och <application>gtkmm</"2312"<application>gtkmm</application>-2.4 och <application>gtkmm</"
2317"application>-3.0. Den senaste versionen av <application>gtkmm</"2313"application>-3.0. Den senaste versionen av <application>gtkmm</"
2318"application>-3.0-API:t är <application>gtkmm</application> 3.24. "2314"application>-3.0-API:t är <application>gtkmm</application> 3.24. "
2319"<application>gtkmm</application> 4 har inga större fundamentala skillnader "2315"<application>gtkmm</application> 4 har inga större fundamentala skillnader "
2320"mot <application>gtkmm</application> 3 men gör flera ändringar (både stora "2316"mot <application>gtkmm</application> 3 men gör flera ändringar (både stora "
2559#, fuzzy2555#, fuzzy
2560msgid ""2556msgid ""
2561"<classname>Gtk::DrawingArea</classname> uses a draw function instead of the "2557"<classname>Gtk::DrawingArea</classname> uses a draw function instead of the "
2562"draw signal."2558"draw signal."
2563msgstr ""2559msgstr ""
n2564"<classname>Gtk::DrawingArea</classname> använder en ritfunktion istället för "n2560"<classname>Gtk::DrawingArea</classname> använder en ritfunktion i stället "
2565"signalen draw."2561"för signalen draw."
25662562
2567#. (itstool) path: listitem/simpara2563#. (itstool) path: listitem/simpara
2568#: C/index-in.docbook:8282564#: C/index-in.docbook:828
2569#, fuzzy2565#, fuzzy
2570#| msgid ""2566#| msgid ""
2811msgstr "Tryckknappar"2807msgstr "Tryckknappar"
28122808
2813#. (itstool) path: listitem/para2809#. (itstool) path: listitem/para
2814#: C/index-in.docbook:9222810#: C/index-in.docbook:922
2815#, fuzzy2811#, fuzzy
n2816#| msgid ""n
2817#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"
2818#| "classGtk_1_1Button.html\"><classname>Gtk::Button</classname></link>. "
2819#| "Standard buttons, usually marked with a label or picture. Pushing one "
2820#| "triggers an action. See the <link linkend=\"sec-pushbuttons\">Button</"
2821#| "link> section."
2822msgid ""2812msgid ""
2823"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"2813"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
2824"classGtk_1_1Button.html\"><classname>Gtk::Button</classname></link>. "2814"classGtk_1_1Button.html\"><classname>Gtk::Button</classname></link>. "
2825"Standard buttons, usually marked with a label or picture. Pushing one "2815"Standard buttons, usually marked with a label or picture. Pushing one "
2826"triggers an action. See the <link linkend=\"sec-pushbuttons\">Button</link> "2816"triggers an action. See the <link linkend=\"sec-pushbuttons\">Button</link> "
2827"section."2817"section."
2828msgstr ""2818msgstr ""
n2829"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n2819"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
2830"classGtk_1_1Button.html\"><classname>Gtk::Button</classname></link>. "2820"classGtk_1_1Button.html\"><classname>Gtk::Button</classname></link>. "
2831"Standardknappar, vanligen markerade med en etikett eller bild. Att trycka på "2821"Standardknappar, vanligen markerade med en etikett eller bild. Att trycka på "
n2832"en utlöser en åtgärd. Se avsnittet <link linkend=\"sec-pushbuttons\">Button</"n2822"en av dem utlöser en åtgärd. Se avsnittet <link linkend=\"sec-"
2833"link>."2823"pushbuttons\">Button</link>."
28342824
2835#. (itstool) path: varlistentry/term2825#. (itstool) path: varlistentry/term
2836#: C/index-in.docbook:9292826#: C/index-in.docbook:929
2837msgid "Toggle buttons"2827msgid "Toggle buttons"
2838msgstr "Växlingsknappar"2828msgstr "Växlingsknappar"
2845"classGtk_1_1ToggleButton.html\"><classname>Gtk::ToggleButton</classname></"2835"classGtk_1_1ToggleButton.html\"><classname>Gtk::ToggleButton</classname></"
2846"link>. Unlike a normal Button, which springs back up, a ToggleButton stays "2836"link>. Unlike a normal Button, which springs back up, a ToggleButton stays "
2847"down until you press it again. It might be useful as an on/off switch. See "2837"down until you press it again. It might be useful as an on/off switch. See "
2848"the <link linkend=\"sec-toggle-buttons\">ToggleButton</link> section."2838"the <link linkend=\"sec-toggle-buttons\">ToggleButton</link> section."
2849msgstr ""2839msgstr ""
n2850"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n2840"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
2851"classGtk_1_1ToggleButton.html\"><classname>Gtk::ToggleButton</classname></"2841"classGtk_1_1ToggleButton.html\"><classname>Gtk::ToggleButton</classname></"
2852"link>. Till skillnad från en vanlig Button som fjädrar upp igen förblir en "2842"link>. Till skillnad från en vanlig Button som fjädrar upp igen förblir en "
2853"ToggleButton nedtryckt till du trycker på den igen. Den kan vara användbar "2843"ToggleButton nedtryckt till du trycker på den igen. Den kan vara användbar "
2854"som en på/av-brytare. Se avsnittet <link linkend=\"sec-toggle-"2844"som en på/av-brytare. Se avsnittet <link linkend=\"sec-toggle-"
2855"buttons\">ToggleButton</link>."2845"buttons\">ToggleButton</link>."
2860msgstr "Kryssrutor"2850msgstr "Kryssrutor"
28612851
2862#. (itstool) path: listitem/para2852#. (itstool) path: listitem/para
2863#: C/index-in.docbook:9412853#: C/index-in.docbook:941
2864#, fuzzy2854#, fuzzy
n2865#| msgid ""n
2866#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"
2867#| "classGtk_1_1CheckButton.html\"><classname>Gtk::CheckButton</classname></"
2868#| "link>. These act like ToggleButtons, but show their state in small "
2869#| "squares, with their label at the side. They should be used in most "
2870#| "situations which require an on/off setting. See the <link linkend=\"sec-"
2871#| "checkbuttons\">CheckButton</link> section."
2872msgid ""2855msgid ""
2873"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"2856"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
2874"classGtk_1_1CheckButton.html\"><classname>Gtk::CheckButton</classname></"2857"classGtk_1_1CheckButton.html\"><classname>Gtk::CheckButton</classname></"
2875"link>. These act like ToggleButtons, but show their state in small squares, "2858"link>. These act like ToggleButtons, but show their state in small squares, "
2876"with their label at the side. They should be used in most situations which "2859"with their label at the side. They should be used in most situations which "
2877"require an on/off setting. See the <link linkend=\"sec-"2860"require an on/off setting. See the <link linkend=\"sec-"
2878"checkbuttons\">CheckButton</link> section."2861"checkbuttons\">CheckButton</link> section."
2879msgstr ""2862msgstr ""
n2880"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n2863"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
2881"classGtk_1_1CheckButton.html\"><classname>Gtk::CheckButton</classname></"2864"classGtk_1_1CheckButton.html\"><classname>Gtk::CheckButton</classname></"
2882"link>. Dessa fungerar som ToggleButton, men visar sitt tillstånd i små "2865"link>. Dessa fungerar som ToggleButton, men visar sitt tillstånd i små "
2883"rutor, med sin etikett på sidan. De bör användas i de flesta situationer som "2866"rutor, med sin etikett på sidan. De bör användas i de flesta situationer som "
2884"kräver en på/av-inställning. Se avsnittet <link linkend=\"sec-"2867"kräver en på/av-inställning. Se avsnittet <link linkend=\"sec-"
2885"checkbuttons\">CheckButton</link>."2868"checkbuttons\">CheckButton</link>."
2941"To define an accelerator key for keyboard navigation, place an underscore "2924"To define an accelerator key for keyboard navigation, place an underscore "
2942"before one of the label's characters and specify <literal>true</literal> for "2925"before one of the label's characters and specify <literal>true</literal> for "
2943"the optional <literal>mnemonic</literal> parameter. For instance:"2926"the optional <literal>mnemonic</literal> parameter. For instance:"
2944msgstr ""2927msgstr ""
2945"För att definiera en snabbtangent för tangentbordsnavigering sätter du ett "2928"För att definiera en snabbtangent för tangentbordsnavigering sätter du ett "
n2946"understreck för ett av etikettens tecken och anger <literal>true</literal> "n2929"understreck före ett av etikettens tecken och anger <literal>true</literal> "
2947"för den valfria parametern <literal>mnemonic</literal>. Till exempel:"2930"för den valfria parametern <literal>mnemonic</literal>. Till exempel:"
29482931
2949#. (itstool) path: section/programlisting2932#. (itstool) path: section/programlisting
2950#: C/index-in.docbook:9842933#: C/index-in.docbook:984
2951#, fuzzy, no-wrap2934#, fuzzy, no-wrap
2970"Komponenten <classname>Gtk::Button</classname> har signalen "2953"Komponenten <classname>Gtk::Button</classname> har signalen "
2971"<literal>clicked</literal> som sänds ut när knappen trycks ned och släpps."2954"<literal>clicked</literal> som sänds ut när knappen trycks ned och släpps."
29722955
2973#. (itstool) path: section/para2956#. (itstool) path: section/para
2974#: C/index-in.docbook:9972957#: C/index-in.docbook:997
n2975#, fuzzyn
2976#| msgid ""
2977#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"
2978#| "classGtk_1_1Button.html\">Reference</link>"
2979msgid ""2958msgid ""
2980"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"2959"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
2981"classGtk_1_1Button.html\">Reference</link>"2960"classGtk_1_1Button.html\">Reference</link>"
2982msgstr ""2961msgstr ""
n2983"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n2962"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
2984"classGtk_1_1Button.html\">Referens</link>"2963"classGtk_1_1Button.html\">Referens</link>"
29852964
2986#. (itstool) path: section/title2965#. (itstool) path: section/title
2987#: C/index-in.docbook:1000 C/index-in.docbook:1054 C/index-in.docbook:11132966#: C/index-in.docbook:1000 C/index-in.docbook:1054 C/index-in.docbook:1113
2988#: C/index-in.docbook:1229 C/index-in.docbook:1287 C/index-in.docbook:16052967#: C/index-in.docbook:1229 C/index-in.docbook:1287 C/index-in.docbook:1605
3046"<classname>ToggleButton</classname>s are like normal <classname>Button</"3025"<classname>ToggleButton</classname>s are like normal <classname>Button</"
3047"classname>s, but when clicked they remain activated, or pressed, until "3026"classname>s, but when clicked they remain activated, or pressed, until "
3048"clicked again."3027"clicked again."
3049msgstr ""3028msgstr ""
3050"En <classname>ToggleButton</classname> är som en vanlig <classname>Button</"3029"En <classname>ToggleButton</classname> är som en vanlig <classname>Button</"
n3051"classname>, men när den klickas på för blir den aktiverad, eller nedtryckt, "n3030"classname>, men när den klickas på förblir den aktiverad, eller nedtryckt, "
3052"tills den klickas på igen."3031"tills den klickas på igen."
30533032
3054#. (itstool) path: section/para3033#. (itstool) path: section/para
3055#: C/index-in.docbook:10243034#: C/index-in.docbook:1024
3056msgid ""3035msgid ""
3080"knappens tillstånd, och får signalen <literal>toggled</literal> att sändas "3059"knappens tillstånd, och får signalen <literal>toggled</literal> att sändas "
3081"ut."3060"ut."
30823061
3083#. (itstool) path: section/para3062#. (itstool) path: section/para
3084#: C/index-in.docbook:10363063#: C/index-in.docbook:1036
n3085#, fuzzyn
3086#| msgid ""
3087#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"
3088#| "classGtk_1_1ToggleButton.html\">Reference</link>"
3089msgid ""3064msgid ""
3090"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"3065"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
3091"classGtk_1_1ToggleButton.html\">Reference</link>"3066"classGtk_1_1ToggleButton.html\">Reference</link>"
3092msgstr ""3067msgstr ""
n3093"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n3068"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
3094"classGtk_1_1ToggleButton.html\">Referens</link>"3069"classGtk_1_1ToggleButton.html\">Referens</link>"
30953070
3096#. (itstool) path: section/title3071#. (itstool) path: section/title
3097#. (itstool) path: figure/title3072#. (itstool) path: figure/title
3098#: C/index-in.docbook:1041 C/index-in.docbook:10573073#: C/index-in.docbook:1041 C/index-in.docbook:1057
3115"CheckButton</classname>. Du kan kontrollera och ställa in en kryssruta med "3090"CheckButton</classname>. Du kan kontrollera och ställa in en kryssruta med "
3116"samma medlemsmetoder som för <classname>Gtk::ToggleButton</classname>."3091"samma medlemsmetoder som för <classname>Gtk::ToggleButton</classname>."
31173092
3118#. (itstool) path: section/para3093#. (itstool) path: section/para
3119#: C/index-in.docbook:10513094#: C/index-in.docbook:1051
n3120#, fuzzyn
3121#| msgid ""
3122#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"
3123#| "classGtk_1_1CheckButton.html\">Reference</link>"
3124msgid ""3095msgid ""
3125"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"3096"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
3126"classGtk_1_1CheckButton.html\">Reference</link>"3097"classGtk_1_1CheckButton.html\">Reference</link>"
3127msgstr ""3098msgstr ""
n3128"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n3099"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
3129"classGtk_1_1CheckButton.html\">Referens</link>"3100"classGtk_1_1CheckButton.html\">Referens</link>"
31303101
3131#. (itstool) path: imageobject/imagedata3102#. (itstool) path: imageobject/imagedata
3132#. This is a reference to an external file such as an image or video. When3103#. This is a reference to an external file such as an image or video. When
3133#. the file changes, the md5 hash will change to let you know you need to3104#. the file changes, the md5 hash will change to let you know you need to
3216msgstr ""3187msgstr ""
3217"Vi sa till <application>gtkmm</application> att stoppa alla tre "3188"Vi sa till <application>gtkmm</application> att stoppa alla tre "
3218"<classname>CheckButton</classname>-knapparna i samma grupp genom att använda "3189"<classname>CheckButton</classname>-knapparna i samma grupp genom att använda "
3219"<methodname>set_group()</methodname> för att säga till de andra två "3190"<methodname>set_group()</methodname> för att säga till de andra två "
3220"<classname>CheckButton</classname>-knapparna att dela grupp med den första "3191"<classname>CheckButton</classname>-knapparna att dela grupp med den första "
n3221"<classname>CheckButton</classname>."n3192"<classname>CheckButton</classname>-knappen."
32223193
3223#. (itstool) path: section/title3194#. (itstool) path: section/title
3224#: C/index-in.docbook:1101 C/index-in.docbook:1566 C/index-in.docbook:53233195#: C/index-in.docbook:1101 C/index-in.docbook:1566 C/index-in.docbook:5323
3225msgid "Methods"3196msgid "Methods"
3226msgstr "Metoder"3197msgstr "Metoder"
3238"kommer alla vara ”av”. Glöm inte att slå på en av dem med "3209"kommer alla vara ”av”. Glöm inte att slå på en av dem med "
3239"<methodname>set_active()</methodname>."3210"<methodname>set_active()</methodname>."
32403211
3241#. (itstool) path: section/para3212#. (itstool) path: section/para
3242#: C/index-in.docbook:11083213#: C/index-in.docbook:1108
n3243#, fuzzyn
3244#| msgid ""
3245#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"
3246#| "classGtk_1_1RadioButton.html\">Reference</link>"
3247msgid ""3214msgid ""
3248"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"3215"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
3249"classGtk_1_1RadioButton.html\">Reference</link>"3216"classGtk_1_1RadioButton.html\">Reference</link>"
3250msgstr ""3217msgstr ""
n3251"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n3218"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
3252"classGtk_1_1RadioButton.html\">Referens</link>"3219"classGtk_1_1RadioButton.html\">Referens</link>"
32533220
3254#. (itstool) path: section/para3221#. (itstool) path: section/para
3255#: C/index-in.docbook:11143222#: C/index-in.docbook:1114
3256msgid ""3223msgid ""
3347"classname>, kanske för att dela med en annan komponent. Se avsnittet <link "3314"classname>, kanske för att dela med en annan komponent. Se avsnittet <link "
3348"linkend=\"chapter-adjustment\">Justeringar</link> för mer detaljer."3315"linkend=\"chapter-adjustment\">Justeringar</link> för mer detaljer."
33493316
3350#. (itstool) path: chapter/para3317#. (itstool) path: chapter/para
3351#: C/index-in.docbook:11613318#: C/index-in.docbook:1161
n3352#, fuzzyn
3353#| msgid ""
3354#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"
3355#| "classGtk_1_1Range.html\">Reference</link>"
3356msgid ""3319msgid ""
3357"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"3320"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
3358"classGtk_1_1Range.html\">Reference</link>"3321"classGtk_1_1Range.html\">Reference</link>"
3359msgstr ""3322msgstr ""
n3360"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n3323"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
3361"classGtk_1_1Range.html\">Referens</link>"3324"classGtk_1_1Range.html\">Referens</link>"
33623325
3363#. (itstool) path: section/title3326#. (itstool) path: section/title
3364#: C/index-in.docbook:11643327#: C/index-in.docbook:1164
3365msgid "Scrollbar Widgets"3328msgid "Scrollbar Widgets"
3388"Orienteringen för en <classname>Gtk::Scrollbar</classname> kan vara antingen "3351"Orienteringen för en <classname>Gtk::Scrollbar</classname> kan vara antingen "
3389"horisontell eller vertikal."3352"horisontell eller vertikal."
33903353
3391#. (itstool) path: section/para3354#. (itstool) path: section/para
3392#: C/index-in.docbook:11783355#: C/index-in.docbook:1178
n3393#, fuzzyn
3394#| msgid ""
3395#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"
3396#| "classGtk_1_1Scrollbar.html\">Reference</link>"
3397msgid ""3356msgid ""
3398"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"3357"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
3399"classGtk_1_1Scrollbar.html\">Reference</link>"3358"classGtk_1_1Scrollbar.html\">Reference</link>"
3400msgstr ""3359msgstr ""
n3401"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n3360"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
3402"classGtk_1_1Scrollbar.html\">Referens</link>"3361"classGtk_1_1Scrollbar.html\">Referens</link>"
34033362
3404#. (itstool) path: section/title3363#. (itstool) path: section/title
3405#: C/index-in.docbook:11833364#: C/index-in.docbook:1183
3406#, fuzzy3365#, fuzzy
3490"Värdet kan också skrivas ut i olika positions relativt till tråget, angivet "3449"Värdet kan också skrivas ut i olika positions relativt till tråget, angivet "
3491"av metoden <methodname>set_value_pos()</methodname>."3450"av metoden <methodname>set_value_pos()</methodname>."
34923451
3493#. (itstool) path: section/para3452#. (itstool) path: section/para
3494#: C/index-in.docbook:12233453#: C/index-in.docbook:1223
n3495#, fuzzyn
3496#| msgid ""
3497#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"
3498#| "classGtk_1_1Scale.html\">Reference</link>"
3499msgid ""3454msgid ""
3500"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"3455"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
3501"classGtk_1_1Scale.html\">Reference</link>"3456"classGtk_1_1Scale.html\">Reference</link>"
3502msgstr ""3457msgstr ""
n3503"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n3458"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
3504"classGtk_1_1Scale.html\">Referens</link>"3459"classGtk_1_1Scale.html\">Referens</link>"
35053460
3506#. (itstool) path: section/para3461#. (itstool) path: section/para
3507#: C/index-in.docbook:12313462#: C/index-in.docbook:1231
3508#, fuzzy3463#, fuzzy
3565msgstr ""3520msgstr ""
3566"Etiketter är huvudmetoden för att placera ej redigerbar text i fönster, "3521"Etiketter är huvudmetoden för att placera ej redigerbar text i fönster, "
3567"exempelvis för att placera en titel intill en <classname>Entry</classname>-"3522"exempelvis för att placera en titel intill en <classname>Entry</classname>-"
3568"komponent. Du kan ange texten i konstruktorn, eller senare med metoderna "3523"komponent. Du kan ange texten i konstruktorn, eller senare med metoderna "
3569"<methodname>set_text()</methodname> eller <methodname>set_markup()</"3524"<methodname>set_text()</methodname> eller <methodname>set_markup()</"
n3570"methodname> methods."n3525"methodname>."
35713526
3572#. (itstool) path: section/para3527#. (itstool) path: section/para
3573#: C/index-in.docbook:12653528#: C/index-in.docbook:1265
3574msgid ""3529msgid ""
3575"The width of the label will be adjusted automatically. You can produce multi-"3530"The width of the label will be adjusted automatically. You can produce multi-"
3609"Markup-syntax</link>. Exempelvis, <code> &lt;b&gt;text i fetstil&lt;/b&gt; "3564"Markup-syntax</link>. Exempelvis, <code> &lt;b&gt;text i fetstil&lt;/b&gt; "
3610"och &lt;s&gt;genomstruken text&lt;/s&gt; </code> ."3565"och &lt;s&gt;genomstruken text&lt;/s&gt; </code> ."
36113566
3612#. (itstool) path: section/para3567#. (itstool) path: section/para
3613#: C/index-in.docbook:12843568#: C/index-in.docbook:1284
n3614#, fuzzyn
3615#| msgid ""
3616#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"
3617#| "classGtk_1_1Label.html\">Reference</link>"
3618msgid ""3569msgid ""
3619"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"3570"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
3620"classGtk_1_1Label.html\">Reference</link>"3571"classGtk_1_1Label.html\">Reference</link>"
3621msgstr ""3572msgstr ""
n3622"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n3573"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
3623"classGtk_1_1Label.html\">Referens</link>"3574"classGtk_1_1Label.html\">Referens</link>"
36243575
3625#. (itstool) path: section/para3576#. (itstool) path: section/para
3626#: C/index-in.docbook:12883577#: C/index-in.docbook:1288
3627msgid ""3578msgid ""
3634msgstr ""3585msgstr ""
3635"Nedan är ett kort exempel för att illustrera dessa funktioner. Detta exempel "3586"Nedan är ett kort exempel för att illustrera dessa funktioner. Detta exempel "
3636"använder komponenten Frame för att bättre demonstrera etikettstilarna. "3587"använder komponenten Frame för att bättre demonstrera etikettstilarna. "
3637"(Komponenten Frame förklaras i avsnittet <link linkend=\"sec-frame\">Frame</"3588"(Komponenten Frame förklaras i avsnittet <link linkend=\"sec-frame\">Frame</"
3638"link>.) Det är möjligt att det första tecknet i <literal>m_Label_Normal</"3589"link>.) Det är möjligt att det första tecknet i <literal>m_Label_Normal</"
n3639"literal> endast visas understreckat när du trycker på <keycap>Alt</keycap>-"n3590"literal> endast visas understruket när du trycker på <keycap>Alt</keycap>-"
3640"tangenten."3591"tangenten."
36413592
3642#. (itstool) path: imageobject/imagedata3593#. (itstool) path: imageobject/imagedata
3643#. This is a reference to an external file such as an image or video. When3594#. This is a reference to an external file such as an image or video. When
3644#. the file changes, the md5 hash will change to let you know you need to3595#. the file changes, the md5 hash will change to let you know you need to
3690"Occasionally you might want to make an <classname>Entry</classname> widget "3641"Occasionally you might want to make an <classname>Entry</classname> widget "
3691"read-only. This can be done by passing <literal>false</literal> to the "3642"read-only. This can be done by passing <literal>false</literal> to the "
3692"<methodname>set_editable()</methodname> method."3643"<methodname>set_editable()</methodname> method."
3693msgstr ""3644msgstr ""
3694"Ibland kan du vilja göra en <classname>Entry</classname>-komponent "3645"Ibland kan du vilja göra en <classname>Entry</classname>-komponent "
n3695"skrivskyddad. Detta kan göras genom att sätta metoden "n3646"skrivskyddad. Detta kan göras genom att skicka <literal>false</literal> till "
3696"<methodname>set_editable()</methodname> till <literal>false</literal>."3647"metoden <methodname>set_editable()</methodname>."
36973648
3698#. (itstool) path: section/para3649#. (itstool) path: section/para
3699#: C/index-in.docbook:13263650#: C/index-in.docbook:1326
3700msgid ""3651msgid ""
3701"For the input of passwords, passphrases and other information you don't want "3652"For the input of passwords, passphrases and other information you don't want "
3760"Använd <methodname>Gtk::Window::set_default_widget()</methodname> för att "3711"Använd <methodname>Gtk::Window::set_default_widget()</methodname> för att "
3761"ställa in en komponent som standardkomponenten."3712"ställa in en komponent som standardkomponenten."
37623713
3763#. (itstool) path: section/para3714#. (itstool) path: section/para
3764#: C/index-in.docbook:13553715#: C/index-in.docbook:1355
n3765#, fuzzyn
3766#| msgid ""
3767#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"
3768#| "classGtk_1_1Entry.html\">Reference</link>"
3769msgid ""3716msgid ""
3770"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"3717"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
3771"classGtk_1_1Entry.html\">Reference</link>"3718"classGtk_1_1Entry.html\">Reference</link>"
3772msgstr ""3719msgstr ""
n3773"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n3720"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
3774"classGtk_1_1Entry.html\">Referens</link>"3721"classGtk_1_1Entry.html\">Referens</link>"
37753722
3776#. (itstool) path: section/title3723#. (itstool) path: section/title
3777#: C/index-in.docbook:13583724#: C/index-in.docbook:1358
3778#, fuzzy3725#, fuzzy
3785"This example uses <classname>Gtk::Entry</classname>. It also has two "3732"This example uses <classname>Gtk::Entry</classname>. It also has two "
3786"<classname>CheckButton</classname>s, with which you can toggle the editable "3733"<classname>CheckButton</classname>s, with which you can toggle the editable "
3787"and visible flags."3734"and visible flags."
3788msgstr ""3735msgstr ""
3789"Detta exempel använder <classname>Gtk::Entry</classname>. Det har också två "3736"Detta exempel använder <classname>Gtk::Entry</classname>. Det har också två "
n3790"<classname>CheckButton</classname>, med vilka du kan växla flaggorna för "n3737"<classname>CheckButton</classname>-knappar, med vilka du kan växla flaggorna "
3791"redigering och synlighet."3738"för redigering och synlighet."
37923739
3793#. (itstool) path: imageobject/imagedata3740#. (itstool) path: imageobject/imagedata
3794#. This is a reference to an external file such as an image or video. When3741#. This is a reference to an external file such as an image or video. When
3795#. the file changes, the md5 hash will change to let you know you need to3742#. the file changes, the md5 hash will change to let you know you need to
3796#. update your localized copy. The msgstr is not used at all. Set it to3743#. update your localized copy. The msgstr is not used at all. Set it to
3879"too inconvenient to generate, a callback slot may instead be specified with "3826"too inconvenient to generate, a callback slot may instead be specified with "
3880"<methodname>set_match_func()</methodname>. This is also useful if you wish "3827"<methodname>set_match_func()</methodname>. This is also useful if you wish "
3881"to match on a part of the string other than the start."3828"to match on a part of the string other than the start."
3882msgstr ""3829msgstr ""
3883"Alternativt kan, om en fullständig lista över möjliga inmatningar skulle "3830"Alternativt kan, om en fullständig lista över möjliga inmatningar skulle "
n3884"vara för stor eller opraktisk att skapa, ett återanropsfack istället anges "n3831"vara för stor eller opraktisk att skapa, ett återanropsfack i stället anges "
3885"med <methodname>set_match_func()</methodname>. Detta är även användbart om "3832"med <methodname>set_match_func()</methodname>. Detta är även användbart om "
3886"du vill matcha strängen på en annan del än starten."3833"du vill matcha strängen på en annan del än starten."
38873834
3888#. (itstool) path: section/para3835#. (itstool) path: section/para
3889#: C/index-in.docbook:14073836#: C/index-in.docbook:1407
n3890#, fuzzyn
3891#| msgid ""
3892#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"
3893#| "classGtk_1_1EntryCompletion.html\">Reference</link>"
3894msgid ""3837msgid ""
3895"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"3838"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
3896"classGtk_1_1EntryCompletion.html\">Reference</link>"3839"classGtk_1_1EntryCompletion.html\">Reference</link>"
3897msgstr ""3840msgstr ""
n3898"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n3841"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
3899"classGtk_1_1EntryCompletion.html\">Referens</link>"3842"classGtk_1_1EntryCompletion.html\">Referens</link>"
39003843
3901#. (itstool) path: section/title3844#. (itstool) path: section/title
3902#: C/index-in.docbook:14103845#: C/index-in.docbook:1410
3903#, fuzzy3846#, fuzzy
4257"För att tvinga den att fästa vid närmaste <literal>step_increment</literal>, "4200"För att tvinga den att fästa vid närmaste <literal>step_increment</literal>, "
4258"använd <methodname>set_snap_to_ticks()</methodname>."4201"använd <methodname>set_snap_to_ticks()</methodname>."
42594202
4260#. (itstool) path: section/para4203#. (itstool) path: section/para
4261#: C/index-in.docbook:16004204#: C/index-in.docbook:1600
n4262#, fuzzyn
4263#| msgid ""
4264#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"
4265#| "classGtk_1_1SpinButton.html\">Reference</link>"
4266msgid ""4205msgid ""
4267"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"4206"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
4268"classGtk_1_1SpinButton.html\">Reference</link>"4207"classGtk_1_1SpinButton.html\">Reference</link>"
4269msgstr ""4208msgstr ""
n4270"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n4209"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
4271"classGtk_1_1SpinButton.html\">Referens</link>"4210"classGtk_1_1SpinButton.html\">Referens</link>"
42724211
4273#. (itstool) path: section/para4212#. (itstool) path: section/para
4274#: C/index-in.docbook:16074213#: C/index-in.docbook:1607
4275msgid "Here's an example of a <classname>SpinButton</classname> in action:"4214msgid "Here's an example of a <classname>SpinButton</classname> in action:"
4333"A <classname>ProgressBar</classname> is horizontal and left-to-right by "4272"A <classname>ProgressBar</classname> is horizontal and left-to-right by "
4334"default, but you can change it to a vertical progress bar by using the "4273"default, but you can change it to a vertical progress bar by using the "
4335"<methodname>set_orientation()</methodname> method."4274"<methodname>set_orientation()</methodname> method."
4336msgstr ""4275msgstr ""
4337"En <classname>ProgressBar</classname> är som standard horisontell och "4276"En <classname>ProgressBar</classname> är som standard horisontell och "
n4338"vänster-till-höjer, men du kan ändra den till en vertikal förloppsindikator "n4277"vänster-till-höger, men du kan ändra den till en vertikal förloppsindikator "
4339"genom att använda metoden <methodname>set_orientation()</methodname>."4278"genom att använda metoden <methodname>set_orientation()</methodname>."
43404279
4341#. (itstool) path: section/para4280#. (itstool) path: section/para
4342#: C/index-in.docbook:16444281#: C/index-in.docbook:1644
n4343#, fuzzyn
4344#| msgid ""
4345#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"
4346#| "classGtk_1_1ProgressBar.html\">Reference</link>"
4347msgid ""4282msgid ""
4348"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"4283"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
4349"classGtk_1_1ProgressBar.html\">Reference</link>"4284"classGtk_1_1ProgressBar.html\">Reference</link>"
4350msgstr ""4285msgstr ""
n4351"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n4286"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
4352"classGtk_1_1ProgressBar.html\">Referens</link>"4287"classGtk_1_1ProgressBar.html\">Referens</link>"
43534288
4354#. (itstool) path: section/title4289#. (itstool) path: section/title
4355#: C/index-in.docbook:16474290#: C/index-in.docbook:1647
4356msgid "Activity Mode"4291msgid "Activity Mode"
4434"top of the current window instead of opening a new window. Its API is very "4369"top of the current window instead of opening a new window. Its API is very "
4435"similar to the <link linkend=\"chapter-dialogs\">Gtk::Dialog</link> API."4370"similar to the <link linkend=\"chapter-dialogs\">Gtk::Dialog</link> API."
4436msgstr ""4371msgstr ""
4437"En <classname>InfoBar</classname> kan visa små informationsobjekt eller "4372"En <classname>InfoBar</classname> kan visa små informationsobjekt eller "
4438"fråga korta frågor. Till skillnad från en <classname>Dialog</classname> "4373"fråga korta frågor. Till skillnad från en <classname>Dialog</classname> "
n4439"dyker den upp högst upp i det aktuella fönstret istället för att öppna ett "n4374"dyker den upp högst upp i det aktuella fönstret i stället för att öppna ett "
4440"nytt fönster. Dess API är väldigt likt API:t för <link linkend=\"chapter-"4375"nytt fönster. Dess API är väldigt likt API:t för <link linkend=\"chapter-"
4441"dialogs\">Gtk::Dialog</link>."4376"dialogs\">Gtk::Dialog</link>."
44424377
4443#. (itstool) path: section/para4378#. (itstool) path: section/para
4444#: C/index-in.docbook:16924379#: C/index-in.docbook:1692
n4445#, fuzzyn
4446#| msgid ""
4447#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"
4448#| "classGtk_1_1InfoBar.html\">Reference</link>"
4449msgid ""4380msgid ""
4450"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"4381"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
4451"classGtk_1_1InfoBar.html\">Reference</link>"4382"classGtk_1_1InfoBar.html\">Reference</link>"
4452msgstr ""4383msgstr ""
n4453"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n4384"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
4454"classGtk_1_1InfoBar.html\">Referens</link>"4385"classGtk_1_1InfoBar.html\">Referens</link>"
44554386
4456#. (itstool) path: section/para4387#. (itstool) path: section/para
4457#: C/index-in.docbook:16974388#: C/index-in.docbook:1697
4458msgid ""4389msgid ""
4504"<classname>Widget</classname>. <classname>Gtk::Tooltip</classname> används "4435"<classname>Widget</classname>. <classname>Gtk::Tooltip</classname> används "
4505"för mer avancerad inforuteanvändning, som att visa en bild såväl som text."4436"för mer avancerad inforuteanvändning, som att visa en bild såväl som text."
45064437
4507#. (itstool) path: section/para4438#. (itstool) path: section/para
4508#: C/index-in.docbook:17264439#: C/index-in.docbook:1726
n4509#, fuzzyn
4510#| msgid ""
4511#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"
4512#| "classGtk_1_1Widget.html\">Widget Reference</link>"
4513msgid ""4440msgid ""
4514"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"4441"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
4515"classGtk_1_1Widget.html\">Widget Reference</link>"4442"classGtk_1_1Widget.html\">Widget Reference</link>"
4516msgstr ""4443msgstr ""
n4517"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n4444"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
4518"classGtk_1_1Widget.html\">Widget-referens</link>"4445"classGtk_1_1Widget.html\">Widget-referens</link>"
45194446
4520#. (itstool) path: section/para4447#. (itstool) path: section/para
4521#: C/index-in.docbook:17274448#: C/index-in.docbook:1727
n4522#, fuzzyn
4523#| msgid ""
4524#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"
4525#| "classGtk_1_1Tooltip.html\">Tooltip Reference</link>"
4526msgid ""4449msgid ""
4527"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"4450"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
4528"classGtk_1_1Tooltip.html\">Tooltip Reference</link>"4451"classGtk_1_1Tooltip.html\">Tooltip Reference</link>"
4529msgstr ""4452msgstr ""
n4530"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n4453"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
4531"classGtk_1_1Tooltip.html\">Tooltip-referens</link>"4454"classGtk_1_1Tooltip.html\">Tooltip-referens</link>"
45324455
4533#. (itstool) path: figure/title4456#. (itstool) path: figure/title
4534#: C/index-in.docbook:17334457#: C/index-in.docbook:1733
4535#, fuzzy4458#, fuzzy
4631"classname> eller <classname>CheckButton</classname> i en <classname>Frame</"4554"classname> eller <classname>CheckButton</classname> i en <classname>Frame</"
4632"classname>."4555"classname>."
46334556
4634#. (itstool) path: section/para4557#. (itstool) path: section/para
4635#: C/index-in.docbook:17814558#: C/index-in.docbook:1781
n4636#, fuzzyn
4637#| msgid ""
4638#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"
4639#| "classGtk_1_1Frame.html\">Reference</link>"
4640msgid ""4559msgid ""
4641"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"4560"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
4642"classGtk_1_1Frame.html\">Reference</link>"4561"classGtk_1_1Frame.html\">Reference</link>"
4643msgstr ""4562msgstr ""
n4644"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n4563"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
4645"classGtk_1_1Frame.html\">Referens</link>"4564"classGtk_1_1Frame.html\">Referens</link>"
46464565
4647#. (itstool) path: imageobject/imagedata4566#. (itstool) path: imageobject/imagedata
4648#. This is a reference to an external file such as an image or video. When4567#. This is a reference to an external file such as an image or video. When
4649#. the file changes, the md5 hash will change to let you know you need to4568#. the file changes, the md5 hash will change to let you know you need to
4706"Du kan justera avskiljarens position genom att använda metoden "4625"Du kan justera avskiljarens position genom att använda metoden "
4707"<methodname>set_position()</methodname>, och kommer troligen behöva göra det."4626"<methodname>set_position()</methodname>, och kommer troligen behöva göra det."
47084627
4709#. (itstool) path: section/para4628#. (itstool) path: section/para
4710#: C/index-in.docbook:18204629#: C/index-in.docbook:1820
n4711#, fuzzyn
4712#| msgid ""
4713#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"
4714#| "classGtk_1_1Paned.html\">Reference</link>"
4715msgid ""4630msgid ""
4716"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"4631"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
4717"classGtk_1_1Paned.html\">Reference</link>"4632"classGtk_1_1Paned.html\">Reference</link>"
4718msgstr ""4633msgstr ""
n4719"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n4634"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
4720"classGtk_1_1Paned.html\">Referens</link>"4635"classGtk_1_1Paned.html\">Referens</link>"
47214636
4722#. (itstool) path: imageobject/imagedata4637#. (itstool) path: imageobject/imagedata
4723#. This is a reference to an external file such as an image or video. When4638#. This is a reference to an external file such as an image or video. When
4724#. the file changes, the md5 hash will change to let you know you need to4639#. the file changes, the md5 hash will change to let you know you need to
4786"<literal>Gtk::PolicyType::ALWAYS</literal> kommer få rullningslisten att "4701"<literal>Gtk::PolicyType::ALWAYS</literal> kommer få rullningslisten att "
4787"alltid visas."4702"alltid visas."
47884703
4789#. (itstool) path: section/para4704#. (itstool) path: section/para
4790#: C/index-in.docbook:18614705#: C/index-in.docbook:1861
n4791#, fuzzyn
4792#| msgid ""
4793#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"
4794#| "classGtk_1_1ScrolledWindow.html\">Reference</link>"
4795msgid ""4706msgid ""
4796"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"4707"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
4797"classGtk_1_1ScrolledWindow.html\">Reference</link>"4708"classGtk_1_1ScrolledWindow.html\">Reference</link>"
4798msgstr ""4709msgstr ""
n4799"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n4710"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
4800"classGtk_1_1ScrolledWindow.html\">Referens</link>"4711"classGtk_1_1ScrolledWindow.html\">Referens</link>"
48014712
4802#. (itstool) path: section/para4713#. (itstool) path: section/para
4803#: C/index-in.docbook:18664714#: C/index-in.docbook:1866
4804msgid ""4715msgid ""
4856"Exempelvis skulle detta låta dig visa ett foto utan att användaren kan "4767"Exempelvis skulle detta låta dig visa ett foto utan att användaren kan "
4857"förvränga det horisontellt eller vertikalt då storleken ändras."4768"förvränga det horisontellt eller vertikalt då storleken ändras."
48584769
4859#. (itstool) path: section/para4770#. (itstool) path: section/para
4860#: C/index-in.docbook:18944771#: C/index-in.docbook:1894
n4861#, fuzzyn
4862#| msgid ""
4863#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"
4864#| "classGtk_1_1AspectFrame.html\">Reference</link>"
4865msgid ""4772msgid ""
4866"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"4773"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
4867"classGtk_1_1AspectFrame.html\">Reference</link>"4774"classGtk_1_1AspectFrame.html\">Reference</link>"
4868msgstr ""4775msgstr ""
n4869"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n4776"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
4870"classGtk_1_1AspectFrame.html\">Referens</link>"4777"classGtk_1_1AspectFrame.html\">Referens</link>"
48714778
4872#. (itstool) path: section/para4779#. (itstool) path: section/para
4873#: C/index-in.docbook:18994780#: C/index-in.docbook:1899
4874msgid ""4781msgid ""
4918"fullständig lista. Här är länkar till några exempelprogram som visar "4825"fullständig lista. Här är länkar till några exempelprogram som visar "
4919"behållare som inte nämns någon annanstans i denna handledning."4826"behållare som inte nämns någon annanstans i denna handledning."
49204827
4921#. (itstool) path: section/para4828#. (itstool) path: section/para
4922#: C/index-in.docbook:19264829#: C/index-in.docbook:1926
n4923#, fuzzyn
4924msgid ""4830msgid ""
4925"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"4831"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"
4926"master/examples/book/expander\">Source Code, Expander</link>"4832"master/examples/book/expander\">Source Code, Expander</link>"
4927msgstr ""4833msgstr ""
4928"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"4834"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"
4929"master/examples/book/expander\">Källkod, Expander</link>"4835"master/examples/book/expander\">Källkod, Expander</link>"
49304836
4931#. (itstool) path: section/para4837#. (itstool) path: section/para
4932#: C/index-in.docbook:19274838#: C/index-in.docbook:1927
n4933#, fuzzyn
4934msgid ""4839msgid ""
4935"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"4840"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"
4936"master/examples/book/popover\">Source Code, Popover</link>"4841"master/examples/book/popover\">Source Code, Popover</link>"
4937msgstr ""4842msgstr ""
4938"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"4843"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"
4999"widgets are hidden when the window is made smaller, and lots of useless "4904"widgets are hidden when the window is made smaller, and lots of useless "
5000"space appears when the window is made larger."4905"space appears when the window is made larger."
5001msgstr ""4906msgstr ""
5002"Komponenterna arrangerar inte om sig själva när fönstrets storlek ändras. "4907"Komponenterna arrangerar inte om sig själva när fönstrets storlek ändras. "
5003"Vissa komponenter döljs när fönstret görs mindre, och mycket onödigt utrymme "4908"Vissa komponenter döljs när fönstret görs mindre, och mycket onödigt utrymme "
n5004"dyker upp när fönstret görs större."n4909"uppstår när fönstret görs större."
50054910
5006#. (itstool) path: listitem/para4911#. (itstool) path: listitem/para
5007#: C/index-in.docbook:19644912#: C/index-in.docbook:1964
5008msgid ""4913msgid ""
5009"It's impossible to predict the amount of space necessary for text after it "4914"It's impossible to predict the amount of space necessary for text after it "
5273"Builder</classname>-API:t för att läsa in ditt GUI vid körning."5178"Builder</classname>-API:t för att läsa in ditt GUI vid körning."
52745179
5275#. (itstool) path: section/para5180#. (itstool) path: section/para
5276#: C/index-in.docbook:20955181#: C/index-in.docbook:2095
5277msgid "There are basically five different styles, as shown in this picture:"5182msgid "There are basically five different styles, as shown in this picture:"
n5278msgstr "Det finns i grunden fem olika stilar, som kan ses i denna bild:"n5183msgstr "Det finns i grunden fem olika stilar som kan ses i denna bild:"
52795184
5280#. (itstool) path: figure/title5185#. (itstool) path: figure/title
5281#: C/index-in.docbook:21015186#: C/index-in.docbook:2101
5282#, fuzzy5187#, fuzzy
5283msgid "Box Packing 1"5188msgid "Box Packing 1"
5316"<methodname>set_margin_start()</methodname> och "5221"<methodname>set_margin_start()</methodname> och "
5317"<methodname>set_margin_end()</methodname> methods."5222"<methodname>set_margin_end()</methodname> methods."
53185223
5319#. (itstool) path: section/para5224#. (itstool) path: section/para
5320#: C/index-in.docbook:21165225#: C/index-in.docbook:2116
n5321#, fuzzyn
5322#| msgid ""
5323#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"
5324#| "classGtk_1_1Box.html\">Reference</link>"
5325msgid ""5226msgid ""
5326"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"5227"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
5327"classGtk_1_1Box.html\">Reference</link>"5228"classGtk_1_1Box.html\">Reference</link>"
5328msgstr ""5229msgstr ""
n5329"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/classGtk_1_1Box."n5230"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
5330"html\">Referens</link>"5231"classGtk_1_1Box.html\">Referens</link>"
53315232
5332#. (itstool) path: section/title5233#. (itstool) path: section/title
5333#: C/index-in.docbook:21215234#: C/index-in.docbook:2121
5334#, fuzzy5235#, fuzzy
5335msgid "Per-container packing options"5236msgid "Per-container packing options"
5452msgstr ""5353msgstr ""
5453"Ge alla kommandoradsflaggor till <methodname>Gtk::Application::run()</"5354"Ge alla kommandoradsflaggor till <methodname>Gtk::Application::run()</"
5454"methodname> och lägg till flaggan <literal>Gio::Application::Flags::"5355"methodname> och lägg till flaggan <literal>Gio::Application::Flags::"
5455"HANDLES_COMMAND_LINE</literal> till <methodname>Gtk::Application::create()</"5356"HANDLES_COMMAND_LINE</literal> till <methodname>Gtk::Application::create()</"
5456"methodname>. Anslut en signalhanterare till signalen <literal>command_line</"5357"methodname>. Anslut en signalhanterare till signalen <literal>command_line</"
n5457"literal> signal, och hantera kommandoradsflaggorna i signalhanteraren."n5358"literal>, och hantera kommandoradsflaggorna i signalhanteraren."
54585359
5459#. (itstool) path: listitem/para5360#. (itstool) path: listitem/para
5460#: C/index-in.docbook:21755361#: C/index-in.docbook:2175
5461#, fuzzy5362#, fuzzy
5462msgid ""5363msgid ""
5508msgid ""5409msgid ""
5509"A <classname>Grid</classname> dynamically lays out child widgets in rows and "5410"A <classname>Grid</classname> dynamically lays out child widgets in rows and "
5510"columns. The dimensions of the grid do not need to be specified in the "5411"columns. The dimensions of the grid do not need to be specified in the "
5511"constructor."5412"constructor."
5512msgstr ""5413msgstr ""
n5513"En <classname>Grid</classname> organiserar dynamiskt underordnade "n5414"Ett <classname>Grid</classname> organiserar dynamiskt underordnade "
5514"komponenter i rader och kolumner. Dimensionerna på rutnätet behöver inte "5415"komponenter i rader och kolumner. Dimensionerna på rutnätet behöver inte "
5515"anges i konstruktorn."5416"anges i konstruktorn."
55165417
5517#. (itstool) path: section/para5418#. (itstool) path: section/para
5518#: C/index-in.docbook:22055419#: C/index-in.docbook:2205
5544"classname> för att styra deras utrymme och deras beteende när vår Grid får "5445"classname> för att styra deras utrymme och deras beteende när vår Grid får "
5545"storleken ändrad."5446"storleken ändrad."
55465447
5547#. (itstool) path: section/para5448#. (itstool) path: section/para
5548#: C/index-in.docbook:22165449#: C/index-in.docbook:2216
n5549#, fuzzyn
5550#| msgid ""
5551#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"
5552#| "classGtk_1_1Grid.html\">Reference</link>"
5553msgid ""5450msgid ""
5554"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"5451"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
5555"classGtk_1_1Grid.html\">Reference</link>"5452"classGtk_1_1Grid.html\">Reference</link>"
5556msgstr ""5453msgstr ""
n5557"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n5454"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
5558"classGtk_1_1Grid.html\">Referens</link>"5455"classGtk_1_1Grid.html\">Referens</link>"
55595456
5560#. (itstool) path: section/para5457#. (itstool) path: section/para
5561#: C/index-in.docbook:22205458#: C/index-in.docbook:2220
5562msgid ""5459msgid ""
5648"Använd metoden <methodname>set_current_page()</methodname> för att "5545"Använd metoden <methodname>set_current_page()</methodname> för att "
5649"programmatiskt ändra den valda sidan."5546"programmatiskt ändra den valda sidan."
56505547
5651#. (itstool) path: section/para5548#. (itstool) path: section/para
5652#: C/index-in.docbook:22705549#: C/index-in.docbook:2270
n5653#, fuzzyn
5654#| msgid ""
5655#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"
5656#| "classGtk_1_1Notebook.html\">Reference</link>"
5657msgid ""5550msgid ""
5658"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"5551"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
5659"classGtk_1_1Notebook.html\">Reference</link>"5552"classGtk_1_1Notebook.html\">Reference</link>"
5660msgstr ""5553msgstr ""
n5661"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n5554"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
5662"classGtk_1_1Notebook.html\">Referens</link>"5555"classGtk_1_1Notebook.html\">Referens</link>"
56635556
5664#. (itstool) path: imageobject/imagedata5557#. (itstool) path: imageobject/imagedata
5665#. This is a reference to an external file such as an image or video. When5558#. This is a reference to an external file such as an image or video. When
5666#. the file changes, the md5 hash will change to let you know you need to5559#. the file changes, the md5 hash will change to let you know you need to
5768"standardknapparna. Använd metoden <methodname>remove_action_widget()</"5661"standardknapparna. Använd metoden <methodname>remove_action_widget()</"
5769"methodname> för att ta bort komponenter."5662"methodname> för att ta bort komponenter."
57705663
5771#. (itstool) path: section/para5664#. (itstool) path: section/para
5772#: C/index-in.docbook:23175665#: C/index-in.docbook:2317
n5773#, fuzzyn
5774#| msgid ""
5775#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"
5776#| "classGtk_1_1Assistant.html\">Reference</link>"
5777msgid ""5666msgid ""
5778"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"5667"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
5779"classGtk_1_1Assistant.html\">Reference</link>"5668"classGtk_1_1Assistant.html\">Reference</link>"
5780msgstr ""5669msgstr ""
n5781"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n5670"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
5782"classGtk_1_1Assistant.html\">Referens</link>"5671"classGtk_1_1Assistant.html\">Referens</link>"
57835672
5784#. (itstool) path: imageobject/imagedata5673#. (itstool) path: imageobject/imagedata
5785#. This is a reference to an external file such as an image or video. When5674#. This is a reference to an external file such as an image or video. When
5786#. the file changes, the md5 hash will change to let you know you need to5675#. the file changes, the md5 hash will change to let you know you need to
59675856
5968#. (itstool) path: section/para5857#. (itstool) path: section/para
5969#: C/index-in.docbook:24215858#: C/index-in.docbook:2421
5970#, fuzzy5859#, fuzzy
5971#| msgid ""5860#| msgid ""
n5972#| "<link xlink:href=\"http://developer.gnome.org/glibmm/unstable/"n5861#| "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/glibmm/"
5973#| "classGio_1_1Resource.html\">Gio::Resource Reference</link>"5862#| "classGio_1_1Resource.html\">Gio::Resource Reference</link>"
5974msgid ""5863msgid ""
5975"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/glibmm/"5864"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/glibmm/"
5976"classGio_1_1ListStore.html\">Gio::ListStore Reference</link>"5865"classGio_1_1ListStore.html\">Gio::ListStore Reference</link>"
5977msgstr ""5866msgstr ""
n5978"<link xlink:href=\"http://developer.gnome.org/glibmm/unstable/"n5867"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/glibmm/"
5979"classGio_1_1Resource.html\">Referens för Gio::Resource</link>"5868"classGio_1_1Resource.html\">Referens för Gio::Resource</link>"
59805869
5981#. (itstool) path: section/para5870#. (itstool) path: section/para
5982#: C/index-in.docbook:24225871#: C/index-in.docbook:2422
5983#, fuzzy5872#, fuzzy
5984#| msgid ""5873#| msgid ""
n5985#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n5874#| "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
5986#| "classGtk_1_1Widget.html\">Widget Reference</link>"5875#| "classGtk_1_1Widget.html\">Widget Reference</link>"
5987msgid ""5876msgid ""
5988"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"5877"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
5989"classGtk_1_1StringList.html\">StringList Reference</link>"5878"classGtk_1_1StringList.html\">StringList Reference</link>"
5990msgstr ""5879msgstr ""
n5991"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n5880"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
5992"classGtk_1_1Widget.html\">Widget-referens</link>"5881"classGtk_1_1Widget.html\">Widget-referens</link>"
59935882
5994#. (itstool) path: section/para5883#. (itstool) path: section/para
5995#: C/index-in.docbook:24235884#: C/index-in.docbook:2423
5996#, fuzzy5885#, fuzzy
5997#| msgid ""5886#| msgid ""
n5998#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n5887#| "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
5999#| "classGtk_1_1Widget.html\">Widget Reference</link>"5888#| "classGtk_1_1Widget.html\">Widget Reference</link>"
6000msgid ""5889msgid ""
6001"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"5890"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6002"classGtk_1_1DirectoryList.html\">DirectoryList Reference</link>"5891"classGtk_1_1DirectoryList.html\">DirectoryList Reference</link>"
6003msgstr ""5892msgstr ""
n6004"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n5893"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6005"classGtk_1_1Widget.html\">Widget-referens</link>"5894"classGtk_1_1Widget.html\">Widget-referens</link>"
60065895
6007#. (itstool) path: section/title5896#. (itstool) path: section/title
6008#: C/index-in.docbook:24275897#: C/index-in.docbook:2427
6009#, fuzzy5898#, fuzzy
60315920
6032#. (itstool) path: section/para5921#. (itstool) path: section/para
6033#: C/index-in.docbook:24345922#: C/index-in.docbook:2434
6034#, fuzzy5923#, fuzzy
6035#| msgid ""5924#| msgid ""
n6036#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n5925#| "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6037#| "classGtk_1_1Tooltip.html\">Tooltip Reference</link>"5926#| "classGtk_1_1Tooltip.html\">Tooltip Reference</link>"
6038msgid ""5927msgid ""
6039"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"5928"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6040"classGtk_1_1NoSelection.html\">NoSelection Reference</link>"5929"classGtk_1_1NoSelection.html\">NoSelection Reference</link>"
6041msgstr ""5930msgstr ""
n6042"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n5931"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6043"classGtk_1_1Tooltip.html\">Tooltip-referens</link>"5932"classGtk_1_1Tooltip.html\">Tooltip-referens</link>"
60445933
6045#. (itstool) path: section/para5934#. (itstool) path: section/para
6046#: C/index-in.docbook:24355935#: C/index-in.docbook:2435
6047#, fuzzy5936#, fuzzy
6048#| msgid ""5937#| msgid ""
n6049#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n5938#| "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6050#| "classGtk_1_1Widget.html\">Widget Reference</link>"5939#| "classGtk_1_1Widget.html\">Widget Reference</link>"
6051msgid ""5940msgid ""
6052"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"5941"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6053"classGtk_1_1SingleSelection.html\">SingleSelection Reference</link>"5942"classGtk_1_1SingleSelection.html\">SingleSelection Reference</link>"
6054msgstr ""5943msgstr ""
n6055"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n5944"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6056"classGtk_1_1Widget.html\">Widget-referens</link>"5945"classGtk_1_1Widget.html\">Widget-referens</link>"
60575946
6058#. (itstool) path: section/para5947#. (itstool) path: section/para
6059#: C/index-in.docbook:24365948#: C/index-in.docbook:2436
6060#, fuzzy5949#, fuzzy
6061#| msgid ""5950#| msgid ""
n6062#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n5951#| "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6063#| "classGtk_1_1Application.html\">Gtk::Application Reference</link>"5952#| "classGtk_1_1Application.html\">Gtk::Application Reference</link>"
6064msgid ""5953msgid ""
6065"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"5954"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6066"classGtk_1_1MultiSelection.html\">MultiSelection Reference</link>"5955"classGtk_1_1MultiSelection.html\">MultiSelection Reference</link>"
6067msgstr ""5956msgstr ""
n6068"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n5957"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6069"classGtk_1_1Application.html\">Referens för Gtk::Application</link>"5958"classGtk_1_1Application.html\">Referens för Gtk::Application</link>"
60705959
6071#. (itstool) path: section/title5960#. (itstool) path: section/title
6072#: C/index-in.docbook:24405961#: C/index-in.docbook:2440
6073#, fuzzy5962#, fuzzy
60875976
6088#. (itstool) path: section/para5977#. (itstool) path: section/para
6089#: C/index-in.docbook:24485978#: C/index-in.docbook:2448
6090#, fuzzy5979#, fuzzy
6091#| msgid ""5980#| msgid ""
n6092#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n5981#| "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6093#| "classGtk_1_1Widget.html\">Widget Reference</link>"5982#| "classGtk_1_1Widget.html\">Widget Reference</link>"
6094msgid ""5983msgid ""
6095"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"5984"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6096"classGtk_1_1SignalListItemFactory.html\">SignalListItemFactory Reference</"5985"classGtk_1_1SignalListItemFactory.html\">SignalListItemFactory Reference</"
6097"link>"5986"link>"
6098msgstr ""5987msgstr ""
n6099"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n5988"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6100"classGtk_1_1Widget.html\">Widget-referens</link>"5989"classGtk_1_1Widget.html\">Widget-referens</link>"
61015990
6102#. (itstool) path: section/title5991#. (itstool) path: section/title
6103#: C/index-in.docbook:2452 C/index-in.docbook:2823 C/index-in.docbook:38725992#: C/index-in.docbook:2452 C/index-in.docbook:2823 C/index-in.docbook:3872
6104#, fuzzy5993#, fuzzy
61566045
6157#. (itstool) path: section/para6046#. (itstool) path: section/para
6158#: C/index-in.docbook:24786047#: C/index-in.docbook:2478
6159#, fuzzy6048#, fuzzy
6160#| msgid ""6049#| msgid ""
n6161#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n6050#| "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6162#| "classGtk_1_1TextView.html\">Reference</link>"6051#| "classGtk_1_1TextView.html\">Reference</link>"
6163msgid ""6052msgid ""
6164"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"6053"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6165"classGtk_1_1ListView.html\">Reference</link>"6054"classGtk_1_1ListView.html\">Reference</link>"
6166msgstr ""6055msgstr ""
n6167"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n6056"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6168"classGtk_1_1TextView.html\">Referens</link>"6057"classGtk_1_1TextView.html\">Referens</link>"
61696058
6170#. (itstool) path: imageobject/imagedata6059#. (itstool) path: imageobject/imagedata
6171#. This is a reference to an external file such as an image or video. When6060#. This is a reference to an external file such as an image or video. When
6172#. the file changes, the md5 hash will change to let you know you need to6061#. the file changes, the md5 hash will change to let you know you need to
62116100
6212#. (itstool) path: section/para6101#. (itstool) path: section/para
6213#: C/index-in.docbook:25026102#: C/index-in.docbook:2502
6214#, fuzzy6103#, fuzzy
6215#| msgid ""6104#| msgid ""
n6216#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n6105#| "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6217#| "classGtk_1_1Grid.html\">Reference</link>"6106#| "classGtk_1_1Grid.html\">Reference</link>"
6218msgid ""6107msgid ""
6219"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"6108"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6220"classGtk_1_1GridView.html\">Reference</link>"6109"classGtk_1_1GridView.html\">Reference</link>"
6221msgstr ""6110msgstr ""
n6222"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n6111"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6223"classGtk_1_1Grid.html\">Referens</link>"6112"classGtk_1_1Grid.html\">Referens</link>"
62246113
6225#. (itstool) path: imageobject/imagedata6114#. (itstool) path: imageobject/imagedata
6226#. This is a reference to an external file such as an image or video. When6115#. This is a reference to an external file such as an image or video. When
6227#. the file changes, the md5 hash will change to let you know you need to6116#. the file changes, the md5 hash will change to let you know you need to
62716160
6272#. (itstool) path: section/para6161#. (itstool) path: section/para
6273#: C/index-in.docbook:25266162#: C/index-in.docbook:2526
6274#, fuzzy6163#, fuzzy
6275#| msgid ""6164#| msgid ""
n6276#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n6165#| "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6277#| "classGtk_1_1TreeView.html\">Reference</link>"6166#| "classGtk_1_1TreeView.html\">Reference</link>"
6278msgid ""6167msgid ""
6279"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"6168"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6280"classGtk_1_1ColumnView.html\">Reference</link>"6169"classGtk_1_1ColumnView.html\">Reference</link>"
6281msgstr ""6170msgstr ""
n6282"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n6171"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6283"classGtk_1_1TreeView.html\">Referens</link>"6172"classGtk_1_1TreeView.html\">Referens</link>"
62846173
6285#. (itstool) path: imageobject/imagedata6174#. (itstool) path: imageobject/imagedata
6286#. This is a reference to an external file such as an image or video. When6175#. This is a reference to an external file such as an image or video. When
6287#. the file changes, the md5 hash will change to let you know you need to6176#. the file changes, the md5 hash will change to let you know you need to
63496238
6350#. (itstool) path: section/para6239#. (itstool) path: section/para
6351#: C/index-in.docbook:25626240#: C/index-in.docbook:2562
6352#, fuzzy6241#, fuzzy
6353#| msgid ""6242#| msgid ""
n6354#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n6243#| "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6355#| "classGtk_1_1TreeModelSort.html\">TreeModelSort Reference</link>"6244#| "classGtk_1_1TreeModel.html\">Reference</link>"
6356msgid ""6245msgid ""
6357"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"6246"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6358"classGtk_1_1SortListModel.html\">SortListModel Reference</link>"6247"classGtk_1_1SortListModel.html\">SortListModel Reference</link>"
6359msgstr ""6248msgstr ""
n6360"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n6249"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6361"classGtk_1_1TreeModelSort.html\">Referens för TreeModelSort</link>"6250"classGtk_1_1TreeModel.html\">Referens</link>"
63626251
6363#. (itstool) path: section/para6252#. (itstool) path: section/para
6364#: C/index-in.docbook:25636253#: C/index-in.docbook:2563
6365#, fuzzy6254#, fuzzy
6366#| msgid ""6255#| msgid ""
n6367#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n6256#| "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6368#| "classGtk_1_1TreeSortable.html\">TreeSortable Reference</link>"6257#| "classGtk_1_1TreeSortable.html\">TreeSortable Reference</link>"
6369msgid ""6258msgid ""
6370"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"6259"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6371"classGtk_1_1StringSorter.html\">StringSorter Reference</link>"6260"classGtk_1_1StringSorter.html\">StringSorter Reference</link>"
6372msgstr ""6261msgstr ""
n6373"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n6262"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6374"classGtk_1_1TreeSortable.html\">Referens för TreeSortable</link>"6263"classGtk_1_1TreeSortable.html\">Referens för TreeSortable</link>"
63756264
6376#. (itstool) path: section/para6265#. (itstool) path: section/para
6377#: C/index-in.docbook:25646266#: C/index-in.docbook:2564
6378#, fuzzy6267#, fuzzy
6379#| msgid ""6268#| msgid ""
n6380#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n6269#| "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6381#| "classGtk_1_1TreeSortable.html\">TreeSortable Reference</link>"6270#| "classGtk_1_1TreeSortable.html\">TreeSortable Reference</link>"
6382msgid ""6271msgid ""
6383"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"6272"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6384"classGtk_1_1NumericSorter.html\">NumericSorter Reference</link>"6273"classGtk_1_1NumericSorter.html\">NumericSorter Reference</link>"
6385msgstr ""6274msgstr ""
n6386"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n6275"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6387"classGtk_1_1TreeSortable.html\">Referens för TreeSortable</link>"6276"classGtk_1_1TreeSortable.html\">Referens för TreeSortable</link>"
63886277
6389#. (itstool) path: figure/title6278#. (itstool) path: figure/title
6390#: C/index-in.docbook:25706279#: C/index-in.docbook:2570
6391msgid "SortListModel"6280msgid "SortListModel"
64426331
6443#. (itstool) path: section/para6332#. (itstool) path: section/para
6444#: C/index-in.docbook:25906333#: C/index-in.docbook:2590
6445#, fuzzy6334#, fuzzy
6446#| msgid ""6335#| msgid ""
n6447#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n6336#| "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6448#| "classGtk_1_1TreeModelSort.html\">TreeModelSort Reference</link>"6337#| "classGtk_1_1TreeModel.html\">Reference</link>"
6449msgid ""6338msgid ""
6450"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"6339"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6451"classGtk_1_1FilterListModel.html\">FilterListModel Reference</link>"6340"classGtk_1_1FilterListModel.html\">FilterListModel Reference</link>"
6452msgstr ""6341msgstr ""
n6453"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n6342"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6454"classGtk_1_1TreeModelSort.html\">Referens för TreeModelSort</link>"6343"classGtk_1_1TreeModel.html\">Referens</link>"
64556344
6456#. (itstool) path: section/para6345#. (itstool) path: section/para
6457#: C/index-in.docbook:25916346#: C/index-in.docbook:2591
6458#, fuzzy6347#, fuzzy
6459#| msgid ""6348#| msgid ""
n6460#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n6349#| "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6461#| "classGtk_1_1Widget.html\">Widget Reference</link>"6350#| "classGtk_1_1Widget.html\">Widget Reference</link>"
6462msgid ""6351msgid ""
6463"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"6352"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6464"classGtk_1_1StringFilter.html\">StringFilter Reference</link>"6353"classGtk_1_1StringFilter.html\">StringFilter Reference</link>"
6465msgstr ""6354msgstr ""
n6466"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n6355"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6467"classGtk_1_1Widget.html\">Widget-referens</link>"6356"classGtk_1_1Widget.html\">Widget-referens</link>"
64686357
6469#. (itstool) path: section/para6358#. (itstool) path: section/para
6470#: C/index-in.docbook:25926359#: C/index-in.docbook:2592
6471#, fuzzy6360#, fuzzy
6472#| msgid ""6361#| msgid ""
n6473#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n6362#| "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6474#| "classGtk_1_1Tooltip.html\">Tooltip Reference</link>"6363#| "classGtk_1_1Tooltip.html\">Tooltip Reference</link>"
6475msgid ""6364msgid ""
6476"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"6365"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6477"classGtk_1_1BoolFilter.html\">BoolFilter Reference</link>"6366"classGtk_1_1BoolFilter.html\">BoolFilter Reference</link>"
6478msgstr ""6367msgstr ""
n6479"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n6368"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6480"classGtk_1_1Tooltip.html\">Tooltip-referens</link>"6369"classGtk_1_1Tooltip.html\">Tooltip-referens</link>"
64816370
6482#. (itstool) path: figure/title6371#. (itstool) path: figure/title
6483#: C/index-in.docbook:25986372#: C/index-in.docbook:2598
6484msgid "FilterListModel"6373msgid "FilterListModel"
65336422
6534#. (itstool) path: section/para6423#. (itstool) path: section/para
6535#: C/index-in.docbook:26226424#: C/index-in.docbook:2622
6536#, fuzzy6425#, fuzzy
6537#| msgid ""6426#| msgid ""
n6538#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n6427#| "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6539#| "classGtk_1_1TreeModelSort.html\">TreeModelSort Reference</link>"6428#| "classGtk_1_1TreeModelSort.html\">TreeModelSort Reference</link>"
6540msgid ""6429msgid ""
6541"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"6430"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6542"classGtk_1_1TreeListModel.html\">TreeListModel Reference</link>"6431"classGtk_1_1TreeListModel.html\">TreeListModel Reference</link>"
6543msgstr ""6432msgstr ""
n6544"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n6433"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6545"classGtk_1_1TreeModelSort.html\">Referens för TreeModelSort</link>"6434"classGtk_1_1TreeModelSort.html\">Referens för TreeModelSort</link>"
65466435
6547#. (itstool) path: section/para6436#. (itstool) path: section/para
6548#: C/index-in.docbook:26236437#: C/index-in.docbook:2623
6549#, fuzzy6438#, fuzzy
6550#| msgid ""6439#| msgid ""
n6551#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n6440#| "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6552#| "classGtk_1_1TreeModelSort.html\">TreeModelSort Reference</link>"6441#| "classGtk_1_1TreeModelSort.html\">TreeModelSort Reference</link>"
6553msgid ""6442msgid ""
6554"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"6443"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6555"classGtk_1_1TreeExpander.html\">TreeExpander Reference</link>"6444"classGtk_1_1TreeExpander.html\">TreeExpander Reference</link>"
6556msgstr ""6445msgstr ""
n6557"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n6446"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6558"classGtk_1_1TreeModelSort.html\">Referens för TreeModelSort</link>"6447"classGtk_1_1TreeModelSort.html\">Referens för TreeModelSort</link>"
65596448
6560#. (itstool) path: figure/title6449#. (itstool) path: figure/title
6561#: C/index-in.docbook:26296450#: C/index-in.docbook:2629
6562#, fuzzy6451#, fuzzy
6658"använda antingen modellklasserna <classname>ListStore</classname> eller "6547"använda antingen modellklasserna <classname>ListStore</classname> eller "
6659"<classname>TreeStore</classname>."6548"<classname>TreeStore</classname>."
66606549
6661#. (itstool) path: section/para6550#. (itstool) path: section/para
6662#: C/index-in.docbook:26746551#: C/index-in.docbook:2674
n6663#, fuzzyn
6664#| msgid ""
6665#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"
6666#| "classGtk_1_1TreeModel.html\">Reference</link>"
6667msgid ""6552msgid ""
6668"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"6553"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6669"classGtk_1_1TreeModel.html\">Reference</link>"6554"classGtk_1_1TreeModel.html\">Reference</link>"
6670msgstr ""6555msgstr ""
n6671"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n6556"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6672"classGtk_1_1TreeModel.html\">Referens</link>"6557"classGtk_1_1TreeModel.html\">Referens</link>"
66736558
6674#. (itstool) path: section/title6559#. (itstool) path: section/title
6675#: C/index-in.docbook:26776560#: C/index-in.docbook:2677
6676msgid "ListStore, for rows"6561msgid "ListStore, for rows"
6705"external ref='figures/treeview_list.png' "6590"external ref='figures/treeview_list.png' "
6706"md5='60e5e4ecb284d0cdc53373fe0ec858ee'"6591"md5='60e5e4ecb284d0cdc53373fe0ec858ee'"
67076592
6708#. (itstool) path: section/para6593#. (itstool) path: section/para
6709#: C/index-in.docbook:26916594#: C/index-in.docbook:2691
n6710#, fuzzyn
6711#| msgid ""
6712#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"
6713#| "classGtk_1_1ListStore.html\">Reference</link>"
6714msgid ""6595msgid ""
6715"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"6596"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6716"classGtk_1_1ListStore.html\">Reference</link>"6597"classGtk_1_1ListStore.html\">Reference</link>"
6717msgstr ""6598msgstr ""
n6718"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n6599"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6719"classGtk_1_1ListStore.html\">Referens</link>"6600"classGtk_1_1ListStore.html\">Referens</link>"
67206601
6721#. (itstool) path: section/title6602#. (itstool) path: section/title
6722#: C/index-in.docbook:26966603#: C/index-in.docbook:2696
6723msgid "TreeStore, for a hierarchy"6604msgid "TreeStore, for a hierarchy"
6752"external ref='figures/treeview_tree.png' "6633"external ref='figures/treeview_tree.png' "
6753"md5='2270025659b23ebfc0e38d8b629289ef'"6634"md5='2270025659b23ebfc0e38d8b629289ef'"
67546635
6755#. (itstool) path: section/para6636#. (itstool) path: section/para
6756#: C/index-in.docbook:27106637#: C/index-in.docbook:2710
n6757#, fuzzyn
6758#| msgid ""
6759#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"
6760#| "classGtk_1_1TreeStore.html\">Reference</link>"
6761msgid ""6638msgid ""
6762"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"6639"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6763"classGtk_1_1TreeStore.html\">Reference</link>"6640"classGtk_1_1TreeStore.html\">Reference</link>"
6764msgstr ""6641msgstr ""
n6765"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n6642"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6766"classGtk_1_1TreeStore.html\">Referens</link>"6643"classGtk_1_1TreeStore.html\">Referens</link>"
67676644
6768#. (itstool) path: section/title6645#. (itstool) path: section/title
6769#: C/index-in.docbook:27156646#: C/index-in.docbook:2715
6770msgid "Model Columns"6647msgid "Model Columns"
7013#| "int number = row[m_Columns.m_col_text];"6890#| "int number = row[m_Columns.m_col_text];"
7014msgid ""6891msgid ""
7015"<code>//compiler error - no conversion from ustring to int.\n"6892"<code>//compiler error - no conversion from ustring to int.\n"
7016"int number = row[m_Columns.m_col_text];</code>"6893"int number = row[m_Columns.m_col_text];</code>"
7017msgstr ""6894msgstr ""
n7018"//kompilatorfel - ingen konvertering från ustring till int.\n"n6895"//kompileringsfel - ingen konvertering från ustring till int.\n"
7019"int number = row[m_Columns.m_col_text];"6896"int number = row[m_Columns.m_col_text];"
70206897
7021#. (itstool) path: section/title6898#. (itstool) path: section/title
7022#: C/index-in.docbook:28126899#: C/index-in.docbook:2812
7023msgid "\"Hidden\" Columns"6900msgid "\"Hidden\" Columns"
7047"användaren interagera med dem. Vyn kan visa alla modellens kolumner, eller "6924"användaren interagera med dem. Vyn kan visa alla modellens kolumner, eller "
7048"bara några, och den kan visa dem på olika sätt."6925"bara några, och den kan visa dem på olika sätt."
70496926
7050#. (itstool) path: section/para6927#. (itstool) path: section/para
7051#: C/index-in.docbook:28326928#: C/index-in.docbook:2832
n7052#, fuzzyn
7053#| msgid ""
7054#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"
7055#| "classGtk_1_1TreeView.html\">Reference</link>"
7056msgid ""6929msgid ""
7057"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"6930"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
7058"classGtk_1_1TreeView.html\">Reference</link>"6931"classGtk_1_1TreeView.html\">Reference</link>"
7059msgstr ""6932msgstr ""
n7060"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n6933"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
7061"classGtk_1_1TreeView.html\">Referens</link>"6934"classGtk_1_1TreeView.html\">Referens</link>"
70626935
7063#. (itstool) path: section/title6936#. (itstool) path: section/title
7064#: C/index-in.docbook:28356937#: C/index-in.docbook:2835
7065#, fuzzy6938#, fuzzy
7752"classname> eller <classname>Gtk::TreeModel::Row</classname>, så här:"7625"classname> eller <classname>Gtk::TreeModel::Row</classname>, så här:"
77537626
7754#. (itstool) path: section/programlisting7627#. (itstool) path: section/programlisting
7755#: C/index-in.docbook:31267628#: C/index-in.docbook:3126
7756#, fuzzy, no-wrap7629#, fuzzy, no-wrap
nn7630#| msgid ""
7631#| "auto row = m_refModel-&gt;children()[5]; //The sixth row.\n"
7632#| "if(row)\n"
7633#| "  refTreeSelection-&gt;select(row.get_iter());"
7757msgid ""7634msgid ""
7758"<code>auto row = m_refModel-&gt;children()[5]; //The sixth row.\n"7635"<code>auto row = m_refModel-&gt;children()[5]; //The sixth row.\n"
7759"if(row)\n"7636"if(row)\n"
7760"  refTreeSelection-&gt;select(row.get_iter());</code>"7637"  refTreeSelection-&gt;select(row.get_iter());</code>"
7761msgstr ""7638msgstr ""
7803"<methodname>set_sort_func()</methodname> för att implementera en mer "7680"<methodname>set_sort_func()</methodname> för att implementera en mer "
7804"komplicerad sorteringsalgoritm."7681"komplicerad sorteringsalgoritm."
78057682
7806#. (itstool) path: section/para7683#. (itstool) path: section/para
7807#: C/index-in.docbook:31457684#: C/index-in.docbook:3145
n7808#, fuzzyn
7809#| msgid ""
7810#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"
7811#| "classGtk_1_1TreeSortable.html\">TreeSortable Reference</link>"
7812msgid ""7685msgid ""
7813"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"7686"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
7814"classGtk_1_1TreeSortable.html\">TreeSortable Reference</link>"7687"classGtk_1_1TreeSortable.html\">TreeSortable Reference</link>"
7815msgstr ""7688msgstr ""
n7816"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n7689"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
7817"classGtk_1_1TreeSortable.html\">Referens för TreeSortable</link>"7690"classGtk_1_1TreeSortable.html\">Referens för TreeSortable</link>"
78187691
7819#. (itstool) path: section/title7692#. (itstool) path: section/title
7820#: C/index-in.docbook:31487693#: C/index-in.docbook:3148
7821msgid "Sorting by clicking on columns"7694msgid "Sorting by clicking on columns"
7954"  }\n"7827"  }\n"
7955"}"7828"}"
79567829
7957#. (itstool) path: section/para7830#. (itstool) path: section/para
7958#: C/index-in.docbook:31897831#: C/index-in.docbook:3189
n7959#, fuzzyn
7960#| msgid ""
7961#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"
7962#| "classGtk_1_1TreeModelSort.html\">TreeModelSort Reference</link>"
7963msgid ""7832msgid ""
7964"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"7833"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
7965"classGtk_1_1TreeModelSort.html\">TreeModelSort Reference</link>"7834"classGtk_1_1TreeModelSort.html\">TreeModelSort Reference</link>"
7966msgstr ""7835msgstr ""
n7967"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n7836"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
7968"classGtk_1_1TreeModelSort.html\">Referens för TreeModelSort</link>"7837"classGtk_1_1TreeModelSort.html\">Referens för TreeModelSort</link>"
79697838
7970#. (itstool) path: section/title7839#. (itstool) path: section/title
7971#. (itstool) path: chapter/title7840#. (itstool) path: chapter/title
7972#. (itstool) path: figure/title7841#. (itstool) path: figure/title
8320"dropdown menu. If appropriate, it can show extra information about each "8189"dropdown menu. If appropriate, it can show extra information about each "
8321"item, such as text, a picture, or a check button. The <classname>DropDown</"8190"item, such as text, a picture, or a check button. The <classname>DropDown</"
8322"classname> widget can optionally have an <classname>Entry</classname> in the "8191"classname> widget can optionally have an <classname>Entry</classname> in the "
8323"dropdown menu, allowing the user to search in a long list."8192"dropdown menu, allowing the user to search in a long list."
8324msgstr ""8193msgstr ""
n8325"<classname>ComboBox</classname>-komponenten erbjuder en lista (eller träd) "n8194"<classname>ComboBox</classname>-komponenten erbjuder en lista (eller ett "
8326"av val i en rullgardinsmeny. Om lämpligt kan den visa extra information om "8195"träd) av val i en rullgardinsmeny. Om lämpligt kan den visa extra "
8327"varje objekt, som text, en bild, en kryssruta eller en förloppsindikator. "8196"information om varje objekt, som text, en bild, en kryssruta eller en "
8328"<classname>ComboBox</classname>-komponenten begränsar vanligen användaren "8197"förloppsindikator. <classname>ComboBox</classname>-komponenten begränsar "
8329"till de tillgängliga valen, men den kan valfritt ha ett <classname>Entry</"8198"vanligen användaren till de tillgängliga valen, men den kan valfritt ha ett "
8330"classname>, som låter användaren mata in godtycklig text om inget av de "8199"<classname>Entry</classname>, som låter användaren mata in godtycklig text "
8331"tillgängliga valen passar."8200"om inget av de tillgängliga valen passar."
83328201
8333#. (itstool) path: chapter/para8202#. (itstool) path: chapter/para
8334#: C/index-in.docbook:33738203#: C/index-in.docbook:3373
8335#, fuzzy8204#, fuzzy
8336msgid ""8205msgid ""
83508219
8351#. (itstool) path: chapter/para8220#. (itstool) path: chapter/para
8352#: C/index-in.docbook:33808221#: C/index-in.docbook:3380
8353#, fuzzy8222#, fuzzy
8354#| msgid ""8223#| msgid ""
n8355#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n8224#| "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
8356#| "classGtk_1_1Box.html\">Reference</link>"8225#| "classGtk_1_1Box.html\">Reference</link>"
8357msgid ""8226msgid ""
8358"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"8227"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
8359"classGtk_1_1DropDown.html\">Reference</link>"8228"classGtk_1_1DropDown.html\">Reference</link>"
8360msgstr ""8229msgstr ""
n8361"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/classGtk_1_1Box."n8230"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
8362"html\">Referens</link>"8231"classGtk_1_1Box.html\">Referens</link>"
83638232
8364#. (itstool) path: section/title8233#. (itstool) path: section/title
8365#: C/index-in.docbook:3383 C/index-in.docbook:35588234#: C/index-in.docbook:3383 C/index-in.docbook:3558
8366#, fuzzy8235#, fuzzy
8367msgid "The model"8236msgid "The model"
8740"The <classname>ComboBox</classname> widget usually restricts the user to the "8609"The <classname>ComboBox</classname> widget usually restricts the user to the "
8741"available choices, but it can optionally have an <classname>Entry</"8610"available choices, but it can optionally have an <classname>Entry</"
8742"classname>, allowing the user to enter arbitrary text if none of the "8611"classname>, allowing the user to enter arbitrary text if none of the "
8743"available choices are suitable."8612"available choices are suitable."
8744msgstr ""8613msgstr ""
n8745"<classname>ComboBox</classname>-komponenten erbjuder en lista (eller träd) "n8614"<classname>ComboBox</classname>-komponenten erbjuder en lista (eller ett "
8746"av val i en rullgardinsmeny. Om lämpligt kan den visa extra information om "8615"träd) av val i en rullgardinsmeny. Om lämpligt kan den visa extra "
8747"varje objekt, som text, en bild, en kryssruta eller en förloppsindikator. "8616"information om varje objekt, som text, en bild, en kryssruta eller en "
8748"<classname>ComboBox</classname>-komponenten begränsar vanligen användaren "8617"förloppsindikator. <classname>ComboBox</classname>-komponenten begränsar "
8749"till de tillgängliga valen, men den kan valfritt ha ett <classname>Entry</"8618"vanligen användaren till de tillgängliga valen, men den kan valfritt ha ett "
8750"classname>, som låter användaren mata in godtycklig text om inget av de "8619"<classname>Entry</classname>, som låter användaren mata in godtycklig text "
8751"tillgängliga valen passar."8620"om inget av de tillgängliga valen passar."
87528621
8753#. (itstool) path: chapter/para8622#. (itstool) path: chapter/para
8754#: C/index-in.docbook:35528623#: C/index-in.docbook:3552
8755#, fuzzy8624#, fuzzy
8756msgid ""8625msgid ""
8768"classname>-klassen tillhandahåller en enklare textbaserad specialisering om "8637"classname>-klassen tillhandahåller en enklare textbaserad specialisering om "
8769"den flexibiliteten inte behövs."8638"den flexibiliteten inte behövs."
87708639
8771#. (itstool) path: chapter/para8640#. (itstool) path: chapter/para
8772#: C/index-in.docbook:35558641#: C/index-in.docbook:3555
n8773#, fuzzyn
8774#| msgid ""
8775#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"
8776#| "classGtk_1_1ComboBox.html\">Reference</link>"
8777msgid ""8642msgid ""
8778"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"8643"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
8779"classGtk_1_1ComboBox.html\">Reference</link>"8644"classGtk_1_1ComboBox.html\">Reference</link>"
8780msgstr ""8645msgstr ""
n8781"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n8646"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
8782"classGtk_1_1ComboBox.html\">Referens</link>"8647"classGtk_1_1ComboBox.html\">Referens</link>"
87838648
8784#. (itstool) path: section/para8649#. (itstool) path: section/para
8785#: C/index-in.docbook:35608650#: C/index-in.docbook:3560
8786msgid ""8651msgid ""
9264"<classname>TextBuffer</classname>, som du kan komma åt genom metoden "9129"<classname>TextBuffer</classname>, som du kan komma åt genom metoden "
9265"<methodname>get_buffer()</methodname>."9130"<methodname>get_buffer()</methodname>."
92669131
9267#. (itstool) path: section/para9132#. (itstool) path: section/para
9268#: C/index-in.docbook:37529133#: C/index-in.docbook:3752
n9269#, fuzzyn
9270#| msgid ""
9271#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"
9272#| "classGtk_1_1TextBuffer.html\">Reference</link>"
9273msgid ""9134msgid ""
9274"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"9135"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
9275"classGtk_1_1TextBuffer.html\">Reference</link>"9136"classGtk_1_1TextBuffer.html\">Reference</link>"
9276msgstr ""9137msgstr ""
n9277"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n9138"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
9278"classGtk_1_1TextBuffer.html\">Referens</link>"9139"classGtk_1_1TextBuffer.html\">Referens</link>"
92799140
9280#. (itstool) path: section/title9141#. (itstool) path: section/title
9281#: C/index-in.docbook:37559142#: C/index-in.docbook:3755
9282msgid "Iterators"9143msgid "Iterators"
9302"positioner genom buffertändringar. För att bevara en position, använd "9163"positioner genom buffertändringar. För att bevara en position, använd "
9303"<classname>Gtk::TextBuffer::Mark</classname>."9164"<classname>Gtk::TextBuffer::Mark</classname>."
93049165
9305#. (itstool) path: section/para9166#. (itstool) path: section/para
9306#: C/index-in.docbook:37649167#: C/index-in.docbook:3764
n9307#, fuzzyn
9308#| msgid ""
9309#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"
9310#| "classGtk_1_1TextIter.html\">Reference</link>"
9311msgid ""9168msgid ""
9312"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"9169"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
9313"classGtk_1_1TextIter.html\">Reference</link>"9170"classGtk_1_1TextIter.html\">Reference</link>"
9314msgstr ""9171msgstr ""
n9315"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n9172"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
9316"classGtk_1_1TextIter.html\">Referens</link>"9173"classGtk_1_1TextIter.html\">Referens</link>"
93179174
9318#. (itstool) path: section/title9175#. (itstool) path: section/title
9319#: C/index-in.docbook:37689176#: C/index-in.docbook:3768
9320msgid "Tags and Formatting"9177msgid "Tags and Formatting"
9367msgid "The <classname>Tag</classname> class has many other properties."9224msgid "The <classname>Tag</classname> class has many other properties."
9368msgstr "Klassen <classname>Tag</classname> har många andra egenskaper."9225msgstr "Klassen <classname>Tag</classname> har många andra egenskaper."
93699226
9370#. (itstool) path: section/para9227#. (itstool) path: section/para
9371#: C/index-in.docbook:37879228#: C/index-in.docbook:3787
n9372#, fuzzyn
9373#| msgid ""
9374#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"
9375#| "classGtk_1_1TextTag.html\">Reference</link>"
9376msgid ""9229msgid ""
9377"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"9230"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
9378"classGtk_1_1TextTag.html\">Reference</link>"9231"classGtk_1_1TextTag.html\">Reference</link>"
9379msgstr ""9232msgstr ""
n9380"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n9233"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
9381"classGtk_1_1TextTag.html\">Referens</link>"9234"classGtk_1_1TextTag.html\">Referens</link>"
93829235
9383#. (itstool) path: section/title9236#. (itstool) path: section/title
9384#: C/index-in.docbook:37929237#: C/index-in.docbook:3792
9385msgid "TagTable"9238msgid "TagTable"
9431"och kanske modifiera, <classname>TextBuffer</classname>tens "9284"och kanske modifiera, <classname>TextBuffer</classname>tens "
9432"<classname>TagTable</classname> i stället för att skapa en explicit."9285"<classname>TagTable</classname> i stället för att skapa en explicit."
94339286
9434#. (itstool) path: section/para9287#. (itstool) path: section/para
9435#: C/index-in.docbook:38149288#: C/index-in.docbook:3814
n9436#, fuzzyn
9437#| msgid ""
9438#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"
9439#| "classGtk_1_1TextTagTable.html\">Reference</link>"
9440msgid ""9289msgid ""
9441"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"9290"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
9442"classGtk_1_1TextTagTable.html\">Reference</link>"9291"classGtk_1_1TextTagTable.html\">Reference</link>"
9443msgstr ""9292msgstr ""
n9444"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n9293"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
9445"classGtk_1_1TextTagTable.html\">Referens</link>"9294"classGtk_1_1TextTagTable.html\">Referens</link>"
94469295
9447#. (itstool) path: section/title9296#. (itstool) path: section/title
9448#: C/index-in.docbook:38199297#: C/index-in.docbook:3819
9449msgid "Applying Tags"9298msgid "Applying Tags"
9549"<classname>TextBuffer</classname>tens metoder <methodname>get_insert()</"9398"<classname>TextBuffer</classname>tens metoder <methodname>get_insert()</"
9550"methodname> och <methodname>get_selection_bound()</methodname>."9399"methodname> och <methodname>get_selection_bound()</methodname>."
95519400
9552#. (itstool) path: section/para9401#. (itstool) path: section/para
9553#: C/index-in.docbook:38679402#: C/index-in.docbook:3867
n9554#, fuzzyn
9555#| msgid ""
9556#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"
9557#| "classGtk_1_1TextMark.html\">Reference</link>"
9558msgid ""9403msgid ""
9559"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"9404"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
9560"classGtk_1_1TextMark.html\">Reference</link>"9405"classGtk_1_1TextMark.html\">Reference</link>"
9561msgstr ""9406msgstr ""
n9562"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n9407"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
9563"classGtk_1_1TextMark.html\">Referens</link>"9408"classGtk_1_1TextMark.html\">Referens</link>"
95649409
9565#. (itstool) path: section/para9410#. (itstool) path: section/para
9566#: C/index-in.docbook:38749411#: C/index-in.docbook:3874
9567msgid ""9412msgid ""
9587"för att låta användaren se och gå runt i hela textområdet med "9432"för att låta användaren se och gå runt i hela textområdet med "
9588"rullningslister."9433"rullningslister."
95899434
9590#. (itstool) path: section/para9435#. (itstool) path: section/para
9591#: C/index-in.docbook:38889436#: C/index-in.docbook:3888
n9592#, fuzzyn
9593#| msgid ""
9594#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"
9595#| "classGtk_1_1TextView.html\">Reference</link>"
9596msgid ""9437msgid ""
9597"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"9438"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
9598"classGtk_1_1TextView.html\">Reference</link>"9439"classGtk_1_1TextView.html\">Reference</link>"
9599msgstr ""9440msgstr ""
n9600"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n9441"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
9601"classGtk_1_1TextView.html\">Referens</link>"9442"classGtk_1_1TextView.html\">Referens</link>"
96029443
9603#. (itstool) path: section/title9444#. (itstool) path: section/title
9604#: C/index-in.docbook:38919445#: C/index-in.docbook:3891
9605msgid "Default formatting"9446msgid "Default formatting"
9689msgid "<code>m_TextView.add_child_at_anchor(m_Button, refAnchor);</code>"9530msgid "<code>m_TextView.add_child_at_anchor(m_Button, refAnchor);</code>"
9690msgstr "m_TextView.add_child_at_anchor(m_Button, refAnchor);"9531msgstr "m_TextView.add_child_at_anchor(m_Button, refAnchor);"
96919532
9692#. (itstool) path: section/para9533#. (itstool) path: section/para
9693#: C/index-in.docbook:39389534#: C/index-in.docbook:3938
n9694#, fuzzyn
9695#| msgid ""
9696#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"
9697#| "classGtk_1_1TextChildAnchor.html\">Reference</link>"
9698msgid ""9535msgid ""
9699"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"9536"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
9700"classGtk_1_1TextChildAnchor.html\">Reference</link>"9537"classGtk_1_1TextChildAnchor.html\">Reference</link>"
9701msgstr ""9538msgstr ""
n9702"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n9539"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
9703"classGtk_1_1TextChildAnchor.html\">Referens</link>"9540"classGtk_1_1TextChildAnchor.html\">Referens</link>"
97049541
9705#. (itstool) path: imageobject/imagedata9542#. (itstool) path: imageobject/imagedata
9706#. This is a reference to an external file such as an image or video. When9543#. This is a reference to an external file such as an image or video. When
9707#. the file changes, the md5 hash will change to let you know you need to9544#. the file changes, the md5 hash will change to let you know you need to
9810"is a base class of <classname>Gio::SimpleActionGroup</classname>.) Then add "9647"is a base class of <classname>Gio::SimpleActionGroup</classname>.) Then add "
9811"the action group to your window with <methodname>Gtk::Widget::"9648"the action group to your window with <methodname>Gtk::Widget::"
9812"insert_action_group()</methodname>."9649"insert_action_group()</methodname>."
9813msgstr ""9650msgstr ""
9814"Skapa först <classname>Gio::SimpleAction</classname>-åtgärder och lägg till "9651"Skapa först <classname>Gio::SimpleAction</classname>-åtgärder och lägg till "
n9815"dem till en <classname>Gio::SimpleActionGroup</classname>, med "n9652"dem till en <classname>Gio::SimpleActionGroup</classname> med "
9816"<methodname>Gio::ActionMap::add_action()</methodname>. (<classname>Gio::"9653"<methodname>Gio::ActionMap::add_action()</methodname>. (<classname>Gio::"
9817"ActionMap</classname> är en basklass för <classname>Gio::SimpleActionGroup</"9654"ActionMap</classname> är en basklass för <classname>Gio::SimpleActionGroup</"
9818"classname>.) Lägg sedan till åtgärdsgruppen till ditt fönster med "9655"classname>.) Lägg sedan till åtgärdsgruppen till ditt fönster med "
9819"<methodname>Gtk::Widget::insert_action_group()</methodname>."9656"<methodname>Gtk::Widget::insert_action_group()</methodname>."
98209657
10012msgid ""9849msgid ""
10013"This is where we specify the names of the menu items as they will be seen by "9850"This is where we specify the names of the menu items as they will be seen by "
10014"users in the menu. Therefore, this is where you should make strings "9851"users in the menu. Therefore, this is where you should make strings "
10015"translatable, by adding <literal>translatable='yes'</literal>."9852"translatable, by adding <literal>translatable='yes'</literal>."
10016msgstr ""9853msgstr ""
n10017"Här är var vi anger namnen för menyobjekten som de kommer ses av användare i "n9854"Här anger vi namnen för menyobjekten som de kommer ses av användare i menyn. "
10018"menyn. Det är därför här som du ska göra strängar översättbara genom att "9855"Det är därför här som du ska göra strängar översättbara genom att lägga till "
10019"lägga till <literal>translatable='yes'</literal>."9856"<literal>translatable='yes'</literal>."
100209857
10021#. (itstool) path: section/para9858#. (itstool) path: section/para
10022#: C/index-in.docbook:41059859#: C/index-in.docbook:4105
10023#, fuzzy9860#, fuzzy
10024msgid ""9861msgid ""
10141"To show the popup menu, use a <classname>Gtk::GestureClick</classname> and "9978"To show the popup menu, use a <classname>Gtk::GestureClick</classname> and "
10142"connect to its <literal>pressed</literal> signal. In the signal handler, use "9979"connect to its <literal>pressed</literal> signal. In the signal handler, use "
10143"<classname>Gtk::PopoverMenu</classname>'s <methodname>popup()</methodname> "9980"<classname>Gtk::PopoverMenu</classname>'s <methodname>popup()</methodname> "
10144"method. For instance:"9981"method. For instance:"
10145msgstr ""9982msgstr ""
n10146"För att visa poppuppmenyn, använd en <classname>Gtk::EventControllerClick</"n9983"Använd för att visa poppuppmenyn en <classname>Gtk::EventControllerClick</"
10147"classname> och anslut till dess <literal>pressed</literal>-signal. Använd i "9984"classname> och anslut till dess <literal>pressed</literal>-signal. Använd i "
10148"signalhanteraren <classname>Gtk::PopoverMenu</classname>s "9985"signalhanteraren <classname>Gtk::PopoverMenu</classname>s "
10149"<methodname>popup()</methodname>-metod. Till exempel:"9986"<methodname>popup()</methodname>-metod. Till exempel:"
101509987
10151#. (itstool) path: section/programlisting9988#. (itstool) path: section/programlisting
10244"link> som tar en xml-fil som beskriver bunten, och en uppsättning filer som "10081"link> som tar en xml-fil som beskriver bunten, och en uppsättning filer som "
10245"xml-filen refererar till. Dessa kombineras till en binär resursbunt."10082"xml-filen refererar till. Dessa kombineras till en binär resursbunt."
1024610083
10247#. (itstool) path: section/para10084#. (itstool) path: section/para
10248#: C/index-in.docbook:420310085#: C/index-in.docbook:4203
n10249#, fuzzyn
10250#| msgid ""
10251#| "<link xlink:href=\"http://developer.gnome.org/glibmm/unstable/"
10252#| "classGio_1_1Resource.html\">Gio::Resource Reference</link>"
10253msgid ""10086msgid ""
10254"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/glibmm/"10087"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/glibmm/"
10255"classGio_1_1Resource.html\">Gio::Resource Reference</link>"10088"classGio_1_1Resource.html\">Gio::Resource Reference</link>"
10256msgstr ""10089msgstr ""
n10257"<link xlink:href=\"http://developer.gnome.org/glibmm/unstable/"n10090"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/glibmm/"
10258"classGio_1_1Resource.html\">Referens för Gio::Resource</link>"10091"classGio_1_1Resource.html\">Referens för Gio::Resource</link>"
1025910092
10260#. (itstool) path: section/para10093#. (itstool) path: section/para
10261#: C/index-in.docbook:420410094#: C/index-in.docbook:4204
10262#, fuzzy10095#, fuzzy
10420#: C/index-in.docbook:426810253#: C/index-in.docbook:4268
10421msgid ""10254msgid ""
10422"This program contains a menubar and a toolbar. A class is derived from "10255"This program contains a menubar and a toolbar. A class is derived from "
10423"<classname>Gtk::Window</classname>."10256"<classname>Gtk::Window</classname>."
10424msgstr ""10257msgstr ""
n10425"Detta program innehåller en menyrad och ett verktygsfält. En klass är "n10258"Detta program innehåller en menyrad och ett verktygsfält. En klass härleds "
10426"härledd från <classname>Gtk::Window</classname>."10259"från <classname>Gtk::Window</classname>."
1042710260
10428#. (itstool) path: figure/title10261#. (itstool) path: figure/title
10429#: C/index-in.docbook:427410262#: C/index-in.docbook:4274
10430msgid "Main Menu"10263msgid "Main Menu"
10431msgstr "Huvudmeny"10264msgstr "Huvudmeny"
10700"and <methodname>set_value()</methodname> methods:"10533"and <methodname>set_value()</methodname> methods:"
10701msgstr ""10534msgstr ""
10702"OK, då säger du att det var väl fint, men om jag vill skapa mina egna "10535"OK, då säger du att det var väl fint, men om jag vill skapa mina egna "
10703"hanterare för att svara när användaren justerar en <classname>Range</"10536"hanterare för att svara när användaren justerar en <classname>Range</"
10704"classname>-komponent eller en <classname>SpinButton</classname> då? För att "10537"classname>-komponent eller en <classname>SpinButton</classname> då? För att "
n10705"komma åt värdet på en <classname>Gtk::Adjustment</classname>, kan du använda "n10538"komma åt värdet på en <classname>Gtk::Adjustment</classname> kan du använda "
10706"metoderna <methodname>get_value()</methodname> och <methodname>set_value()</"10539"metoderna <methodname>get_value()</methodname> och <methodname>set_value()</"
10707"methodname>:"10540"methodname>:"
1070810541
10709#. (itstool) path: section/para10542#. (itstool) path: section/para
10710#: C/index-in.docbook:440610543#: C/index-in.docbook:4406
10917"du vill veta vilken knapp som trycktes på. <literal>response</literal>-"10750"du vill veta vilken knapp som trycktes på. <literal>response</literal>-"
10918"signalhanteraren är också var du ska dölja dialogrutan."10751"signalhanteraren är också var du ska dölja dialogrutan."
1091910752
10920#. (itstool) path: chapter/para10753#. (itstool) path: chapter/para
10921#: C/index-in.docbook:450810754#: C/index-in.docbook:4508
n10922#, fuzzyn
10923#| msgid ""
10924#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"
10925#| "classGtk_1_1Dialog.html\">Reference</link>"
10926msgid ""10755msgid ""
10927"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"10756"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
10928"classGtk_1_1Dialog.html\">Reference</link>"10757"classGtk_1_1Dialog.html\">Reference</link>"
10929msgstr ""10758msgstr ""
n10930"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n10759"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
10931"classGtk_1_1Dialog.html\">Referens</link>"10760"classGtk_1_1Dialog.html\">Referens</link>"
1093210761
10933#. (itstool) path: section/title10762#. (itstool) path: section/title
10934#: C/index-in.docbook:451110763#: C/index-in.docbook:4511
10935#, fuzzy10764#, fuzzy
1094910778
10950#. (itstool) path: section/para10779#. (itstool) path: section/para
10951#: C/index-in.docbook:451910780#: C/index-in.docbook:4519
10952#, fuzzy10781#, fuzzy
10953#| msgid ""10782#| msgid ""
n10954#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n10783#| "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
10955#| "classGtk_1_1AboutDialog.html\">Reference</link>"10784#| "classGtk_1_1Dialog.html\">Reference</link>"
10956msgid ""10785msgid ""
10957"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"10786"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
10958"classGtk_1_1AlertDialog.html\">AlertDialog Reference</link>"10787"classGtk_1_1AlertDialog.html\">AlertDialog Reference</link>"
10959msgstr ""10788msgstr ""
n10960"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n10789"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
10961"classGtk_1_1AboutDialog.html\">Referens</link>"10790"classGtk_1_1Dialog.html\">Referens</link>"
1096210791
10963#. (itstool) path: section/para10792#. (itstool) path: section/para
10964#: C/index-in.docbook:452010793#: C/index-in.docbook:4520
10965#, fuzzy10794#, fuzzy
10966#| msgid ""10795#| msgid ""
n10967#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n10796#| "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
10968#| "classGtk_1_1MessageDialog.html\">Reference</link>"10797#| "classGtk_1_1MessageDialog.html\">Reference</link>"
10969msgid ""10798msgid ""
10970"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"10799"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
10971"classGtk_1_1MessageDialog.html\">MessageDialog Reference</link>"10800"classGtk_1_1MessageDialog.html\">MessageDialog Reference</link>"
10972msgstr ""10801msgstr ""
n10973"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n10802"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
10974"classGtk_1_1MessageDialog.html\">Referens</link>"10803"classGtk_1_1MessageDialog.html\">Referens</link>"
1097510804
10976#. (itstool) path: figure/title10805#. (itstool) path: figure/title
10977#: C/index-in.docbook:452610806#: C/index-in.docbook:4526
10978#, fuzzy10807#, fuzzy
1104010869
11041#. (itstool) path: section/para10870#. (itstool) path: section/para
11042#: C/index-in.docbook:454810871#: C/index-in.docbook:4548
11043#, fuzzy10872#, fuzzy
11044#| msgid ""10873#| msgid ""
n11045#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n10874#| "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
11046#| "classGtk_1_1Dialog.html\">Reference</link>"10875#| "classGtk_1_1Dialog.html\">Reference</link>"
11047msgid ""10876msgid ""
11048"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"10877"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
11049"classGtk_1_1FileDialog.html\">FileDialog Reference</link>"10878"classGtk_1_1FileDialog.html\">FileDialog Reference</link>"
11050msgstr ""10879msgstr ""
n11051"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n10880"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
11052"classGtk_1_1Dialog.html\">Referens</link>"10881"classGtk_1_1Dialog.html\">Referens</link>"
1105310882
11054#. (itstool) path: section/para10883#. (itstool) path: section/para
11055#: C/index-in.docbook:454910884#: C/index-in.docbook:4549
11056#, fuzzy10885#, fuzzy
11057#| msgid ""10886#| msgid ""
n11058#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n10887#| "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
11059#| "classGtk_1_1FileChooserDialog.html\">Reference</link>"10888#| "classGtk_1_1FileChooserDialog.html\">Reference</link>"
11060msgid ""10889msgid ""
11061"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"10890"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
11062"classGtk_1_1FileChooserDialog.html\">FileChooserDialog Reference</link>"10891"classGtk_1_1FileChooserDialog.html\">FileChooserDialog Reference</link>"
11063msgstr ""10892msgstr ""
n11064"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n10893"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
11065"classGtk_1_1FileChooserDialog.html\">Referens</link>"10894"classGtk_1_1FileChooserDialog.html\">Referens</link>"
1106610895
11067#. (itstool) path: figure/title10896#. (itstool) path: figure/title
11068#: C/index-in.docbook:455510897#: C/index-in.docbook:4555
11069#, fuzzy10898#, fuzzy
1112110950
11122#. (itstool) path: section/para10951#. (itstool) path: section/para
11123#: C/index-in.docbook:457510952#: C/index-in.docbook:4575
11124#, fuzzy10953#, fuzzy
11125#| msgid ""10954#| msgid ""
n11126#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n10955#| "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
11127#| "classGtk_1_1ColorChooserDialog.html\">Reference</link>"10956#| "classGtk_1_1Dialog.html\">Reference</link>"
11128msgid ""10957msgid ""
11129"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"10958"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
11130"classGtk_1_1ColorDialog.html\">ColorDialog Reference</link>"10959"classGtk_1_1ColorDialog.html\">ColorDialog Reference</link>"
11131msgstr ""10960msgstr ""
n11132"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n10961"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
11133"classGtk_1_1ColorChooserDialog.html\">Referens</link>"10962"classGtk_1_1Dialog.html\">Referens</link>"
1113410963
11135#. (itstool) path: section/para10964#. (itstool) path: section/para
11136#: C/index-in.docbook:457610965#: C/index-in.docbook:4576
11137#, fuzzy10966#, fuzzy
11138#| msgid ""10967#| msgid ""
n11139#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n10968#| "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
11140#| "classGtk_1_1ColorChooserDialog.html\">Reference</link>"10969#| "classGtk_1_1ColorChooserDialog.html\">Reference</link>"
11141msgid ""10970msgid ""
11142"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"10971"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
11143"classGtk_1_1ColorChooserDialog.html\">ColorChooserDialog Reference</link>"10972"classGtk_1_1ColorChooserDialog.html\">ColorChooserDialog Reference</link>"
11144msgstr ""10973msgstr ""
n11145"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n10974"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
11146"classGtk_1_1ColorChooserDialog.html\">Referens</link>"10975"classGtk_1_1ColorChooserDialog.html\">Referens</link>"
1114710976
11148#. (itstool) path: figure/title10977#. (itstool) path: figure/title
11149#: C/index-in.docbook:458210978#: C/index-in.docbook:4582
11150#, fuzzy10979#, fuzzy
1120111030
11202#. (itstool) path: section/para11031#. (itstool) path: section/para
11203#: C/index-in.docbook:460211032#: C/index-in.docbook:4602
11204#, fuzzy11033#, fuzzy
11205#| msgid ""11034#| msgid ""
n11206#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n11035#| "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
11207#| "classGtk_1_1AboutDialog.html\">Reference</link>"11036#| "classGtk_1_1Dialog.html\">Reference</link>"
11208msgid ""11037msgid ""
11209"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"11038"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
11210"classGtk_1_1FontDialog.html\">FontDialog Reference</link>"11039"classGtk_1_1FontDialog.html\">FontDialog Reference</link>"
11211msgstr ""11040msgstr ""
n11212"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n11041"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
11213"classGtk_1_1AboutDialog.html\">Referens</link>"11042"classGtk_1_1Dialog.html\">Referens</link>"
1121411043
11215#. (itstool) path: section/para11044#. (itstool) path: section/para
11216#: C/index-in.docbook:460311045#: C/index-in.docbook:4603
11217#, fuzzy11046#, fuzzy
11218#| msgid ""11047#| msgid ""
n11219#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n11048#| "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
11220#| "classGtk_1_1FontChooserDialog.html\">Reference</link>"11049#| "classGtk_1_1FontChooserDialog.html\">Reference</link>"
11221msgid ""11050msgid ""
11222"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"11051"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
11223"classGtk_1_1FontChooserDialog.html\">FontChooserDialog Reference</link>"11052"classGtk_1_1FontChooserDialog.html\">FontChooserDialog Reference</link>"
11224msgstr ""11053msgstr ""
n11225"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n11054"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
11226"classGtk_1_1FontChooserDialog.html\">Referens</link>"11055"classGtk_1_1FontChooserDialog.html\">Referens</link>"
1122711056
11228#. (itstool) path: figure/title11057#. (itstool) path: figure/title
11229#: C/index-in.docbook:460911058#: C/index-in.docbook:4609
11230#, fuzzy11059#, fuzzy
11297"icke-modala dialogrutor kan vara användbara i andra fall. Exempelvis är "11126"icke-modala dialogrutor kan vara användbara i andra fall. Exempelvis är "
11298"<application>gedit</application>s sök-och-ersättdialog icke-modal."11127"<application>gedit</application>s sök-och-ersättdialog icke-modal."
1129911128
11300#. (itstool) path: section/para11129#. (itstool) path: section/para
11301#: C/index-in.docbook:463511130#: C/index-in.docbook:4635
n11302#, fuzzyn
11303#| msgid ""
11304#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"
11305#| "classGtk_1_1AboutDialog.html\">Reference</link>"
11306msgid ""11131msgid ""
11307"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"11132"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
11308"classGtk_1_1AboutDialog.html\">Reference</link>"11133"classGtk_1_1AboutDialog.html\">Reference</link>"
11309msgstr ""11134msgstr ""
n11310"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n11135"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
11311"classGtk_1_1AboutDialog.html\">Referens</link>"11136"classGtk_1_1AboutDialog.html\">Referens</link>"
1131211137
11313#. (itstool) path: figure/title11138#. (itstool) path: figure/title
11314#: C/index-in.docbook:464111139#: C/index-in.docbook:4641
11315msgid "AboutDialog"11140msgid "AboutDialog"
1135611181
11357#. (itstool) path: section/para11182#. (itstool) path: section/para
11358#: C/index-in.docbook:465911183#: C/index-in.docbook:4659
11359#, fuzzy11184#, fuzzy
11360#| msgid ""11185#| msgid ""
n11361#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n11186#| "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
11362#| "classGtk_1_1Widget.html\">Widget Reference</link>"11187#| "classGtk_1_1Widget.html\">Widget Reference</link>"
11363msgid ""11188msgid ""
11364"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"11189"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
11365"classGtk_1_1Window.html\">Window Reference</link>"11190"classGtk_1_1Window.html\">Window Reference</link>"
11366msgstr ""11191msgstr ""
n11367"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n11192"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
11368"classGtk_1_1Widget.html\">Widget-referens</link>"11193"classGtk_1_1Widget.html\">Widget-referens</link>"
1136911194
11370#. (itstool) path: figure/title11195#. (itstool) path: figure/title
11371#: C/index-in.docbook:466511196#: C/index-in.docbook:4665
11372#, fuzzy11197#, fuzzy
11654msgstr ""11479msgstr ""
11655"Det är god sed att stoppa alla ändringar till grafiktillståndet mellan "11480"Det är god sed att stoppa alla ändringar till grafiktillståndet mellan "
11656"<methodname>save()</methodname>/<methodname>restore()</methodname>-"11481"<methodname>save()</methodname>/<methodname>restore()</methodname>-"
11657"funktionsanrop. Om du exempelvis har en funktion som tar en "11482"funktionsanrop. Om du exempelvis har en funktion som tar en "
11658"<classname>Cairo::Context</classname>-referens som ett argument kanske du "11483"<classname>Cairo::Context</classname>-referens som ett argument kanske du "
n11659"implementerar den som följande:"n11484"implementerar den enligt följande:"
1166011485
11661#. (itstool) path: tip/programlisting11486#. (itstool) path: tip/programlisting
11662#: C/index-in.docbook:479911487#: C/index-in.docbook:4799
11663#, fuzzy, no-wrap11488#, fuzzy, no-wrap
11664#| msgid ""11489#| msgid ""
11930"In addition to drawing basic straight lines, there are a number of things "11755"In addition to drawing basic straight lines, there are a number of things "
11931"that you can customize about a line. You've already seen examples of setting "11756"that you can customize about a line. You've already seen examples of setting "
11932"a line's color and width, but there are others as well."11757"a line's color and width, but there are others as well."
11933msgstr ""11758msgstr ""
11934"Utöver att rita enkla raka linjer så finns det ett antal saker som du kan "11759"Utöver att rita enkla raka linjer så finns det ett antal saker som du kan "
n11935"anpassa med en linje. Du har redan sett exempel på att ställa in en linje "n11760"anpassa med en linje. Du har redan sett exempel på att ställa in en linjes "
11936"färg och bredd, men det finns även annat."11761"färg och bredd, men det finns även annat."
1193711762
11938# TODO: are show*n*11763# TODO: are show*n*
11939#. (itstool) path: section/para11764#. (itstool) path: section/para
11940#: C/index-in.docbook:491411765#: C/index-in.docbook:4914
12670"0) coordinate is in the very center of the window."12495"0) coordinate is in the very center of the window."
12671msgstr ""12496msgstr ""
12672"Låt oss nu ta en titt på koden som utför det faktiska ritandet. Den första "12497"Låt oss nu ta en titt på koden som utför det faktiska ritandet. Den första "
12673"delen av <methodname>on_draw()</methodname> bör vara ganska bekant nu. Detta "12498"delen av <methodname>on_draw()</methodname> bör vara ganska bekant nu. Detta "
12674"exempel skalar igen koordinatsystemet till en enhetskvadrat så att det är "12499"exempel skalar igen koordinatsystemet till en enhetskvadrat så att det är "
n12675"lättare att rita klockan som en procentsats av fönsterstorleken så att den "n12500"lättare att rita klockan som en procentsats av fönsterstorleken, så att den "
12676"automatiskt kommer skalas när fönsterstorleken justeras. Vidare skalas och "12501"automatiskt kommer skalas när fönsterstorleken justeras. Vidare skalas och "
12677"flyttas koordinatsystemet så att koordinaten (0, 0) är i mitten av fönstret."12502"flyttas koordinatsystemet så att koordinaten (0, 0) är i mitten av fönstret."
1267812503
12679#. (itstool) path: section/para12504#. (itstool) path: section/para
12680#: C/index-in.docbook:527612505#: C/index-in.docbook:5276
12708"implement the time-keeping functionality of the clock, which simply involves "12533"implement the time-keeping functionality of the clock, which simply involves "
12709"getting the current values for hours, minutes and seconds, and drawing the "12534"getting the current values for hours, minutes and seconds, and drawing the "
12710"hands at the correct angles."12535"hands at the correct angles."
12711msgstr ""12536msgstr ""
12712"Efter att ha ritat konturen går vi runt klockan och ritar streck för varje "12537"Efter att ha ritat konturen går vi runt klockan och ritar streck för varje "
n12713"timme, med ett större sträck vid 12, 3, 6 och 9. Slutligen är vi redo att "n12538"timme, med ett större streck vid 12, 3, 6 och 9. Slutligen är vi redo att "
12714"implementera klockans tidtagande, vilket helt enkelt innefattar att få de "12539"implementera klockans tidtagande, vilket helt enkelt innefattar att få de "
12715"aktuella värdena för timmar, minuter och sekunder, och rita visarna på rätt "12540"aktuella värdena för timmar, minuter och sekunder, och rita visarna på rätt "
12716"vinklar."12541"vinklar."
1271712542
12718#. (itstool) path: chapter/para12543#. (itstool) path: chapter/para
13132"classname> är redo kommer det anropa dessa metoder, och tillhandahålla "12957"classname> är redo kommer det anropa dessa metoder, och tillhandahålla "
13133"begärda data."12958"begärda data."
1313412959
13135#. (itstool) path: chapter/para12960#. (itstool) path: chapter/para
13136#: C/index-in.docbook:549512961#: C/index-in.docbook:5495
n13137#, fuzzyn
13138#| msgid ""
13139#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"
13140#| "classGdk_1_1Clipboard.html\">Reference</link>"
13141msgid ""12962msgid ""
13142"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"12963"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
13143"classGdk_1_1Clipboard.html\">Reference</link>"12964"classGdk_1_1Clipboard.html\">Reference</link>"
13144msgstr ""12965msgstr ""
n13145"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n12966"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
13146"classGdk_1_1Clipboard.html\">Referens</link>"12967"classGdk_1_1Clipboard.html\">Referens</link>"
1314712968
13148#. (itstool) path: section/title12969#. (itstool) path: section/title
13149#: C/index-in.docbook:549812970#: C/index-in.docbook:5498
13150msgid "Formats"12971msgid "Formats"
13370msgid "Ideal"13191msgid "Ideal"
13371msgstr "Idealiskt"13192msgstr "Idealiskt"
1337213193
13373#. (itstool) path: listitem/simpara13194#. (itstool) path: listitem/simpara
13374#: C/index-in.docbook:559913195#: C/index-in.docbook:5599
n13375#, fuzzyn
13376msgid "Defines a custom clipboard target, though the format is still text."13196msgid "Defines a custom clipboard target, though the format is still text."
13377msgstr "Definierar ett anpassat urklippsmål, men formatet är fortfarande text."13197msgstr "Definierar ett anpassat urklippsmål, men formatet är fortfarande text."
1337813198
13379#. (itstool) path: listitem/simpara13199#. (itstool) path: listitem/simpara
13380#: C/index-in.docbook:560013200#: C/index-in.docbook:5600
13587"Metoden <methodname>PrintOperation::run()</methodname> startar "13407"Metoden <methodname>PrintOperation::run()</methodname> startar "
13588"utskriftsslingan, under vilken olika signaler sänds ut: <_:itemizedlist-1/>"13408"utskriftsslingan, under vilken olika signaler sänds ut: <_:itemizedlist-1/>"
1358913409
13590#. (itstool) path: section/para13410#. (itstool) path: section/para
13591#: C/index-in.docbook:572713411#: C/index-in.docbook:5727
n13592#, fuzzyn
13593#| msgid ""
13594#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"
13595#| "classGtk_1_1PrintOperation.html\">Reference</link>"
13596msgid ""13412msgid ""
13597"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"13413"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
13598"classGtk_1_1PrintOperation.html\">Reference</link>"13414"classGtk_1_1PrintOperation.html\">Reference</link>"
13599msgstr ""13415msgstr ""
n13600"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n13416"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
13601"classGtk_1_1PrintOperation.html\">Referens</link>"13417"classGtk_1_1PrintOperation.html\">Referens</link>"
1360213418
13603#. (itstool) path: section/title13419#. (itstool) path: section/title
13604#: C/index-in.docbook:573613420#: C/index-in.docbook:5736
13605msgid "Page setup"13421msgid "Page setup"
13659"auto new_page_setup = Gtk::run_page_setup_dialog(*this, m_refPageSetup, m_refSe13475"auto new_page_setup = Gtk::run_page_setup_dialog(*this, m_refPageSetup, m_refSe
>ttings);\n">ttings);\n"
13660"m_refPageSetup = new_page_setup;\n"13476"m_refPageSetup = new_page_setup;\n"
1366113477
13662#. (itstool) path: section/para13478#. (itstool) path: section/para
13663#: C/index-in.docbook:575813479#: C/index-in.docbook:5758
n13664#, fuzzyn
13665#| msgid ""
13666#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"
13667#| "classGtk_1_1PageSetup.html\">Reference</link>"
13668msgid ""13480msgid ""
13669"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"13481"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
13670"classGtk_1_1PageSetup.html\">Reference</link>"13482"classGtk_1_1PageSetup.html\">Reference</link>"
13671msgstr ""13483msgstr ""
n13672"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n13484"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
13673"classGtk_1_1PageSetup.html\">Referens</link>"13485"classGtk_1_1PageSetup.html\">Referens</link>"
1367413486
13675#. (itstool) path: section/para13487#. (itstool) path: section/para
13676#: C/index-in.docbook:576213488#: C/index-in.docbook:5762
13677#, fuzzy13489#, fuzzy
14584msgstr "Enkelt FileChooserDialog-exempel"14396msgstr "Enkelt FileChooserDialog-exempel"
1458514397
14586#. (itstool) path: section/para14398#. (itstool) path: section/para
14587#: C/index-in.docbook:619314399#: C/index-in.docbook:6193
14588#, fuzzy14400#, fuzzy
n14589#| msgid ""n
14590#| "Shown below is a simple example of how to use the "
14591#| "<classname>FileChooserDialog</classname> class in a program. This simple "
14592#| "program has a menubar with a <guimenuitem>File Chooser Dialog</"
14593#| "guimenuitem> menu item. When you select this menu item, a dialog pops up "
14594#| "showing a list of files. If you select <guimenuitem>Recent</guimenuitem> "
14595#| "in the sidebar, the list of recently used files is shown."
14596msgid ""14401msgid ""
14597"Shown below is a simple example of how to use the <classname>FileDialog</"14402"Shown below is a simple example of how to use the <classname>FileDialog</"
14598"classname> class in a program. This simple program has a menubar with a "14403"classname> class in a program. This simple program has a menubar with a "
14599"<guimenuitem>File Dialog</guimenuitem> menu item. When you select this menu "14404"<guimenuitem>File Dialog</guimenuitem> menu item. When you select this menu "
14600"item, a dialog pops up showing a list of files. If you select "14405"item, a dialog pops up showing a list of files. If you select "
1508714892
15088#. (itstool) path: section/para14893#. (itstool) path: section/para
15089#: C/index-in.docbook:641114894#: C/index-in.docbook:6411
15090#, fuzzy14895#, fuzzy
15091#| msgid ""14896#| msgid ""
n15092#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n14897#| "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
15093#| "classGtk_1_1Entry.html\">Reference</link>"14898#| "classGtk_1_1Entry.html\">Reference</link>"
15094msgid ""14899msgid ""
15095"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"14900"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
15096"classGtk_1_1EventController.html\">Reference</link>"14901"classGtk_1_1EventController.html\">Reference</link>"
15097msgstr ""14902msgstr ""
n15098"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n14903"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
15099"classGtk_1_1Entry.html\">Referens</link>"14904"classGtk_1_1Entry.html\">Referens</link>"
1510014905
15101#. (itstool) path: section/para14906#. (itstool) path: section/para
15102#: C/index-in.docbook:641514907#: C/index-in.docbook:6415
15103msgid "This is an expanded version of the simple keyboard events example."14908msgid "This is an expanded version of the simple keyboard events example."
16196#: C/index-in.docbook:689316001#: C/index-in.docbook:6893
16197msgid ""16002msgid ""
16198"To instantiate just one window, or just one of the child widgets, you can "16003"To instantiate just one window, or just one of the child widgets, you can "
16199"specify the name of a widget as the second parameter. For instance,"16004"specify the name of a widget as the second parameter. For instance,"
16200msgstr ""16005msgstr ""
n16201"För att instansiera bara ett fönster, eller bara en av de underordnade "n16006"För att bara instansiera ett fönster, eller bara en av de underordnade "
16202"komponenterna, kan du ange namnet på en komponent som den andra parametern. "16007"komponenterna, kan du ange namnet på en komponent som den andra parametern. "
16203"Till exempel,"16008"Till exempel,"
1620416009
16205#. (itstool) path: section/programlisting16010#. (itstool) path: section/programlisting
16206#: C/index-in.docbook:689516011#: C/index-in.docbook:6895
16309"<classname>Gtk::Builder</classname> har mer att säga om minneshanteringen "16114"<classname>Gtk::Builder</classname> har mer att säga om minneshanteringen "
16310"för olika sorters objekt."16115"för olika sorters objekt."
1631116116
16312#. (itstool) path: section/para16117#. (itstool) path: section/para
16313#: C/index-in.docbook:694216118#: C/index-in.docbook:6942
n16314#, fuzzyn
16315#| msgid ""
16316#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"
16317#| "classGtk_1_1Builder.html\">Reference</link>"
16318msgid ""16119msgid ""
16319"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"16120"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
16320"classGtk_1_1Builder.html\">Reference</link>"16121"classGtk_1_1Builder.html\">Reference</link>"
16321msgstr ""16122msgstr ""
n16322"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n16123"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
16323"classGtk_1_1Builder.html\">Referens</link>"16124"classGtk_1_1Builder.html\">Referens</link>"
1632416125
16325#. (itstool) path: section/para16126#. (itstool) path: section/para
16326#: C/index-in.docbook:694716127#: C/index-in.docbook:6947
16327#, fuzzy16128#, fuzzy
19176"kommandoradsargument, och <methodname>signal_open()</methodname>:s "18977"kommandoradsargument, och <methodname>signal_open()</methodname>:s "
19177"standardhanterare, som anropas när programmet körs med kommandoradsargument."18978"standardhanterare, som anropas när programmet körs med kommandoradsargument."
1917818979
19179#. (itstool) path: section/para18980#. (itstool) path: section/para
19180#: C/index-in.docbook:828618981#: C/index-in.docbook:8286
n19181#, fuzzyn
19182#| msgid ""
19183#| "<link xlink:href=\"http://developer.gnome.org/glibmm/unstable/"
19184#| "classGio_1_1Application.html\">Gio::Application Reference</link>"
19185msgid ""18982msgid ""
19186"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/glibmm/"18983"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/glibmm/"
19187"classGio_1_1Application.html\">Gio::Application Reference</link>"18984"classGio_1_1Application.html\">Gio::Application Reference</link>"
19188msgstr ""18985msgstr ""
n19189"<link xlink:href=\"http://developer.gnome.org/glibmm/unstable/"n18986"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/glibmm/"
19190"classGio_1_1Application.html\">Referens för Gio::Application</link>"18987"classGio_1_1Application.html\">Referens för Gio::Application</link>"
1919118988
19192#. (itstool) path: section/para18989#. (itstool) path: section/para
19193#: C/index-in.docbook:828718990#: C/index-in.docbook:8287
n19194#, fuzzyn
19195#| msgid ""
19196#| "<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"
19197#| "classGtk_1_1Application.html\">Gtk::Application Reference</link>"
19198msgid ""18991msgid ""
19199"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"18992"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
19200"classGtk_1_1Application.html\">Gtk::Application Reference</link>"18993"classGtk_1_1Application.html\">Gtk::Application Reference</link>"
19201msgstr ""18994msgstr ""
n19202"<link xlink:href=\"http://developer.gnome.org/gtkmm/unstable/"n18995"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
19203"classGtk_1_1Application.html\">Referens för Gtk::Application</link>"18996"classGtk_1_1Application.html\">Referens för Gtk::Application</link>"
1920418997
19205#. (itstool) path: section/para18998#. (itstool) path: section/para
19206#: C/index-in.docbook:828918999#: C/index-in.docbook:8289
19207#, fuzzy19000#, fuzzy
20340"methods."20133"methods."
20341msgstr ""20134msgstr ""
2034220135
20343#. (itstool) path: appendix/para20136#. (itstool) path: appendix/para
20344#: C/index-in.docbook:880220137#: C/index-in.docbook:8802
n20345#, fuzzyn
20346#| msgid ""
20347#| "<link xlink:href=\"http://developer.gnome.org/glibmm/unstable/"
20348#| "classGlib_1_1RefPtr.html\">Reference</link>"
20349msgid ""20138msgid ""
20350"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/glibmm/group__RefPtr."20139"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/glibmm/group__RefPtr."
20351"html\">Reference</link>"20140"html\">Reference</link>"
20352msgstr ""20141msgstr ""
n20353"<link xlink:href=\"http://developer.gnome.org/glibmm/unstable/"n20142"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/glibmm/group__RefPtr."
20354"classGlib_1_1RefPtr.html\">Referens</link>"20143"html\">Referens</link>"
2035520144
20356#. (itstool) path: appendix/para20145#. (itstool) path: appendix/para
20357#: C/index-in.docbook:880420146#: C/index-in.docbook:8804
20358msgid ""20147msgid ""
20359"A smartpointer acts much like a normal pointer. Here are a few examples."20148"A smartpointer acts much like a normal pointer. Here are a few examples."
22146msgstr ""21935msgstr ""
22147"Se <link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm/tree/master/"21936"Se <link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm/tree/master/"
22148"README.win32\">README.win32</link> såväl som <link xlink:href=\"https://"21937"README.win32\">README.win32</link> såväl som <link xlink:href=\"https://"
22149"gitlab.gnome.org/GNOME/gtkmm/tree/master/MSVC_NMake/README\">README</link>-"21938"gitlab.gnome.org/GNOME/gtkmm/tree/master/MSVC_NMake/README\">README</link>-"
22150"filerna i <application>gtkmm</application>, pangomm och glibmm för "21939"filerna i <application>gtkmm</application>, pangomm och glibmm för "
n22151"instruktioner om du bygger <application>gtkmm</application> på Windows."n21940"instruktioner om hur du bygger <application>gtkmm</application> på Windows."
2215221941
22153#. (itstool) path: appendix/title21942#. (itstool) path: appendix/title
22154#: C/index-in.docbook:959721943#: C/index-in.docbook:9597
22155msgid "Working with gtkmm's Source Code"21944msgid "Working with gtkmm's Source Code"
22156msgstr "Arbeta med gtkmm:s källkod"21945msgstr "Arbeta med gtkmm:s källkod"
27561"releasing these examples in parallel under your choice of free software "27350"releasing these examples in parallel under your choice of free software "
27562"license, such as the GNU General Public License, to permit their use in free "27351"license, such as the GNU General Public License, to permit their use in free "
27563"software."27352"software."
27564msgstr ""27353msgstr ""
2756527354
nn27355#~| msgid ""
27356#~| "<link xlink:href=\"http://developer.gnome.org/glibmm/unstable/"
27357#~| "namespaceGlib.html\">Reference</link>"
27566#~ msgid ""27358#~ msgid ""
n27567#~ "<link xlink:href=\"http://developer.gnome.org/glibmm/unstable/"n27359#~ "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/glibmm/"
27568#~ "namespaceGlib.html\">Reference</link>"27360#~ "namespaceGlib.html\">Reference</link>"
27569#~ msgstr ""27361#~ msgstr ""
n27570#~ "<link xlink:href=\"http://developer.gnome.org/glibmm/unstable/"n27362#~ "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/glibmm/"
27571#~ "namespaceGlib.html\">Referens</link>"27363#~ "namespaceGlib.html\">Referens</link>"
2757227364
27573#~ msgid ""27365#~ msgid ""
27574#~ "<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/"27366#~ "<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/"
27575#~ "tree/master/examples/book/iconview\">Source Code, IconView</link>"27367#~ "tree/master/examples/book/iconview\">Source Code, IconView</link>"
27576#~ msgstr ""27368#~ msgstr ""
27577#~ "<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/"27369#~ "<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/"
27578#~ "tree/master/examples/book/iconview\">Källkod, IconView</link>"27370#~ "tree/master/examples/book/iconview\">Källkod, IconView</link>"
n27579 n
27580#~ msgid ""
27581#~ "At the time of writing (July 2022) drag-and-drop in <classname>Gtk::"
27582#~ "TreeView</classname>s does not work. See the <link xlink:href=\"https://"
27583#~ "gitlab.gnome.org/GNOME/gtk/-/issues/3649\">gtk#3649 issue</link> for the "
27584#~ "latest info."
27585#~ msgstr ""
27586#~ "I skrivande stund (juli 2022) fungerar inte dra-och-släpp i "
27587#~ "<classname>Gtk::TreeView</classname>. Se <link xlink:href=\"https://"
27588#~ "gitlab.gnome.org/GNOME/gtk/-/issues/3649\">ärendet gtk#3649</link> för "
27589#~ "den senaste informationen."
2759027371
27591#, fuzzy27372#, fuzzy
27592#~ msgid ""27373#~ msgid ""
27593#~ "<classname>MessageDialog</classname> is a convenience class, used to "27374#~ "<classname>MessageDialog</classname> is a convenience class, used to "
27594#~ "create simple, standard message dialogs, with a message and buttons for "27375#~ "create simple, standard message dialogs, with a message and buttons for "
2783527616
27836#~ msgid ""27617#~ msgid ""
27837#~ "This compiler error might look like this: <_:programlisting-1/> or this: "27618#~ "This compiler error might look like this: <_:programlisting-1/> or this: "
27838#~ "<_:programlisting-2/>"27619#~ "<_:programlisting-2/>"
27839#~ msgstr ""27620#~ msgstr ""
t27840#~ "Detta kompilatorfel kan se ut så här: <_:programlisting-1/> eller så här: "t27621#~ "Detta kompileringsfel kan se ut så här: <_:programlisting-1/> eller så "
27841#~ "<_:programlisting-2/>"27622#~ "här: <_:programlisting-2/>"
27623 
27624# TODO: Fixed sep 2022?
27625#~ msgid ""
27626#~ "At the time of writing (July 2022) drag-and-drop in <classname>Gtk::"
27627#~ "TreeView</classname>s does not work. See the <link xlink:href=\"https://"
27628#~ "gitlab.gnome.org/GNOME/gtk/-/issues/3649\">gtk#3649 issue</link> for the "
27629#~ "latest info."
27630#~ msgstr ""
27631#~ "I skrivande stund (juli 2022) fungerar inte dra-och-släpp i "
27632#~ "<classname>Gtk::TreeView</classname>. Se <link xlink:href=\"https://"
27633#~ "gitlab.gnome.org/GNOME/gtk/-/issues/3649\">ärendet gtk#3649</link> för "
27634#~ "den senaste informationen."
2784227635
27843#~ msgid "An preference dialog"27636#~ msgid "An preference dialog"
27844#~ msgstr "En inställningsdialog"27637#~ msgstr "En inställningsdialog"

Note: both files are merged with latest POT file.