gtkmm-documentation - master - Tutorial - Swedish

← Back to actions


Uploaded file by Anders Jonsson on 2023-03-05 11:01:22+00:00
Uploaded file by Anders Jonsson on 2023-03-05 22:04:02+00:00
5#5#
6msgid ""6msgid ""
7msgstr ""7msgstr ""
8"Project-Id-Version: gtkmm-documentation master\n"8"Project-Id-Version: gtkmm-documentation master\n"
9"POT-Creation-Date: 2025-07-08 14:05+0000\n"9"POT-Creation-Date: 2025-07-08 14:05+0000\n"
n10"PO-Revision-Date: 2023-03-05 12:01+0100\n"n10"PO-Revision-Date: 2023-03-05 23:03+0100\n"
11"Last-Translator: Anders Jonsson <anders.jonsson@norsjovallen.se>\n"11"Last-Translator: Anders Jonsson <anders.jonsson@norsjovallen.se>\n"
12"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"12"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
13"Language: sv\n"13"Language: sv\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
36"<personname><firstname>Murray</firstname><surname>Cumming</surname></"36"<personname><firstname>Murray</firstname><surname>Cumming</surname></"
37"personname>"37"personname>"
3838
39#. (itstool) path: authorgroup/author39#. (itstool) path: authorgroup/author
40#: C/index-in.docbook:5140#: C/index-in.docbook:51
n41#, fuzzyn
42msgid ""41msgid ""
43"<personname><firstname>Bernhard</firstname><surname>Rieder</surname></"42"<personname><firstname>Bernhard</firstname><surname>Rieder</surname></"
44"personname> <contrib>Chapter on \"Timeouts\".</contrib>"43"personname> <contrib>Chapter on \"Timeouts\".</contrib>"
45msgstr ""44msgstr ""
46"<personname><firstname>Bernhard</firstname><surname>Rieder</surname></"45"<personname><firstname>Bernhard</firstname><surname>Rieder</surname></"
108"<personname><firstname>David</firstname><surname>King</surname></personname> "107"<personname><firstname>David</firstname><surname>King</surname></personname> "
109"<contrib>Avsnittet om Gtk::Grid.</contrib>"108"<contrib>Avsnittet om Gtk::Grid.</contrib>"
110109
111#. (itstool) path: authorgroup/author110#. (itstool) path: authorgroup/author
112#: C/index-in.docbook:82111#: C/index-in.docbook:82
n113#, fuzzyn
114#| msgid ""
115#| "<personname><firstname>Pedro</firstname><surname>Ferreira</surname></"
116#| "personname> <contrib>Chapter on Keyboard Events.</contrib>"
117msgid ""112msgid ""
118"<personname><firstname>Pedro</firstname><surname>Ferreira</surname></"113"<personname><firstname>Pedro</firstname><surname>Ferreira</surname></"
119"personname> <contrib>Chapter on \"Keyboard Events\".</contrib>"114"personname> <contrib>Chapter on \"Keyboard Events\".</contrib>"
120msgstr ""115msgstr ""
121"<personname><firstname>Pedro</firstname><surname>Ferreira</surname></"116"<personname><firstname>Pedro</firstname><surname>Ferreira</surname></"
n122"personname> <contrib>Kapitlet om tangentbordshändelser.</contrib>"n117"personname> <contrib>Kapitlet ”Tangentbordshändelser.</contrib>"
123118
124#. (itstool) path: authorgroup/author119#. (itstool) path: authorgroup/author
125#: C/index-in.docbook:86120#: C/index-in.docbook:86
n126#, fuzzyn
127#| msgid ""
128#| "<personname><firstname>Kjell</firstname><surname>Ahlstedt</surname></"
129#| "personname> <contrib>Update from gtkmm 3 to gtkmm 4.</contrib> "
130#| "<contrib>Chapter on \"Building applications\".</contrib>"
131msgid ""121msgid ""
132"<personname><firstname>Kjell</firstname><surname>Ahlstedt</surname></"122"<personname><firstname>Kjell</firstname><surname>Ahlstedt</surname></"
133"personname> <contrib>Update from gtkmm 3 to gtkmm 4.</contrib> "123"personname> <contrib>Update from gtkmm 3 to gtkmm 4.</contrib> "
134"<contrib>Chapter on \"Building applications\".</contrib> <contrib>Chapter on "124"<contrib>Chapter on \"Building applications\".</contrib> <contrib>Chapter on "
135"\"The DropDown Widget\".</contrib> <contrib>Chapter on \"ListView, GridView, "125"\"The DropDown Widget\".</contrib> <contrib>Chapter on \"ListView, GridView, "
136"ColumnView\".</contrib>"126"ColumnView\".</contrib>"
137msgstr ""127msgstr ""
138"<personname><firstname>Kjell</firstname><surname>Ahlstedt</surname></"128"<personname><firstname>Kjell</firstname><surname>Ahlstedt</surname></"
139"personname> <contrib>Uppdatering från gtkmm 3 till gtkmm 4.</contrib> "129"personname> <contrib>Uppdatering från gtkmm 3 till gtkmm 4.</contrib> "
n140"<contrib>Kapitlet ”Bygga program”.</contrib>"n130"<contrib>Kapitlet ”Bygga program”.</contrib> <contrib>Kapitlet ”DropDown-"
131"komponenten”.</contrib> <contrib>Kapitlet ”ListView, GridView, ColumnView”.</"
132"contrib>"
141133
142#. (itstool) path: authorgroup/author134#. (itstool) path: authorgroup/author
143#: C/index-in.docbook:93135#: C/index-in.docbook:93
144#, fuzzy136#, fuzzy
145#| msgid ""137#| msgid ""
313#. (itstool) path: section/title305#. (itstool) path: section/title
314#: C/index-in.docbook:154306#: C/index-in.docbook:154
315msgid "Why use <application>gtkmm</application> instead of GTK?"307msgid "Why use <application>gtkmm</application> instead of GTK?"
316msgstr "Varför använda <application>gtkmm</application> i stället för GTK?"308msgstr "Varför använda <application>gtkmm</application> i stället för GTK?"
317309
n318# TODO: realizen
319#. (itstool) path: section/para310#. (itstool) path: section/para
320#: C/index-in.docbook:156311#: C/index-in.docbook:156
321#, fuzzy312#, fuzzy
322#| msgid ""313#| msgid ""
323#| "<application>gtkmm</application> allows you to write code using normal C+"314#| "<application>gtkmm</application> allows you to write code using normal C+"
324#| "+ techniques such as encapsulation, derivation, and polymorphism. As a C+"315#| "+ techniques such as encapsulation, derivation, and polymorphism. As a C+"
n325#| "+ programmer you probably already realise that this leads to clearer and "n316#| "+ programmer you probably already realize that this leads to clearer and "
326#| "better organized code."317#| "better organized code."
327msgid ""318msgid ""
328"<application>gtkmm</application> allows you to write code using normal "319"<application>gtkmm</application> allows you to write code using normal "
329"<phrase role=\"nowrap\">C++</phrase> techniques such as encapsulation, "320"<phrase role=\"nowrap\">C++</phrase> techniques such as encapsulation, "
330"derivation, and polymorphism. As a <phrase role=\"nowrap\">C++</phrase> "321"derivation, and polymorphism. As a <phrase role=\"nowrap\">C++</phrase> "
405"application>, so it deserves discussion."396"application>, so it deserves discussion."
406msgstr ""397msgstr ""
407"Trolltechs Qt är den närmaste konkurrenten till <application>gtkmm</"398"Trolltechs Qt är den närmaste konkurrenten till <application>gtkmm</"
408"application>, så det förtjänar att diskuteras."399"application>, så det förtjänar att diskuteras."
409400
n410# TODO: Standardize?n
411#. (itstool) path: section/para401#. (itstool) path: section/para
412#: C/index-in.docbook:168402#: C/index-in.docbook:168
413#, fuzzy403#, fuzzy
414#| msgid ""404#| msgid ""
415#| "<application>gtkmm</application> developers tend to prefer "405#| "<application>gtkmm</application> developers tend to prefer "
416#| "<application>gtkmm</application> to Qt because <application>gtkmm</"406#| "<application>gtkmm</application> to Qt because <application>gtkmm</"
417#| "application> does things in a more C++ way. Qt originates from a time "407#| "application> does things in a more C++ way. Qt originates from a time "
n418#| "when C++ and the standard library were not standardised or well supported "n408#| "when C++ and the standard library were not standardized or well supported "
419#| "by compilers. It therefore duplicates a lot of stuff that is now in the "409#| "by compilers. It therefore duplicates a lot of stuff that is now in the "
420#| "standard library, such as containers and type information. Most "410#| "standard library, such as containers and type information. Most "
421#| "significantly, Trolltech modified the C++ language to provide signals, so "411#| "significantly, Trolltech modified the C++ language to provide signals, so "
422#| "that Qt classes cannot be used easily with non-Qt classes. "412#| "that Qt classes cannot be used easily with non-Qt classes. "
423#| "<application>gtkmm</application> was able to use standard C++ to provide "413#| "<application>gtkmm</application> was able to use standard C++ to provide "
551"Before attempting to install <application>gtkmm</"541"Before attempting to install <application>gtkmm</"
552"application><application>-4.0</application>, you might first need to install "542"application><application>-4.0</application>, you might first need to install "
553"these other packages."543"these other packages."
554msgstr ""544msgstr ""
555"Innan du försöker installera <application>gtkmm</"545"Innan du försöker installera <application>gtkmm</"
n556"application><application>-4.0</application>, kan du först behöva installera "n546"application><application>-4.0</application> kan du först behöva installera "
557"dessa andra paket."547"dessa andra paket."
558548
559#. (itstool) path: listitem/para549#. (itstool) path: listitem/para
560#: C/index-in.docbook:204550#: C/index-in.docbook:204
561msgid "<application>sigc++-3.0</application>"551msgid "<application>sigc++-3.0</application>"
717"du hämtat."707"du hämtat."
718708
719# TODO: root password for su, not sudo?709# TODO: root password for su, not sudo?
720#. (itstool) path: note/para710#. (itstool) path: note/para
721#: C/index-in.docbook:271711#: C/index-in.docbook:271
n722#, fuzzyn
723msgid ""712msgid ""
724"Remember that on a Unix or Linux operating system, you will probably need to "713"Remember that on a Unix or Linux operating system, you will probably need to "
725"be <literal>root</literal> to install software. The <command>su</command> or "714"be <literal>root</literal> to install software. The <command>su</command> or "
726"<command>sudo</command> command will allow you to enter the <literal>root</"715"<command>sudo</command> command will allow you to enter the <literal>root</"
727"literal> password and have <literal>root</literal> status temporarily."716"literal> password and have <literal>root</literal> status temporarily."
897"To begin our introduction to <application>gtkmm</application>, we'll start "886"To begin our introduction to <application>gtkmm</application>, we'll start "
898"with the simplest program possible. This program will create an empty 200 x "887"with the simplest program possible. This program will create an empty 200 x "
899"200 pixel window."888"200 pixel window."
900msgstr ""889msgstr ""
901"För att inleda vår introduktion till <application>gtkmm</application> så "890"För att inleda vår introduktion till <application>gtkmm</application> så "
n902"börjar vi enklast möjliga program. Detta program kommer skapa ett tomt "n891"börjar vi med enklast möjliga program. Detta program kommer skapa ett tomt "
903"fönster på 200 × 200 bildpunkter."892"fönster på 200 × 200 bildpunkter."
904893
905#. (itstool) path: section/para894#. (itstool) path: section/para
906#: C/index-in.docbook:345895#: C/index-in.docbook:345
907msgid ""896msgid ""
1481#| msgid ""1470#| msgid ""
1482#| "std::string uses 8 bits per character, but 8 bits aren't enough to encode "1471#| "std::string uses 8 bits per character, but 8 bits aren't enough to encode "
1483#| "languages such as Arabic, Chinese, and Japanese. Although the encodings "1472#| "languages such as Arabic, Chinese, and Japanese. Although the encodings "
1484#| "for these languages have been specified by the <link xlink:href=\"http://"1473#| "for these languages have been specified by the <link xlink:href=\"http://"
1485#| "www.unicode.org/\">Unicode Consortium</link>, the C and C++ languages do "1474#| "www.unicode.org/\">Unicode Consortium</link>, the C and C++ languages do "
n1486#| "not yet provide any standardised Unicode support for UTF-8 encoding. GTK "n1475#| "not yet provide any standardized Unicode support for UTF-8 encoding. GTK "
1487#| "and GNOME chose to implement Unicode using UTF-8, and that's what is "1476#| "and GNOME chose to implement Unicode using UTF-8, and that's what is "
1488#| "wrapped by Glib::ustring. It provides almost exactly the same interface "1477#| "wrapped by Glib::ustring. It provides almost exactly the same interface "
1489#| "as std::string, along with automatic conversions to and from std::string."1478#| "as std::string, along with automatic conversions to and from std::string."
1490msgid ""1479msgid ""
1491"std::string uses 8 bits per character, but 8 bits aren't enough to encode "1480"std::string uses 8 bits per character, but 8 bits aren't enough to encode "
1684#: C/index-in.docbook:5651673#: C/index-in.docbook:565
1685msgid ""1674msgid ""
1686"it's a widget or other class that inherits from <classname>Gtk::Object</"1675"it's a widget or other class that inherits from <classname>Gtk::Object</"
1687"classname>, and"1676"classname>, and"
1688msgstr ""1677msgstr ""
n1689"det är en komponent eller annan klass som ärver från<classname>Gtk::Object</"n1678"det är en komponent eller annan klass som ärver från <classname>Gtk::Object</"
1690"classname>, och"1679"classname>, och"
16911680
1692#. (itstool) path: listitem/para1681#. (itstool) path: listitem/para
1693#: C/index-in.docbook:5661682#: C/index-in.docbook:566
1694#, fuzzy1683#, fuzzy
1845"\n"1834"\n"
1846"  //Medlemskomponenter:\n"1835"  //Medlemskomponenter:\n"
1847"  Gtk::Button m_button;\n"1836"  Gtk::Button m_button;\n"
1848"};"1837"};"
18491838
n1850# TODO: initializationn
1851#. (itstool) path: section/para1839#. (itstool) path: section/para
1852#: C/index-in.docbook:6191840#: C/index-in.docbook:619
n1853#, fuzzyn
1854msgid ""1841msgid ""
1855"This class implements the \"Hello World\" window. It's derived from "1842"This class implements the \"Hello World\" window. It's derived from "
1856"<classname>Gtk::Window</classname>, and has a single <classname>Gtk::Button</"1843"<classname>Gtk::Window</classname>, and has a single <classname>Gtk::Button</"
1857"classname> as a member. We've chosen to use the constructor to do all of the "1844"classname> as a member. We've chosen to use the constructor to do all of the "
1858"initialization work for the window, including setting up the signals. Here "1845"initialization work for the window, including setting up the signals. Here "
1893"  m_button.signal_clicked().connect(sigc::mem_fun(*this,\n"1880"  m_button.signal_clicked().connect(sigc::mem_fun(*this,\n"
1894"    &amp;HelloWorld::on_button_clicked));\n"1881"    &amp;HelloWorld::on_button_clicked));\n"
1895"  set_child(m_button);\n"1882"  set_child(m_button);\n"
1896"}"1883"}"
18971884
n1898# TODO: initializern
1899#. (itstool) path: section/para1885#. (itstool) path: section/para
1900#: C/index-in.docbook:6371886#: C/index-in.docbook:637
n1901#, fuzzyn
1902#| msgid ""
1903#| "Notice that we've used an initialiser statement to give the "
1904#| "<literal>m_button</literal> object the label \"Hello World\"."
1905msgid ""1887msgid ""
1906"Notice that we've used an initializer statement to give the "1888"Notice that we've used an initializer statement to give the "
1907"<literal>m_button</literal> object the label \"Hello World\"."1889"<literal>m_button</literal> object the label \"Hello World\"."
1908msgstr ""1890msgstr ""
1909"Observera att vi har använt en initierarsats för att ge <literal>m_button</"1891"Observera att vi har använt en initierarsats för att ge <literal>m_button</"
2048"kompatibilitet behölls. Om du aldrig använt <application>gtkmm</"2030"kompatibilitet behölls. Om du aldrig använt <application>gtkmm</"
2049"application>-2.4-API:t kan du lugnt ignorera detta kapitel."2031"application>-2.4-API:t kan du lugnt ignorera detta kapitel."
20502032
2051#. (itstool) path: chapter/para2033#. (itstool) path: chapter/para
2052#: C/index-in.docbook:6962034#: C/index-in.docbook:696
n2053#, fuzzyn
2054msgid ""2035msgid ""
2055"<application>gtkmm</application> 3's library is called "2036"<application>gtkmm</application> 3's library is called "
2056"<literal>libgtkmm-3.0</literal> rather than <literal>libgtkmm-2.4</literal> "2037"<literal>libgtkmm-3.0</literal> rather than <literal>libgtkmm-2.4</literal> "
2057"and installs its headers in a similarly-versioned directory, so your pkg-"2038"and installs its headers in a similarly-versioned directory, so your pkg-"
2058"config check should ask for <literal>gtkmm-3.0</literal> rather than "2039"config check should ask for <literal>gtkmm-3.0</literal> rather than "
2115"t som du troligen kommer stöta på när du porterar kod som använt "2096"t som du troligen kommer stöta på när du porterar kod som använt "
2116"<application>gtkmm</application>-2.4. Här är en kort lista:"2097"<application>gtkmm</application>-2.4. Här är en kort lista:"
21172098
2118#. (itstool) path: listitem/simpara2099#. (itstool) path: listitem/simpara
2119#: C/index-in.docbook:7112100#: C/index-in.docbook:711
n2120#, fuzzyn
2121msgid ""2101msgid ""
2122"<classname>Gtk::CellLayout</classname>, used by <classname>Gtk::IconView</"2102"<classname>Gtk::CellLayout</classname>, used by <classname>Gtk::IconView</"
2123"classname>, <classname>Gtk::TreeView::Column</classname> and <classname>Gtk::"2103"classname>, <classname>Gtk::TreeView::Column</classname> and <classname>Gtk::"
2124"ComboBox</classname>, now has a <classname>Gtk::CellArea</classname> which "2104"ComboBox</classname>, now has a <classname>Gtk::CellArea</classname> which "
2125"can be used to specify more details of how the <classname>CellRenderer</"2105"can be used to specify more details of how the <classname>CellRenderer</"
2126"classname>s are arranged and aligned."2106"classname>s are arranged and aligned."
2127msgstr ""2107msgstr ""
2128"<classname>Gtk::CellLayout</classname> som används av <classname>Gtk::"2108"<classname>Gtk::CellLayout</classname> som används av <classname>Gtk::"
2129"IconView</classname>, <classname>Gtk::TreeView::Column</classname> och "2109"IconView</classname>, <classname>Gtk::TreeView::Column</classname> och "
2130"<classname>Gtk::ComboBox</classname> har nu en <classname>Gtk::CellArea</"2110"<classname>Gtk::ComboBox</classname> har nu en <classname>Gtk::CellArea</"
n2131"classname> som kan användas för att ange mer detaljer  hur "n2111"classname> som kan användas för att ange mer detaljer om hur "
2132"<classname>CellRenderer</classname>-renderarna arrangeras och justeras."2112"<classname>CellRenderer</classname>-renderarna arrangeras och justeras."
21332113
2134#. (itstool) path: listitem/simpara2114#. (itstool) path: listitem/simpara
2135#: C/index-in.docbook:7132115#: C/index-in.docbook:713
n2136#, fuzzyn
2137msgid ""2116msgid ""
2138"Gtk::ComboBox now derives from CellLayout, allowing easier layout and "2117"Gtk::ComboBox now derives from CellLayout, allowing easier layout and "
2139"alignment of its <classname>Gtk::CellRenderer</classname>s."2118"alignment of its <classname>Gtk::CellRenderer</classname>s."
2140msgstr ""2119msgstr ""
2141"Gtk::ComboBox härleds nu från CellLayout, vilket tillåter lättare layout och "2120"Gtk::ComboBox härleds nu från CellLayout, vilket tillåter lättare layout och "
2172"vilket låter deras orientering (vertikal eller horisontell) anges utan att "2151"vilket låter deras orientering (vertikal eller horisontell) anges utan att "
2173"kräva användningen av en härledd klass som <classname>Gtk::HBox</classname>."2152"kräva användningen av en härledd klass som <classname>Gtk::HBox</classname>."
21742153
2175#. (itstool) path: listitem/simpara2154#. (itstool) path: listitem/simpara
2176#: C/index-in.docbook:7202155#: C/index-in.docbook:720
n2177#, fuzzyn
2178msgid ""2156msgid ""
2179"<classname>Gtk::IconView</classname>, <classname>Gtk::TextView</classname>, "2157"<classname>Gtk::IconView</classname>, <classname>Gtk::TextView</classname>, "
2180"<classname>Gtk::TreeView</classname> and other widgets derive from "2158"<classname>Gtk::TreeView</classname> and other widgets derive from "
2181"Scrollable instead of having their own methods such as "2159"Scrollable instead of having their own methods such as "
2182"<methodname>get_vadjustment()</methodname> and instead of having their own "2160"<methodname>get_vadjustment()</methodname> and instead of having their own "
2188"<methodname>get_vadjustment()</methodname> och i stället för att ha sin egen "2166"<methodname>get_vadjustment()</methodname> och i stället för att ha sin egen "
2189"set_scroll_adjustments-signal."2167"set_scroll_adjustments-signal."
21902168
2191#. (itstool) path: listitem/simpara2169#. (itstool) path: listitem/simpara
2192#: C/index-in.docbook:7222170#: C/index-in.docbook:722
n2193#, fuzzyn
2194msgid ""2171msgid ""
2195"<classname>Gtk::Style</classname> and <classname>Gtk::Rc</classname> were "2172"<classname>Gtk::Style</classname> and <classname>Gtk::Rc</classname> were "
2196"removed, replaced by <classname>Gtk::StyleContext</classname>, and "2173"removed, replaced by <classname>Gtk::StyleContext</classname>, and "
2197"<classname>Gtk::StyleProvider</classname>s, such as <classname>Gtk::"2174"<classname>Gtk::StyleProvider</classname>s, such as <classname>Gtk::"
2198"CssProvider</classname>."2175"CssProvider</classname>."
2199msgstr ""2176msgstr ""
2200"<classname>Gtk::Style</classname> och <classname>Gtk::Rc</classname> togs "2177"<classname>Gtk::Style</classname> och <classname>Gtk::Rc</classname> togs "
2201"bort, ersatta av <classname>Gtk::StyleContext</classname> och olika "2178"bort, ersatta av <classname>Gtk::StyleContext</classname> och olika "
n2202"<classname>Gtk::StyleProvider</classname>, som <classname>Gtk::CssProvider</"n2179"<classname>Gtk::StyleProvider</classname>-klasser, som <classname>Gtk::"
2203"classname>."2180"CssProvider</classname>."
22042181
2205#. (itstool) path: listitem/simpara2182#. (itstool) path: listitem/simpara
2206#: C/index-in.docbook:7242183#: C/index-in.docbook:724
2207msgid ""2184msgid ""
2208"Widget::on_expose_event() was replaced by Widget::on_draw(), which assumes "2185"Widget::on_expose_event() was replaced by Widget::on_draw(), which assumes "
2209"that cairomm is used for drawing, via the provided <classname>Cairo::"2186"that cairomm is used for drawing, via the provided <classname>Cairo::"
2210"Context</classname> and does not require you to call <methodname>Cairo::"2187"Context</classname> and does not require you to call <methodname>Cairo::"
2211"Context::clip()</methodname>."2188"Context::clip()</methodname>."
2212msgstr ""2189msgstr ""
n2213"Widget::on_expose_event() ersattes av Widget::on_draw(), vilket antar att "n2190"Widget::on_expose_event() ersattes av Widget::on_draw(), vilken antar att "
2214"cairomm används för ritning genom tillhandahållen <classname>Cairo::Context</"2191"cairomm används för ritning genom tillhandahållen <classname>Cairo::Context</"
n2215"classname> och kräver inte att du anropar <methodname>Cairo::Context::"n2192"classname> och inte kräver att du anropar <methodname>Cairo::Context::"
2216"clip()</methodname>."2193"clip()</methodname>."
22172194
2218#. (itstool) path: listitem/simpara2195#. (itstool) path: listitem/simpara
2219#: C/index-in.docbook:7262196#: C/index-in.docbook:726
n2220#, fuzzyn
2221msgid ""2197msgid ""
2222"<classname>Gdk::RGBA</classname> replaces <classname>Color</classname>, "2198"<classname>Gdk::RGBA</classname> replaces <classname>Color</classname>, "
2223"adding an alpha component for opacity. <classname>Colormap</classname> was "2199"adding an alpha component for opacity. <classname>Colormap</classname> was "
2224"removed, along with its awkward use to allocate colors."2200"removed, along with its awkward use to allocate colors."
2225msgstr ""2201msgstr ""
2226"<classname>Gdk::RGBA</classname> ersätter <classname>Color</classname>, "2202"<classname>Gdk::RGBA</classname> ersätter <classname>Color</classname>, "
2227"vilket lägger till en alfakomponent för opacitet. <classname>Colormap</"2203"vilket lägger till en alfakomponent för opacitet. <classname>Colormap</"
2228"classname> togs bort, tillsammans med sin klumpiga användning för att "2204"classname> togs bort, tillsammans med sin klumpiga användning för att "
2229"allokera färger."2205"allokera färger."
22302206
n2231# TODO: favorn
2232#. (itstool) path: listitem/simpara2207#. (itstool) path: listitem/simpara
2233#: C/index-in.docbook:7282208#: C/index-in.docbook:728
n2234#, fuzzyn
2235#| msgid ""
2236#| "<classname>Gdk::Pixmap</classname> and <classname>Gdk::Bitmap</classname> "
2237#| "were removed in favour of <classname>Gdk::Pixbuf</classname>."
2238msgid ""2209msgid ""
2239"<classname>Gdk::Pixmap</classname> and <classname>Gdk::Bitmap</classname> "2210"<classname>Gdk::Pixmap</classname> and <classname>Gdk::Bitmap</classname> "
2240"were removed in favor of <classname>Gdk::Pixbuf</classname>."2211"were removed in favor of <classname>Gdk::Pixbuf</classname>."
2241msgstr ""2212msgstr ""
2242"<classname>Gdk::Pixmap</classname> och <classname>Gdk::Bitmap</classname> "2213"<classname>Gdk::Pixmap</classname> och <classname>Gdk::Bitmap</classname> "
2251"<classname>Gdk::Drawable</classname> togs bort, dess metoder har flyttat "2222"<classname>Gdk::Drawable</classname> togs bort, dess metoder har flyttat "
2252"till <classname>Gdk::Window</classname>."2223"till <classname>Gdk::Window</classname>."
22532224
2254#. (itstool) path: listitem/simpara2225#. (itstool) path: listitem/simpara
2255#: C/index-in.docbook:7322226#: C/index-in.docbook:732
n2256#, fuzzyn
2257msgid ""2227msgid ""
2258"We now use std::vector in several methods instead of the intermediate "2228"We now use std::vector in several methods instead of the intermediate "
2259"*Handle types to make the API clearer."2229"*Handle types to make the API clearer."
2260msgstr ""2230msgstr ""
2261"Vi använder nu std::vector i flera metoder i stället för mellanliggande "2231"Vi använder nu std::vector i flera metoder i stället för mellanliggande "
2326"behölls. Om du aldrig använt <application>gtkmm</application>-3.0-API:t kan "2296"behölls. Om du aldrig använt <application>gtkmm</application>-3.0-API:t kan "
2327"du lugnt ignorera detta kapitel."2297"du lugnt ignorera detta kapitel."
23282298
2329#. (itstool) path: chapter/para2299#. (itstool) path: chapter/para
2330#: C/index-in.docbook:7542300#: C/index-in.docbook:754
n2331#, fuzzyn
2332msgid ""2301msgid ""
2333"<application>gtkmm</application> 4's library is called "2302"<application>gtkmm</application> 4's library is called "
2334"<literal>libgtkmm-4.0</literal> rather than <literal>libgtkmm-3.0</literal> "2303"<literal>libgtkmm-4.0</literal> rather than <literal>libgtkmm-3.0</literal> "
2335"and installs its headers in a similarly-versioned directory, so your "2304"and installs its headers in a similarly-versioned directory, so your "
2336"<application>pkg-config</application> check should ask for "2305"<application>pkg-config</application> check should ask for "
2343"<literal>gtkmm-4.0</literal> snarare än <literal>gtkmm-3.0</literal>."2312"<literal>gtkmm-4.0</literal> snarare än <literal>gtkmm-3.0</literal>."
23442313
2345#. (itstool) path: chapter/para2314#. (itstool) path: chapter/para
2346#: C/index-in.docbook:7602315#: C/index-in.docbook:760
2347#, fuzzy2316#, fuzzy
nn2317#| msgid ""
2318#| "<application>gtkmm</application>-4.0 is used in combination with "
2319#| "<application>glibmm-2.68</application>, which sets the global locale for "
2320#| "your program. The older <application>glibmm-2.4</application> does not do "
2321#| "that, and <application>gtkmm</application>-3.0 does it only to some "
2322#| "extent. What this means is briefly that if your <application>gtkmm</"
2323#| "application>-3.0 program contains a call to <function>std::locale::"
2324#| "global(std::locale(\"\"))</function>, you can probably remove it. If you "
2325#| "don't want <application>glibmm</application> or <application>gtkmm</"
2326#| "application> to set the global locale for you, you should add a call to "
2327#| "<function>Glib::set_init_to_users_preferred_locale(false)</function> "
2328#| "before any call to <function>Glib::init()</function> or <methodname>Gtk::"
2329#| "Application::create()</methodname>."
2348msgid ""2330msgid ""
2349"<application>gtkmm</application>-4.0 is used in combination with "2331"<application>gtkmm</application>-4.0 is used in combination with "
2350"<application>glibmm-2.68</application>, which sets the global locale for "2332"<application>glibmm-2.68</application>, which sets the global locale for "
2351"your program. The older <application>glibmm-2.4</application> does not do "2333"your program. The older <application>glibmm-2.4</application> does not do "
2352"that, and <application>gtkmm</application>-3.0 does it only to some extent. "2334"that, and <application>gtkmm</application>-3.0 does it only to some extent. "
2531"<classname>Gtk::FontButton</classname> implementerar gränssnittet "2513"<classname>Gtk::FontButton</classname> implementerar gränssnittet "
2532"<classname>Gtk::FontChooser</classname>."2514"<classname>Gtk::FontChooser</classname>."
25332515
2534#. (itstool) path: listitem/simpara2516#. (itstool) path: listitem/simpara
2535#: C/index-in.docbook:8222517#: C/index-in.docbook:822
n2536#, fuzzyn
2537msgid ""2518msgid ""
2538"<classname>Gtk::Widget</classname>: The <methodname>get_preferred_*_vfunc()</"2519"<classname>Gtk::Widget</classname>: The <methodname>get_preferred_*_vfunc()</"
2539"methodname>s have been replaced by <methodname>measure_vfunc()</methodname>. "2520"methodname>s have been replaced by <methodname>measure_vfunc()</methodname>. "
2540"This change only affects custom widgets."2521"This change only affects custom widgets."
2541msgstr ""2522msgstr ""
n2542"<classname>Gtk::Widget</classname>: De olika "n2523"<classname>Gtk::Widget</classname>: De olika metoderna "
2543"<methodname>get_preferred_*_vfunc()</methodname> har ersatts med "2524"<methodname>get_preferred_*_vfunc()</methodname> har ersatts med "
2544"<methodname>measure_vfunc()</methodname>. Denna ändring påverkar bara "2525"<methodname>measure_vfunc()</methodname>. Denna ändring påverkar bara "
2545"anpassade komponenter."2526"anpassade komponenter."
25462527
2547#. (itstool) path: listitem/simpara2528#. (itstool) path: listitem/simpara
2850msgid "Toggle buttons"2831msgid "Toggle buttons"
2851msgstr "Växlingsknappar"2832msgstr "Växlingsknappar"
28522833
2853#. (itstool) path: listitem/para2834#. (itstool) path: listitem/para
2854#: C/index-in.docbook:9312835#: C/index-in.docbook:931
n2855#, fuzzyn
2856msgid ""2836msgid ""
2857"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"2837"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
2858"classGtk_1_1ToggleButton.html\"><classname>Gtk::ToggleButton</classname></"2838"classGtk_1_1ToggleButton.html\"><classname>Gtk::ToggleButton</classname></"
2859"link>. Unlike a normal Button, which springs back up, a ToggleButton stays "2839"link>. Unlike a normal Button, which springs back up, a ToggleButton stays "
2860"down until you press it again. It might be useful as an on/off switch. See "2840"down until you press it again. It might be useful as an on/off switch. See "
3404"Du använder exempelvis kanske en för att justera förstoringsnivån på en "3384"Du använder exempelvis kanske en för att justera förstoringsnivån på en "
3405"zoomad förhandsgranskning av en bild, eller för att styra ljusstyrkan för en "3385"zoomad förhandsgranskning av en bild, eller för att styra ljusstyrkan för en "
3406"färg, eller för att ange antalet inaktiva minuter innan en skärmsläckare tar "3386"färg, eller för att ange antalet inaktiva minuter innan en skärmsläckare tar "
3407"över skärmen."3387"över skärmen."
34083388
n3409# TODO: behaviorn
3410#. (itstool) path: section/para3389#. (itstool) path: section/para
3411#: C/index-in.docbook:11943390#: C/index-in.docbook:1194
n3412#, fuzzyn
3413#| msgid ""
3414#| "As with <classname>Scrollbar</classname>s, the orientation can be either "
3415#| "horizontal or vertical. The default constructor creates an "
3416#| "<classname>Adjustment</classname> with all of its values set to "
3417#| "<literal>0.0</literal>. This isn't useful so you will need to set some "
3418#| "<classname>Adjustment</classname> details to get meaningful behaviour."
3419msgid ""3391msgid ""
3420"As with <classname>Scrollbar</classname>s, the orientation can be either "3392"As with <classname>Scrollbar</classname>s, the orientation can be either "
3421"horizontal or vertical. The default constructor creates an "3393"horizontal or vertical. The default constructor creates an "
3422"<classname>Adjustment</classname> with all of its values set to "3394"<classname>Adjustment</classname> with all of its values set to "
3423"<literal>0.0</literal>. This isn't useful so you will need to set some "3395"<literal>0.0</literal>. This isn't useful so you will need to set some "
4973"begärt att tillgängligt utrymme ska delas mellan uppsättningar av "4945"begärt att tillgängligt utrymme ska delas mellan uppsättningar av "
4974"komponenter. <application>gtkmm</application> använder sedan all denna "4946"komponenter. <application>gtkmm</application> använder sedan all denna "
4975"information för att ändra storlek och position på allt på ett rimligt och "4947"information för att ändra storlek och position på allt på ett rimligt och "
4976"smidigt sätt när användaren manipulerar fönstret."4948"smidigt sätt när användaren manipulerar fönstret."
49774949
n4978# TODO: flavorsn
4979#. (itstool) path: section/para4950#. (itstool) path: section/para
4980#: C/index-in.docbook:19834951#: C/index-in.docbook:1983
n4981#, fuzzyn
4982msgid ""4952msgid ""
4983"<application>gtkmm</application> arranges widgets hierarchically, using "4953"<application>gtkmm</application> arranges widgets hierarchically, using "
4984"<emphasis>containers</emphasis>. A container widget contains other widgets. "4954"<emphasis>containers</emphasis>. A container widget contains other widgets. "
4985"Most <application>gtkmm</application> widgets are containers. Windows, "4955"Most <application>gtkmm</application> widgets are containers. Windows, "
4986"Notebook tabs, and Buttons are all container widgets. There are two flavors "4956"Notebook tabs, and Buttons are all container widgets. There are two flavors "
5089"master/examples/book/helloworld2\">Source Code</link>"5059"master/examples/book/helloworld2\">Source Code</link>"
5090msgstr ""5060msgstr ""
5091"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"5061"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"
5092"master/examples/book/helloworld2\">Källkod</link>"5062"master/examples/book/helloworld2\">Källkod</link>"
50935063
n5094# TODO: behaviorn
5095#. (itstool) path: section/para5064#. (itstool) path: section/para
5096#: C/index-in.docbook:20485065#: C/index-in.docbook:2048
5097#, fuzzy5066#, fuzzy
5098msgid ""5067msgid ""
5099"After building and running this program, try resizing the window to see the "5068"After building and running this program, try resizing the window to see the "
5196msgid "There are basically five different styles, as shown in this picture:"5165msgid "There are basically five different styles, as shown in this picture:"
5197msgstr "Det finns i grunden fem olika stilar som kan ses i denna bild:"5166msgstr "Det finns i grunden fem olika stilar som kan ses i denna bild:"
51985167
5199#. (itstool) path: figure/title5168#. (itstool) path: figure/title
5200#: C/index-in.docbook:21015169#: C/index-in.docbook:2101
n5201#, fuzzyn
5202msgid "Box Packing 1"5170msgid "Box Packing 1"
5203msgstr "Boxpackning 1"5171msgstr "Boxpackning 1"
52045172
5205#. (itstool) path: imageobject/imagedata5173#. (itstool) path: imageobject/imagedata
5206#. This is a reference to an external file such as an image or video. When5174#. This is a reference to an external file such as an image or video. When
5308"Följande figur bör göra det tydligare. De visade marginalerna är vänster- "5276"Följande figur bör göra det tydligare. De visade marginalerna är vänster- "
5309"och högermarginalerna för varje knapp i raden."5277"och högermarginalerna för varje knapp i raden."
53105278
5311#. (itstool) path: figure/title5279#. (itstool) path: figure/title
5312#: C/index-in.docbook:21445280#: C/index-in.docbook:2144
n5313#, fuzzyn
5314msgid "Box Packing 2"5281msgid "Box Packing 2"
5315msgstr "Boxpackning 2"5282msgstr "Boxpackning 2"
53165283
5317#. (itstool) path: imageobject/imagedata5284#. (itstool) path: imageobject/imagedata
5318#. This is a reference to an external file such as an image or video. When5285#. This is a reference to an external file such as an image or video. When
5746"master/examples/book/listbox_flowbox/flowbox\">Källkod, FlowBox</link>"5713"master/examples/book/listbox_flowbox/flowbox\">Källkod, FlowBox</link>"
57475714
5748#. (itstool) path: chapter/title5715#. (itstool) path: chapter/title
5749#: C/index-in.docbook:23525716#: C/index-in.docbook:2352
5750msgid "ListView, GridView, ColumnView"5717msgid "ListView, GridView, ColumnView"
n5751msgstr ""n5718msgstr "ListView, GridView, ColumnView"
57525719
5753#. (itstool) path: chapter/para5720#. (itstool) path: chapter/para
5754#: C/index-in.docbook:23545721#: C/index-in.docbook:2354
5755msgid ""5722msgid ""
5756"Lists are intended to be used whenever developers want to display many "5723"Lists are intended to be used whenever developers want to display many "
5757"objects in roughly the same way. They are perfectly fine to be used for very "5724"objects in roughly the same way. They are perfectly fine to be used for very "
5758"short lists of only 2 or 3 items, but generally scale fine to thousands of "5725"short lists of only 2 or 3 items, but generally scale fine to thousands of "
5759"items."5726"items."
5760msgstr ""5727msgstr ""
nn5728"Listor är avsedda att användas närhelst utvecklare vill visa många objekt på "
5729"i stort sett samma sätt. De fungerar utmärkt att använda för väldigt korta "
5730"listor på bara två eller tre objekt, men går även allmänt fint att skala upp "
5731"till tusentals objekt."
57615732
5762#. (itstool) path: chapter/para5733#. (itstool) path: chapter/para
5763#: C/index-in.docbook:23605734#: C/index-in.docbook:2360
5764msgid ""5735msgid ""
5765"Lists are meant to be used with changing data, both with the items "5736"Lists are meant to be used with changing data, both with the items "
5766"themselves changing as well as the list adding and removing items. Of "5737"themselves changing as well as the list adding and removing items. Of "
5767"course, they work just as well with static data."5738"course, they work just as well with static data."
5768msgstr ""5739msgstr ""
nn5740"Listor är tänkta att använda med data som ändras, både då objekten själva "
5741"ändras samt då listan lägger till och tar bort objekt. De fungerar förstås "
5742"precis lika bra med statiska data."
57695743
5770#. (itstool) path: chapter/para5744#. (itstool) path: chapter/para
5771#: C/index-in.docbook:23665745#: C/index-in.docbook:2366
5772#, fuzzy5746#, fuzzy
5773msgid ""5747msgid ""
5779"html\">Input Handling</link> i GTK-dokumentationen beskriver hantering av "5753"html\">Input Handling</link> i GTK-dokumentationen beskriver hantering av "
5780"användarinmatning mer detaljerat."5754"användarinmatning mer detaljerat."
57815755
5782#. (itstool) path: chapter/para5756#. (itstool) path: chapter/para
5783#: C/index-in.docbook:23715757#: C/index-in.docbook:2371
n5784#, fuzzyn
5785#| msgid ""
5786#| "Some <classname>TreeView</classname> examples are shown here. There are "
5787#| "more examples in the <link xlink:href=\"https://gitlab.gnome.org/GNOME/"
5788#| "gtkmm-documentation/tree/master/examples/book/treeview/\">treeview "
5789#| "directory</link> in <application>gtkmm-documentation</application>'s "
5790#| "examples."
5791msgid ""5758msgid ""
5792"Some examples are shown in this chapter. There are more examples in the "5759"Some examples are shown in this chapter. There are more examples in the "
5793"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"5760"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"
5794"master/examples/book/listmodelviews/\">listmodelviews directory</link> in "5761"master/examples/book/listmodelviews/\">listmodelviews directory</link> in "
5795"<application>gtkmm-documentation</application>'s examples."5762"<application>gtkmm-documentation</application>'s examples."
5796msgstr ""5763msgstr ""
n5797"Några <classname>TreeView</classname>-exempel visas här. Det finns mer "n5764"Några exempel visas i detta kapitel. Det finns mer exempel i <link xlink:"
5798"exempel i <link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-"5765"href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/master/"
5799"documentation/tree/master/examples/book/treeview/\">treeview-katalogen</"5766"examples/book/listmodelviews/\">listmodelviews-katalogen</link> i "
5800"link> i <application>gtkmm-documentation</application>s exempel."5767"<application>gtkmm-documentation</application>s exempel."
58015768
5802#. (itstool) path: section/title5769#. (itstool) path: section/title
5803#: C/index-in.docbook:23775770#: C/index-in.docbook:2377
n5804#, fuzzyn
5805#| msgid "The Model"
5806msgid "The Data Model"5771msgid "The Data Model"
n5807msgstr "Modellen"n5772msgstr "Datamodellen"
58085773
5809#. (itstool) path: section/para5774#. (itstool) path: section/para
5810#: C/index-in.docbook:23795775#: C/index-in.docbook:2379
5811msgid ""5776msgid ""
5812"The data model is a class that implements the <classname>Gio::ListModel</"5777"The data model is a class that implements the <classname>Gio::ListModel</"
5814"ListStore</classname> (not to be confused with the deprecated "5779"ListStore</classname> (not to be confused with the deprecated "
5815"<classname>Gtk::ListStore</classname>), <classname>Gtk:StringList</"5780"<classname>Gtk::ListStore</classname>), <classname>Gtk:StringList</"
5816"classname>, <classname>Gtk:DirectoryList</classname> and <classname>Pango::"5781"classname>, <classname>Gtk:DirectoryList</classname> and <classname>Pango::"
5817"FontMap</classname>."5782"FontMap</classname>."
5818msgstr ""5783msgstr ""
nn5784"Datamodellen är en klass som implementerar <classname>Gio::ListModel</"
5785"classname>-gränssnittet. Exempel på sådana klasser är <classname>Gio::"
5786"ListStore</classname> (inte att förväxlas med de föråldrade <classname>Gtk::"
5787"ListStore</classname>), <classname>Gtk:StringList</classname>, "
5788"<classname>Gtk:DirectoryList</classname> och <classname>Pango::FontMap</"
5789"classname>."
58195790
5820#. (itstool) path: section/para5791#. (itstool) path: section/para
5821#: C/index-in.docbook:23875792#: C/index-in.docbook:2387
5822#, fuzzy5793#, fuzzy
5823msgid ""5794msgid ""
5906"Every item in a model has a position which is the unsigned integer that "5877"Every item in a model has a position which is the unsigned integer that "
5907"describes where in the model the item is located. The first item in a model "5878"describes where in the model the item is located. The first item in a model "
5908"is at position 0. The position of an item can of course change as other "5879"is at position 0. The position of an item can of course change as other "
5909"items are added to or removed from the model."5880"items are added to or removed from the model."
5910msgstr ""5881msgstr ""
nn5882"Varje objekt i en modell har en position vilken är det teckenlösa heltalet "
5883"som beskriver var i modellen som objektet finns. Det första objektet i en "
5884"modell har position 0. Positionen för ett objekt kan förstås ändras då andra "
5885"objekt läggs till eller tas bort från modellen."
59115886
5912#. (itstool) path: section/para5887#. (itstool) path: section/para
5913#: C/index-in.docbook:24215888#: C/index-in.docbook:2421
n5914#, fuzzyn
5915#| msgid ""
5916#| "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/glibmm/"
5917#| "classGio_1_1Resource.html\">Gio::Resource Reference</link>"
5918msgid ""5889msgid ""
5919"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/glibmm/"5890"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/glibmm/"
5920"classGio_1_1ListStore.html\">Gio::ListStore Reference</link>"5891"classGio_1_1ListStore.html\">Gio::ListStore Reference</link>"
5921msgstr ""5892msgstr ""
5922"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/glibmm/"5893"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/glibmm/"
n5923"classGio_1_1Resource.html\">Referens för Gio::Resource</link>"n5894"classGio_1_1ListStore.html\">Referens för Gio::ListStore</link>"
59245895
5925#. (itstool) path: section/para5896#. (itstool) path: section/para
5926#: C/index-in.docbook:24225897#: C/index-in.docbook:2422
n5927#, fuzzyn
5928#| msgid ""
5929#| "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
5930#| "classGtk_1_1Widget.html\">Widget Reference</link>"
5931msgid ""5898msgid ""
5932"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"5899"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
5933"classGtk_1_1StringList.html\">StringList Reference</link>"5900"classGtk_1_1StringList.html\">StringList Reference</link>"
5934msgstr ""5901msgstr ""
5935"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"5902"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
n5936"classGtk_1_1Widget.html\">Widget-referens</link>"n5903"classGtk_1_1StringList.html\">Referens för StringList</link>"
59375904
5938#. (itstool) path: section/para5905#. (itstool) path: section/para
5939#: C/index-in.docbook:24235906#: C/index-in.docbook:2423
n5940#, fuzzyn
5941#| msgid ""
5942#| "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
5943#| "classGtk_1_1Widget.html\">Widget Reference</link>"
5944msgid ""5907msgid ""
5945"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"5908"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
5946"classGtk_1_1DirectoryList.html\">DirectoryList Reference</link>"5909"classGtk_1_1DirectoryList.html\">DirectoryList Reference</link>"
5947msgstr ""5910msgstr ""
5948"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"5911"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
n5949"classGtk_1_1Widget.html\">Widget-referens</link>"n5912"classGtk_1_1DirectoryList.html\">Referens för DirectoryList</link>"
59505913
5951#. (itstool) path: section/title5914#. (itstool) path: section/title
5952#: C/index-in.docbook:24275915#: C/index-in.docbook:2427
5953#, fuzzy5916#, fuzzy
5954msgid "The Selection Model"5917msgid "The Selection Model"
5973"och <classname>Gio::ActionMap</classname> är basklasser för <classname>Gtk::"5936"och <classname>Gio::ActionMap</classname> är basklasser för <classname>Gtk::"
5974"ApplicationWindow</classname>."5937"ApplicationWindow</classname>."
59755938
5976#. (itstool) path: section/para5939#. (itstool) path: section/para
5977#: C/index-in.docbook:24345940#: C/index-in.docbook:2434
n5978#, fuzzyn
5979#| msgid ""
5980#| "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
5981#| "classGtk_1_1Tooltip.html\">Tooltip Reference</link>"
5982msgid ""5941msgid ""
5983"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"5942"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
5984"classGtk_1_1NoSelection.html\">NoSelection Reference</link>"5943"classGtk_1_1NoSelection.html\">NoSelection Reference</link>"
5985msgstr ""5944msgstr ""
5986"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"5945"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
n5987"classGtk_1_1Tooltip.html\">Tooltip-referens</link>"n5946"classGtk_1_1NoSelection.html\">Referens för NoSelection</link>"
59885947
5989#. (itstool) path: section/para5948#. (itstool) path: section/para
5990#: C/index-in.docbook:24355949#: C/index-in.docbook:2435
n5991#, fuzzyn
5992#| msgid ""
5993#| "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
5994#| "classGtk_1_1Widget.html\">Widget Reference</link>"
5995msgid ""5950msgid ""
5996"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"5951"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
5997"classGtk_1_1SingleSelection.html\">SingleSelection Reference</link>"5952"classGtk_1_1SingleSelection.html\">SingleSelection Reference</link>"
5998msgstr ""5953msgstr ""
5999"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"5954"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
n6000"classGtk_1_1Widget.html\">Widget-referens</link>"n5955"classGtk_1_1SingleSelection.html\">Referens för SingleSelection</link>"
60015956
6002#. (itstool) path: section/para5957#. (itstool) path: section/para
6003#: C/index-in.docbook:24365958#: C/index-in.docbook:2436
n6004#, fuzzyn
6005#| msgid ""
6006#| "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6007#| "classGtk_1_1Application.html\">Gtk::Application Reference</link>"
6008msgid ""5959msgid ""
6009"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"5960"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6010"classGtk_1_1MultiSelection.html\">MultiSelection Reference</link>"5961"classGtk_1_1MultiSelection.html\">MultiSelection Reference</link>"
6011msgstr ""5962msgstr ""
6012"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"5963"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
n6013"classGtk_1_1Application.html\">Referens för Gtk::Application</link>"n5964"classGtk_1_1MultiSelection.html\">Referens för MultiSelection</link>"
60145965
6015#. (itstool) path: section/title5966#. (itstool) path: section/title
6016#: C/index-in.docbook:24405967#: C/index-in.docbook:2440
6017#, fuzzy5968#, fuzzy
6018msgid "The Factory"5969msgid "The Factory"
n6019msgstr "Inmatningen"n5970msgstr "Fabriken"
60205971
6021#. (itstool) path: section/para5972#. (itstool) path: section/para
6022#: C/index-in.docbook:24425973#: C/index-in.docbook:2442
nn5974#, fuzzy
6023msgid ""5975msgid ""
6024"Data from the data model is added to the view by a factory, which is a "5976"Data from the data model is added to the view by a factory, which is a "
6025"subclass of <classname>ListItemFactory</classname>. There is only one such "5977"subclass of <classname>ListItemFactory</classname>. There is only one such "
6026"subclass in <application>gtkmm</application>, "5978"subclass in <application>gtkmm</application>, "
6027"<classname>SignalListItemFactory</classname>. Data from the model is added "5979"<classname>SignalListItemFactory</classname>. Data from the model is added "
6028"to the view with signal handlers connected to a "5980"to the view with signal handlers connected to a "
6029"<classname>SignalListItemFactory</classname>."5981"<classname>SignalListItemFactory</classname>."
6030msgstr ""5982msgstr ""
nn5983"Data från datamodellen läggs till i vyn av en fabrik, vilken är en "
5984"underklass av <classname>ListItemFactory</classname>. Det finns endast en "
5985"sådan underklass i <application>gtkmm</application>, "
5986"<classname>SignalListItemFactory</classname>. Data från modellen läggs till "
5987"i vyn med signalhanterare anslutna till en <classname>SignalListItemFactory</"
5988"classname>."
60315989
6032#. (itstool) path: section/para5990#. (itstool) path: section/para
6033#: C/index-in.docbook:24485991#: C/index-in.docbook:2448
n6034#, fuzzyn
6035#| msgid ""
6036#| "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6037#| "classGtk_1_1Widget.html\">Widget Reference</link>"
6038msgid ""5992msgid ""
6039"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"5993"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6040"classGtk_1_1SignalListItemFactory.html\">SignalListItemFactory Reference</"5994"classGtk_1_1SignalListItemFactory.html\">SignalListItemFactory Reference</"
6041"link>"5995"link>"
6042msgstr ""5996msgstr ""
6043"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"5997"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
n6044"classGtk_1_1Widget.html\">Widget-referens</link>"n5998"classGtk_1_1SignalListItemFactory.html\">Referens för SignalListItemFactory</"
5999"link>"
60456000
6046#. (itstool) path: section/title6001#. (itstool) path: section/title
6047#: C/index-in.docbook:2452 C/index-in.docbook:2823 C/index-in.docbook:38726002#: C/index-in.docbook:2452 C/index-in.docbook:2823 C/index-in.docbook:3872
6048#, fuzzy6003#, fuzzy
6049msgid "The View"6004msgid "The View"
n6050msgstr "View"n6005msgstr "Vyn"
60516006
6052#. (itstool) path: section/para6007#. (itstool) path: section/para
6053#: C/index-in.docbook:24546008#: C/index-in.docbook:2454
6054#, fuzzy6009#, fuzzy
6055msgid ""6010msgid ""
6056"The View is the widget that displays the model data and allows the user to "6011"The View is the widget that displays the model data and allows the user to "
6057"interact with it. The View can show all of the model's columns, or just "6012"interact with it. The View can show all of the model's columns, or just "
6058"some, and it can show them in various ways."6013"some, and it can show them in various ways."
6059msgstr ""6014msgstr ""
n6060"Vyn är den faktiska komponenten (<classname>Gtk::TreeView</classname>) som "n6015"Vyn är komponenten som visar data för modellen och låter användaren "
6061"visar data för modellen (<classname>Gtk::TreeModel</classname>) och låter "
6062"användaren interagera med dem. Vyn kan visa alla modellens kolumner, eller "6016"interagera med dem. Vyn kan visa alla modellens kolumner, eller bara några, "
6063"bara några, och den kan visa dem på olika sätt."6017"och den kan visa dem på olika sätt."
60646018
6065#. (itstool) path: section/para6019#. (itstool) path: section/para
6066#: C/index-in.docbook:24606020#: C/index-in.docbook:2460
nn6021#, fuzzy
6067msgid ""6022msgid ""
6068"An important requirement for views (especially views of long lists) is that "6023"An important requirement for views (especially views of long lists) is that "
6069"they need to know which items are not visible so they can be recycled. Views "6024"they need to know which items are not visible so they can be recycled. Views "
6070"achieve that by implementing the <classname>Scrollable</classname> interface "6025"achieve that by implementing the <classname>Scrollable</classname> interface "
6071"and expecting to be placed directly into a <classname>ScrolledWindow</"6026"and expecting to be placed directly into a <classname>ScrolledWindow</"
6072"classname>."6027"classname>."
6073msgstr ""6028msgstr ""
nn6029"Ett viktigt krav för vyer (särskilt vyer över långa listor) är att de "
6030"behöver veta vilka objekt som inte är synliga, så att de kan återvinnas. "
6031"Vyer åstadkommer det genom att implementera gränssnittet "
6032"<classname>Scrollable</classname> och förväntar sig att placeras direkt i "
6033"ett <classname>ScrolledWindow</classname>."
60746034
6075#. (itstool) path: section/para6035#. (itstool) path: section/para
6076#: C/index-in.docbook:24676036#: C/index-in.docbook:2467
nn6037#, fuzzy
6077msgid "There are different view widgets to choose from."6038msgid "There are different view widgets to choose from."
n6078msgstr ""n6039msgstr "Det finns olika vykomponenter att välja från."
60796040
6080#. (itstool) path: section/title6041#. (itstool) path: section/title
6081#. (itstool) path: figure/title6042#. (itstool) path: figure/title
6082#: C/index-in.docbook:2472 C/index-in.docbook:24846043#: C/index-in.docbook:2472 C/index-in.docbook:2484
n6083#, fuzzyn
6084#| msgid "TextView"
6085msgid "ListView"6044msgid "ListView"
n6086msgstr "TextView"n6045msgstr "ListView"
60876046
6088#. (itstool) path: section/para6047#. (itstool) path: section/para
6089#: C/index-in.docbook:24746048#: C/index-in.docbook:2474
n6090#, fuzzyn
6091#| msgid ""
6092#| "The <classname>Gtk::TreeView</classname> widget can contain lists or "
6093#| "trees of data, in columns."
6094msgid ""6049msgid ""
6095"The <classname>ListView</classname> shows a 1-dimensional list with one "6050"The <classname>ListView</classname> shows a 1-dimensional list with one "
6096"column."6051"column."
6097msgstr ""6052msgstr ""
n6098"Komponenten <classname>Gtk::TreeView</classname> kan innehålla listor eller "n6053"<classname>ListView</classname> visar en 1-dimensionell lista med en kolumn."
6099"träd med data i kolumner."
61006054
6101#. (itstool) path: section/para6055#. (itstool) path: section/para
6102#: C/index-in.docbook:24786056#: C/index-in.docbook:2478
n6103#, fuzzyn
6104#| msgid ""
6105#| "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6106#| "classGtk_1_1TextView.html\">Reference</link>"
6107msgid ""6057msgid ""
6108"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"6058"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6109"classGtk_1_1ListView.html\">Reference</link>"6059"classGtk_1_1ListView.html\">Reference</link>"
6110msgstr ""6060msgstr ""
6111"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"6061"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
n6112"classGtk_1_1TextView.html\">Referens</link>"n6062"classGtk_1_1ListView.html\">Referens</link>"
61136063
6114#. (itstool) path: imageobject/imagedata6064#. (itstool) path: imageobject/imagedata
6115#. This is a reference to an external file such as an image or video. When6065#. This is a reference to an external file such as an image or video. When
6116#. the file changes, the md5 hash will change to let you know you need to6066#. the file changes, the md5 hash will change to let you know you need to
6117#. update your localized copy. The msgstr is not used at all. Set it to6067#. update your localized copy. The msgstr is not used at all. Set it to
6125msgstr ""6075msgstr ""
6126"external ref='figures/textview.png' md5='451e30f66cc32c4231bb6bc442cf0d2f'"6076"external ref='figures/textview.png' md5='451e30f66cc32c4231bb6bc442cf0d2f'"
61276077
6128#. (itstool) path: section/para6078#. (itstool) path: section/para
6129#: C/index-in.docbook:24906079#: C/index-in.docbook:2490
n6130#, fuzzyn
6131#| msgid ""
6132#| "<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/"
6133#| "tree/master/examples/book/listmodelviews/gridview\">Source Code, "
6134#| "GridView</link>"
6135msgid ""6080msgid ""
6136"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"6081"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"
6137"master/examples/book/listmodelviews/list_listview\">Source Code</link>"6082"master/examples/book/listmodelviews/list_listview\">Source Code</link>"
6138msgstr ""6083msgstr ""
6139"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"6084"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"
n6140"master/examples/book/listmodelviews/gridview\">Källkod, GridView</link>"n6085"master/examples/book/listmodelviews/list_listview\">Källkod</link>"
61416086
6142#. (itstool) path: section/title6087#. (itstool) path: section/title
6143#. (itstool) path: figure/title6088#. (itstool) path: figure/title
6144#: C/index-in.docbook:2496 C/index-in.docbook:25086089#: C/index-in.docbook:2496 C/index-in.docbook:2508
n6145#, fuzzyn
6146#| msgid "Grid"
6147msgid "GridView"6090msgid "GridView"
n6148msgstr "Grid"n6091msgstr "GridView"
61496092
6150#. (itstool) path: section/para6093#. (itstool) path: section/para
6151#: C/index-in.docbook:24986094#: C/index-in.docbook:2498
n6152#, fuzzyn
6153#| msgid "The <classname>Tag</classname> class has many other properties."
6154msgid "The <classname>GridView</classname> shows a 2-dimensional grid."6095msgid "The <classname>GridView</classname> shows a 2-dimensional grid."
n6155msgstr "Klassen <classname>Tag</classname> har många andra egenskaper."n6096msgstr "<classname>GridView</classname> visar ett 2-dimensionellt rutnät."
61566097
6157#. (itstool) path: section/para6098#. (itstool) path: section/para
6158#: C/index-in.docbook:25026099#: C/index-in.docbook:2502
n6159#, fuzzyn
6160#| msgid ""
6161#| "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6162#| "classGtk_1_1Grid.html\">Reference</link>"
6163msgid ""6100msgid ""
6164"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"6101"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6165"classGtk_1_1GridView.html\">Reference</link>"6102"classGtk_1_1GridView.html\">Reference</link>"
6166msgstr ""6103msgstr ""
6167"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"6104"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
n6168"classGtk_1_1Grid.html\">Referens</link>"n6105"classGtk_1_1GridView.html\">Referens</link>"
61696106
6170#. (itstool) path: imageobject/imagedata6107#. (itstool) path: imageobject/imagedata
6171#. This is a reference to an external file such as an image or video. When6108#. 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 to6109#. the file changes, the md5 hash will change to let you know you need to
6173#. update your localized copy. The msgstr is not used at all. Set it to6110#. update your localized copy. The msgstr is not used at all. Set it to
6182"external ref='figures/treeview_list.png' "6119"external ref='figures/treeview_list.png' "
6183"md5='60e5e4ecb284d0cdc53373fe0ec858ee'"6120"md5='60e5e4ecb284d0cdc53373fe0ec858ee'"
61846121
6185#. (itstool) path: section/para6122#. (itstool) path: section/para
6186#: C/index-in.docbook:25146123#: C/index-in.docbook:2514
n6187#, fuzzyn
6188#| msgid ""
6189#| "<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/"
6190#| "tree/master/examples/book/listmodelviews/gridview\">Source Code, "
6191#| "GridView</link>"
6192msgid ""6124msgid ""
6193"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"6125"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"
6194"master/examples/book/listmodelviews/gridview\">Source Code</link>"6126"master/examples/book/listmodelviews/gridview\">Source Code</link>"
6195msgstr ""6127msgstr ""
6196"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"6128"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"
n6197"master/examples/book/listmodelviews/gridview\">Källkod, GridView</link>"n6129"master/examples/book/listmodelviews/gridview\">Källkod</link>"
61986130
6199#. (itstool) path: section/title6131#. (itstool) path: section/title
6200#. (itstool) path: figure/title6132#. (itstool) path: figure/title
6201#: C/index-in.docbook:2520 C/index-in.docbook:25326133#: C/index-in.docbook:2520 C/index-in.docbook:2532
6202msgid "ColumnView"6134msgid "ColumnView"
n6203msgstr ""n6135msgstr "ColumnView"
62046136
6205#. (itstool) path: section/para6137#. (itstool) path: section/para
6206#: C/index-in.docbook:25226138#: C/index-in.docbook:2522
n6207#, fuzzyn
6208#| msgid ""
6209#| "The <classname>Gtk::TreeView</classname> widget can contain lists or "
6210#| "trees of data, in columns."
6211msgid ""6139msgid ""
6212"The <classname>ColumnView</classname> shows a 1-dimensional list with one or "6140"The <classname>ColumnView</classname> shows a 1-dimensional list with one or "
6213"more columns."6141"more columns."
6214msgstr ""6142msgstr ""
n6215"Komponenten <classname>Gtk::TreeView</classname> kan innehålla listor eller "n6143"<classname>ColumnView</classname> visar en 1-dimensionell lista med en eller "
6216"träd med data i kolumner."6144"flera kolumner."
62176145
6218#. (itstool) path: section/para6146#. (itstool) path: section/para
6219#: C/index-in.docbook:25266147#: C/index-in.docbook:2526
n6220#, fuzzyn
6221#| msgid ""
6222#| "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6223#| "classGtk_1_1TreeView.html\">Reference</link>"
6224msgid ""6148msgid ""
6225"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"6149"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6226"classGtk_1_1ColumnView.html\">Reference</link>"6150"classGtk_1_1ColumnView.html\">Reference</link>"
6227msgstr ""6151msgstr ""
6228"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"6152"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
n6229"classGtk_1_1TreeView.html\">Referens</link>"n6153"classGtk_1_1ColumnView.html\">Referens</link>"
62306154
6231#. (itstool) path: imageobject/imagedata6155#. (itstool) path: imageobject/imagedata
6232#. This is a reference to an external file such as an image or video. When6156#. This is a reference to an external file such as an image or video. When
6233#. the file changes, the md5 hash will change to let you know you need to6157#. the file changes, the md5 hash will change to let you know you need to
6234#. update your localized copy. The msgstr is not used at all. Set it to6158#. update your localized copy. The msgstr is not used at all. Set it to
6242msgstr ""6166msgstr ""
6243"external ref='figures/aspectframe.png' md5='9d8aac9521789ed27036a97a22fedece'"6167"external ref='figures/aspectframe.png' md5='9d8aac9521789ed27036a97a22fedece'"
62446168
6245#. (itstool) path: section/para6169#. (itstool) path: section/para
6246#: C/index-in.docbook:25386170#: C/index-in.docbook:2538
n6247#, fuzzyn
6248#| msgid ""
6249#| "<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/"
6250#| "tree/master/examples/book/listmodelviews/gridview\">Source Code, "
6251#| "GridView</link>"
6252msgid ""6171msgid ""
6253"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"6172"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"
6254"master/examples/book/listmodelviews/list_columnview\">Source Code</link>"6173"master/examples/book/listmodelviews/list_columnview\">Source Code</link>"
6255msgstr ""6174msgstr ""
6256"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"6175"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"
n6257"master/examples/book/listmodelviews/gridview\">Källkod, GridView</link>"n6176"master/examples/book/listmodelviews/list_columnview\">Källkod</link>"
62586177
6259#. (itstool) path: section/title6178#. (itstool) path: section/title
6260#: C/index-in.docbook:2545 C/index-in.docbook:31396179#: C/index-in.docbook:2545 C/index-in.docbook:3139
6261msgid "Sorting"6180msgid "Sorting"
6262msgstr "Sortering"6181msgstr "Sortering"
62636182
6264#. (itstool) path: section/para6183#. (itstool) path: section/para
6265#: C/index-in.docbook:25476184#: C/index-in.docbook:2547
nn6185#, fuzzy
6266msgid ""6186msgid ""
6267"The list can be sorted by wrapping it in a <classname>SortListModel</"6187"The list can be sorted by wrapping it in a <classname>SortListModel</"
6268"classname>. There are two ways to do this."6188"classname>. There are two ways to do this."
6269msgstr ""6189msgstr ""
nn6190"Listan kan sorteras genom att omsluta den i en <classname>SortListModel</"
6191"classname>. Det finns två sätt att göra detta."
62706192
6271#. (itstool) path: listitem/para6193#. (itstool) path: listitem/para
6272#: C/index-in.docbook:25526194#: C/index-in.docbook:2552
nn6195#, fuzzy
6273msgid ""6196msgid ""
6274"In a <classname>ColumnView</classname>, get the <classname>ColumnViewSorter</"6197"In a <classname>ColumnView</classname>, get the <classname>ColumnViewSorter</"
6275"classname> from the <classname>ColumnView</classname> and set it to the "6198"classname> from the <classname>ColumnView</classname> and set it to the "
6276"<classname>SortListModel</classname>. Set a <classname>Sorter</classname> to "6199"<classname>SortListModel</classname>. Set a <classname>Sorter</classname> to "
6277"each <classname>ColumnViewColumn</classname>. Then the user of your app can "6200"each <classname>ColumnViewColumn</classname>. Then the user of your app can "
6278"sort the items by clicking on a column heading."6201"sort the items by clicking on a column heading."
6279msgstr ""6202msgstr ""
nn6203"I en <classname>ColumnView</classname> hämtar du "
6204"<classname>ColumnViewSorter</classname> från denna <classname>ColumnView</"
6205"classname> och ställer in den till <classname>SortListModel</classname>-"
6206"modellen. Ställ in en <classname>Sorter</classname> för varje "
6207"<classname>ColumnViewColumn</classname>. Användaren av ditt program kan "
6208"sedan sortera objekten genom att klicka på en kolumnrubrik."
62806209
6281#. (itstool) path: listitem/para6210#. (itstool) path: listitem/para
6282#: C/index-in.docbook:25576211#: C/index-in.docbook:2557
6283#, fuzzy6212#, fuzzy
6284#| msgid ""6213#| msgid ""
6288msgid ""6217msgid ""
6289"In any view, set a <classname>Sorter</classname> such as a "6218"In any view, set a <classname>Sorter</classname> such as a "
6290"<classname>StringSorter</classname> or a <classname>NumericSorter</"6219"<classname>StringSorter</classname> or a <classname>NumericSorter</"
6291"classname> to the <classname>SortListModel</classname>."6220"classname> to the <classname>SortListModel</classname>."
6292msgstr ""6221msgstr ""
n6293"Som nämns ovan har varje <classname>TextView</classname> en "n6222"Ställ i valfri vy in en <classname>Sorter</classname> som en "
6294"<classname>TextBuffer</classname>, och en eller flera <classname>TextView</"6223"<classname>StringSorter</classname> eller en <classname>NumericSorter</"
6295"classname> kan dela på samma <classname>TextBuffer</classname>."6224"classname> till <classname>SortListModel</classname>-modellen."
62966225
6297#. (itstool) path: section/para6226#. (itstool) path: section/para
6298#: C/index-in.docbook:25626227#: C/index-in.docbook:2562
n6299#, fuzzyn
6300#| msgid ""
6301#| "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6302#| "classGtk_1_1TreeModel.html\">Reference</link>"
6303msgid ""6228msgid ""
6304"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"6229"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6305"classGtk_1_1SortListModel.html\">SortListModel Reference</link>"6230"classGtk_1_1SortListModel.html\">SortListModel Reference</link>"
6306msgstr ""6231msgstr ""
6307"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"6232"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
n6308"classGtk_1_1TreeModel.html\">Referens</link>"n6233"classGtk_1_1SortListModel.html\">Referens för SortListModel</link>"
63096234
6310#. (itstool) path: section/para6235#. (itstool) path: section/para
6311#: C/index-in.docbook:25636236#: C/index-in.docbook:2563
n6312#, fuzzyn
6313#| msgid ""
6314#| "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6315#| "classGtk_1_1TreeSortable.html\">TreeSortable Reference</link>"
6316msgid ""6237msgid ""
6317"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"6238"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6318"classGtk_1_1StringSorter.html\">StringSorter Reference</link>"6239"classGtk_1_1StringSorter.html\">StringSorter Reference</link>"
6319msgstr ""6240msgstr ""
6320"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"6241"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
n6321"classGtk_1_1TreeSortable.html\">Referens för TreeSortable</link>"n6242"classGtk_1_1StringSorter.html\">Referens för StringSorter</link>"
63226243
6323#. (itstool) path: section/para6244#. (itstool) path: section/para
6324#: C/index-in.docbook:25646245#: C/index-in.docbook:2564
n6325#, fuzzyn
6326#| msgid ""
6327#| "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6328#| "classGtk_1_1TreeSortable.html\">TreeSortable Reference</link>"
6329msgid ""6246msgid ""
6330"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"6247"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6331"classGtk_1_1NumericSorter.html\">NumericSorter Reference</link>"6248"classGtk_1_1NumericSorter.html\">NumericSorter Reference</link>"
6332msgstr ""6249msgstr ""
6333"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"6250"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
n6334"classGtk_1_1TreeSortable.html\">Referens för TreeSortable</link>"n6251"classGtk_1_1NumericSorter.html\">Referens för NumericSorter</link>"
63356252
6336#. (itstool) path: figure/title6253#. (itstool) path: figure/title
6337#: C/index-in.docbook:25706254#: C/index-in.docbook:2570
6338msgid "SortListModel"6255msgid "SortListModel"
n6339msgstr ""n6256msgstr "SortListModel"
63406257
6341#. (itstool) path: imageobject/imagedata6258#. (itstool) path: imageobject/imagedata
6342#. This is a reference to an external file such as an image or video. When6259#. This is a reference to an external file such as an image or video. When
6343#. the file changes, the md5 hash will change to let you know you need to6260#. the file changes, the md5 hash will change to let you know you need to
6344#. update your localized copy. The msgstr is not used at all. Set it to6261#. update your localized copy. The msgstr is not used at all. Set it to
6353"external ref='figures/treeview_list.png' "6270"external ref='figures/treeview_list.png' "
6354"md5='60e5e4ecb284d0cdc53373fe0ec858ee'"6271"md5='60e5e4ecb284d0cdc53373fe0ec858ee'"
63556272
6356#. (itstool) path: section/para6273#. (itstool) path: section/para
6357#: C/index-in.docbook:25766274#: C/index-in.docbook:2576
n6358#, fuzzyn
6359#| msgid ""
6360#| "<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/"
6361#| "tree/master/examples/book/textview/\">Source Code</link>"
6362msgid ""6275msgid ""
6363"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"6276"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"
6364"master/examples/book/listmodelviews/sort\">Source Code</link>"6277"master/examples/book/listmodelviews/sort\">Source Code</link>"
6365msgstr ""6278msgstr ""
6366"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"6279"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"
n6367"master/examples/book/textview/\">Källkod</link>"n6280"master/examples/book/listmodelviews/sort\">Källkod</link>"
63686281
6369#. (itstool) path: section/title6282#. (itstool) path: section/title
6370#: C/index-in.docbook:25826283#: C/index-in.docbook:2582
n6371#, fuzzyn
6372#| msgid "Filtering Files"
6373msgid "Filtering"6284msgid "Filtering"
n6374msgstr "Filtrera filer"n6285msgstr "Filtrering"
63756286
6376#. (itstool) path: section/para6287#. (itstool) path: section/para
6377#: C/index-in.docbook:25846288#: C/index-in.docbook:2584
6378#, fuzzy6289#, fuzzy
nn6290#| msgid ""
6291#| "<classname>Gtk::Style</classname> and <classname>Gtk::Rc</classname> were "
6292#| "removed, replaced by <classname>Gtk::StyleContext</classname>, and "
6293#| "<classname>Gtk::StyleProvider</classname>s, such as <classname>Gtk::"
6294#| "CssProvider</classname>."
6379msgid ""6295msgid ""
6380"The list can be filtered by wrapping it in a <classname>FilterListModel</"6296"The list can be filtered by wrapping it in a <classname>FilterListModel</"
6381"classname>. Set a <classname>Filter</classname> such as a "6297"classname>. Set a <classname>Filter</classname> such as a "
6382"<classname>StringFilter</classname> or a <classname>BoolFilter</classname> "6298"<classname>StringFilter</classname> or a <classname>BoolFilter</classname> "
6383"to the <classname>FilterListModel</classname>."6299"to the <classname>FilterListModel</classname>."
6384msgstr ""6300msgstr ""
6385"<classname>Gtk::Style</classname> och <classname>Gtk::Rc</classname> togs "6301"<classname>Gtk::Style</classname> och <classname>Gtk::Rc</classname> togs "
6386"bort, ersatta av <classname>Gtk::StyleContext</classname> och olika "6302"bort, ersatta av <classname>Gtk::StyleContext</classname> och olika "
n6387"<classname>Gtk::StyleProvider</classname>, som <classname>Gtk::CssProvider</"n6303"<classname>Gtk::StyleProvider</classname>-klasser, som <classname>Gtk::"
6388"classname>."6304"CssProvider</classname>."
63896305
6390#. (itstool) path: section/para6306#. (itstool) path: section/para
6391#: C/index-in.docbook:25906307#: C/index-in.docbook:2590
n6392#, fuzzyn
6393#| msgid ""
6394#| "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6395#| "classGtk_1_1FileDialog.html\">FileDialog Reference</link>"
6396msgid ""6308msgid ""
6397"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"6309"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6398"classGtk_1_1FilterListModel.html\">FilterListModel Reference</link>"6310"classGtk_1_1FilterListModel.html\">FilterListModel Reference</link>"
6399msgstr ""6311msgstr ""
6400"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"6312"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
n6401"classGtk_1_1FileDialog.html\">FileDialog-referens</link>"n6313"classGtk_1_1FilterListModel.html\">Referens för FilterListModel</link>"
64026314
6403#. (itstool) path: section/para6315#. (itstool) path: section/para
6404#: C/index-in.docbook:25916316#: C/index-in.docbook:2591
n6405#, fuzzyn
6406#| msgid ""
6407#| "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6408#| "classGtk_1_1Widget.html\">Widget Reference</link>"
6409msgid ""6317msgid ""
6410"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"6318"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6411"classGtk_1_1StringFilter.html\">StringFilter Reference</link>"6319"classGtk_1_1StringFilter.html\">StringFilter Reference</link>"
6412msgstr ""6320msgstr ""
6413"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"6321"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
n6414"classGtk_1_1Widget.html\">Widget-referens</link>"n6322"classGtk_1_1StringFilter.html\">Referens för StringFilter</link>"
64156323
6416#. (itstool) path: section/para6324#. (itstool) path: section/para
6417#: C/index-in.docbook:25926325#: C/index-in.docbook:2592
n6418#, fuzzyn
6419#| msgid ""
6420#| "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6421#| "classGtk_1_1Tooltip.html\">Tooltip Reference</link>"
6422msgid ""6326msgid ""
6423"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"6327"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6424"classGtk_1_1BoolFilter.html\">BoolFilter Reference</link>"6328"classGtk_1_1BoolFilter.html\">BoolFilter Reference</link>"
6425msgstr ""6329msgstr ""
6426"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"6330"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
n6427"classGtk_1_1Tooltip.html\">Tooltip-referens</link>"n6331"classGtk_1_1BoolFilter.html\">Referens för BoolFilter</link>"
64286332
6429#. (itstool) path: figure/title6333#. (itstool) path: figure/title
6430#: C/index-in.docbook:25986334#: C/index-in.docbook:2598
6431msgid "FilterListModel"6335msgid "FilterListModel"
n6432msgstr ""n6336msgstr "FilterListModel"
64336337
6434#. (itstool) path: imageobject/imagedata6338#. (itstool) path: imageobject/imagedata
6435#. This is a reference to an external file such as an image or video. When6339#. This is a reference to an external file such as an image or video. When
6436#. the file changes, the md5 hash will change to let you know you need to6340#. the file changes, the md5 hash will change to let you know you need to
6437#. update your localized copy. The msgstr is not used at all. Set it to6341#. update your localized copy. The msgstr is not used at all. Set it to
6445msgstr ""6349msgstr ""
6446"external ref='figures/recentfiles.png' md5='2ca280c98b5c8822ad48ca40f7ce0bb4'"6350"external ref='figures/recentfiles.png' md5='2ca280c98b5c8822ad48ca40f7ce0bb4'"
64476351
6448#. (itstool) path: section/para6352#. (itstool) path: section/para
6449#: C/index-in.docbook:26046353#: C/index-in.docbook:2604
n6450#, fuzzyn
6451#| msgid ""
6452#| "<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/"
6453#| "tree/master/examples/book/textview/\">Source Code</link>"
6454msgid ""6354msgid ""
6455"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"6355"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"
6456"master/examples/book/listmodelviews/filter\">Source Code</link>"6356"master/examples/book/listmodelviews/filter\">Source Code</link>"
6457msgstr ""6357msgstr ""
6458"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"6358"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"
n6459"master/examples/book/textview/\">Källkod</link>"n6359"master/examples/book/listmodelviews/filter\">Källkod</link>"
64606360
6461#. (itstool) path: section/title6361#. (itstool) path: section/title
6462#: C/index-in.docbook:26106362#: C/index-in.docbook:2610
n6463#, fuzzyn
6464#| msgid "Applying Tags"
6465msgid "Displaying Trees"6363msgid "Displaying Trees"
n6466msgstr "Tillämpa taggar"n6364msgstr "Visa träd"
64676365
6468#. (itstool) path: section/para6366#. (itstool) path: section/para
6469#: C/index-in.docbook:26126367#: C/index-in.docbook:2612
nn6368#, fuzzy
6470msgid ""6369msgid ""
6471"While the deprecated <classname>TreeView</classname> provided built-in "6370"While the deprecated <classname>TreeView</classname> provided built-in "
6472"support for trees, the list widgets, and in particular <classname>Gio::"6371"support for trees, the list widgets, and in particular <classname>Gio::"
6473"ListModel</classname>, do not. However, <application>gtkmm</application> "6372"ListModel</classname>, do not. However, <application>gtkmm</application> "
6474"provides functionality to make trees look and behave like lists for the "6373"provides functionality to make trees look and behave like lists for the "
6475"people who still want to display lists. This is achieved by using the "6374"people who still want to display lists. This is achieved by using the "
6476"<classname>TreeListModel</classname> to flatten a tree into a list. The "6375"<classname>TreeListModel</classname> to flatten a tree into a list. The "
6477"<classname>TreeExpander</classname> widget can then be used inside a "6376"<classname>TreeExpander</classname> widget can then be used inside a "
6478"listitem to allow users to expand and collapse rows."6377"listitem to allow users to expand and collapse rows."
6479msgstr ""6378msgstr ""
nn6379"Medan den föråldrade <classname>TreeView</classname> tillhandahöll inbyggt "
6380"stöd för träd så gör listkomponenterna, och i synnerhet <classname>Gio::"
6381"ListModel</classname>, inte det. <application>gtkmm</application> "
6382"tillhandahåller dock funktionalitet för att få träd att se ut och uppföra "
6383"sig som listor för de som fortfarande vill visa listor. Detta åstadkoms "
6384"genom att använda <classname>TreeListModel</classname>-modellen för att "
6385"platta ut ett träd till en lista. <classname>TreeExpander</classname>-"
6386"komponenten kan sedan användas inuti ett listobjekt för att låta användare "
6387"expandera och fälla ihop rader."
64806388
6481#. (itstool) path: section/para6389#. (itstool) path: section/para
6482#: C/index-in.docbook:26226390#: C/index-in.docbook:2622
n6483#, fuzzyn
6484#| msgid ""
6485#| "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6486#| "classGtk_1_1TreeModelSort.html\">TreeModelSort Reference</link>"
6487msgid ""6391msgid ""
6488"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"6392"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6489"classGtk_1_1TreeListModel.html\">TreeListModel Reference</link>"6393"classGtk_1_1TreeListModel.html\">TreeListModel Reference</link>"
6490msgstr ""6394msgstr ""
6491"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"6395"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
n6492"classGtk_1_1TreeModelSort.html\">Referens för TreeModelSort</link>"n6396"classGtk_1_1TreeListModel.html\">Referens för TreeListModel</link>"
64936397
6494#. (itstool) path: section/para6398#. (itstool) path: section/para
6495#: C/index-in.docbook:26236399#: C/index-in.docbook:2623
n6496#, fuzzyn
6497#| msgid ""
6498#| "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6499#| "classGtk_1_1TreeModelSort.html\">TreeModelSort Reference</link>"
6500msgid ""6400msgid ""
6501"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"6401"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
6502"classGtk_1_1TreeExpander.html\">TreeExpander Reference</link>"6402"classGtk_1_1TreeExpander.html\">TreeExpander Reference</link>"
6503msgstr ""6403msgstr ""
6504"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"6404"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
n6505"classGtk_1_1TreeModelSort.html\">Referens för TreeModelSort</link>"n6405"classGtk_1_1TreeExpander.html\">Referens för TreeExpander</link>"
65066406
6507#. (itstool) path: figure/title6407#. (itstool) path: figure/title
6508#: C/index-in.docbook:26296408#: C/index-in.docbook:2629
n6509#, fuzzyn
6510#| msgid "The Model"
6511msgid "TreeListModel"6409msgid "TreeListModel"
n6512msgstr "Modellen"n6410msgstr "TreeListModel"
65136411
6514#. (itstool) path: imageobject/imagedata6412#. (itstool) path: imageobject/imagedata
6515#. This is a reference to an external file such as an image or video. When6413#. This is a reference to an external file such as an image or video. When
6516#. the file changes, the md5 hash will change to let you know you need to6414#. the file changes, the md5 hash will change to let you know you need to
6517#. update your localized copy. The msgstr is not used at all. Set it to6415#. update your localized copy. The msgstr is not used at all. Set it to
6525msgstr ""6423msgstr ""
6526"external ref='figures/notebook.png' md5='b46c25388d4c250b0ab737f71f82d81b'"6424"external ref='figures/notebook.png' md5='b46c25388d4c250b0ab737f71f82d81b'"
65276425
6528#. (itstool) path: section/para6426#. (itstool) path: section/para
6529#: C/index-in.docbook:26356427#: C/index-in.docbook:2635
n6530#, fuzzyn
6531#| msgid ""
6532#| "<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/"
6533#| "tree/master/examples/book/listmodelviews/gridview\">Source Code, "
6534#| "GridView</link>"
6535msgid ""6428msgid ""
6536"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"6429"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"
6537"master/examples/book/listmodelviews/tree_columnview\">Source Code</link>"6430"master/examples/book/listmodelviews/tree_columnview\">Source Code</link>"
6538msgstr ""6431msgstr ""
6539"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"6432"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"
n6540"master/examples/book/listmodelviews/gridview\">Källkod, GridView</link>"n6433"master/examples/book/listmodelviews/tree_columnview\">Källkod</link>"
65416434
6542#. (itstool) path: chapter/title6435#. (itstool) path: chapter/title
6543#: C/index-in.docbook:26436436#: C/index-in.docbook:2643
6544msgid "The TreeView widget"6437msgid "The TreeView widget"
6545msgstr "TreeView-komponenten"6438msgstr "TreeView-komponenten"
7900msgid "Drag and Drop"7793msgid "Drag and Drop"
7901msgstr "Dra och släpp"7794msgstr "Dra och släpp"
79027795
7903#. (itstool) path: section/para7796#. (itstool) path: section/para
7904#: C/index-in.docbook:31977797#: C/index-in.docbook:3197
n7905#, fuzzyn
7906msgid ""7798msgid ""
7907"<classname>Gtk::TreeView</classname> already implements simple drag-and-drop "7799"<classname>Gtk::TreeView</classname> already implements simple drag-and-drop "
7908"when used with the <classname>Gtk::ListStore</classname> or <classname>Gtk::"7800"when used with the <classname>Gtk::ListStore</classname> or <classname>Gtk::"
7909"TreeStore</classname> models (since gtk 4.8). If necessary, it also allows "7801"TreeStore</classname> models (since gtk 4.8). If necessary, it also allows "
7910"you to implement more complex behavior when items are dragged and dropped, "7802"you to implement more complex behavior when items are dragged and dropped, "
7911"using the normal <link linkend=\"chapter-draganddrop\">Drag and Drop</link> "7803"using the normal <link linkend=\"chapter-draganddrop\">Drag and Drop</link> "
7912"API."7804"API."
7913msgstr ""7805msgstr ""
7914"<classname>Gtk::TreeView</classname> implementerar redan enkelt dra-och-"7806"<classname>Gtk::TreeView</classname> implementerar redan enkelt dra-och-"
7915"släpp när den används med <classname>Gtk::ListStore</classname>- eller "7807"släpp när den används med <classname>Gtk::ListStore</classname>- eller "
n7916"<classname>Gtk::TreeStore</classname>-modellerna. Om nödvändigt låter den "n7808"<classname>Gtk::TreeStore</classname>-modellerna (sedan gtk 4.8). Om "
7917"dig också implementera mer komplext beteende när objekt dras och släpps, med "7809"nödvändigt låter den dig också implementera mer komplext beteende när objekt "
7918"det vanliga <link linkend=\"chapter-draganddrop\">Dra och släpp</link>-API:t."7810"dras och släpps, med det vanliga <link linkend=\"chapter-draganddrop\">Dra "
7811"och släpp</link>-API:t."
79197812
7920#. (itstool) path: section/title7813#. (itstool) path: section/title
7921#: C/index-in.docbook:32067814#: C/index-in.docbook:3206
7922#, fuzzy7815#, fuzzy
7923msgid "Reorderable rows"7816msgid "Reorderable rows"
8256"<classname>Entry</classname>, som låter användaren mata in godtycklig text "8149"<classname>Entry</classname>, som låter användaren mata in godtycklig text "
8257"om inget av de tillgängliga valen passar."8150"om inget av de tillgängliga valen passar."
82588151
8259#. (itstool) path: chapter/para8152#. (itstool) path: chapter/para
8260#: C/index-in.docbook:33738153#: C/index-in.docbook:3373
n8261#, fuzzyn
8262msgid ""8154msgid ""
8263"The list is provided via a <classname>Gio::ListModel</classname>, and data "8155"The list is provided via a <classname>Gio::ListModel</classname>, and data "
8264"from this model is added to the <classname>DropDown</classname>'s view with "8156"from this model is added to the <classname>DropDown</classname>'s view with "
8265"signal handlers connected to a <classname>SignalListItemFactory</classname>. "8157"signal handlers connected to a <classname>SignalListItemFactory</classname>. "
8266"This provides flexibility, but the <classname>StringList</classname> class "8158"This provides flexibility, but the <classname>StringList</classname> class "
8455msgid ""8347msgid ""
8456"The dropdown menu may contain an <classname>Entry</classname> that allows to "8348"The dropdown menu may contain an <classname>Entry</classname> that allows to "
8457"search for items in the list. Call <methodname>set_enable_search()</"8349"search for items in the list. Call <methodname>set_enable_search()</"
8458"methodname> and <methodname>set_expression()</methodname>. For instance:"8350"methodname> and <methodname>set_expression()</methodname>. For instance:"
8459msgstr ""8351msgstr ""
n8460"Rullgardinsmeny kan innehålla ett <classname>Entry</classname> som tillåter "n8352"Rullgardinsmenyn kan innehålla ett <classname>Entry</classname> som tillåter "
8461"sökning efter objekt i listan. Anropa <methodname>set_enable_search()</"8353"sökning efter objekt i listan. Anropa <methodname>set_enable_search()</"
8462"methodname> och <methodname>set_expression()</methodname>. Till exempel:"8354"methodname> och <methodname>set_expression()</methodname>. Till exempel:"
84638355
8464#. (itstool) path: section/programlisting8356#. (itstool) path: section/programlisting
8465#: C/index-in.docbook:34778357#: C/index-in.docbook:3477
8662"<classname>Entry</classname>, som låter användaren mata in godtycklig text "8554"<classname>Entry</classname>, som låter användaren mata in godtycklig text "
8663"om inget av de tillgängliga valen passar."8555"om inget av de tillgängliga valen passar."
86648556
8665#. (itstool) path: chapter/para8557#. (itstool) path: chapter/para
8666#: C/index-in.docbook:35528558#: C/index-in.docbook:3552
n8667#, fuzzyn
8668msgid ""8559msgid ""
8669"The list is provided via a <classname>TreeModel</classname>, and columns "8560"The list is provided via a <classname>TreeModel</classname>, and columns "
8670"from this model are added to the ComboBox's view with the "8561"from this model are added to the ComboBox's view with the "
8671"<methodname>ComboBox::pack_start()</methodname> method. This provides "8562"<methodname>ComboBox::pack_start()</methodname> method. This provides "
8672"flexibility and compile-time type-safety, but the <classname>ComboBoxText</"8563"flexibility and compile-time type-safety, but the <classname>ComboBoxText</"
8772"instance, you might read an integer ID value from the model, even though you "8663"instance, you might read an integer ID value from the model, even though you "
8773"have chosen only to show the human-readable description in the ComboBox. For "8664"have chosen only to show the human-readable description in the ComboBox. For "
8774"instance:"8665"instance:"
8775msgstr ""8666msgstr ""
8776"För att upptäcka vilket objekt, om något, som användaren har valt från en "8667"För att upptäcka vilket objekt, om något, som användaren har valt från en "
n8777"ComboBox, anropa <methodname>ComboBox::get_active()</methodname>. "n8668"ComboBox, anropa <methodname>ComboBox::get_active()</methodname>. Detta "
8778"Detta<classname>TreeModel::iterator</classname> returnerar en som du kan "8669"returnerar en <classname>TreeModel::iterator</classname> som du kan "
8779"dereferera till en <classname>Row</classname> för att läsa värdena i dina "8670"dereferera till en <classname>Row</classname> för att läsa värdena i dina "
8780"kolumner. Exempelvis kanske du läser ett heltals-ID-värde från modellen, "8671"kolumner. Exempelvis kanske du läser ett heltals-ID-värde från modellen, "
8781"även om du valt att bara visa den mänskligt läsbara beskrivningen i vår "8672"även om du valt att bara visa den mänskligt läsbara beskrivningen i vår "
8782"ComboBox. Till exempel:"8673"ComboBox. Till exempel:"
87838674
96209511
9621#. (itstool) path: section/para9512#. (itstool) path: section/para
9622#: C/index-in.docbook:39659513#: C/index-in.docbook:3965
9623#, fuzzy9514#, fuzzy
9624#| msgid ""9515#| msgid ""
n9625#| "Some <classname>TreeView</classname> examples are shown here. There are "n9516#| "Some examples are shown in this chapter. There are more examples in the "
9626#| "more examples in the <link xlink:href=\"https://gitlab.gnome.org/GNOME/"9517#| "<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/"
9627#| "gtkmm-documentation/tree/master/examples/book/treeview/\">treeview "9518#| "tree/master/examples/book/listmodelviews/\">listmodelviews directory</"
9628#| "directory</link> in <application>gtkmm-documentation</application>'s "9519#| "link> in <application>gtkmm-documentation</application>'s examples."
9629#| "examples."
9630msgid ""9520msgid ""
9631"There is a more complicated example among <link xlink:href=\"https://gitlab."9521"There is a more complicated example among <link xlink:href=\"https://gitlab."
9632"gnome.org/GNOME/gtkmm/tree/master/demos/gtk-demo/example_textview."9522"gnome.org/GNOME/gtkmm/tree/master/demos/gtk-demo/example_textview."
9633"cc\"><application>gtkmm</application>'s demo programs</link>."9523"cc\"><application>gtkmm</application>'s demo programs</link>."
9634msgstr ""9524msgstr ""
n9635"Några <classname>TreeView</classname>-exempel visas här. Det finns mer "n9525"Några exempel visas i detta kapitel. Det finns mer exempel i <link xlink:"
9636"exempel i <link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-"9526"href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/master/"
9637"documentation/tree/master/examples/book/treeview/\">treeview-katalogen</"9527"examples/book/listmodelviews/\">listmodelviews-katalogen</link> i "
9638"link> i <application>gtkmm-documentation</application>s exempel."9528"<application>gtkmm-documentation</application>s exempel."
96399529
9640#. (itstool) path: chapter/title9530#. (itstool) path: chapter/title
9641#: C/index-in.docbook:39739531#: C/index-in.docbook:3973
9642msgid "Menus and Toolbars"9532msgid "Menus and Toolbars"
9643msgstr "Menyer och verktygsfält"9533msgstr "Menyer och verktygsfält"
10913msgid ""10803msgid ""
10914"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"10804"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
10915"classGtk_1_1FileDialog.html\">FileDialog Reference</link>"10805"classGtk_1_1FileDialog.html\">FileDialog Reference</link>"
10916msgstr ""10806msgstr ""
10917"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"10807"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
n10918"classGtk_1_1FileDialog.html\">FileDialog-referens</link>"n10808"classGtk_1_1FileDialog.html\">Referens för FileDialog</link>"
1091910809
n10920# TODO: FileChooseDialog Referencen
10921#. (itstool) path: section/para10810#. (itstool) path: section/para
10922#: C/index-in.docbook:454910811#: C/index-in.docbook:4549
n10923#, fuzzyn
10924#| msgid ""
10925#| "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
10926#| "classGtk_1_1FileChooserDialog.html\">FileChooserDialogReference</link>"
10927msgid ""10812msgid ""
10928"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"10813"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
10929"classGtk_1_1FileChooserDialog.html\">FileChooserDialog Reference</link>"10814"classGtk_1_1FileChooserDialog.html\">FileChooserDialog Reference</link>"
10930msgstr ""10815msgstr ""
10931"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"10816"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
n10932"classGtk_1_1FileChooserDialog.html\">FileChooserDialog-referens</link>"n10817"classGtk_1_1FileChooserDialog.html\">Referens för FileChooserDialog</link>"
1093310818
10934#. (itstool) path: figure/title10819#. (itstool) path: figure/title
10935#: C/index-in.docbook:455510820#: C/index-in.docbook:4555
10936msgid "FileDialog"10821msgid "FileDialog"
10937msgstr "FileDialog"10822msgstr "FileDialog"
10991msgid ""10876msgid ""
10992"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"10877"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
10993"classGtk_1_1ColorDialog.html\">ColorDialog Reference</link>"10878"classGtk_1_1ColorDialog.html\">ColorDialog Reference</link>"
10994msgstr ""10879msgstr ""
10995"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"10880"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
n10996"classGtk_1_1ColorDialog.html\">ColorDialog-referens</link>"n10881"classGtk_1_1ColorDialog.html\">Referens för ColorDialog</link>"
1099710882
10998#. (itstool) path: section/para10883#. (itstool) path: section/para
10999#: C/index-in.docbook:457610884#: C/index-in.docbook:4576
11000msgid ""10885msgid ""
11001"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"10886"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
11002"classGtk_1_1ColorChooserDialog.html\">ColorChooserDialog Reference</link>"10887"classGtk_1_1ColorChooserDialog.html\">ColorChooserDialog Reference</link>"
11003msgstr ""10888msgstr ""
11004"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"10889"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
n11005"classGtk_1_1ColorChooserDialog.html\">ColorChooserDialog-referens</link>"n10890"classGtk_1_1ColorChooserDialog.html\">Referens för ColorChooserDialog</link>"
1100610891
11007#. (itstool) path: figure/title10892#. (itstool) path: figure/title
11008#: C/index-in.docbook:458210893#: C/index-in.docbook:4582
11009msgid "ColorDialog"10894msgid "ColorDialog"
11010msgstr "ColorDialog"10895msgstr "ColorDialog"
11062msgid ""10947msgid ""
11063"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"10948"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
11064"classGtk_1_1FontDialog.html\">FontDialog Reference</link>"10949"classGtk_1_1FontDialog.html\">FontDialog Reference</link>"
11065msgstr ""10950msgstr ""
11066"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"10951"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
n11067"classGtk_1_1FontDialog.html\">FontDialog-referens</link>"n10952"classGtk_1_1FontDialog.html\">Referens för FontDialog</link>"
1106810953
11069#. (itstool) path: section/para10954#. (itstool) path: section/para
11070#: C/index-in.docbook:460310955#: C/index-in.docbook:4603
11071msgid ""10956msgid ""
11072"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"10957"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
11073"classGtk_1_1FontChooserDialog.html\">FontChooserDialog Reference</link>"10958"classGtk_1_1FontChooserDialog.html\">FontChooserDialog Reference</link>"
11074msgstr ""10959msgstr ""
11075"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"10960"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
n11076"classGtk_1_1FontChooserDialog.html\">FontChooserDialog-referens</link>"n10961"classGtk_1_1FontChooserDialog.html\">Referens för FontChooserDialog</link>"
1107710962
11078#. (itstool) path: figure/title10963#. (itstool) path: figure/title
11079#: C/index-in.docbook:460910964#: C/index-in.docbook:4609
11080msgid "FontDialog"10965msgid "FontDialog"
11081msgstr "FontDialog"10966msgstr "FontDialog"
11202msgid ""11087msgid ""
11203"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"11088"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
11204"classGtk_1_1Window.html\">Window Reference</link>"11089"classGtk_1_1Window.html\">Window Reference</link>"
11205msgstr ""11090msgstr ""
11206"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"11091"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
n11207"classGtk_1_1Window.html\">Window-referens</link>"n11092"classGtk_1_1Window.html\">Referens för Window</link>"
1120811093
11209#. (itstool) path: figure/title11094#. (itstool) path: figure/title
11210#: C/index-in.docbook:466511095#: C/index-in.docbook:4665
11211#, fuzzy11096#, fuzzy
11212msgid "Window Dialog"11097msgid "Window Dialog"
11568"kontext i ritfunktionen."11453"kontext i ritfunktionen."
1156911454
11570#. (itstool) path: section/title11455#. (itstool) path: section/title
11571#: C/index-in.docbook:481611456#: C/index-in.docbook:4816
11572msgid "Drawing Straight Lines"11457msgid "Drawing Straight Lines"
n11573msgstr "Rita raka linjer"n11458msgstr "Rita räta linjer"
1157411459
11575#. (itstool) path: tip/para11460#. (itstool) path: tip/para
11576#: C/index-in.docbook:482511461#: C/index-in.docbook:4825
11577#, fuzzy11462#, fuzzy
11578msgid ""11463msgid ""
11606"Cairo's coordinate system. The origin of the Cairo coordinate system is "11491"Cairo's coordinate system. The origin of the Cairo coordinate system is "
11607"located in the upper-left corner of the window with positive x values to the "11492"located in the upper-left corner of the window with positive x values to the "
11608"right and positive y values going down. <_:tip-1/>"11493"right and positive y values going down. <_:tip-1/>"
11609msgstr ""11494msgstr ""
11610"Nu då vi förstå grunderna hos Cairo-grafikbiblioteket är vi nästan klara att "11495"Nu då vi förstå grunderna hos Cairo-grafikbiblioteket är vi nästan klara att "
n11611"börja rita. Vi börjar med det enklaste av ritelement: den raka linjen. Men "n11496"börja rita. Vi börjar med det enklaste av ritelement: den räta linjen. Men "
11612"först behöver du känna till lite om Cairos koordinatsystem. Origo för Cairos "11497"först behöver du känna till lite om Cairos koordinatsystem. Origo för Cairos "
11613"koordinatsystem finns i fönstrets övre vänstra hörn med positiva x-värden "11498"koordinatsystem finns i fönstrets övre vänstra hörn med positiva x-värden "
11614"till höger och positiva y-värden nedåt. <_:tip-1/>"11499"till höger och positiva y-värden nedåt. <_:tip-1/>"
1161511500
11616#. (itstool) path: section/para11501#. (itstool) path: section/para
11763msgid ""11648msgid ""
11764"In addition to drawing basic straight lines, there are a number of things "11649"In addition to drawing basic straight lines, there are a number of things "
11765"that you can customize about a line. You've already seen examples of setting "11650"that you can customize about a line. You've already seen examples of setting "
11766"a line's color and width, but there are others as well."11651"a line's color and width, but there are others as well."
11767msgstr ""11652msgstr ""
n11768"Utöver att rita enkla raka linjer så finns det ett antal saker som du kan "n11653"Utöver att rita enkla räta linjer så finns det ett antal saker som du kan "
11769"anpassa med en linje. Du har redan sett exempel på att ställa in en linjes "11654"anpassa med en linje. Du har redan sett exempel på att ställa in en linjes "
11770"färg och bredd, men det finns även annat."11655"färg och bredd, men det finns även annat."
1177111656
11772# TODO: are show*n*11657# TODO: are show*n*
11773#. (itstool) path: section/para11658#. (itstool) path: section/para
11827"<methodname>Cairo::Context::set_line_cap()</methodname>."11712"<methodname>Cairo::Context::set_line_cap()</methodname>."
1182811713
11829#. (itstool) path: section/para11714#. (itstool) path: section/para
11830#: C/index-in.docbook:494011715#: C/index-in.docbook:4940
11831#, fuzzy11716#, fuzzy
nn11717#| msgid ""
11718#| "There are other things you can customize as well, including creating "
11719#| "dashed lines and other things. For more information, see the Cairo API "
11720#| "documentation."
11832msgid ""11721msgid ""
11833"There are other things you can customize as well, including creating dashed "11722"There are other things you can customize as well, including creating dashed "
11834"lines and other things. For more information, see the Cairo API "11723"lines and other things. For more information, see the Cairo API "
11835"documentation. Dashed lines are shown in the example in the <link "11724"documentation. Dashed lines are shown in the example in the <link "
11836"linkend=\"cairo-example-curves\">Drawing Curved Lines</link> section."11725"linkend=\"cairo-example-curves\">Drawing Curved Lines</link> section."
11837msgstr ""11726msgstr ""
n11838"Det finns även andra saker du kan anpassa, som att skapa ocandra saker. Se "n11727"Det finns även andra saker du kan anpassa, som att skapa streckade linjer "
11839"Cairos API-dokumentation för mer information."11728"och andra saker. Se Cairos API-dokumentation för mer information."
1184011729
11841#. (itstool) path: section/title11730#. (itstool) path: section/title
11842#: C/index-in.docbook:495011731#: C/index-in.docbook:4950
11843msgid "Drawing thin lines"11732msgid "Drawing thin lines"
11844msgstr "Rita tunna linjer"11733msgstr "Rita tunna linjer"
11981msgid ""11870msgid ""
11982"The only difference between this example and the straight line example is in "11871"The only difference between this example and the straight line example is in "
11983"the <methodname>on_draw()</methodname> function, but there are a few new "11872"the <methodname>on_draw()</methodname> function, but there are a few new "
11984"concepts and functions introduced here, so let's examine them briefly."11873"concepts and functions introduced here, so let's examine them briefly."
11985msgstr ""11874msgstr ""
n11986"Den enda skillnaden mellan detta exempel och exemplet för raka linjer är i "n11875"Den enda skillnaden mellan detta exempel och exemplet för räta linjer är i "
11987"funktionen <methodname>on_draw()</methodname>, men några nya koncept och "11876"funktionen <methodname>on_draw()</methodname>, men några nya koncept och "
11988"funktioner introduceras här, så låt oss kort ta en titt på dem."11877"funktioner introduceras här, så låt oss kort ta en titt på dem."
1198911878
11990#. (itstool) path: section/para11879#. (itstool) path: section/para
11991#: C/index-in.docbook:501011880#: C/index-in.docbook:5010
14173#: C/index-in.docbook:608014062#: C/index-in.docbook:6080
14174msgid ""14063msgid ""
14175"<varname>is_private</varname>: Whether this resource should be visible only "14064"<varname>is_private</varname>: Whether this resource should be visible only "
14176"to applications that have registered it or not"14065"to applications that have registered it or not"
14177msgstr ""14066msgstr ""
n14178"<varname>is_private</varname>: huruvida denna resurs endast ska vara synlig "n14067"<varname>is_private</varname>: Huruvida denna resurs endast ska vara synlig "
14179"för program som har registrerat den eller inte"14068"för program som har registrerat den eller inte"
1418014069
14181#. (itstool) path: listitem/para14070#. (itstool) path: listitem/para
14182#: C/index-in.docbook:608414071#: C/index-in.docbook:6084
14183msgid "<varname>mime_type</varname>: The MIME type of the resource"14072msgid "<varname>mime_type</varname>: The MIME type of the resource"
14888"though. <_:itemizedlist-1/>"14777"though. <_:itemizedlist-1/>"
14889msgstr ""14778msgstr ""
1489014779
14891#. (itstool) path: section/para14780#. (itstool) path: section/para
14892#: C/index-in.docbook:640214781#: C/index-in.docbook:6402
nn14782#, fuzzy
14783#| msgid ""
14784#| "The data model is a class that implements the <classname>Gio::ListModel</"
14785#| "classname> interface. Examples of such classes are <classname>Gio::"
14786#| "ListStore</classname> (not to be confused with the deprecated "
14787#| "<classname>Gtk::ListStore</classname>), <classname>Gtk:StringList</"
14788#| "classname>, <classname>Gtk:DirectoryList</classname> and "
14789#| "<classname>Pango::FontMap</classname>."
14893msgid ""14790msgid ""
14894"The event classes that handle mouse events are also useful for handling "14791"The event classes that handle mouse events are also useful for handling "
14895"events from touchscreens. There are also many subclasses of <classname>Gtk::"14792"events from touchscreens. There are also many subclasses of <classname>Gtk::"
14896"EventController</classname> which are only (or mainly) useful for "14793"EventController</classname> which are only (or mainly) useful for "
14897"touchscreens. Examples: <classname>Gtk::GestureRotate</classname>, "14794"touchscreens. Examples: <classname>Gtk::GestureRotate</classname>, "
14898"<classname>Gtk::GestureZoom</classname>, <classname>Gtk::GestureSwipe</"14795"<classname>Gtk::GestureZoom</classname>, <classname>Gtk::GestureSwipe</"
14899"classname>, <classname>Gtk::GestureLongPress</classname>."14796"classname>, <classname>Gtk::GestureLongPress</classname>."
14900msgstr ""14797msgstr ""
nn14798"Datamodellen är en klass som implementerar <classname>Gio::ListModel</"
14799"classname>-gränssnittet. Exempel på sådana klasser är <classname>Gio::"
14800"ListStore</classname> (inte att förväxlas med de föråldrade <classname>Gtk::"
14801"ListStore</classname>), <classname>Gtk:StringList</classname>, "
14802"<classname>Gtk:DirectoryList</classname> och <classname>Pango::FontMap</"
14803"classname>."
1490114804
14902#. (itstool) path: section/para14805#. (itstool) path: section/para
14903#: C/index-in.docbook:641114806#: C/index-in.docbook:6411
14904#, fuzzy14807#, fuzzy
14905#| msgid ""14808#| msgid ""
14951msgid "Timeouts, I/O and Idle Functions"14854msgid "Timeouts, I/O and Idle Functions"
14952msgstr "Timeout, I/O och inaktivitetsfunktioner"14855msgstr "Timeout, I/O och inaktivitetsfunktioner"
1495314856
14954#. (itstool) path: section/title14857#. (itstool) path: section/title
14955#: C/index-in.docbook:643514858#: C/index-in.docbook:6435
n14956#, fuzzyn
14957msgid "Timeouts"14859msgid "Timeouts"
14958msgstr "Timeout"14860msgstr "Timeout"
1495914861
14960#. (itstool) path: section/para14862#. (itstool) path: section/para
14961#: C/index-in.docbook:643714863#: C/index-in.docbook:6437
15504#: C/index-in.docbook:668915406#: C/index-in.docbook:6689
15505#, fuzzy15407#, fuzzy
15506msgid "Dynamic allocation with new and delete"15408msgid "Dynamic allocation with new and delete"
15507msgstr "Dynamisk allokering med new och delete"15409msgstr "Dynamisk allokering med new och delete"
1550815410
n15509# TODO: favor?n
15510#. (itstool) path: section/para15411#. (itstool) path: section/para
15511#: C/index-in.docbook:669015412#: C/index-in.docbook:6690
15512#, fuzzy15413#, fuzzy
nn15414#| msgid ""
15415#| "Usually, the programmer will prefer to allow containers to automatically "
15416#| "destroy their children by creating them using <function>Gtk::"
15417#| "make_managed()</function> (see below). This is not strictly required, as "
15418#| "the <literal>new</literal> and <literal>delete</literal> operators may "
15419#| "also be used, but modern C++ style discourages those in favor of safer "
15420#| "models of memory management, so it is better to create widgets using "
15421#| "<function>Gtk::make_managed()</function> and let their parent destroy "
15422#| "them, than to manually perform dynamic allocation. <_:programlisting-1/> "
15423#| "Here, the programmer deletes <varname>pButton</varname> to prevent a "
15424#| "memory leak."
15513msgid ""15425msgid ""
15514"Usually, the programmer will prefer to allow containers to automatically "15426"Usually, the programmer will prefer to allow containers to automatically "
15515"destroy their children by creating them using <function>Gtk::make_managed()</"15427"destroy their children by creating them using <function>Gtk::make_managed()</"
15516"function> (see below). This is not strictly required, as the <literal>new</"15428"function> (see below). This is not strictly required, as the <literal>new</"
15517"literal> and <literal>delete</literal> operators may also be used, but "15429"literal> and <literal>delete</literal> operators may also be used, but "
16056msgid ""15968msgid ""
16057"The dialogs in this chapter are derived from <classname>Gtk::Window</"15969"The dialogs in this chapter are derived from <classname>Gtk::Window</"
16058"classname> because <classname>Gtk::Dialog</classname> is deprecated since "15970"classname> because <classname>Gtk::Dialog</classname> is deprecated since "
16059"<application>gtkmm</application> 4.10."15971"<application>gtkmm</application> 4.10."
16060msgstr ""15972msgstr ""
n16061"Dialogrutorna i detta kapitel härleds från <classname>Gtk::Window</"n15973"Dialogrutorna i detta kapitel är härledda från <classname>Gtk::Window</"
16062"classname> eftersom <classname>Gtk::Dialog</classname> är föråldrat sedan "15974"classname> eftersom <classname>Gtk::Dialog</classname> är föråldrat sedan "
16063"<application>gtkmm</application> 4.10."15975"<application>gtkmm</application> 4.10."
1606415976
16065#. (itstool) path: section/programlisting15977#. (itstool) path: section/programlisting
16066#: C/index-in.docbook:691415978#: C/index-in.docbook:6914
16169"<application>gtkmm</application> widget classes. This keeps your code "16081"<application>gtkmm</application> widget classes. This keeps your code "
16170"organized and encapsulated, separating declarative presentation from "16082"organized and encapsulated, separating declarative presentation from "
16171"business logic, avoiding having most of your source just be setting "16083"business logic, avoiding having most of your source just be setting "
16172"properties and packing in containers."16084"properties and packing in containers."
16173msgstr ""16085msgstr ""
n16174"Du kan använda<classname>Gtk::Builder</classname> och <application>Glade</"n16086"Du kan använda <classname>Gtk::Builder</classname> och <application>Glade</"
16175"application> för att göra en layout för dina egna anpassade komponenter "16087"application> för att göra en layout för dina egna anpassade komponenter "
16176"härledda från <application>gtkmm</application>-komponentklasser. Detta "16088"härledda från <application>gtkmm</application>-komponentklasser. Detta "
16177"håller din kod organiserad och inkapslad, skiljer på deklarativ presentation "16089"håller din kod organiserad och inkapslad, skiljer på deklarativ presentation "
16178"från affärslogik, och undviker att det mesta av din kod bara ställer in "16090"från affärslogik, och undviker att det mesta av din kod bara ställer in "
16179"egenskaper och packning i behållare."16091"egenskaper och packning i behållare."
16404"  prop_int(*this, \"button-int\", 10)\n"16316"  prop_int(*this, \"button-int\", 10)\n"
16405"{\n"16317"{\n"
16406"  // ....\n"16318"  // ....\n"
16407"}\n"16319"}\n"
1640816320
n16409# TODO: recognizen
16410#. (itstool) path: section/para16321#. (itstool) path: section/para
16411#: C/index-in.docbook:705116322#: C/index-in.docbook:7051
16412#, fuzzy16323#, fuzzy
nn16324#| msgid ""
16325#| "When using <application>gtkmm</application> with a version of "
16326#| "<application>glibmm</application> from 2.62 onwards, it is possible also "
16327#| "to specify properties of derived widgets, declared in C++ using "
16328#| "<application>gtkmm</application>, within <filename>.glade</filename> "
16329#| "files and load/set these using <classname>Gtk::Builder</classname>. See "
16330#| "the documentation of <classname>Gtk::Builder</classname> for more details "
16331#| "on how to achieve this. Glade won’t recognize such properties as-is, but "
16332#| "it should be able to through use of <link xlink:href=\"https://developer-"
16333#| "old.gnome.org/gladeui/stable/properties.html\"> property class "
16334#| "definitions</link> and a catalog declaring those new properties."
16413msgid ""16335msgid ""
16414"It is possible also to specify properties of derived widgets, declared in "16336"It is possible also to specify properties of derived widgets, declared in "
16415"<phrase role=\"nowrap\">C++</phrase> using <application>gtkmm</application>, "16337"<phrase role=\"nowrap\">C++</phrase> using <application>gtkmm</application>, "
16416"within <filename class=\"extension\">.ui</filename> files and load/set these "16338"within <filename class=\"extension\">.ui</filename> files and load/set these "
16417"using <classname>Gtk::Builder</classname>. See the documentation of "16339"using <classname>Gtk::Builder</classname>. See the documentation of "
16466"languages, including non-European languages such as Chinese and right-to-"16388"languages, including non-European languages such as Chinese and right-to-"
16467"left languages such as Arabic. An appropriately-written and translated "16389"left languages such as Arabic. An appropriately-written and translated "
16468"<application>gtkmm</application> application will use the appropriate "16390"<application>gtkmm</application> application will use the appropriate "
16469"language at runtime based on the user's environment."16391"language at runtime based on the user's environment."
16470msgstr ""16392msgstr ""
n16471"<application>gtkmm</application>-program kan lätt stöda flera språk, "n16393"<application>gtkmm</application>-program kan lätt stödja flera språk, "
16472"inklusive icke-europeiska språk som kinesiska och höger-till-vänster-språk "16394"inklusive icke-europeiska språk som kinesiska och höger-till-vänster-språk "
16473"som arabiska. Ett korrekt skrivet och översatt <application>gtkmm</"16395"som arabiska. Ett korrekt skrivet och översatt <application>gtkmm</"
16474"application>-program kommer använda lämpligt språk vid körning beroende på "16396"application>-program kommer använda lämpligt språk vid körning beroende på "
16475"användarens miljö."16397"användarens miljö."
1647616398
16560"po</filename>-standardfiler."16482"po</filename>-standardfiler."
1656116483
16562#. (itstool) path: note/para16484#. (itstool) path: note/para
16563#: C/index-in.docbook:713116485#: C/index-in.docbook:7131
16564#, fuzzy16486#, fuzzy
nn16487#| msgid ""
16488#| "We also assume that you are using autotools (<application>automake</"
16489#| "application> and <application>autoconf</application>) to build your "
16490#| "project (although autotools is not recommended for new applications), and "
16491#| "that you are using <link xlink:href=\"https://gitlab.gnome.org/GNOME/"
16492#| "gnome-common/blob/master/autogen.sh\"> <literal>./autogen.sh</literal> "
16493#| "from <application>gnome-common</application></link> or a similar "
16494#| "<literal>autogen.sh</literal> file, which, among other things, takes care "
16495#| "of some <application>intltool</application> initialization."
16565msgid ""16496msgid ""
16566"We also assume that you are using autotools (<application>automake</"16497"We also assume that you are using autotools (<application>automake</"
16567"application> and <application>autoconf</application>) to build your project "16498"application> and <application>autoconf</application>) to build your project "
16568"(although autotools is not recommended for new applications), and that you "16499"(although autotools is not recommended for new applications), and that you "
16569"are using <link xlink:href=\"https://gitlab.gnome.org/Archive/gnome-common/-/"16500"are using <link xlink:href=\"https://gitlab.gnome.org/Archive/gnome-common/-/"
16789"PROGRAMNAME_LOCALEDIR=[${datadir}/locale]\n"16720"PROGRAMNAME_LOCALEDIR=[${datadir}/locale]\n"
16790"AC_SUBST(PROGRAMNAME_LOCALEDIR)"16721"AC_SUBST(PROGRAMNAME_LOCALEDIR)"
1679116722
16792#. (itstool) path: section/para16723#. (itstool) path: section/para
16793#: C/index-in.docbook:723316724#: C/index-in.docbook:7233
n16794#, fuzzyn
16795msgid ""16725msgid ""
16796"This <varname>PROGRAMNAME_LOCALEDIR</varname> variable will be used later in "16726"This <varname>PROGRAMNAME_LOCALEDIR</varname> variable will be used later in "
16797"the <literal>Makefile.am</literal> file, to define a macro that will be used "16727"the <literal>Makefile.am</literal> file, to define a macro that will be used "
16798"when you initialize <application>gettext</application> in your source code."16728"when you initialize <application>gettext</application> in your source code."
16799msgstr ""16729msgstr ""
17239msgid "Expecting UTF8"17169msgid "Expecting UTF8"
17240msgstr "Förvänta sig UTF8"17170msgstr "Förvänta sig UTF8"
1724117171
17242#. (itstool) path: section/para17172#. (itstool) path: section/para
17243#: C/index-in.docbook:746017173#: C/index-in.docbook:7460
n17244#, fuzzyn
17245msgid ""17174msgid ""
17246"A properly internationalized application will not make assumptions about the "17175"A properly internationalized application will not make assumptions about the "
17247"number of bytes in a character. That means that you shouldn't use pointer "17176"number of bytes in a character. That means that you shouldn't use pointer "
17248"arithmetic to step through the characters in a string, and it means you "17177"arithmetic to step through the characters in a string, and it means you "
17249"shouldn't use <classname>std::string</classname> or standard C functions "17178"shouldn't use <classname>std::string</classname> or standard C functions "
17421#. (itstool) path: section/title17350#. (itstool) path: section/title
17422#: C/index-in.docbook:753817351#: C/index-in.docbook:7538
17423msgid "Composition of strings"17352msgid "Composition of strings"
17424msgstr "Sammansättning av strängar"17353msgstr "Sammansättning av strängar"
1742517354
n17426# TODO: favorsn
17427#. (itstool) path: section/para17355#. (itstool) path: section/para
17428#: C/index-in.docbook:754017356#: C/index-in.docbook:7540
17429#, fuzzy17357#, fuzzy
nn17358#| msgid ""
17359#| "C programmers use <function>sprintf()</function> to compose and "
17360#| "concatenate strings. C++ favors streams, but unfortunately, this approach "
17361#| "makes translation difficult, because each fragment of text is translated "
17362#| "separately, without allowing the translators to rearrange them according "
17363#| "to the grammar of the language."
17430msgid ""17364msgid ""
17431"C programmers use <function>sprintf()</function> to compose and concatenate "17365"C programmers use <function>sprintf()</function> to compose and concatenate "
17432"strings. <phrase role=\"nowrap\">C++</phrase> favors streams, but "17366"strings. <phrase role=\"nowrap\">C++</phrase> favors streams, but "
17433"unfortunately, this approach makes translation difficult, because each "17367"unfortunately, this approach makes translation difficult, because each "
17434"fragment of text is translated separately, without allowing the translators "17368"fragment of text is translated separately, without allowing the translators "
17599"where translators can access it, then file an <link xlink:href=\"https://"17533"where translators can access it, then file an <link xlink:href=\"https://"
17600"gitlab.gnome.org/Infrastructure/damned-lies/-/issues\"> issue to the damned-"17534"gitlab.gnome.org/Infrastructure/damned-lies/-/issues\"> issue to the damned-"
17601"lies project</link> and ask to have your program added to the <link xlink:"17535"lies project</link> and ask to have your program added to the <link xlink:"
17602"href=\"http://l10n.gnome.org/module/\">list of modules to translate</link>."17536"href=\"http://l10n.gnome.org/module/\">list of modules to translate</link>."
17603msgstr ""17537msgstr ""
n17604"Sättet detta fungerar är att du kan placera din källkod i ett git-rråd där "n17538"Sättet detta fungerar är att du kan placera din källkod i ett git-arkiv där "
17605"översättare kan komma åt den, och sedan kontakta sändlistan gnome-i18n och "17539"översättare kan komma åt den, och sedan kontakta sändlistan gnome-i18n och "
17606"be att ditt program ska läggas till i <link xlink:href=\"http://l10n.gnome."17540"be att ditt program ska läggas till i <link xlink:href=\"http://l10n.gnome."
17607"org/module/\">listan över moduler att översätta</link>."17541"org/module/\">listan över moduler att översätta</link>."
1760817542
17609#. (itstool) path: section/para17543#. (itstool) path: section/para
18075#. (itstool) path: section/title18009#. (itstool) path: section/title
18076#: C/index-in.docbook:779418010#: C/index-in.docbook:7794
18077msgid "Custom CSS Names"18011msgid "Custom CSS Names"
18078msgstr "Anpassade CSS-namn"18012msgstr "Anpassade CSS-namn"
1807918013
n18080# TODO: controlledn
18081#. (itstool) path: section/para18014#. (itstool) path: section/para
18082#: C/index-in.docbook:779618015#: C/index-in.docbook:7796
18083#, fuzzy18016#, fuzzy
18084msgid ""18017msgid ""
18085"Many aspects of the look of widgets are controlled by CSS (Cascading Style "18018"Many aspects of the look of widgets are controlled by CSS (Cascading Style "
18087"etc. If you give some widgets their own names or their own CSS classes, you "18020"etc. If you give some widgets their own names or their own CSS classes, you "
18088"can define CSS rules that apply only to those widgets, for instance certain "18021"can define CSS rules that apply only to those widgets, for instance certain "
18089"buttons, without affecting other similar widgets."18022"buttons, without affecting other similar widgets."
18090msgstr ""18023msgstr ""
18091"Många aspekter hos komponenters utseende styrs av CSS-filer (Cascading Style "18024"Många aspekter hos komponenters utseende styrs av CSS-filer (Cascading Style "
n18092"Sheet). Med CSS-filer kan du välja färg, typsnitt, radtjocklek och så "n18025"Sheet). Med CSS-filer kan du välja färg, typsnitt, linjetjocklek och så "
18093"vidare. Om du ger några komponenter egna namn så kan du definiera CSS-regler "18026"vidare. Om du ger några komponenter egna namn eller egna CSS-klasser så kan "
18094"som endast tillämpas på dessa komponenter, exempelvis vissa knappar, utan "18027"du definiera CSS-regler som endast tillämpas på dessa komponenter, "
18095"att påverka andra liknande komponenter."18028"exempelvis vissa knappar, utan att påverka andra liknande komponenter."
1809618029
18097#. (itstool) path: section/title18030#. (itstool) path: section/title
18098#: C/index-in.docbook:780318031#: C/index-in.docbook:7803
18099msgid "CSS Node Name, Widget Name, CSS Class Name"18032msgid "CSS Node Name, Widget Name, CSS Class Name"
18100msgstr "CSS-nodnamn, Komponentnamn, CSS-klassnamn"18033msgstr "CSS-nodnamn, Komponentnamn, CSS-klassnamn"
18195"Detta exempel implementerar en knapp och två etiketter med anpassad "18128"Detta exempel implementerar en knapp och två etiketter med anpassad "
18196"stilinformation."18129"stilinformation."
1819718130
18198#. (itstool) path: figure/title18131#. (itstool) path: figure/title
18199#: C/index-in.docbook:784118132#: C/index-in.docbook:7841
n18200#, fuzzyn
18201msgid "Custom CSS Name"18133msgid "Custom CSS Name"
18202msgstr "Anpassat CSS-namn"18134msgstr "Anpassat CSS-namn"
1820318135
18204#. (itstool) path: imageobject/imagedata18136#. (itstool) path: imageobject/imagedata
18205#. This is a reference to an external file such as an image or video. When18137#. This is a reference to an external file such as an image or video. When
18737"endast ett huvudfönster. Dessa program kan använda <methodname>Gtk::"18669"endast ett huvudfönster. Dessa program kan använda <methodname>Gtk::"
18738"Application::make_window_and_run(int argc, char** argv, T_Args&amp;&amp;... "18670"Application::make_window_and_run(int argc, char** argv, T_Args&amp;&amp;... "
18739"args)</methodname>. Det skapar och visar ett fönster. När fönstret är dolt "18671"args)</methodname>. Det skapar och visar ett fönster. När fönstret är dolt "
18740"tar <methodname>make_window_and_run()</methodname> bort fönstret och "18672"tar <methodname>make_window_and_run()</methodname> bort fönstret och "
18741"returnerar till anroparen. Detta kan hända när användaren stänger fönstret, "18673"returnerar till anroparen. Detta kan hända när användaren stänger fönstret, "
n18742"eller när din kod bestämmer sig för att köra <methodname>hide()</methodname> "n18674"eller när din kod bestämmer sig för att dölja fönstret med "
18743"på fönstret. Du kan förhindra användaren från att stränga fönstret "18675"<methodname>set_visible(false)</methodname>. Du kan förhindra användaren "
18744"(exempelvis om det finns osparade ändringar) genom att åsidosätta "18676"från att stränga fönstret (exempelvis om det finns osparade ändringar) genom "
18745"<methodname>Gtk::Window::on_close_request()</methodname>."18677"att åsidosätta <methodname>Gtk::Window::on_close_request()</methodname>."
1874618678
18747#. (itstool) path: section/para18679#. (itstool) path: section/para
18748#: C/index-in.docbook:813918680#: C/index-in.docbook:8139
18749msgid "Most of our examples use this technique."18681msgid "Most of our examples use this technique."
18750msgstr "De flesta av våra exempel använder denna teknik."18682msgstr "De flesta av våra exempel använder denna teknik."
18805"Packa komponenten i en behållare med lämpligt anrop, t.ex. <methodname>Gtk::"18737"Packa komponenten i en behållare med lämpligt anrop, t.ex. <methodname>Gtk::"
18806"Box::append()</methodname>."18738"Box::append()</methodname>."
1880718739
18808#. (itstool) path: section/para18740#. (itstool) path: section/para
18809#: C/index-in.docbook:818718741#: C/index-in.docbook:8187
n18810#, fuzzyn
18811msgid ""18742msgid ""
18812"If you don't want all widgets to be shown, call <methodname>Gtk::Widget::"18743"If you don't want all widgets to be shown, call <methodname>Gtk::Widget::"
18813"set_visible(false)</methodname> on the widgets that you don't want to show. "18744"set_visible(false)</methodname> on the widgets that you don't want to show. "
18814"If a container widget is hidden, all of its child widgets are also hidden, "18745"If a container widget is hidden, all of its child widgets are also hidden, "
18815"even if <methodname>set_visible(false)</methodname> is not called on the "18746"even if <methodname>set_visible(false)</methodname> is not called on the "
18816"child widgets."18747"child widgets."
18817msgstr ""18748msgstr ""
18818"Om du inte vill att alla komponenter ska visas anropar du <methodname>Gtk::"18749"Om du inte vill att alla komponenter ska visas anropar du <methodname>Gtk::"
n18819"Widget::hide()</methodname> på komponenterna som du inte vill ska visas. Om "n18750"Widget::set_visible(false)</methodname> på komponenterna som du inte vill "
18820"en behållarkomponent är dold så är även alla dess underordnade komponenter "18751"ska visas. Om en behållarkomponent är dold så är även alla dess underordnade "
18821"dolda, även om <methodname>hide()</methodname> inte anropas på de "18752"komponenter dolda, även om <methodname>set_visible(false)</methodname> inte "
18822"underordnade komponenterna."18753"anropas på de underordnade komponenterna."
1882318754
18824#. (itstool) path: chapter/title18755#. (itstool) path: chapter/title
18825#: C/index-in.docbook:819818756#: C/index-in.docbook:8198
18826msgid "Building applications"18757msgid "Building applications"
18827msgstr "Bygga program"18758msgstr "Bygga program"
19543"FontDialogButton</classname> and <classname>Gtk::DropDown</classname> in the "19474"FontDialogButton</classname> and <classname>Gtk::DropDown</classname> in the "
19544"preference dialog. The types of the properties in these classes can't be "19475"preference dialog. The types of the properties in these classes can't be "
19545"automatically converted to the string type that <classname>Gio::Settings</"19476"automatically converted to the string type that <classname>Gio::Settings</"
19546"classname> requires."19477"classname> requires."
19547msgstr ""19478msgstr ""
n19548"Vi denna punkt kommer programmet redan reagera om du ändrar en av "n19479"Vid denna punkt kommer programmet redan reagera om du ändrar en av "
19549"inställningarna, exempelvis genom att använda kommandoradsverktyget "19480"inställningarna, exempelvis genom att använda kommandoradsverktyget "
19550"<command>gsettings</command>. Vi förväntar oss förstås att programmet "19481"<command>gsettings</command>. Vi förväntar oss förstås att programmet "
19551"tillhandahåller en inställningsdialog för dessa. Så låt oss göra så nu. Vår "19482"tillhandahåller en inställningsdialog för dessa. Så låt oss göra så nu. Vår "
19552"inställningsdialog kommer vara en underklass av <classname>Gtk::Dialog</"19483"inställningsdialog kommer vara en underklass av <classname>Gtk::Dialog</"
19553"classname>, och vi kommer använda samma tekniker som vi redan sett i "19484"classname>, och vi kommer använda samma tekniker som vi redan sett i "
19554"<classname>ExampleAppWindow</classname>: en <classname>Gtk::Builder</"19485"<classname>ExampleAppWindow</classname>: en <classname>Gtk::Builder</"
n19555"classname>-ui-fil och inställningsbindningar."n19486"classname>-ui-fil och inställningsbindningar. I detta fall är dock "
19487"bindningarna mer avancerade. Vi använder <classname>Gtk::FontDialogButton</"
19488"classname> och <classname>Gtk::DropDown</classname> i inställningsdialogen. "
19489"Typerna för egenskaperna i dessa klasser kan inte automatiskt konverteras "
19490"till den strängtyp som <classname>Gio::Settings</classname> kräver."
1955619491
19557#. (itstool) path: section/para19492#. (itstool) path: section/para
19558#: C/index-in.docbook:852519493#: C/index-in.docbook:8525
19559#, fuzzy19494#, fuzzy
19560msgid ""19495msgid ""
19564"in our application class, and make it open a new preference dialog."19499"in our application class, and make it open a new preference dialog."
19565msgstr ""19500msgstr ""
19566"När vi skapat filen <filename>prefs.ui</filename> och klassen "19501"När vi skapat filen <filename>prefs.ui</filename> och klassen "
19567"<classname>ExampleAppPrefs</classname> besöker vi åter metoden "19502"<classname>ExampleAppPrefs</classname> besöker vi åter metoden "
19568"<methodname>ExampleApplication::on_action_preferences()</methodname> i vår "19503"<methodname>ExampleApplication::on_action_preferences()</methodname> i vår "
n19569"programklass, och får den öppna en ny inställningsdialog."n19504"programklass, och får den att öppna en ny inställningsdialog."
1957019505
19571#. (itstool) path: section/programlisting19506#. (itstool) path: section/programlisting
19572#: C/index-in.docbook:853019507#: C/index-in.docbook:8530
19573#, fuzzy, no-wrap19508#, fuzzy, no-wrap
19574#| msgid ""19509#| msgid ""
20101"filename>. Denna fil finns i modulen <literal>gtkmm-documentation</literal> "20036"filename>. Denna fil finns i modulen <literal>gtkmm-documentation</literal> "
20102"i GNOME git."20037"i GNOME git."
2010320038
20104#. (itstool) path: chapter/para20039#. (itstool) path: chapter/para
20105#: C/index-in.docbook:876020040#: C/index-in.docbook:8760
n20106#, fuzzyn
20107msgid ""20041msgid ""
20108"If you do decide to contribute, please post your contribution as an issue or "20042"If you do decide to contribute, please post your contribution as an issue or "
20109"merge request to <link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-"20043"merge request to <link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-"
20110"documentation\">GitLab</link>. You can also discuss your ideas on GNOME's "20044"documentation\">GitLab</link>. You can also discuss your ideas on GNOME's "
20111"<link xlink:href=\"https://discourse.gnome.org\">Discourse</link> instance, "20045"<link xlink:href=\"https://discourse.gnome.org\">Discourse</link> instance, "
20115"document is free, and any addition you provide must also be free. That is, "20049"document is free, and any addition you provide must also be free. That is, "
20116"people must be able to use any portion of your examples in their programs, "20050"people must be able to use any portion of your examples in their programs, "
20117"and copies of this document (including your contribution) may be distributed "20051"and copies of this document (including your contribution) may be distributed "
20118"freely."20052"freely."
20119msgstr ""20053msgstr ""
n20120"Om du bestämmer dig för att bidra kan du skicka ditt bidrag till sändlistan "n20054"Om du bestämmer dig för att bidra kan du skicka ditt bidrag som etärende "
20121"för <application>gtkmm</application> på <link xlink:href=\"mailto:gtkmm-"
20122"list@gnome.org\">&lt;gtkmm-list@gnome.org&gt;</link> eller som ett ärende "
20123"eller en merge-förfrågan till <link xlink:href=\"https://gitlab.gnome.org/"20055"eller en merge-förfrågan till <link xlink:href=\"https://gitlab.gnome.org/"
n20124"GNOME/gtkmm-documentation\">GitLab</link>. Var också medveten om att hela "n20056"GNOME/gtkmm-documentation\">GitLab</link>. Du kan också diskutera dina idéer "
20057"på GNOMEs <link xlink:href=\"https://discourse.gnome.org\">Discourse</link>-"
20058"instans, under kategorin <link xlink:href=\"https://discourse.gnome.org/c/"
20059"platform/language-bindings\"> Platform/Language bindings</link> med en "
20060"<literal>cplusplus</literal>-tagg. Var också medveten om att hela detta "
20125"detta dokument är fritt, och alla tillägg du gör också måste vara fria. Det "20061"dokument är fritt, och alla tillägg du gör också måste vara fria. Det vill "
20126"vill säga att personer måste kunna använda alla delar av dina exempel i sina "20062"säga att personer måste kunna använda alla delar av dina exempel i sina "
20127"program, och kopior av detta dokument (med ditt bidrag) måste kunna spridas "20063"program, och kopior av detta dokument (med ditt bidrag) måste kunna spridas "
20128"fritt."20064"fritt."
2012920065
20130#. (itstool) path: appendix/title20066#. (itstool) path: appendix/title
20131#: C/index-in.docbook:877520067#: C/index-in.docbook:8775
20430#: C/index-in.docbook:888520366#: C/index-in.docbook:8885
20431#, fuzzy20367#, fuzzy
20432msgid "Constness"20368msgid "Constness"
20433msgstr "Const-het"20369msgstr "Const-het"
2043420370
n20435# TODO: realizen
20436#. (itstool) path: section/para20371#. (itstool) path: section/para
20437#: C/index-in.docbook:888620372#: C/index-in.docbook:8886
20438#, fuzzy20373#, fuzzy
20439msgid ""20374msgid ""
20440"The use of the <literal>const</literal> keyword in <phrase role=\"nowrap\">C+"20375"The use of the <literal>const</literal> keyword in <phrase role=\"nowrap\">C+"
22083msgid "$ cp examples/sample.jhbuildrc ~/.config/jhbuildrc"22018msgid "$ cp examples/sample.jhbuildrc ~/.config/jhbuildrc"
22084msgstr "$ cp examples/sample.jhbuildrc ~/.config/jhbuildrc"22019msgstr "$ cp examples/sample.jhbuildrc ~/.config/jhbuildrc"
2208522020
22086#. (itstool) path: section/para22021#. (itstool) path: section/para
22087#: C/index-in.docbook:963222022#: C/index-in.docbook:9632
n22088#, fuzzyn
22089msgid ""22023msgid ""
22090"To set up <application>jhbuild</application>, follow the basic installation "22024"To set up <application>jhbuild</application>, follow the basic installation "
22091"instructions from the <link xlink:href=\"https://gnome.pages.gitlab.gnome."22025"instructions from the <link xlink:href=\"https://gnome.pages.gitlab.gnome."
22092"org/jhbuild/\">jhbuild manual</link>. After you have installed "22026"org/jhbuild/\">jhbuild manual</link>. After you have installed "
22093"<application>jhbuild</application>, you should copy the sample "22027"<application>jhbuild</application>, you should copy the sample "
22094"<application>jhbuild</application> configuration file into your home "22028"<application>jhbuild</application> configuration file into your home "
22095"directory by executing the following command from the <application>jhbuild</"22029"directory by executing the following command from the <application>jhbuild</"
22096"application> directory: <_:screen-1/>"22030"application> directory: <_:screen-1/>"
22097msgstr ""22031msgstr ""
22098"Följ de grundläggande installationsinstruktionerna från <link xlink:"22032"Följ de grundläggande installationsinstruktionerna från <link xlink:"
n22099"href=\"http://developer-old.gnome.org/jhbuild/unstable/\">handboken för "n22033"href=\"https://gnome.pages.gitlab.gnome.org/jhbuild/\">handboken för "
22100"jhbuild</link> för att konfigurera <application>jhbuild</application>. Efter "22034"jhbuild</link> för att konfigurera <application>jhbuild</application>. Efter "
22101"att du har installerat <application>jhbuild</application> bör du kopiera "22035"att du har installerat <application>jhbuild</application> bör du kopiera "
22102"<application>jhbuild</application>-exempelkonfigurationsfilen till din "22036"<application>jhbuild</application>-exempelkonfigurationsfilen till din "
22103"hemkatalog genom att exekvera följande kommando från katalogen "22037"hemkatalog genom att exekvera följande kommando från katalogen "
22104"<application>jhbuild</application>: <_:screen-1/>"22038"<application>jhbuild</application>: <_:screen-1/>"
26092"char**</classname> such as the following:"26026"char**</classname> such as the following:"
26093msgstr ""26027msgstr ""
26094"<function>_WRAP_METHOD()</function> stöder också att sätta C++-"26028"<function>_WRAP_METHOD()</function> stöder också att sätta C++-"
26095"utdataparametrar från C- utdataparametrar om den omslutna C-funktionen har "26029"utdataparametrar från C- utdataparametrar om den omslutna C-funktionen har "
26096"några. Anta till exempel att vi vill omsluta följande C-funktion som "26030"några. Anta till exempel att vi vill omsluta följande C-funktion som "
n26097"returnerar ett värde i sin C-utdataparameter <parameter>rect</parameter>: <_:"n26031"returnerar ett värde i sin C-utdataparameter <parameter>out_mime_type</"
26098"programlisting-1/> För att <command>gmmproc</command> ska placera det "26032"parameter>: <_:programlisting-1/> För att <command>gmmproc</command> ska "
26099"returnerade värdet i C++-utdataparametern <parameter>rect</parameter> ska "26033"placera det returnerade värdet i C++-utdataparametern "
26100"något i stil med följande <function>_WRAP_METHOD()</function>-makro "26034"<parameter>out_mime_type</parameter> ska något i stil med följande "
26101"användas: <_:programlisting-2/> Den <literal>{&gt;&gt;}</literal> som följer "26035"<function>_WRAP_METHOD()</function>-makro användas: <_:programlisting-2/> "
26102"parameternamnet <parameter>rect</parameter> indikerar att C++-"26036"Den <literal>{&gt;&gt;}</literal> som följer parameternamnet "
26037"<parameter>out_mime_type</parameter> indikerar att C++-utdataparametern ska "
26103"utdataparametern ska ställas in från värdet som returneras C-parametern från "26038"ställas in från värdet som returneras i C-parametern från C-funktionen. "
26104"C-funktionen. <command>gmmproc</command> kommer att generera en deklaration "26039"<command>gmmproc</command> kommer att generera en deklaration av en temporär "
26105"av en temporär variabel i vilken värdet av C-utdataparametern och en sats "26040"variabel i vilken värdet av C-utdataparametern och en sats som sätter C++-"
26106"som sätter C++-utdataparametern från temporärvariabeln. I detta fall kan det "26041"utdataparametern från temporärvariabeln. I detta fall kan det vara "
26107"vara nödvändigt att ha en <function>_INITIALIZATION()</function> som "26042"nödvändigt att ha en <function>_INITIALIZATION()</function> som beskriver "
26108"beskriver hur en <classname>Gdk::Rectangle&amp;</classname> ska sättas från "26043"hur en <classname>Glib::ustring&amp;</classname> ska sättas från en "
26109"en <classname>GdkRectangle*</classname> som i det följande: <_:"26044"<classname>const char**</classname> som i det följande: <_:programlisting-3/>"
26110"programlisting-3/>"
2611126045
26112#. (itstool) path: section/programlisting26046#. (itstool) path: section/programlisting
26113#: C/index-in.docbook:1130126047#: C/index-in.docbook:11301
26114#, fuzzy, no-wrap26048#, fuzzy, no-wrap
26115#| msgid ""26049#| msgid ""
26116#| "\n"26050#| "\n"
n26117#| "_INITIALIZATION(`Gtk::Widget&amp;',`GtkWidget*',`$3 = Glib::wrap($4)')\n"n26051#| "_INITIALIZATION(`Glib::ustring&amp;',`const char*',`$3 = Glib::convert_const
 >_gchar_ptr_to_ustring($4)')\n"
26118msgid ""26052msgid ""
26119"<code>\n"26053"<code>\n"
26120"_INITIALIZATION(`Glib::ustring&amp;',`const char*',`$3 = Glib::convert_const_gc26054"_INITIALIZATION(`Glib::ustring&amp;',`const char*',`$3 = Glib::convert_const_gc
>har_ptr_to_ustring($4)')\n">har_ptr_to_ustring($4)')\n"
26121"</code>"26055"</code>"
26122msgstr ""26056msgstr ""
26123"\n"26057"\n"
t26124"_INITIALIZATION(`Gtk::Widget&amp;',`GtkWidget*',`$3 = Glib::wrap($4)')\n"t26058"_INITIALIZATION(`Glib::ustring&amp;',`const char*',`$3 = Glib::convert_const_gc
 >har_ptr_to_ustring($4)')\n"
2612526059
26126#. (itstool) path: section/title26060#. (itstool) path: section/title
26127#: C/index-in.docbook:1130726061#: C/index-in.docbook:11307
26128#, fuzzy26062#, fuzzy
26129msgid "String Parameter Processing"26063msgid "String Parameter Processing"

Note: both files are merged with latest POT file.