gtkmm-documentation - master - Tutorial - Swedish

← Back to actions


Uploaded file by Anders Jonsson on 2023-03-04 21:30:22+00:00
Uploaded file by Anders Jonsson on 2023-03-05 10:31:54+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-04 22:30+0100\n"n10"PO-Revision-Date: 2023-03-05 11:31+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"
18"X-Generator: Poedit 3.2.2\n"18"X-Generator: Poedit 3.2.2\n"
1919
20#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR220#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2
21msgctxt "_"21msgctxt "_"
22msgid "translator-credits"22msgid "translator-credits"
n23msgstr "Anders Jonsson <anders.jonsson@norsjovallen.se>, 2022"n23msgstr "Anders Jonsson <anders.jonsson@norsjovallen.se>, 2022, 2023"
2424
25#. (itstool) path: info/title25#. (itstool) path: info/title
26#: C/index-in.docbook:4626#: C/index-in.docbook:46
27msgid "Programming with <application>gtkmm</application> 4"27msgid "Programming with <application>gtkmm</application> 4"
28msgstr "Programmering med <application>gtkmm</application> 4"28msgstr "Programmering med <application>gtkmm</application> 4"
2272"nya föråldringar har gjorts i senare <application>gtkmm</application> 3.x-"2272"nya föråldringar har gjorts i senare <application>gtkmm</application> 3.x-"
2273"versioner."2273"versioner."
22742274
2275#. (itstool) path: chapter/para2275#. (itstool) path: chapter/para
2276#: C/index-in.docbook:7392276#: C/index-in.docbook:739
n2277#, fuzzyn
2278msgid ""2277msgid ""
2279"As a first step to porting your source code to <application>gtkmm</"2278"As a first step to porting your source code to <application>gtkmm</"
2280"application>-3.0 you should probably ensure that your application builds "2279"application>-3.0 you should probably ensure that your application builds "
2281"with the deprecated <application>gtkmm</application>-2.4 API disabled, by "2280"with the deprecated <application>gtkmm</application>-2.4 API disabled, by "
2282"defining macro such as GTKMM_DISABLE_DEPRECATED. There are some autotools "2281"defining macro such as GTKMM_DISABLE_DEPRECATED. There are some autotools "
2602msgid "<classname>Gtk::Container</classname> has been removed."2601msgid "<classname>Gtk::Container</classname> has been removed."
2603msgstr "<classname>Gtk::Container</classname> har tagits bort."2602msgstr "<classname>Gtk::Container</classname> har tagits bort."
26042603
2605#. (itstool) path: listitem/simpara2604#. (itstool) path: listitem/simpara
2606#: C/index-in.docbook:8332605#: C/index-in.docbook:833
n2607#, fuzzyn
2608#| msgid ""
2609#| "<methodname>Gtk::Widget::show_all()</methodname> has been removed. The "
2610#| "default value of <methodname>Gtk::Widget::property_visible()</"
2611#| "methodname>has been changed from <literal>false</literal> to "
2612#| "<literal>true</literal>."
2613msgid ""2606msgid ""
2614"<methodname>Gtk::Widget::show_all()</methodname> has been removed. The "2607"<methodname>Gtk::Widget::show_all()</methodname> has been removed. The "
2615"default value of <methodname>Gtk::Widget::property_visible()</methodname> "2608"default value of <methodname>Gtk::Widget::property_visible()</methodname> "
2616"has been changed from <literal>false</literal> to <literal>true</literal>."2609"has been changed from <literal>false</literal> to <literal>true</literal>."
2617msgstr ""2610msgstr ""
2704"föråldringar i framtida versioner."2697"föråldringar i framtida versioner."
27052698
2706# TODO: copy paste of wiki page?2699# TODO: copy paste of wiki page?
2707#. (itstool) path: chapter/para2700#. (itstool) path: chapter/para
2708#: C/index-in.docbook:8622701#: C/index-in.docbook:862
n2709#, fuzzyn
2710msgid ""2702msgid ""
2711"As a first step to porting your source code to <application>gtkmm</"2703"As a first step to porting your source code to <application>gtkmm</"
2712"application>-4.0 you should probably ensure that your application builds "2704"application>-4.0 you should probably ensure that your application builds "
2713"with the deprecated <application>gtkmm</application>-3.0 and "2705"with the deprecated <application>gtkmm</application>-3.0 and "
2714"<application>glibmm-2.4</application> API disabled, by defining the macros "2706"<application>glibmm-2.4</application> API disabled, by defining the macros "
2739"Se även <link xlink:href=\"https://docs.gtk.org/gtk4/migrating-3to4.html\"> "2731"Se även <link xlink:href=\"https://docs.gtk.org/gtk4/migrating-3to4.html\"> "
2740"Migrera från GTK 3.x till GTK 4</link>."2732"Migrera från GTK 3.x till GTK 4</link>."
27412733
2742#. (itstool) path: section/title2734#. (itstool) path: section/title
2743#: C/index-in.docbook:8732735#: C/index-in.docbook:873
n2744#, fuzzyn
2745#| msgid "Changes in <application>gtkmm</application> 3"
2746msgid "Deprecations in <application>gtkmm</application> 4.10"2736msgid "Deprecations in <application>gtkmm</application> 4.10"
n2747msgstr "Ändringar i <application>gtkmm</application> 3"n2737msgstr "Föråldringar i <application>gtkmm</application> 4.10"
27482738
2749#. (itstool) path: section/para2739#. (itstool) path: section/para
2750#: C/index-in.docbook:8742740#: C/index-in.docbook:874
2751msgid ""2741msgid ""
2752"Many classes are deprecated since <application>gtkmm</application> 4.10. "2742"Many classes are deprecated since <application>gtkmm</application> 4.10. "
2756"4.10, which replace some of the deprecated classes. Some example programs in "2746"4.10, which replace some of the deprecated classes. Some example programs in "
2757"this tutorial use classes deprecated since <application>gtkmm</application> "2747"this tutorial use classes deprecated since <application>gtkmm</application> "
2758"4.10. Some other programs use classes available since <application>gtkmm</"2748"4.10. Some other programs use classes available since <application>gtkmm</"
2759"application> 4.10."2749"application> 4.10."
2760msgstr ""2750msgstr ""
nn2751"Många klasser har föråldrats sedan <application>gtkmm</application> 4.10. De "
2752"kan fortfarande användas i <application>gtkmm</application>4-program, "
2753"förutsatt att GTKMM_DISABLE_DEPRECATED och GDKMM_DISABLE_DEPRECATED inte har "
2754"definierats. Det finns också många nya klasser i <application>gtkmm</"
2755"application> 4.10, vilka ersätter några av de föråldrade klasserna. Några "
2756"exempelprogram i denna handledning använder klasser som föråldrats sedan "
2757"<application>gtkmm</application> 4.10. Några andra program använder klasser "
2758"som är tillgängliga sedan <application>gtkmm</application> 4.10."
27612759
2762#. (itstool) path: section/para2760#. (itstool) path: section/para
2763#: C/index-in.docbook:8802761#: C/index-in.docbook:880
nn2762#, fuzzy
2764msgid ""2763msgid ""
2765"Deprecated classes: AppChooser, AppChooserButton, AppChooserDialog, "2764"Deprecated classes: AppChooser, AppChooserButton, AppChooserDialog, "
2766"AppChooserWidget, CellArea, CellAreaBox, CellAreaContext, CellLayout, "2765"AppChooserWidget, CellArea, CellAreaBox, CellAreaContext, CellLayout, "
2767"CellRenderer, CellRendererAccel, CellRendererCombo, CellRendererPixbuf, "2766"CellRenderer, CellRendererAccel, CellRendererCombo, CellRendererPixbuf, "
2768"CellRendererProgress, CellRendererSpin, CellRendererSpinner, "2767"CellRendererProgress, CellRendererSpin, CellRendererSpinner, "
2776"FileChooserNative, FileChooserWidget, FontButton, FontChooser, "2775"FileChooserNative, FileChooserWidget, FontButton, FontChooser, "
2777"FontChooserDialog, FontChooserWidget, MessageDialog, TreeModelColumn, "2776"FontChooserDialog, FontChooserWidget, MessageDialog, TreeModelColumn, "
2778"TreeModelColumnRecord, InfoBar, Assistant, AssistantPage, LockButton, "2777"TreeModelColumnRecord, InfoBar, Assistant, AssistantPage, LockButton, "
2779"Statusbar, VolumeButton."2778"Statusbar, VolumeButton."
2780msgstr ""2779msgstr ""
nn2780"Föråldrade klasser: AppChooser, AppChooserButton, AppChooserDialog, "
2781"AppChooserWidget, CellArea, CellAreaBox, CellAreaContext, CellLayout, "
2782"CellRenderer, CellRendererAccel, CellRendererCombo, CellRendererPixbuf, "
2783"CellRendererProgress, CellRendererSpin, CellRendererSpinner, "
2784"CellRendererText, CellRendererToggle, CellView, ComboBox, ComboBoxText, "
2785"EntryCompletion, IconView, ListStore, ListViewText, StyleContext, "
2786"TreeDragDest, TreeDragSource, TreeIter och andra klasser i treeiter.h, "
2787"TreeModel, TreeModelFilter, TreeModelSort, TreePath, TreeRowReference, "
2788"TreeSelection, TreeSortable, TreeStore, TreeView, TreeViewColumn, namnrymden "
2789"CellRenderer_Generation, namnrymden TreeView_Private, ColorButton, "
2790"ColorChooser, ColorChooserDialog, FileChooser, FileChooserDialog, "
2791"FileChooserNative, FileChooserWidget, FontButton, FontChooser, "
2792"FontChooserDialog, FontChooserWidget, MessageDialog, TreeModelColumn, "
2793"TreeModelColumnRecord, InfoBar."
27812794
2782#. (itstool) path: section/para2795#. (itstool) path: section/para
2783#: C/index-in.docbook:8982796#: C/index-in.docbook:898
nn2797#, fuzzy
2784msgid ""2798msgid ""
2785"New classes and enums: AlertDialog, ColorDialog, ColorDialogButton, "2799"New classes and enums: AlertDialog, ColorDialog, ColorDialogButton, "
2786"ColumnViewSorter, FileDialog, FontDialog, FontDialogButton, FileLauncher, "2800"ColumnViewSorter, FileDialog, FontDialog, FontDialogButton, FileLauncher, "
2787"UriLauncher, ATContext, enums DialogError, FontLevel, Collation."2801"UriLauncher, ATContext, enums DialogError, FontLevel, Collation."
2788msgstr ""2802msgstr ""
nn2803"Nya klasser och enum-uppräkningar: AlertDialog, ColorDialog, "
2804"ColorDialogButton, ColumnViewSorter, FileDialog, FontDialog, "
2805"FontDialogButton, enum: DialogError, FontLevel."
27892806
2790#. (itstool) path: section/para2807#. (itstool) path: section/para
2791#: C/index-in.docbook:9032808#: C/index-in.docbook:903
2792msgid ""2809msgid ""
2793"In most cases there are replacements for the deprecated classes. See the "2810"In most cases there are replacements for the deprecated classes. See the "
2794"reference documentation."2811"reference documentation."
2795msgstr ""2812msgstr ""
nn2813"I de flesta fall finns det ersättningar för de föråldrade klasserna. Se "
2814"referensdokumentationen."
27962815
2797#. (itstool) path: chapter/title2816#. (itstool) path: chapter/title
2798#: C/index-in.docbook:9112817#: C/index-in.docbook:911
2799msgid "Buttons"2818msgid "Buttons"
2800msgstr "Knappar"2819msgstr "Knappar"
2811msgid "Push buttons"2830msgid "Push buttons"
2812msgstr "Tryckknappar"2831msgstr "Tryckknappar"
28132832
2814#. (itstool) path: listitem/para2833#. (itstool) path: listitem/para
2815#: C/index-in.docbook:9222834#: C/index-in.docbook:922
n2816#, fuzzyn
2817msgid ""2835msgid ""
2818"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"2836"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
2819"classGtk_1_1Button.html\"><classname>Gtk::Button</classname></link>. "2837"classGtk_1_1Button.html\"><classname>Gtk::Button</classname></link>. "
2820"Standard buttons, usually marked with a label or picture. Pushing one "2838"Standard buttons, usually marked with a label or picture. Pushing one "
2821"triggers an action. See the <link linkend=\"sec-pushbuttons\">Button</link> "2839"triggers an action. See the <link linkend=\"sec-pushbuttons\">Button</link> "
2854msgid "Check buttons"2872msgid "Check buttons"
2855msgstr "Kryssrutor"2873msgstr "Kryssrutor"
28562874
2857#. (itstool) path: listitem/para2875#. (itstool) path: listitem/para
2858#: C/index-in.docbook:9412876#: C/index-in.docbook:941
n2859#, fuzzyn
2860msgid ""2877msgid ""
2861"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"2878"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
2862"classGtk_1_1CheckButton.html\"><classname>Gtk::CheckButton</classname></"2879"classGtk_1_1CheckButton.html\"><classname>Gtk::CheckButton</classname></"
2863"link>. These act like ToggleButtons, but show their state in small squares, "2880"link>. These act like ToggleButtons, but show their state in small squares, "
2864"with their label at the side. They should be used in most situations which "2881"with their label at the side. They should be used in most situations which "
3770msgid "Entry Completion"3787msgid "Entry Completion"
3771msgstr "Inmatningskomplettering"3788msgstr "Inmatningskomplettering"
37723789
3773#. (itstool) path: note/para3790#. (itstool) path: note/para
3774#: C/index-in.docbook:13813791#: C/index-in.docbook:1381
n3775#, fuzzyn
3776#| msgid ""
3777#| "Some new classes were added in <application>gtkmm</application> 4 and "
3778#| "<application>glibmm</application> 2.68:"
3779msgid ""3792msgid ""
3780"<classname>Gtk::EntryCompletion</classname> is deprecated since "3793"<classname>Gtk::EntryCompletion</classname> is deprecated since "
3781"<application>gtkmm</application> 4.10. There is no replacement in "3794"<application>gtkmm</application> 4.10. There is no replacement in "
3782"<application>gtkmm</application>."3795"<application>gtkmm</application>."
3783msgstr ""3796msgstr ""
n3784"Några nya klasser lades till i <application>gtkmm</application> 4 och "n3797"<classname>Gtk::EntryCompletion</classname> är föråldrad sedan "
3798"<application>gtkmm</application> 4.10. Det finns ingen ersättning i "
3785"<application>glibmm</application> 2.68:"3799"<application>gtkmm</application>."
37863800
3787#. (itstool) path: section/para3801#. (itstool) path: section/para
3788#: C/index-in.docbook:13853802#: C/index-in.docbook:1385
3789msgid ""3803msgid ""
3790"An <classname>Entry</classname> widget can offer a drop-down list of pre-"3804"An <classname>Entry</classname> widget can offer a drop-down list of pre-"
3895msgid "Entry Icons"3909msgid "Entry Icons"
3896msgstr "Inmatningsikoner"3910msgstr "Inmatningsikoner"
38973911
3898#. (itstool) path: section/para3912#. (itstool) path: section/para
3899#: C/index-in.docbook:14333913#: C/index-in.docbook:1433
n3900#, fuzzyn
3901#| msgid ""
3902#| "An <classname>Entry</classname> widget can show an icon at the start or "
3903#| "end of the text area. The icon can be specifed by methods such as "
3904#| "<methodname>set_icon_from_paintable()</methodname> or "
3905#| "<methodname>set_icon_from_icon_name()</methodname>. An application can "
3906#| "respond to the user pressing the icon by handling the "
3907#| "<methodname>signal_icon_press</methodname> signal."
3908msgid ""3914msgid ""
3909"An <classname>Entry</classname> widget can show an icon at the start or end "3915"An <classname>Entry</classname> widget can show an icon at the start or end "
3910"of the text area. The icon can be specified by methods such as "3916"of the text area. The icon can be specified by methods such as "
3911"<methodname>set_icon_from_paintable()</methodname> or "3917"<methodname>set_icon_from_paintable()</methodname> or "
3912"<methodname>set_icon_from_icon_name()</methodname>. An application can "3918"<methodname>set_icon_from_icon_name()</methodname>. An application can "
4172"behöver ange en <classname>Gtk::SpinType</classname> för att ange riktningen "4178"behöver ange en <classname>Gtk::SpinType</classname> för att ange riktningen "
4173"eller ny position."4179"eller ny position."
41744180
4175#. (itstool) path: section/para4181#. (itstool) path: section/para
4176#: C/index-in.docbook:15854182#: C/index-in.docbook:1585
n4177#, fuzzyn
4178msgid ""4183msgid ""
4179"To prevent the user from typing non-numeric characters into the entry box, "4184"To prevent the user from typing non-numeric characters into the entry box, "
4180"pass <literal>true</literal> to the <methodname>set_numeric()</methodname> "4185"pass <literal>true</literal> to the <methodname>set_numeric()</methodname> "
4181"method."4186"method."
4182msgstr ""4187msgstr ""
4183"För att hindra användaren från att mata in icke-numeriska tecken i "4188"För att hindra användaren från att mata in icke-numeriska tecken i "
n4184"inmatningsfältet sätter du metoden <methodname>set_numeric()</methodname> "n4189"inmatningsfältet skickar du <literal>true</literal> till metoden "
4185"till <literal>true</literal>."4190"<methodname>set_numeric()</methodname>."
41864191
4187#. (itstool) path: section/para4192#. (itstool) path: section/para
4188#: C/index-in.docbook:15904193#: C/index-in.docbook:1590
4189#, fuzzy4194#, fuzzy
4190msgid ""4195msgid ""
4389"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"4394"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
4390"classGtk_1_1InfoBar.html\">Referens</link>"4395"classGtk_1_1InfoBar.html\">Referens</link>"
43914396
4392#. (itstool) path: section/para4397#. (itstool) path: section/para
4393#: C/index-in.docbook:16974398#: C/index-in.docbook:1697
nn4399#, fuzzy
4400#| msgid ""
4401#| "<classname>FileChooser</classname> and the classes that implement it are "
4402#| "deprecated since <application>gtkmm</application> 4.10. They have been "
4403#| "replaced by <classname>FileDialog</classname>, which is available since "
4404#| "<application>gtkmm</application> 4.10."
4394msgid ""4405msgid ""
4395"The <classname>InfoBar</classname> widget is deprecated since "4406"The <classname>InfoBar</classname> widget is deprecated since "
4396"<application>gtkmm</application> 4.10. The example shows an info bar "4407"<application>gtkmm</application> 4.10. The example shows an info bar "
4397"consisting of a <classname>Box</classname> with a <classname>Label</"4408"consisting of a <classname>Box</classname> with a <classname>Label</"
4398"classname> and a <classname>Button</classname>."4409"classname> and a <classname>Button</classname>."
4399msgstr ""4410msgstr ""
nn4411"<classname>FileChooser</classname> och klasserna som implementerar den är "
4412"föråldrade sedan <application>gtkmm</application> 4.10. De har ersatts av "
4413"<classname>FileDialog</classname>, vilken finns tillgänglig sedan "
4414"<application>gtkmm</application> 4.10."
44004415
4401#. (itstool) path: imageobject/imagedata4416#. (itstool) path: imageobject/imagedata
4402#. This is a reference to an external file such as an image or video. When4417#. This is a reference to an external file such as an image or video. When
4403#. the file changes, the md5 hash will change to let you know you need to4418#. the file changes, the md5 hash will change to let you know you need to
4404#. update your localized copy. The msgstr is not used at all. Set it to4419#. update your localized copy. The msgstr is not used at all. Set it to
5594"<application>gtkmm</application> 4.10. There is no replacement in "5609"<application>gtkmm</application> 4.10. There is no replacement in "
5595"<application>gtkmm</application>. libadwaita (a C library) has replacement "5610"<application>gtkmm</application>. libadwaita (a C library) has replacement "
5596"parts (like AdwCarousel). In some cases, a <classname>Gtk::Notebook</"5611"parts (like AdwCarousel). In some cases, a <classname>Gtk::Notebook</"
5597"classname> might be an acceptable replacement."5612"classname> might be an acceptable replacement."
5598msgstr ""5613msgstr ""
nn5614"<classname>Gtk::Assistant</classname> är föråldrad sedan <application>gtkmm</"
5615"application> 4.10. Det finns ingen ersättning i <application>gtkmm</"
5616"application>. libadwaita (ett C-bibliotek) har ersättningsdelar (som "
5617"AdwCarousel). I vissa fall kan en <classname>Gtk::Notebook</classname> vara "
5618"en acceptabel ersättning."
55995619
5600#. (itstool) path: section/para5620#. (itstool) path: section/para
5601#: C/index-in.docbook:22975621#: C/index-in.docbook:2297
5602#, fuzzy5622#, fuzzy
5603msgid ""5623msgid ""
5722"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"5742"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"
5723"master/examples/book/actionbar\">Källkod, ActionBar</link>"5743"master/examples/book/actionbar\">Källkod, ActionBar</link>"
57245744
5725#. (itstool) path: section/para5745#. (itstool) path: section/para
5726#: C/index-in.docbook:23455746#: C/index-in.docbook:2345
n5727#, fuzzyn
5728#| msgid ""
5729#| "<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/"
5730#| "tree/master/examples/book/flowbox\">Source Code, FlowBox</link>"
5731msgid ""5747msgid ""
5732"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"5748"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"
5733"master/examples/book/listbox_flowbox/flowbox\">Source Code, FlowBox</link>"5749"master/examples/book/listbox_flowbox/flowbox\">Source Code, FlowBox</link>"
5734msgstr ""5750msgstr ""
5735"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"5751"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"
n5736"master/examples/book/flowbox\">Källkod, FlowBox</link>"n5752"master/examples/book/listbox_flowbox/flowbox\">Källkod, FlowBox</link>"
57375753
5738#. (itstool) path: chapter/title5754#. (itstool) path: chapter/title
5739#: C/index-in.docbook:23525755#: C/index-in.docbook:2352
5740msgid "ListView, GridView, ColumnView"5756msgid "ListView, GridView, ColumnView"
5741msgstr ""5757msgstr ""
5823"<classname>TreeView</classname>. Exempelvis kan du härleda en ComboBox med "5839"<classname>TreeView</classname>. Exempelvis kan du härleda en ComboBox med "
5824"ett heltal och en textkolumn, så här:"5840"ett heltal och en textkolumn, så här:"
58255841
5826#. (itstool) path: section/programlisting5842#. (itstool) path: section/programlisting
5827#: C/index-in.docbook:2393 C/index-in.docbook:33915843#: C/index-in.docbook:2393 C/index-in.docbook:3391
n5828#, no-wrapn5844#, fuzzy, no-wrap
5845#| msgid ""
5846#| "class ModelColumns : public Glib::Object\n"
5847#| "{\n"
5848#| "public:\n"
5849#| "  int m_col_id;\n"
5850#| "  Glib::ustring m_col_name;\n"
5851#| "\n"
5852#| "  static Glib::RefPtr&lt;ModelColumns&gt; create(\n"
5853#| "    int col_id, const Glib::ustring&amp; col_name)\n"
5854#| "  {\n"
5855#| "    return Glib::make_refptr_for_instance&lt;ModelColumns&gt;(\n"
5856#| "      new ModelColumns(col_id, col_name));\n"
5857#| "  }\n"
5858#| "\n"
5859#| "protected:\n"
5860#| "  ModelColumns(int col_id, const Glib::ustring&amp; col_name)\n"
5861#| "  : m_col_id(col_id), m_col_name(col_name)\n"
5862#| "  {}\n"
5863#| "};\n"
5864#| "\n"
5865#| "Glib::RefPtr&lt;Gio::ListStore&lt;ModelColumns&gt;&gt; m_ListStore;\n"
5829msgid ""5866msgid ""
5830"<code>class ModelColumns : public Glib::Object\n"5867"<code>class ModelColumns : public Glib::Object\n"
5831"{\n"5868"{\n"
5832"public:\n"5869"public:\n"
5833"  int m_col_id;\n"5870"  int m_col_id;\n"
5847"};\n"5884"};\n"
5848"\n"5885"\n"
5849"Glib::RefPtr&lt;Gio::ListStore&lt;ModelColumns&gt;&gt; m_ListStore;\n"5886"Glib::RefPtr&lt;Gio::ListStore&lt;ModelColumns&gt;&gt; m_ListStore;\n"
5850"</code>"5887"</code>"
5851msgstr ""5888msgstr ""
nn5889"class ModelColumns : public Glib::Object\n"
5890"{\n"
5891"public:\n"
5892"  int m_col_id;\n"
5893"  Glib::ustring m_col_name;\n"
5894"\n"
5895"  static Glib::RefPtr&lt;ModelColumns&gt; create(\n"
5896"    int col_id, const Glib::ustring&amp; col_name)\n"
5897"  {\n"
5898"    return Glib::make_refptr_for_instance&lt;ModelColumns&gt;(\n"
5899"      new ModelColumns(col_id, col_name));\n"
5900"  }\n"
5901"\n"
5902"protected:\n"
5903"  ModelColumns(int col_id, const Glib::ustring&amp; col_name)\n"
5904"  : m_col_id(col_id), m_col_name(col_name)\n"
5905"  {}\n"
5906"};\n"
5907"\n"
5908"Glib::RefPtr&lt;Gio::ListStore&lt;ModelColumns&gt;&gt; m_ListStore;\n"
58525909
5853#. (itstool) path: section/para5910#. (itstool) path: section/para
5854#: C/index-in.docbook:24155911#: C/index-in.docbook:2415
5855msgid ""5912msgid ""
5856"Every item in a model has a position which is the unsigned integer that "5913"Every item in a model has a position which is the unsigned integer that "
6078#. (itstool) path: section/para6135#. (itstool) path: section/para
6079#: C/index-in.docbook:24906136#: C/index-in.docbook:2490
6080#, fuzzy6137#, fuzzy
6081#| msgid ""6138#| msgid ""
6082#| "<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/"6139#| "<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/"
n6083#| "tree/master/examples/book/treeview/list/\">Source Code</link>"n6140#| "tree/master/examples/book/listmodelviews/gridview\">Source Code"
6141#| "GridView</link>"
6084msgid ""6142msgid ""
6085"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"6143"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"
6086"master/examples/book/listmodelviews/list_listview\">Source Code</link>"6144"master/examples/book/listmodelviews/list_listview\">Source Code</link>"
6087msgstr ""6145msgstr ""
6088"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"6146"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"
n6089"master/examples/book/treeview/list/\">Källkod</link>"n6147"master/examples/book/listmodelviews/gridview\">Källkod, GridView</link>"
60906148
6091#. (itstool) path: section/title6149#. (itstool) path: section/title
6092#. (itstool) path: figure/title6150#. (itstool) path: figure/title
6093#: C/index-in.docbook:2496 C/index-in.docbook:25086151#: C/index-in.docbook:2496 C/index-in.docbook:2508
6094#, fuzzy6152#, fuzzy
6134#. (itstool) path: section/para6192#. (itstool) path: section/para
6135#: C/index-in.docbook:25146193#: C/index-in.docbook:2514
6136#, fuzzy6194#, fuzzy
6137#| msgid ""6195#| msgid ""
6138#| "<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/"6196#| "<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/"
n6139#| "tree/master/examples/book/textview/\">Source Code</link>"n6197#| "tree/master/examples/book/listmodelviews/gridview\">Source Code"
6198#| "GridView</link>"
6140msgid ""6199msgid ""
6141"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"6200"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"
6142"master/examples/book/listmodelviews/gridview\">Source Code</link>"6201"master/examples/book/listmodelviews/gridview\">Source Code</link>"
6143msgstr ""6202msgstr ""
6144"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"6203"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"
n6145"master/examples/book/textview/\">Källkod</link>"n6204"master/examples/book/listmodelviews/gridview\">Källkod, GridView</link>"
61466205
6147#. (itstool) path: section/title6206#. (itstool) path: section/title
6148#. (itstool) path: figure/title6207#. (itstool) path: figure/title
6149#: C/index-in.docbook:2520 C/index-in.docbook:25326208#: C/index-in.docbook:2520 C/index-in.docbook:2532
6150msgid "ColumnView"6209msgid "ColumnView"
6193#. (itstool) path: section/para6252#. (itstool) path: section/para
6194#: C/index-in.docbook:25386253#: C/index-in.docbook:2538
6195#, fuzzy6254#, fuzzy
6196#| msgid ""6255#| msgid ""
6197#| "<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/"6256#| "<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/"
n6198#| "tree/master/examples/book/treeview/list/\">Source Code</link>"n6257#| "tree/master/examples/book/listmodelviews/gridview\">Source Code"
6258#| "GridView</link>"
6199msgid ""6259msgid ""
6200"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"6260"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"
6201"master/examples/book/listmodelviews/list_columnview\">Source Code</link>"6261"master/examples/book/listmodelviews/list_columnview\">Source Code</link>"
6202msgstr ""6262msgstr ""
6203"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"6263"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"
n6204"master/examples/book/treeview/list/\">Källkod</link>"n6264"master/examples/book/listmodelviews/gridview\">Källkod, GridView</link>"
62056265
6206#. (itstool) path: section/title6266#. (itstool) path: section/title
6207#: C/index-in.docbook:2545 C/index-in.docbook:31396267#: C/index-in.docbook:2545 C/index-in.docbook:3139
6208msgid "Sorting"6268msgid "Sorting"
6209msgstr "Sortering"6269msgstr "Sortering"
6474#. (itstool) path: section/para6534#. (itstool) path: section/para
6475#: C/index-in.docbook:26356535#: C/index-in.docbook:2635
6476#, fuzzy6536#, fuzzy
6477#| msgid ""6537#| msgid ""
6478#| "<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/"6538#| "<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/"
n6479#| "tree/master/examples/book/treeview/tree/\">Source Code</link>"n6539#| "tree/master/examples/book/listmodelviews/gridview\">Source Code"
6540#| "GridView</link>"
6480msgid ""6541msgid ""
6481"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"6542"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"
6482"master/examples/book/listmodelviews/tree_columnview\">Source Code</link>"6543"master/examples/book/listmodelviews/tree_columnview\">Source Code</link>"
6483msgstr ""6544msgstr ""
6484"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"6545"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"
n6485"master/examples/book/treeview/tree/\">Källkod</link>"n6546"master/examples/book/listmodelviews/gridview\">Källkod, GridView</link>"
64866547
6487#. (itstool) path: chapter/title6548#. (itstool) path: chapter/title
6488#: C/index-in.docbook:26436549#: C/index-in.docbook:2643
6489msgid "The TreeView widget"6550msgid "The TreeView widget"
6490msgstr "TreeView-komponenten"6551msgstr "TreeView-komponenten"
64916552
6492#. (itstool) path: note/para6553#. (itstool) path: note/para
6493#: C/index-in.docbook:26456554#: C/index-in.docbook:2645
6494#, fuzzy6555#, fuzzy
6495#| msgid ""6556#| msgid ""
n6496#| "<classname>Gdk::DragContext</classname> has been split into "n6557#| "The <classname>FileChooserDialog</classname> (deprecated since "
6497#| "<classname>Gdk::Drag</classname> and <classname>Gdk::Drop</classname>."6558#| "<application>gtkmm</application> 4.10) and <classname>FileDialog</"
6559#| "classname> (available since <application>gtkmm</application> 4.10) are "
6560#| "suitable for use with \"Open\" or \"Save\" menu items."
6498msgid ""6561msgid ""
6499"<classname>Gtk::TreeView</classname> is deprecated since <application>gtkmm</"6562"<classname>Gtk::TreeView</classname> is deprecated since <application>gtkmm</"
6500"application> 4.10. In new code, use <classname>Gtk::ListView</classname> for "6563"application> 4.10. In new code, use <classname>Gtk::ListView</classname> for "
6501"lists and <classname>Gtk::ColumnView</classname> for tabular lists."6564"lists and <classname>Gtk::ColumnView</classname> for tabular lists."
6502msgstr ""6565msgstr ""
n6503"<classname>Gdk::DragContext</classname> har delats upp i <classname>Gdk::"n6566"<classname>FileChooserDialog</classname> (föråldrad sedan "
6504"Drag</classname> och <classname>Gdk::Drop</classname>."6567"<application>gtkmm</application> 4.10) och <classname>FileDialog</classname> "
6568"(tillgänglig sedan <application>gtkmm</application> 4.10) är lämpliga för "
6569"användning med menyobjekten ”Öppna” eller ”Spara”."
65056570
6506#. (itstool) path: chapter/para6571#. (itstool) path: chapter/para
6507#: C/index-in.docbook:26506572#: C/index-in.docbook:2650
6508msgid ""6573msgid ""
6509"The <classname>Gtk::TreeView</classname> widget can contain lists or trees "6574"The <classname>Gtk::TreeView</classname> widget can contain lists or trees "
8162"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"8227"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"
8163"master/examples/book/treeview/popup/\">Källkod</link>"8228"master/examples/book/treeview/popup/\">Källkod</link>"
81648229
8165#. (itstool) path: chapter/title8230#. (itstool) path: chapter/title
8166#: C/index-in.docbook:33598231#: C/index-in.docbook:3359
n8167#, fuzzyn
8168#| msgid "The DrawingArea Widget"
8169msgid "The DropDown Widget"8232msgid "The DropDown Widget"
n8170msgstr "DrawingArea-komponenten"n8233msgstr "DropDown-komponenten"
81718234
8172#. (itstool) path: chapter/para8235#. (itstool) path: chapter/para
8173#: C/index-in.docbook:33618236#: C/index-in.docbook:3361
8174msgid ""8237msgid ""
8175"The <classname>DropDown</classname> widget is an alternative to the "8238"The <classname>DropDown</classname> widget is an alternative to the "
8176"deprecated <classname>ComboBox</classname>. It uses list models instead of "8239"deprecated <classname>ComboBox</classname>. It uses list models instead of "
8177"tree models, and the content is displayed using widgets instead of cell "8240"tree models, and the content is displayed using widgets instead of cell "
8178"renderers."8241"renderers."
8179msgstr ""8242msgstr ""
nn8243"Komponenten <classname>DropDown</classname> är ett alternativ till den "
8244"föråldrade <classname>ComboBox</classname>. Den använder listmodeller i "
8245"stället för trädmodeller, och innehållet visas med komponenter i stället för "
8246"cellrenderare."
81808247
8181#. (itstool) path: chapter/para8248#. (itstool) path: chapter/para
8182#: C/index-in.docbook:33668249#: C/index-in.docbook:3366
8183#, fuzzy8250#, fuzzy
8184#| msgid ""8251#| msgid ""
8222"classname>-klassen tillhandahåller en enklare textbaserad specialisering om "8289"classname>-klassen tillhandahåller en enklare textbaserad specialisering om "
8223"den flexibiliteten inte behövs."8290"den flexibiliteten inte behövs."
82248291
8225#. (itstool) path: chapter/para8292#. (itstool) path: chapter/para
8226#: C/index-in.docbook:33808293#: C/index-in.docbook:3380
n8227#, fuzzyn
8228#| msgid ""
8229#| "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
8230#| "classGtk_1_1Box.html\">Reference</link>"
8231msgid ""8294msgid ""
8232"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"8295"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
8233"classGtk_1_1DropDown.html\">Reference</link>"8296"classGtk_1_1DropDown.html\">Reference</link>"
8234msgstr ""8297msgstr ""
8235"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"8298"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
n8236"classGtk_1_1Box.html\">Referens</link>"n8299"classGtk_1_1DropDown.html\">Referens</link>"
82378300
8238#. (itstool) path: section/title8301#. (itstool) path: section/title
8239#: C/index-in.docbook:3383 C/index-in.docbook:35588302#: C/index-in.docbook:3383 C/index-in.docbook:3558
n8240#, fuzzyn
8241msgid "The model"8303msgid "The model"
8242msgstr "Modellen"8304msgstr "Modellen"
82438305
8244#. (itstool) path: section/para8306#. (itstool) path: section/para
8245#: C/index-in.docbook:33858307#: C/index-in.docbook:3385
8259"<classname>TreeView</classname>. Exempelvis kan du härleda en ComboBox med "8321"<classname>TreeView</classname>. Exempelvis kan du härleda en ComboBox med "
8260"ett heltal och en textkolumn, så här:"8322"ett heltal och en textkolumn, så här:"
82618323
8262#. (itstool) path: section/para8324#. (itstool) path: section/para
8263#: C/index-in.docbook:34138325#: C/index-in.docbook:3413
nn8326#, fuzzy
8264msgid ""8327msgid ""
8265"After appending rows to this model, you should provide the model to the "8328"After appending rows to this model, you should provide the model to the "
8266"<classname>DropDown</classname> with the <methodname>set_model()</"8329"<classname>DropDown</classname> with the <methodname>set_model()</"
8267"methodname> method. Unless you use the <classname>StringList</classname> "8330"methodname> method. Unless you use the <classname>StringList</classname> "
8268"model, you also need to set a <classname>ListItemFactory</classname> with "8331"model, you also need to set a <classname>ListItemFactory</classname> with "
8270"dropdown menu to look different from the item in the <classname>DropDown</"8333"dropdown menu to look different from the item in the <classname>DropDown</"
8271"classname> widget, you also need to set a separate "8334"classname> widget, you also need to set a separate "
8272"<classname>ListItemFactory</classname> with <methodname>set_list_factory()</"8335"<classname>ListItemFactory</classname> with <methodname>set_list_factory()</"
8273"methodname>."8336"methodname>."
8274msgstr ""8337msgstr ""
nn8338"Efter att ha lagt till rader till denna modell bör du tillhandahålla "
8339"modellen till vår <classname>DropDown</classname> med metoden "
8340"<methodname>set_model()</methodname>. Om du inte använder modellen "
8341"<classname>StringList</classname> så kommer du också behöva ställa in en "
8342"<classname>ListItemFactory</classname> med <methodname>set_factory()</"
8343"methodname>. Om du vill att objekten i rullgardinsmenyn ska se annorlunda "
8344"från objektet i <classname>DropDown</classname>-komponenten så behöver du "
8345"också ställa in en separat <classname>ListItemFactory</classname> med "
8346"<methodname>set_list_factory()</methodname>."
82758347
8276#. (itstool) path: section/title8348#. (itstool) path: section/title
8277#: C/index-in.docbook:34248349#: C/index-in.docbook:3424
n8278#, fuzzyn
8279msgid "The selected item"8350msgid "The selected item"
n8280msgstr "De markerade raderna"n8351msgstr "Det valda objektet"
82818352
8282#. (itstool) path: section/para8353#. (itstool) path: section/para
8283#: C/index-in.docbook:34268354#: C/index-in.docbook:3426
8284#, fuzzy8355#, fuzzy
8285msgid ""8356msgid ""
8312"}\n"8383"}\n"
8313"else\n"8384"else\n"
8314"  set_nothing_chosen(); // Your own function.\n"8385"  set_nothing_chosen(); // Your own function.\n"
8315"</code>"8386"</code>"
8316msgstr ""8387msgstr ""
n8317"Gtk::TreeModel::iterator iter = m_Combo.get_active();\n"n8388"unsigned int sel = m_DropDown.get_selected();\n"
8318"if(iter)\n"8389"if (sel != GTK_INVALID_LIST_POSITION)\n"
8319"{\n"8390"{\n"
n8320"  auto row = *iter;\n"n
8321"\n"
8322"  //Få data för markerad rad, med vår kunskap\n"8391"  // Få data för markerad rad, med vår kunskap om listmodellen:\n"
8323"  //om trädmodellen:\n"8392"  auto id = m_ListStore-&gt;get_item(sel).m_col_id;\n"
8324"  auto id = row[m_Columns.m_col_id];\n"
8325"  set_something_id_chosen(id); //Din egen funktion.\n"8393"  set_some_id_chosen(id); // Din egen funktion.\n"
8326"}\n"8394"}\n"
8327"else\n"8395"else\n"
n8328"  set_nothing_chosen(); //Din egen funktion."n8396"  set_nothing_chosen(); // Din egen funktion.\n"
83298397
8330#. (itstool) path: section/title8398#. (itstool) path: section/title
8331#: C/index-in.docbook:3446 C/index-in.docbook:3597 C/index-in.docbook:36588399#: C/index-in.docbook:3446 C/index-in.docbook:3597 C/index-in.docbook:3658
8332msgid "Responding to changes"8400msgid "Responding to changes"
8333msgstr "Svara på ändringar"8401msgstr "Svara på ändringar"
83478415
8348#. (itstool) path: section/programlisting8416#. (itstool) path: section/programlisting
8349#: C/index-in.docbook:34528417#: C/index-in.docbook:3452
8350#, fuzzy, no-wrap8418#, fuzzy, no-wrap
8351#| msgid ""8419#| msgid ""
n8352#| "m_combo.signal_changed().connect( sigc::mem_fun(*this,\n"n8420#| "m_DropDown.property_selected().signal_changed().connect(\n"
8353#| "      &amp;ExampleWindow::on_combo_changed) );"8421#| "  sigc::mem_fun(*this, &amp;ExampleWindow::on_dropdown_changed));\n"
8354msgid ""8422msgid ""
8355"<code>m_DropDown.property_selected().signal_changed().connect(\n"8423"<code>m_DropDown.property_selected().signal_changed().connect(\n"
8356"  sigc::mem_fun(*this, &amp;ExampleWindow::on_dropdown_changed));\n"8424"  sigc::mem_fun(*this, &amp;ExampleWindow::on_dropdown_changed));\n"
8357"</code>"8425"</code>"
8358msgstr ""8426msgstr ""
n8359"m_combo.signal_changed().connect( sigc::mem_fun(*this,\n"n8427"m_DropDown.property_selected().signal_changed().connect(\n"
8360"      &amp;ExampleWindow::on_combo_changed) );"8428"  sigc::mem_fun(*this, &amp;ExampleWindow::on_dropdown_changed));\n"
83618429
8362#. (itstool) path: section/title8430#. (itstool) path: section/title
8363#: C/index-in.docbook:34588431#: C/index-in.docbook:3458
n8364#, fuzzyn
8365msgid "Simple String Example"8432msgid "Simple String Example"
n8366msgstr "Enkelt inmatningsexempel"n8433msgstr "Enkelt stngexempel"
83678434
8368#. (itstool) path: figure/title8435#. (itstool) path: figure/title
8369#: C/index-in.docbook:34618436#: C/index-in.docbook:3461
8370msgid "Simple DropDown"8437msgid "Simple DropDown"
n8371msgstr ""n8438msgstr "Enkel DropDown"
83728439
8373#. (itstool) path: imageobject/imagedata8440#. (itstool) path: imageobject/imagedata
8374#. This is a reference to an external file such as an image or video. When8441#. This is a reference to an external file such as an image or video. When
8375#. the file changes, the md5 hash will change to let you know you need to8442#. the file changes, the md5 hash will change to let you know you need to
8376#. update your localized copy. The msgstr is not used at all. Set it to8443#. update your localized copy. The msgstr is not used at all. Set it to
8380msgctxt "_"8447msgctxt "_"
8381msgid ""8448msgid ""
8382"external ref='figures/dropdown_string.png' "8449"external ref='figures/dropdown_string.png' "
8383"md5='b1689605c645e1ada3040f6df3335c56'"8450"md5='b1689605c645e1ada3040f6df3335c56'"
8384msgstr ""8451msgstr ""
n8385"external ref='figures/printing.png' md5='d4565328475ec89edf5f2230cb3fc5d0'"n8452"external ref='figures/dropdown_string.png' "
8453"md5='b1689605c645e1ada3040f6df3335c56'"
83868454
8387#. (itstool) path: section/para8455#. (itstool) path: section/para
8388#: C/index-in.docbook:34678456#: C/index-in.docbook:3467
n8389#, fuzzyn
8390#| msgid ""
8391#| "<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/"
8392#| "tree/master/examples/book/entry/icon\">Source Code</link>"
8393msgid ""8457msgid ""
8394"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"8458"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"
8395"master/examples/book/dropdown/string\">Source Code</link>"8459"master/examples/book/dropdown/string\">Source Code</link>"
8396msgstr ""8460msgstr ""
8397"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"8461"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"
n8398"master/examples/book/entry/icon\">Källkod</link>"n8462"master/examples/book/dropdown/string\">Källkod</link>"
83998463
8400#. (itstool) path: section/title8464#. (itstool) path: section/title
8401#: C/index-in.docbook:34718465#: C/index-in.docbook:3471
8402msgid "Examples with a Search Entry"8466msgid "Examples with a Search Entry"
n8403msgstr ""n8467msgstr "Exempel med ett sökfält"
84048468
8405#. (itstool) path: section/para8469#. (itstool) path: section/para
8406#: C/index-in.docbook:34738470#: C/index-in.docbook:3473
n8407#, fuzzyn
8408#| msgid ""
8409#| "<classname>Gtk::Grid</classname> arranges its child widgets in rows and "
8410#| "columns. Use <methodname>attach()</methodname> and "
8411#| "<methodname>attach_next_to()</methodname> to insert child widgets."
8412msgid ""8471msgid ""
8413"The dropdown menu may contain an <classname>Entry</classname> that allows to "8472"The dropdown menu may contain an <classname>Entry</classname> that allows to "
8414"search for items in the list. Call <methodname>set_enable_search()</"8473"search for items in the list. Call <methodname>set_enable_search()</"
8415"methodname> and <methodname>set_expression()</methodname>. For instance:"8474"methodname> and <methodname>set_expression()</methodname>. For instance:"
8416msgstr ""8475msgstr ""
n8417"<classname>Gtk::Grid</classname> arrangerar sina underordnade komponenter i "n8476"Rullgardinsmeny kan innehålla ett <classname>Entry</classname> som tillåter "
8418"rader och kolumner. Använd <methodname>attach()</methodname> och "8477"sökning efter objekt i listan. Anropa <methodname>set_enable_search()</"
8419"<methodname>attach_next_to()</methodname> för att infoga underordnade "8478"methodname> och <methodname>set_expression()</methodname>. Till exempel:"
8420"komponenter."
84218479
8422#. (itstool) path: section/programlisting8480#. (itstool) path: section/programlisting
8423#: C/index-in.docbook:34778481#: C/index-in.docbook:3477
n8424#, no-wrapn8482#, fuzzy, no-wrap
8483#| msgid ""
8484#| "m_DropDown.set_enable_search(true);\n"
8485#| "auto expression = Gtk::ClosureExpression&lt;Glib::ustring&gt;::create(\n"
8486#| "  sigc::mem_fun(*this, &amp;ExampleWindow::get_col_name));\n"
8487#| "m_DropDown.set_expression(expression);\n"
8488#| "\n"
8489#| "//-------\n"
8490#| "Glib::ustring ExampleWindow::get_col_name(const Glib::RefPtr&lt;Glib::Object
 >Base&gt;&amp; item)\n"
8491#| "{\n"
8492#| "  const auto col = std::dynamic_pointer_cast&lt;ModelColumns&gt;(item);\n"
8493#| "  return col ? col-&gt;m_col_name : \"\";\n"
8494#| "}\n"
8425msgid ""8495msgid ""
8426"<code>m_DropDown.set_enable_search(true);\n"8496"<code>m_DropDown.set_enable_search(true);\n"
8427"auto expression = Gtk::ClosureExpression&lt;Glib::ustring&gt;::create(\n"8497"auto expression = Gtk::ClosureExpression&lt;Glib::ustring&gt;::create(\n"
8428"  sigc::mem_fun(*this, &amp;ExampleWindow::get_col_name));\n"8498"  sigc::mem_fun(*this, &amp;ExampleWindow::get_col_name));\n"
8429"m_DropDown.set_expression(expression);\n"8499"m_DropDown.set_expression(expression);\n"
8434"  const auto col = std::dynamic_pointer_cast&lt;ModelColumns&gt;(item);\n"8504"  const auto col = std::dynamic_pointer_cast&lt;ModelColumns&gt;(item);\n"
8435"  return col ? col-&gt;m_col_name : \"\";\n"8505"  return col ? col-&gt;m_col_name : \"\";\n"
8436"}\n"8506"}\n"
8437"</code>"8507"</code>"
8438msgstr ""8508msgstr ""
nn8509"m_DropDown.set_enable_search(true);\n"
8510"auto expression = Gtk::ClosureExpression&lt;Glib::ustring&gt;::create(\n"
8511"  sigc::mem_fun(*this, &amp;ExampleWindow::get_col_name));\n"
8512"m_DropDown.set_expression(expression);\n"
8513"\n"
8514"//-------\n"
8515"Glib::ustring ExampleWindow::get_col_name(const Glib::RefPtr&lt;Glib::ObjectBas
 >e&gt;&amp; item)\n"
8516"{\n"
8517"  const auto col = std::dynamic_pointer_cast&lt;ModelColumns&gt;(item);\n"
8518"  return col ? col-&gt;m_col_name : \"\";\n"
8519"}\n"
84398520
8440#. (itstool) path: section/title8521#. (itstool) path: section/title
8441#: C/index-in.docbook:34918522#: C/index-in.docbook:3491
n8442#, fuzzyn
8443#| msgid "Simple Example"
8444msgid "String Example"8523msgid "String Example"
n8445msgstr "Enkelt exempel"n8524msgstr "Strängexempel"
84468525
8447#. (itstool) path: figure/title8526#. (itstool) path: figure/title
8448#: C/index-in.docbook:34948527#: C/index-in.docbook:3494
8449msgid "Search String"8528msgid "Search String"
n8450msgstr ""n8529msgstr "Sök sträng"
84518530
8452#. (itstool) path: imageobject/imagedata8531#. (itstool) path: imageobject/imagedata
8453#. This is a reference to an external file such as an image or video. When8532#. This is a reference to an external file such as an image or video. When
8454#. the file changes, the md5 hash will change to let you know you need to8533#. the file changes, the md5 hash will change to let you know you need to
8455#. update your localized copy. The msgstr is not used at all. Set it to8534#. update your localized copy. The msgstr is not used at all. Set it to
8463msgctxt "_"8542msgctxt "_"
8464msgid ""8543msgid ""
8465"external ref='figures/dropdown_search_string.png' "8544"external ref='figures/dropdown_search_string.png' "
8466"md5='e130e644e7cfb13a5b90ab1372b17503'"8545"md5='e130e644e7cfb13a5b90ab1372b17503'"
8467msgstr ""8546msgstr ""
n8468"external ref='figures/drawingarea_arcs.png' "n8547"external ref='figures/dropdown_search_string.png' "
8469"md5='d94b40e33b9fab7ea9e2c870b97fcf0c'"8548"md5='e130e644e7cfb13a5b90ab1372b17503'"
84708549
8471#. (itstool) path: section/para8550#. (itstool) path: section/para
8472#: C/index-in.docbook:35008551#: C/index-in.docbook:3500
n8473#, fuzzyn
8474#| msgid ""
8475#| "<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/"
8476#| "tree/master/examples/book/drawingarea/arcs\">Source Code</link>"
8477msgid ""8552msgid ""
8478"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"8553"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"
8479"master/examples/book/dropdown/search_string\">Source Code</link>"8554"master/examples/book/dropdown/search_string\">Source Code</link>"
8480msgstr ""8555msgstr ""
8481"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"8556"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"
n8482"master/examples/book/drawingarea/arcs\">Källkod</link>"n8557"master/examples/book/dropdown/search_string\">Källkod</link>"
84838558
8484#. (itstool) path: section/title8559#. (itstool) path: section/title
8485#: C/index-in.docbook:35048560#: C/index-in.docbook:3504
n8486#, fuzzyn
8487#| msgid "Full Example"
8488msgid "Font Example"8561msgid "Font Example"
n8489msgstr "Fullständigt exempel"n8562msgstr "Typsnittsexempel"
84908563
8491#. (itstool) path: section/para8564#. (itstool) path: section/para
8492#: C/index-in.docbook:35068565#: C/index-in.docbook:3506
8493#, fuzzy8566#, fuzzy
8494#| msgid ""8567#| msgid ""
8509"för det borttagna <classname>Gtk::Activatable</classname>-gränssnittet."8582"för det borttagna <classname>Gtk::Activatable</classname>-gränssnittet."
85108583
8511#. (itstool) path: figure/title8584#. (itstool) path: figure/title
8512#: C/index-in.docbook:3513 C/index-in.docbook:35328585#: C/index-in.docbook:3513 C/index-in.docbook:3532
8513msgid "Search Font"8586msgid "Search Font"
n8514msgstr ""n8587msgstr "Sök typsnitt"
85158588
8516#. (itstool) path: imageobject/imagedata8589#. (itstool) path: imageobject/imagedata
8517#. This is a reference to an external file such as an image or video. When8590#. This is a reference to an external file such as an image or video. When
8518#. the file changes, the md5 hash will change to let you know you need to8591#. the file changes, the md5 hash will change to let you know you need to
8519#. update your localized copy. The msgstr is not used at all. Set it to8592#. update your localized copy. The msgstr is not used at all. Set it to
8523msgctxt "_"8596msgctxt "_"
8524msgid ""8597msgid ""
8525"external ref='figures/dropdown_search_font.png' "8598"external ref='figures/dropdown_search_font.png' "
8526"md5='1733e29c88c19dc6c4cbd1114446ac18'"8599"md5='1733e29c88c19dc6c4cbd1114446ac18'"
8527msgstr ""8600msgstr ""
n8528"external ref='figures/drawingarea_pango_text.png' "n8601"external ref='figures/dropdown_search_font.png' "
8529"md5='07c39668c9dda2ac1f9455caf6e4d16a'"8602"md5='1733e29c88c19dc6c4cbd1114446ac18'"
85308603
8531#. (itstool) path: section/para8604#. (itstool) path: section/para
8532#: C/index-in.docbook:35198605#: C/index-in.docbook:3519
n8533#, fuzzyn
8534#| msgid ""
8535#| "<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/"
8536#| "tree/master/examples/book/paned\">Source Code</link>"
8537msgid ""8606msgid ""
8538"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"8607"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"
8539"master/examples/book/dropdown/search_font\">Source Code</link>"8608"master/examples/book/dropdown/search_font\">Source Code</link>"
8540msgstr ""8609msgstr ""
8541"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"8610"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"
n8542"master/examples/book/paned\">Källkod</link>"n8611"master/examples/book/dropdown/search_font\">Källkod</link>"
85438612
8544#. (itstool) path: section/title8613#. (itstool) path: section/title
8545#: C/index-in.docbook:35248614#: C/index-in.docbook:3524
n8546#, fuzzyn
8547#| msgid "Simple Example"
8548msgid "Complex Example"8615msgid "Complex Example"
n8549msgstr "Enkelt exempel"n8616msgstr "Komplext exempel"
85508617
8551#. (itstool) path: section/para8618#. (itstool) path: section/para
8552#: C/index-in.docbook:35268619#: C/index-in.docbook:3526
8553msgid ""8620msgid ""
8554"This is a more complex example with two <classname>SignalListItemFactory</"8621"This is a more complex example with two <classname>SignalListItemFactory</"
8555"classname> objects and their signal handlers. This example would be simpler "8622"classname> objects and their signal handlers. This example would be simpler "
8556"without the checkmark in the dropdown menu."8623"without the checkmark in the dropdown menu."
8557msgstr ""8624msgstr ""
nn8625"Detta är ett mer komplext exempel med två <classname>SignalListItemFactory</"
8626"classname>-objekt och deras signalhanterare. Detta exempel skulle vara "
8627"enklare utan bocken i rullgardinsmenyn."
85588628
8559#. (itstool) path: imageobject/imagedata8629#. (itstool) path: imageobject/imagedata
8560#. This is a reference to an external file such as an image or video. When8630#. This is a reference to an external file such as an image or video. When
8561#. the file changes, the md5 hash will change to let you know you need to8631#. the file changes, the md5 hash will change to let you know you need to
8562#. update your localized copy. The msgstr is not used at all. Set it to8632#. update your localized copy. The msgstr is not used at all. Set it to
8566msgctxt "_"8636msgctxt "_"
8567msgid ""8637msgid ""
8568"external ref='figures/dropdown_complex.png' "8638"external ref='figures/dropdown_complex.png' "
8569"md5='2167fb44e42653aa7fd855604c4c1e65'"8639"md5='2167fb44e42653aa7fd855604c4c1e65'"
8570msgstr ""8640msgstr ""
n8571"external ref='figures/combobox_complex.png' "n8641"external ref='figures/dropdown_complex.png' "
8572"md5='ec96e29fe85caef072868284443e413e'"8642"md5='2167fb44e42653aa7fd855604c4c1e65'"
85738643
8574#. (itstool) path: section/para8644#. (itstool) path: section/para
8575#: C/index-in.docbook:35388645#: C/index-in.docbook:3538
n8576#, fuzzyn
8577#| msgid ""
8578#| "<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/"
8579#| "tree/master/examples/book/combobox/complex\">Source Code</link>"
8580msgid ""8646msgid ""
8581"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"8647"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"
8582"master/examples/book/dropdown/complex\">Source Code</link>"8648"master/examples/book/dropdown/complex\">Source Code</link>"
8583msgstr ""8649msgstr ""
8584"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"8650"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"
n8585"master/examples/book/combobox/complex\">Källkod</link>"n8651"master/examples/book/dropdown/complex\">Källkod</link>"
85868652
8587#. (itstool) path: chapter/title8653#. (itstool) path: chapter/title
8588#: C/index-in.docbook:35438654#: C/index-in.docbook:3543
8589msgid "Combo Boxes"8655msgid "Combo Boxes"
8590msgstr "Kombinationsrutor"8656msgstr "Kombinationsrutor"
10664"used in <application>gtkmm</application>4 applications, provided "10730"used in <application>gtkmm</application>4 applications, provided "
10665"GTKMM_DISABLE_DEPRECATED and GDKMM_DISABLE_DEPRECATED are not defined. Some "10731"GTKMM_DISABLE_DEPRECATED and GDKMM_DISABLE_DEPRECATED are not defined. Some "
10666"of the dialog classes are replaced by classes that are available since "10732"of the dialog classes are replaced by classes that are available since "
10667"<application>gtkmm</application> 4.10."10733"<application>gtkmm</application> 4.10."
10668msgstr ""10734msgstr ""
nn10735"<classname>Gtk::Dialog</classname> och klasserna som härleds från den är "
10736"föråldrade sedan <application>gtkmm</application> 4.10. De kan fortfarande "
10737"användas i <application>gtkmm</application>4-program, förutsatt att "
10738"GTKMM_DISABLE_DEPRECATED och GDKMM_DISABLE_DEPRECATED inte har definierats. "
10739"Några av dialogklasserna ersätts av klasser som finns tillgängliga sedan "
10740"<application>gtkmm</application> 4.10."
1066910741
10670#. (itstool) path: note/para10742#. (itstool) path: note/para
10671#: C/index-in.docbook:446410743#: C/index-in.docbook:4464
10672msgid ""10744msgid ""
10673"The examples in this chapter use classes that are available since "10745"The examples in this chapter use classes that are available since "
10674"<application>gtkmm</application> 4.10. Similar examples with the deprecated "10746"<application>gtkmm</application> 4.10. Similar examples with the deprecated "
10675"classes are available in the <link xlink:href=\"https://gitlab.gnome.org/"10747"classes are available in the <link xlink:href=\"https://gitlab.gnome.org/"
10676"GNOME/gtkmm-documentation/tree/gtkmm-4-0/examples/book/dialogs/\"> gtkmm-4-0 "10748"GNOME/gtkmm-documentation/tree/gtkmm-4-0/examples/book/dialogs/\"> gtkmm-4-0 "
10677"branch</link> in the git repository."10749"branch</link> in the git repository."
10678msgstr ""10750msgstr ""
nn10751"Exemplen i detta kapitel använder klasser som finns tillgängliga sedan "
10752"<application>gtkmm</application> 4.10. Liknande exempel med de föråldrade "
10753"klasserna finns tillgängliga i <link xlink:href=\"https://gitlab.gnome.org/"
10754"GNOME/gtkmm-documentation/tree/gtkmm-4-0/examples/book/dialogs/\"> grenen "
10755"gtkmm-4-0</link> i git-arkivet."
1067910756
10680#. (itstool) path: chapter/para10757#. (itstool) path: chapter/para
10681#: C/index-in.docbook:447010758#: C/index-in.docbook:4470
10682#, fuzzy10759#, fuzzy
10683msgid ""10760msgid ""
10776"application> 4.10) and <classname>AlertDialog</classname> (available since "10853"application> 4.10) and <classname>AlertDialog</classname> (available since "
10777"<application>gtkmm</application> 4.10) are convenience classes, used to "10854"<application>gtkmm</application> 4.10) are convenience classes, used to "
10778"create simple, standard message dialogs, with a message and buttons for user "10855"create simple, standard message dialogs, with a message and buttons for user "
10779"response."10856"response."
10780msgstr ""10857msgstr ""
nn10858"<classname>MessageDialog</classname> (föråldrad sedan <application>gtkmm</"
10859"application> 4.10) och <classname>AlertDialog</classname> (tillgänglig sedan "
10860"<application>gtkmm</application> 4.10) är bekvämlighetsklasser som används "
10861"för att skapa enkla standardmeddelandedialoger, med ett meddelande och "
10862"knappar för användarsvar."
1078110863
10782#. (itstool) path: section/para10864#. (itstool) path: section/para
10783#: C/index-in.docbook:451910865#: C/index-in.docbook:4519
10784msgid ""10866msgid ""
10785"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"10867"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
10786"classGtk_1_1AlertDialog.html\">AlertDialog Reference</link>"10868"classGtk_1_1AlertDialog.html\">AlertDialog Reference</link>"
10787msgstr ""10869msgstr ""
10788"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"10870"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
n10789"classGtk_1_1AlertDialog.html\">AlertDialog-feferens</link>"n10871"classGtk_1_1AlertDialog.html\">AlertDialog-referens</link>"
1079010872
10791#. (itstool) path: section/para10873#. (itstool) path: section/para
10792#: C/index-in.docbook:452010874#: C/index-in.docbook:4520
10793msgid ""10875msgid ""
10794"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"10876"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
10812msgctxt "_"10894msgctxt "_"
10813msgid ""10895msgid ""
10814"external ref='figures/dialogs_alertdialog.png' "10896"external ref='figures/dialogs_alertdialog.png' "
10815"md5='88fa2103ad6d842eeebc68cc8cfd94ef'"10897"md5='88fa2103ad6d842eeebc68cc8cfd94ef'"
10816msgstr ""10898msgstr ""
n10817"external ref='figures/dialogs_messagedialog.png' "n10899"external ref='figures/dialogs_alertdialog.png' "
10818"md5='58151003c2b562b9f27b064c3193f7b1'"10900"md5='88fa2103ad6d842eeebc68cc8cfd94ef'"
1081910901
10820#. (itstool) path: section/para10902#. (itstool) path: section/para
10821#: C/index-in.docbook:453210903#: C/index-in.docbook:4532
10822msgid ""10904msgid ""
10823"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"10905"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"
10837"The <classname>FileChooserDialog</classname> (deprecated since "10919"The <classname>FileChooserDialog</classname> (deprecated since "
10838"<application>gtkmm</application> 4.10) and <classname>FileDialog</classname> "10920"<application>gtkmm</application> 4.10) and <classname>FileDialog</classname> "
10839"(available since <application>gtkmm</application> 4.10) are suitable for use "10921"(available since <application>gtkmm</application> 4.10) are suitable for use "
10840"with \"Open\" or \"Save\" menu items."10922"with \"Open\" or \"Save\" menu items."
10841msgstr ""10923msgstr ""
nn10924"<classname>FileChooserDialog</classname> (föråldrad sedan "
10925"<application>gtkmm</application> 4.10) och <classname>FileDialog</classname> "
10926"(tillgänglig sedan <application>gtkmm</application> 4.10) är lämpliga för "
10927"användning med menyobjekten ”Öppna” eller ”Spara”."
1084210928
10843#. (itstool) path: section/para10929#. (itstool) path: section/para
10844#: C/index-in.docbook:454310930#: C/index-in.docbook:4543
10845msgid ""10931msgid ""
10846"Most of the useful member methods for <classname>FileChooserDialog</"10932"Most of the useful member methods for <classname>FileChooserDialog</"
10889msgctxt "_"10975msgctxt "_"
10890msgid ""10976msgid ""
10891"external ref='figures/dialogs_filedialog.png' "10977"external ref='figures/dialogs_filedialog.png' "
10892"md5='15ecc452482112428259d0dcd8d0394a'"10978"md5='15ecc452482112428259d0dcd8d0394a'"
10893msgstr ""10979msgstr ""
n10894"external ref='figures/dialogs_filechooser.png' "n10980"external ref='figures/dialogs_filedialog.png' "
10895"md5='15ecc452482112428259d0dcd8d0394a'"10981"md5='15ecc452482112428259d0dcd8d0394a'"
1089610982
10897#. (itstool) path: section/para10983#. (itstool) path: section/para
10898#: C/index-in.docbook:456110984#: C/index-in.docbook:4561
10899msgid ""10985msgid ""
10918"since <application>gtkmm</application> 4.10) and "11004"since <application>gtkmm</application> 4.10) and "
10919"<classname>ColorDialogButton</classname> (available since "11005"<classname>ColorDialogButton</classname> (available since "
10920"<application>gtkmm</application> 4.10) open a color selection dialog when it "11006"<application>gtkmm</application> 4.10) open a color selection dialog when it "
10921"is clicked."11007"is clicked."
10922msgstr ""11008msgstr ""
nn11009"<classname>ColorChooserDialog</classname> (föråldrad sedan "
11010"<application>gtkmm</application> 4.10) och <classname>ColorDialog</"
11011"classname> (tillgänglig sedan <application>gtkmm</application> 4.10) låter "
11012"användaren välja en färg. <classname>ColorButton</classname> (föråldrad "
11013"sedan <application>gtkmm</application> 4.10) och "
11014"<classname>ColorDialogButton</classname> (tillgänglig sedan "
11015"<application>gtkmm</application> 4.10) öppnar en färgvalsdialog när de "
11016"klickas på."
1092311017
10924#. (itstool) path: section/para11018#. (itstool) path: section/para
10925#: C/index-in.docbook:457511019#: C/index-in.docbook:4575
10926msgid ""11020msgid ""
10927"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"11021"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
10954msgctxt "_"11048msgctxt "_"
10955msgid ""11049msgid ""
10956"external ref='figures/dialogs_colordialog.png' "11050"external ref='figures/dialogs_colordialog.png' "
10957"md5='029761e82cf06d3cbeaac2b7ccd70e57'"11051"md5='029761e82cf06d3cbeaac2b7ccd70e57'"
10958msgstr ""11052msgstr ""
n10959"external ref='figures/dialogs_colorchooserdialog.png' "n11053"external ref='figures/dialogs_colordialog.png' "
10960"md5='029761e82cf06d3cbeaac2b7ccd70e57'"11054"md5='029761e82cf06d3cbeaac2b7ccd70e57'"
1096111055
10962#. (itstool) path: section/para11056#. (itstool) path: section/para
10963#: C/index-in.docbook:458811057#: C/index-in.docbook:4588
10964msgid ""11058msgid ""
10982"choose a font. The <classname>FontButton</classname> (deprecated since "11076"choose a font. The <classname>FontButton</classname> (deprecated since "
10983"<application>gtkmm</application> 4.10) and <classname>FontDialogButton</"11077"<application>gtkmm</application> 4.10) and <classname>FontDialogButton</"
10984"classname> (available since <application>gtkmm</application> 4.10) open a "11078"classname> (available since <application>gtkmm</application> 4.10) open a "
10985"font chooser dialog when it is clicked."11079"font chooser dialog when it is clicked."
10986msgstr ""11080msgstr ""
nn11081"<classname>FontChooserDialog</classname> (föråldrad sedan "
11082"<application>gtkmm</application> 4.10) och <classname>FontDialog</classname> "
11083"(tillgänglig sedan <application>gtkmm</application> 4.10) låter användaren "
11084"välja ett typsnitt. <classname>FontButton</classname> (föråldrad sedan "
11085"<application>gtkmm</application> 4.10) och <classname>FontDialogButton</"
11086"classname> (tillgänglig sedan <application>gtkmm</application> 4.10) öppnar "
11087"en typsnittvalsdialog när de klickas på."
1098711088
10988#. (itstool) path: section/para11089#. (itstool) path: section/para
10989#: C/index-in.docbook:460211090#: C/index-in.docbook:4602
10990msgid ""11091msgid ""
10991"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"11092"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
11018msgctxt "_"11119msgctxt "_"
11019msgid ""11120msgid ""
11020"external ref='figures/dialogs_fontdialog.png' "11121"external ref='figures/dialogs_fontdialog.png' "
11021"md5='e35e05429468fa8823416b8a0deff342'"11122"md5='e35e05429468fa8823416b8a0deff342'"
11022msgstr ""11123msgstr ""
n11023"external ref='figures/dialogs_fontchooserdialog.png' "n11124"external ref='figures/dialogs_fontdialog.png' "
11024"md5='e35e05429468fa8823416b8a0deff342'"11125"md5='e35e05429468fa8823416b8a0deff342'"
1102511126
11026#. (itstool) path: section/para11127#. (itstool) path: section/para
11027#: C/index-in.docbook:461511128#: C/index-in.docbook:4615
11028msgid ""11129msgid ""
11108"master/examples/book/dialogs/aboutdialog\">Källkod</link>"11209"master/examples/book/dialogs/aboutdialog\">Källkod</link>"
1110911210
11110#. (itstool) path: section/title11211#. (itstool) path: section/title
11111#: C/index-in.docbook:465211212#: C/index-in.docbook:4652
11112#, fuzzy11213#, fuzzy
n11113#| msgid "Custom Widget"n
11114msgid "Custom Dialog"11214msgid "Custom Dialog"
n11115msgstr "Anpassad komponent"n11215msgstr "Anpassad dialogruta"
1111611216
11117#. (itstool) path: section/para11217#. (itstool) path: section/para
11118#: C/index-in.docbook:465311218#: C/index-in.docbook:4653
nn11219#, fuzzy
11119msgid ""11220msgid ""
11120"When none of the predefined dialog classes suit your needs, you can make "11221"When none of the predefined dialog classes suit your needs, you can make "
11121"your own dialog by deriving a class from <classname>Window</classname> and "11222"your own dialog by deriving a class from <classname>Window</classname> and "
11122"fill it with the widgets you need."11223"fill it with the widgets you need."
11123msgstr ""11224msgstr ""
nn11225"Om ingen av de fördefinierade dialogklasserna passar för dina behov kan du "
11226"skapa din egen dialogruta genom att härleda en klass från <classname>Window</"
11227"classname> och fylla den med komponenterna som du behöver."
1112411228
11125#. (itstool) path: section/para11229#. (itstool) path: section/para
11126#: C/index-in.docbook:465911230#: C/index-in.docbook:4659
n11127#, fuzzyn
11128#| msgid ""
11129#| "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
11130#| "classGtk_1_1Widget.html\">Widget Reference</link>"
11131msgid ""11231msgid ""
11132"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"11232"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
11133"classGtk_1_1Window.html\">Window Reference</link>"11233"classGtk_1_1Window.html\">Window Reference</link>"
11134msgstr ""11234msgstr ""
11135"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"11235"<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/gtkmm/"
n11136"classGtk_1_1Widget.html\">Widget-referens</link>"n11236"classGtk_1_1Window.html\">Window-referens</link>"
1113711237
11138#. (itstool) path: figure/title11238#. (itstool) path: figure/title
11139#: C/index-in.docbook:466511239#: C/index-in.docbook:4665
11140#, fuzzy11240#, fuzzy
n11141#| msgid "Dialogs"n
11142msgid "Window Dialog"11241msgid "Window Dialog"
n11143msgstr "Dialogrutor"n11242msgstr "Fönsterdialog"
1114411243
11145#. (itstool) path: imageobject/imagedata11244#. (itstool) path: imageobject/imagedata
11146#. This is a reference to an external file such as an image or video. When11245#. This is a reference to an external file such as an image or video. When
11147#. the file changes, the md5 hash will change to let you know you need to11246#. the file changes, the md5 hash will change to let you know you need to
11148#. update your localized copy. The msgstr is not used at all. Set it to11247#. update your localized copy. The msgstr is not used at all. Set it to
11152msgctxt "_"11251msgctxt "_"
11153msgid ""11252msgid ""
11154"external ref='figures/dialogs_windowdialog.png' "11253"external ref='figures/dialogs_windowdialog.png' "
11155"md5='53deb18153f6903fe45d015fc06ccef3'"11254"md5='53deb18153f6903fe45d015fc06ccef3'"
11156msgstr ""11255msgstr ""
n11157"external ref='figures/dialogs_messagedialog.png' "n11256"external ref='figures/dialogs_windowdialog.png' "
11158"md5='58151003c2b562b9f27b064c3193f7b1'"11257"md5='53deb18153f6903fe45d015fc06ccef3'"
1115911258
11160#. (itstool) path: section/para11259#. (itstool) path: section/para
11161#: C/index-in.docbook:467111260#: C/index-in.docbook:4671
11162msgid ""11261msgid ""
11163"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"11262"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"
14322"<classname>FileChooser</classname> and the classes that implement it are "14421"<classname>FileChooser</classname> and the classes that implement it are "
14323"deprecated since <application>gtkmm</application> 4.10. They have been "14422"deprecated since <application>gtkmm</application> 4.10. They have been "
14324"replaced by <classname>FileDialog</classname>, which is available since "14423"replaced by <classname>FileDialog</classname>, which is available since "
14325"<application>gtkmm</application> 4.10."14424"<application>gtkmm</application> 4.10."
14326msgstr ""14425msgstr ""
nn14426"<classname>FileChooser</classname> och klasserna som implementerar den är "
14427"föråldrade sedan <application>gtkmm</application> 4.10. De har ersatts av "
14428"<classname>FileDialog</classname>, vilken finns tillgänglig sedan "
14429"<application>gtkmm</application> 4.10."
1432714430
14328#. (itstool) path: section/title14431#. (itstool) path: section/title
14329#: C/index-in.docbook:619114432#: C/index-in.docbook:6191
14330msgid "Simple FileDialog example"14433msgid "Simple FileDialog example"
14331msgstr "Enkelt FileDialog-exempel"14434msgstr "Enkelt FileDialog-exempel"
15784"Se <link linkend=\"chapter-refptr\">bilagan</link> för detaljerad "15887"Se <link linkend=\"chapter-refptr\">bilagan</link> för detaljerad "
15785"information om RefPtr."15888"information om RefPtr."
1578615889
15787#. (itstool) path: listitem/para15890#. (itstool) path: listitem/para
15788#: C/index-in.docbook:683415891#: C/index-in.docbook:6834
n15789#, fuzzyn
15790#| msgid ""
15791#| "Bjarne Stroustrup, \"The C++ Programming Language\" Forth Edition - "
15792#| "section 34.3"
15793msgid ""15892msgid ""
15794"Bjarne Stroustrup, \"The C++ Programming Language\" Fourth Edition - section "15893"Bjarne Stroustrup, \"The C++ Programming Language\" Fourth Edition - section "
15795"34.3"15894"34.3"
15796msgstr ""15895msgstr ""
15797"Bjarne Stroustrup, ”The C++ Programming Language”, 4:e utgåvan - avsnitt 34.3"15896"Bjarne Stroustrup, ”The C++ Programming Language”, 4:e utgåvan - avsnitt 34.3"
17947"your custom class from that class. The <link linkend=\"custom-css-name-"18046"your custom class from that class. The <link linkend=\"custom-css-name-"
17948"example\">custom CSS name example</link> shows how that's done."18047"example\">custom CSS name example</link> shows how that's done."
17949msgstr ""18048msgstr ""
17950"Vissa <application>GTK</application>-funktioner måste, om de anropas över "18049"Vissa <application>GTK</application>-funktioner måste, om de anropas över "
17951"huvud taget, anropas från klassens init-funktion. Några andra "18050"huvud taget, anropas från klassens init-funktion. Några andra "
n17952"<application>GTK</application>-funktioner måste, om de anropas , anropas "n18051"<application>GTK</application>-funktioner måste, om de anropas, anropas från "
17953"från instansens init-funktion. Om din anpassade komponent måste anropa någon "18052"instansens init-funktion. Om din anpassade komponent måste anropa någon av "
17954"av dessa funktioner kan du härleda en klass från <classname>Glib::"18053"dessa funktioner kan du härleda en klass från <classname>Glib::"
17955"ExtraClassInit</classname> och härleda din anpassade klass från den klassen. "18054"ExtraClassInit</classname> och härleda din anpassade klass från den klassen. "
17956"Följande exempel visar hur detta görs."18055"Följande exempel visar hur detta görs."
1795718056
17958#. (itstool) path: section/para18057#. (itstool) path: section/para
17959#: C/index-in.docbook:778018058#: C/index-in.docbook:7780
17992#. (itstool) path: section/title18091#. (itstool) path: section/title
17993#: C/index-in.docbook:779418092#: C/index-in.docbook:7794
17994msgid "Custom CSS Names"18093msgid "Custom CSS Names"
17995msgstr "Anpassade CSS-namn"18094msgstr "Anpassade CSS-namn"
1799618095
nn18096# TODO: controlled
17997#. (itstool) path: section/para18097#. (itstool) path: section/para
17998#: C/index-in.docbook:779618098#: C/index-in.docbook:7796
nn18099#, fuzzy
17999msgid ""18100msgid ""
18000"Many aspects of the look of widgets are controlled by CSS (Cascading Style "18101"Many aspects of the look of widgets are controlled by CSS (Cascading Style "
18001"Sheet) files. With CSS files you can choose color, font, line thickness, "18102"Sheet) files. With CSS files you can choose color, font, line thickness, "
18002"etc. If you give some widgets their own names or their own CSS classes, you "18103"etc. If you give some widgets their own names or their own CSS classes, you "
18003"can define CSS rules that apply only to those widgets, for instance certain "18104"can define CSS rules that apply only to those widgets, for instance certain "
18004"buttons, without affecting other similar widgets."18105"buttons, without affecting other similar widgets."
18005msgstr ""18106msgstr ""
nn18107"Många aspekter hos komponenters utseende styrs av CSS-filer (Cascading Style "
18108"Sheet). Med CSS-filer kan du välja färg, typsnitt, radtjocklek och så "
18109"vidare. Om du ger några komponenter egna namn så kan du definiera CSS-regler "
18110"som endast tillämpas på dessa komponenter, exempelvis vissa knappar, utan "
18111"att påverka andra liknande komponenter."
1800618112
18007#. (itstool) path: section/title18113#. (itstool) path: section/title
18008#: C/index-in.docbook:780318114#: C/index-in.docbook:7803
nn18115#, fuzzy
18009msgid "CSS Node Name, Widget Name, CSS Class Name"18116msgid "CSS Node Name, Widget Name, CSS Class Name"
n18010msgstr ""n18117msgstr "CSS-nodnamn, Komponentnamn, CSS-klassnamn"
1801118118
18012#. (itstool) path: listitem/para18119#. (itstool) path: listitem/para
18013#: C/index-in.docbook:780718120#: C/index-in.docbook:7807
nn18121#, fuzzy
18014msgid ""18122msgid ""
18015"<methodname>gtk_widget_class_set_css_name()</methodname> can only be called "18123"<methodname>gtk_widget_class_set_css_name()</methodname> can only be called "
18016"from the class init function. It sets the CSS node name of all instances of "18124"from the class init function. It sets the CSS node name of all instances of "
18017"a class (a GType). See the <link linkend=\"custom-init-functions\"> Class "18125"a class (a GType). See the <link linkend=\"custom-init-functions\"> Class "
18018"Init and Instance Init Functions</link> section."18126"Init and Instance Init Functions</link> section."
18019msgstr ""18127msgstr ""
nn18128"<methodname>gtk_widget_class_set_css_name()</methodname> kan endast anropas "
18129"från klassens init-funktion. Den ställer in CSS-nodnamnet för alla instanser "
18130"av en klass (en GType). Se avsnittet <link linkend=\"custom-init-"
18131"functions\"> Initieringsfunktioner för klasser och instanser</link>."
1802018132
18021#. (itstool) path: listitem/para18133#. (itstool) path: listitem/para
18022#: C/index-in.docbook:781118134#: C/index-in.docbook:7811
nn18135#, fuzzy
18136#| msgid ""
18137#| "<methodname>Gtk::Widget::set_name()</methodname> can be called from a C++ "
18138#| "constructor. It sets the name of a widget instance."
18023msgid ""18139msgid ""
18024"<methodname>Gtk::Widget::set_name()</methodname> can be called from a "18140"<methodname>Gtk::Widget::set_name()</methodname> can be called from a "
18025"<phrase role=\"nowrap\">C++</phrase> constructor. It sets the name of a "18141"<phrase role=\"nowrap\">C++</phrase> constructor. It sets the name of a "
18026"widget instance."18142"widget instance."
18027msgstr ""18143msgstr ""
nn18144"<methodname>Gtk::Widget::set_name()</methodname> kan anropas från en C++-"
18145"konstruktor. Den ställer in namnet för en komponentinstans."
1802818146
18029#. (itstool) path: listitem/para18147#. (itstool) path: listitem/para
18030#: C/index-in.docbook:781418148#: C/index-in.docbook:7814
nn18149#, fuzzy
18031msgid ""18150msgid ""
18032"<methodname>Gtk::Widget::add_class_name()</methodname> can be called from a "18151"<methodname>Gtk::Widget::add_class_name()</methodname> can be called from a "
18033"<phrase role=\"nowrap\">C++</phrase> constructor. It adds the name of a CSS "18152"<phrase role=\"nowrap\">C++</phrase> constructor. It adds the name of a CSS "
18034"class, used by a widget instance."18153"class, used by a widget instance."
18035msgstr ""18154msgstr ""
nn18155"<methodname>Gtk::Widget::set_name()</methodname> kan anropas från en C++-"
18156"konstruktor. Den ställer in namnet för en CSS-klass, använd av en "
18157"komponentinstans."
1803618158
18037#. (itstool) path: section/para18159#. (itstool) path: section/para
18038#: C/index-in.docbook:780518160#: C/index-in.docbook:7805
nn18161#, fuzzy
18039msgid ""18162msgid ""
18040"There are three ways of referring from a widget to data in a CSS file: <_:"18163"There are three ways of referring from a widget to data in a CSS file: <_:"
18041"itemizedlist-1/> The following example shows a button with its own CSS node "18164"itemizedlist-1/> The following example shows a button with its own CSS node "
18042"name, a label with a widget name and a label that uses its own CSS class."18165"name, a label with a widget name and a label that uses its own CSS class."
18043msgstr ""18166msgstr ""
nn18167"Det finns två sätt att ge en komponent ett namn som du kan hänvisa till från "
18168"en CSS-file: <_:itemizedlist-1/> Följande exempel visar en knapp med eget "
18169"CSS-nodnamn och en etikett med ett komponentnamn."
1804418170
18045#. (itstool) path: section/title18171#. (itstool) path: section/title
18046#: C/index-in.docbook:782318172#: C/index-in.docbook:7823
18047msgid "Custom Style Information"18173msgid "Custom Style Information"
18048msgstr "Anpassad stilinformation"18174msgstr "Anpassad stilinformation"
18057"StyleContext::add_provider_for_display()</methodname>. <classname>Gtk::"18183"StyleContext::add_provider_for_display()</methodname>. <classname>Gtk::"
18058"StyleContext</classname> also contains methods to read some style "18184"StyleContext</classname> also contains methods to read some style "
18059"information, but this class is deprecated since <application>gtkmm</"18185"information, but this class is deprecated since <application>gtkmm</"
18060"application> 4.10."18186"application> 4.10."
18061msgstr ""18187msgstr ""
nn18188"För att lägga till en stilmall till ett program använder du en av "
18189"<methodname>Gtk::CssProvider::load_from_*()</methodname>-metoderna. Lägg "
18190"sedan till den med <methodname>Gtk::StyleProvider::"
18191"add_provider_for_display()</methodname> (tillgänglig sedan "
18192"<application>gtkmm</application> 4.10) eller <methodname>Gtk::StyleContext::"
18193"add_provider_for_display()</methodname>. <classname>Gtk::StyleContext</"
18194"classname> innehåller också metoder för att läsa viss stilinformation, men "
18195"denna klass är föråldrad sedan <application>gtkmm</application> 4.10."
1806218196
18063#. (itstool) path: section/para18197#. (itstool) path: section/para
18064#: C/index-in.docbook:783218198#: C/index-in.docbook:7832
18065msgid "CSS files are described in the documentation of GTK."18199msgid "CSS files are described in the documentation of GTK."
18066msgstr "CSS-filer beskrivs i dokumentationen för GTK."18200msgstr "CSS-filer beskrivs i dokumentationen för GTK."
1806718201
18068#. (itstool) path: section/para18202#. (itstool) path: section/para
18069#: C/index-in.docbook:783818203#: C/index-in.docbook:7838
n18070#, fuzzyn
18071#| msgid "This example implements a widget which draws Penrose triangles."
18072msgid ""18204msgid ""
18073"This example implements a button and two labels with custom style "18205"This example implements a button and two labels with custom style "
18074"information."18206"information."
n18075msgstr "Detta exempel implementerar en komponent som ritar Penrose-trianglar."n18207msgstr ""
18208"Detta exempel implementerar en knapp och två etiketter med anpassad "
18209"stilinformation."
1807618210
18077#. (itstool) path: figure/title18211#. (itstool) path: figure/title
18078#: C/index-in.docbook:784118212#: C/index-in.docbook:7841
18079#, fuzzy18213#, fuzzy
18080msgid "Custom CSS Name"18214msgid "Custom CSS Name"
18090msgctxt "_"18224msgctxt "_"
18091msgid ""18225msgid ""
18092"external ref='figures/custom_css_name.png' "18226"external ref='figures/custom_css_name.png' "
18093"md5='fb3d968b1fd40eb219e5a78946adff0f'"18227"md5='fb3d968b1fd40eb219e5a78946adff0f'"
18094msgstr ""18228msgstr ""
n18095"external ref='figures/frame.png' md5='e7b49b5f57afa5c0d4c487c187f1be55'"n18229"external ref='figures/custom_css_name.png' "
18230"md5='fb3d968b1fd40eb219e5a78946adff0f'"
1809618231
18097#. (itstool) path: section/para18232#. (itstool) path: section/para
18098#: C/index-in.docbook:784718233#: C/index-in.docbook:7847
n18099#, fuzzyn
18100#| msgid ""
18101#| "<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/"
18102#| "tree/master/examples/book/custom/custom_container/\">Source Code</link>"
18103msgid ""18234msgid ""
18104"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"18235"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"
18105"master/examples/book/custom/custom_css_name/\">Source Code</link>"18236"master/examples/book/custom/custom_css_name/\">Source Code</link>"
18106msgstr ""18237msgstr ""
18107"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"18238"<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/tree/"
n18108"master/examples/book/custom/custom_container/\">Källkod</link>"n18239"master/examples/book/custom/custom_css_name/\">Källkod</link>"
1810918240
18110#. (itstool) path: chapter/title18241#. (itstool) path: chapter/title
18111#: C/index-in.docbook:785418242#: C/index-in.docbook:7854
18112msgid "Multi-threaded programs"18243msgid "Multi-threaded programs"
18113msgstr "Flertrådade program"18244msgstr "Flertrådade program"
21371"}\n"21502"}\n"
2137221503
21373#. (itstool) path: section/para21504#. (itstool) path: section/para
21374#: C/index-in.docbook:938321505#: C/index-in.docbook:9383
21375#, fuzzy21506#, fuzzy
n21376#| msgid "Changes in <application>gtkmm</application> 3"n21507#| msgid "Deprecations in <application>gtkmm</application> 4.10"
21377msgid "And here's an excerpt from a <application>gdb</application> session."21508msgid "And here's an excerpt from a <application>gdb</application> session."
n21378msgstr "Ändringar i <application>gtkmm</application> 3"n21509msgstr "Föråldringar i <application>gtkmm</application> 4.10"
2137921510
21380#. (itstool) path: section/programlisting21511#. (itstool) path: section/programlisting
21381#: C/index-in.docbook:938621512#: C/index-in.docbook:9386
21382#, fuzzy, no-wrap21513#, fuzzy, no-wrap
21383msgid ""21514msgid ""
25426"<function>_WRAP_ENUM()</function> för att de är komplext definierade (kanske "25557"<function>_WRAP_ENUM()</function> för att de är komplext definierade (kanske "
25427"med C-makron) men att det fortfarande är önskvärt att inkludera den "25558"med C-makron) men att det fortfarande är önskvärt att inkludera den "
25428"genererade uppräkningsdokumentationen. Det används med samma syntax som "25559"genererade uppräkningsdokumentationen. Det används med samma syntax som "
25429"<function>_WRAP_ENUM()</function> och bearbetar även samma alternativ (även "25560"<function>_WRAP_ENUM()</function> och bearbetar även samma alternativ (även "
25430"om NO_GTYPE, gtype_func &lt;funktionsnamn&gt; och CONV_TO_INT ignoreras för "25561"om NO_GTYPE, gtype_func &lt;funktionsnamn&gt; och CONV_TO_INT ignoreras för "
n25431"att de inte gör någon skillnad på bara uppräkningens dokumentation "n25562"att de inte gör någon skillnad då bara uppräkningens dokumentation "
25432"genereras)."25563"genereras)."
2543325564
25434#. (itstool) path: section/title25565#. (itstool) path: section/title
25435#: C/index-in.docbook:1110625566#: C/index-in.docbook:11106
25436msgid "_WRAP_GERROR"25567msgid "_WRAP_GERROR"
27305#~ "namespaceGlib.html\">Reference</link>"27436#~ "namespaceGlib.html\">Reference</link>"
27306#~ msgstr ""27437#~ msgstr ""
27307#~ "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/glibmm/"27438#~ "<link xlink:href=\"https://gnome.pages.gitlab.gnome.org/glibmm/"
27308#~ "namespaceGlib.html\">Referens</link>"27439#~ "namespaceGlib.html\">Referens</link>"
2730927440
n27310#, fuzzyn
27311#~| msgid ""
27312#~| "<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/"
27313#~| "tree/master/examples/book/iconview\">Source Code, IconView</link>"
27314#~ msgid ""
27315#~ "<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/"
27316#~ "tree/master/examples/book/gridview\">Source Code, GridView</link>"
27317#~ msgstr ""
27318#~ "<link xlink:href=\"https://gitlab.gnome.org/GNOME/gtkmm-documentation/"
27319#~ "tree/master/examples/book/iconview\">Källkod, IconView</link>"
27320 
27321#, no-wrap27441#, no-wrap
27322#~ msgid "intltool-update --pot"27442#~ msgid "intltool-update --pot"
27323#~ msgstr "intltool-update --pot"27443#~ msgstr "intltool-update --pot"
2732427444
27325#~ msgid ""27445#~ msgid ""
27333#~ "<link xlink:href=\"http://ftp.gnome.org/pub/GNOME/sources/gnomemm_hello/"27453#~ "<link xlink:href=\"http://ftp.gnome.org/pub/GNOME/sources/gnomemm_hello/"
27334#~ "\"><literal>gnomemm_hello</literal> example package</link>"27454#~ "\"><literal>gnomemm_hello</literal> example package</link>"
27335#~ msgstr ""27455#~ msgstr ""
27336#~ "<link xlink:href=\"http://ftp.gnome.org/pub/GNOME/sources/gnomemm_hello/"27456#~ "<link xlink:href=\"http://ftp.gnome.org/pub/GNOME/sources/gnomemm_hello/"
27337#~ "\">Exempelpaketet <literal>gnomemm_hello</literal></link>"27457#~ "\">Exempelpaketet <literal>gnomemm_hello</literal></link>"
n27338 n
27339#~ msgid "Widget Name and CSS Node Name"
27340#~ msgstr "Komponentnamn och CSS-nodnamn"
2734127458
27342#~ msgid "For instance, from <filename>adjustment.hg</filename>:"27459#~ msgid "For instance, from <filename>adjustment.hg</filename>:"
27343#~ msgstr "Till exempel, från <filename>adjustment.hg</filename>:"27460#~ msgstr "Till exempel, från <filename>adjustment.hg</filename>:"
2734427461
27345#~ msgid "For example, from <filename>iochannel.hg</filename> in glibmm:"27462#~ msgid "For example, from <filename>iochannel.hg</filename> in glibmm:"
27457#~ "<_:programlisting-2/>"27574#~ "<_:programlisting-2/>"
27458#~ msgstr ""27575#~ msgstr ""
27459#~ "Detta kompileringsfel kan se ut så här: <_:programlisting-1/> eller så "27576#~ "Detta kompileringsfel kan se ut så här: <_:programlisting-1/> eller så "
27460#~ "här: <_:programlisting-2/>"27577#~ "här: <_:programlisting-2/>"
2746127578
tt27579#~ msgid "Widget Name and CSS Node Name"
27580#~ msgstr "Komponentnamn och CSS-nodnamn"
27581 
27462#, fuzzy27582#, fuzzy
27463#~ msgid ""27583#~ msgid ""
27464#~ "<classname>MessageDialog</classname> is a convenience class, used to "27584#~ "<classname>MessageDialog</classname> is a convenience class, used to "
27465#~ "create simple, standard message dialogs, with a message and buttons for "27585#~ "create simple, standard message dialogs, with a message and buttons for "
27466#~ "user response. You can specify the type of message and the text in the "27586#~ "user response. You can specify the type of message and the text in the "

Note: both files are merged with latest POT file.