Ardour  9.0-pre0-384-ga76afae0e9
settings.h
Go to the documentation of this file.
1 // -*- c++ -*-
2 // Generated by gmmproc 2.45.3 -- DO NOT MODIFY!
3 #ifndef _GTKMM_SETTINGS_H
4 #define _GTKMM_SETTINGS_H
5 
6 
7 #include <glibmm/ustring.h>
8 #include <sigc++/sigc++.h>
9 
10 /* $Id: settings.hg,v 1.6 2005/08/01 11:21:33 murrayc Exp $ */
11 
12 /* settings.h
13  *
14  * Copyright (C) 1998-2002 The gtkmm Development Team
15  *
16  * This library is free software; you can redistribute it and/or
17  * modify it under the terms of the GNU Lesser General Public
18  * License as published by the Free Software Foundation; either
19  * version 2.1 of the License, or (at your option) any later version.
20  *
21  * This library is distributed in the hope that it will be useful,
22  * but WITHOUT ANY WARRANTY; without even the implied warranty of
23  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
24  * Lesser General Public License for more details.
25  *
26  * You should have received a copy of the GNU Lesser General Public
27  * License along with this library; if not, write to the Free
28  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
29  */
30 
31 
32 #include <gtkmm/toolbar.h>
33 
34 
35 #ifndef DOXYGEN_SHOULD_SKIP_THIS
36 typedef struct _GtkSettings GtkSettings;
37 typedef struct _GtkSettingsClass GtkSettingsClass;
38 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
39 
40 
41 #ifndef DOXYGEN_SHOULD_SKIP_THIS
42 namespace Gtk
43 { class Settings_Class; } // namespace Gtk
44 #endif //DOXYGEN_SHOULD_SKIP_THIS
45 
46 namespace Gtk
47 {
48 
53 class Settings : public Glib::Object
54 {
55 
56 #ifndef DOXYGEN_SHOULD_SKIP_THIS
57 
58 public:
59  typedef Settings CppObjectType;
60  typedef Settings_Class CppClassType;
61  typedef GtkSettings BaseObjectType;
62  typedef GtkSettingsClass BaseClassType;
63 
64 private: friend class Settings_Class;
65  static CppClassType settings_class_;
66 
67 private:
68  // noncopyable
69  Settings(const Settings&);
70  Settings& operator=(const Settings&);
71 
72 protected:
73  explicit Settings(const Glib::ConstructParams& construct_params);
74  explicit Settings(GtkSettings* castitem);
75 
76 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
77 
78 public:
79  virtual ~Settings();
80 
83  static GType get_type() G_GNUC_CONST;
84 
85 #ifndef DOXYGEN_SHOULD_SKIP_THIS
86 
87 
88  static GType get_base_type() G_GNUC_CONST;
89 #endif
90 
92  GtkSettings* gobj() { return reinterpret_cast<GtkSettings*>(gobject_); }
93 
95  const GtkSettings* gobj() const { return reinterpret_cast<GtkSettings*>(gobject_); }
96 
99 
100 private:
101 
102 
103 protected:
104 
105 
106 public:
107 
108 
115  static Glib::RefPtr<Settings> get_default();
116 
117 
123  static Glib::RefPtr<Settings> get_for_screen(const Glib::RefPtr<Gdk::Screen>& screen);
124 
130  Glib::PropertyProxy< int > property_gtk_double_click_time() ;
131 
137  Glib::PropertyProxy_ReadOnly< int > property_gtk_double_click_time() const;
138 
144  Glib::PropertyProxy< int > property_gtk_double_click_distance() ;
145 
151  Glib::PropertyProxy_ReadOnly< int > property_gtk_double_click_distance() const;
152 
158  Glib::PropertyProxy< bool > property_gtk_cursor_blink() ;
159 
165  Glib::PropertyProxy_ReadOnly< bool > property_gtk_cursor_blink() const;
166 
172  Glib::PropertyProxy< int > property_gtk_cursor_blink_time() ;
173 
179  Glib::PropertyProxy_ReadOnly< int > property_gtk_cursor_blink_time() const;
180 
186  Glib::PropertyProxy< bool > property_gtk_split_cursor() ;
187 
193  Glib::PropertyProxy_ReadOnly< bool > property_gtk_split_cursor() const;
194 
200  Glib::PropertyProxy< Glib::ustring > property_gtk_theme_name() ;
201 
207  Glib::PropertyProxy_ReadOnly< Glib::ustring > property_gtk_theme_name() const;
208 
214  Glib::PropertyProxy< Glib::ustring > property_gtk_key_theme_name() ;
215 
221  Glib::PropertyProxy_ReadOnly< Glib::ustring > property_gtk_key_theme_name() const;
222 
228  Glib::PropertyProxy< Glib::ustring > property_gtk_menu_bar_accel() ;
229 
235  Glib::PropertyProxy_ReadOnly< Glib::ustring > property_gtk_menu_bar_accel() const;
236 
242  Glib::PropertyProxy< int > property_gtk_dnd_drag_threshold() ;
243 
249  Glib::PropertyProxy_ReadOnly< int > property_gtk_dnd_drag_threshold() const;
250 
256  Glib::PropertyProxy< Glib::ustring > property_gtk_font_name() ;
257 
263  Glib::PropertyProxy_ReadOnly< Glib::ustring > property_gtk_font_name() const;
264 
270  Glib::PropertyProxy< Glib::ustring > property_gtk_modules() ;
271 
277  Glib::PropertyProxy_ReadOnly< Glib::ustring > property_gtk_modules() const;
278 
279 //#ifdef GDK_WINDOWING_X11
285  Glib::PropertyProxy< int > property_gtk_xft_antialias() ;
286 
292  Glib::PropertyProxy_ReadOnly< int > property_gtk_xft_antialias() const;
293 
299  Glib::PropertyProxy< int > property_gtk_xft_hinting() ;
300 
306  Glib::PropertyProxy_ReadOnly< int > property_gtk_xft_hinting() const;
307 
313  Glib::PropertyProxy< Glib::ustring > property_gtk_xft_hintstyle() ;
314 
320  Glib::PropertyProxy_ReadOnly< Glib::ustring > property_gtk_xft_hintstyle() const;
321 
327  Glib::PropertyProxy< Glib::ustring > property_gtk_xft_rgba() ;
328 
334  Glib::PropertyProxy_ReadOnly< Glib::ustring > property_gtk_xft_rgba() const;
335 
341  Glib::PropertyProxy< int > property_gtk_xft_dpi() ;
342 
348  Glib::PropertyProxy_ReadOnly< int > property_gtk_xft_dpi() const;
349 
355  Glib::PropertyProxy< Glib::ustring > property_gtk_cursor_theme_name() ;
356 
362  Glib::PropertyProxy_ReadOnly< Glib::ustring > property_gtk_cursor_theme_name() const;
363 
369  Glib::PropertyProxy< int > property_gtk_cursor_theme_size() ;
370 
376  Glib::PropertyProxy_ReadOnly< int > property_gtk_cursor_theme_size() const;
377 
378 //#endif
384  Glib::PropertyProxy< bool > property_gtk_alternative_button_order() ;
385 
391  Glib::PropertyProxy_ReadOnly< bool > property_gtk_alternative_button_order() const;
392 
398  Glib::PropertyProxy< bool > property_gtk_alternative_sort_arrows() ;
399 
405  Glib::PropertyProxy_ReadOnly< bool > property_gtk_alternative_sort_arrows() const;
406 
412  Glib::PropertyProxy< bool > property_gtk_show_input_method_menu() ;
413 
419  Glib::PropertyProxy_ReadOnly< bool > property_gtk_show_input_method_menu() const;
420 
426  Glib::PropertyProxy< bool > property_gtk_show_unicode_menu() ;
427 
433  Glib::PropertyProxy_ReadOnly< bool > property_gtk_show_unicode_menu() const;
434 
440  Glib::PropertyProxy< int > property_gtk_timeout_initial() ;
441 
447  Glib::PropertyProxy_ReadOnly< int > property_gtk_timeout_initial() const;
448 
454  Glib::PropertyProxy< int > property_gtk_timeout_repeat() ;
455 
461  Glib::PropertyProxy_ReadOnly< int > property_gtk_timeout_repeat() const;
462 
468  Glib::PropertyProxy< int > property_gtk_timeout_expand() ;
469 
475  Glib::PropertyProxy_ReadOnly< int > property_gtk_timeout_expand() const;
476 
482  Glib::PropertyProxy< Glib::ustring > property_gtk_color_scheme() ;
483 
489  Glib::PropertyProxy_ReadOnly< Glib::ustring > property_gtk_color_scheme() const;
490 
496  Glib::PropertyProxy< bool > property_gtk_enable_animations() ;
497 
503  Glib::PropertyProxy_ReadOnly< bool > property_gtk_enable_animations() const;
504 
510  Glib::PropertyProxy< bool > property_gtk_touchscreen_mode() ;
511 
517  Glib::PropertyProxy_ReadOnly< bool > property_gtk_touchscreen_mode() const;
518 
524  Glib::PropertyProxy< int > property_gtk_tooltip_timeout() ;
525 
531  Glib::PropertyProxy_ReadOnly< int > property_gtk_tooltip_timeout() const;
532 
538  Glib::PropertyProxy< int > property_gtk_tooltip_browse_timeout() ;
539 
545  Glib::PropertyProxy_ReadOnly< int > property_gtk_tooltip_browse_timeout() const;
546 
552  Glib::PropertyProxy< int > property_gtk_tooltip_browse_mode_timeout() ;
553 
559  Glib::PropertyProxy_ReadOnly< int > property_gtk_tooltip_browse_mode_timeout() const;
560 
566  Glib::PropertyProxy< bool > property_gtk_keynav_cursor_only() ;
567 
573  Glib::PropertyProxy_ReadOnly< bool > property_gtk_keynav_cursor_only() const;
574 
580  Glib::PropertyProxy< bool > property_gtk_keynav_wrap_around() ;
581 
587  Glib::PropertyProxy_ReadOnly< bool > property_gtk_keynav_wrap_around() const;
588 
594  Glib::PropertyProxy< bool > property_gtk_error_bell() ;
595 
601  Glib::PropertyProxy_ReadOnly< bool > property_gtk_error_bell() const;
602 
608  Glib::PropertyProxy_ReadOnly< Gdk::Color > property_color_hash() const;
609 
610 
616  Glib::PropertyProxy< Glib::ustring > property_gtk_file_chooser_backend() ;
617 
623  Glib::PropertyProxy_ReadOnly< Glib::ustring > property_gtk_file_chooser_backend() const;
624 
630  Glib::PropertyProxy< Glib::ustring > property_gtk_print_backends() ;
631 
637  Glib::PropertyProxy_ReadOnly< Glib::ustring > property_gtk_print_backends() const;
638 
644  Glib::PropertyProxy< Glib::ustring > property_gtk_print_preview_command() ;
645 
651  Glib::PropertyProxy_ReadOnly< Glib::ustring > property_gtk_print_preview_command() const;
652 
658  Glib::PropertyProxy< bool > property_gtk_enable_mnemonics() ;
659 
665  Glib::PropertyProxy_ReadOnly< bool > property_gtk_enable_mnemonics() const;
666 
672  Glib::PropertyProxy< bool > property_gtk_enable_accels() ;
673 
679  Glib::PropertyProxy_ReadOnly< bool > property_gtk_enable_accels() const;
680 
686  Glib::PropertyProxy< int > property_gtk_recent_files_limit() ;
687 
693  Glib::PropertyProxy_ReadOnly< int > property_gtk_recent_files_limit() const;
694 
700  Glib::PropertyProxy< Glib::ustring > property_gtk_im_module() ;
701 
707  Glib::PropertyProxy_ReadOnly< Glib::ustring > property_gtk_im_module() const;
708 
714  Glib::PropertyProxy< int > property_gtk_recent_files_max_age() ;
715 
721  Glib::PropertyProxy_ReadOnly< int > property_gtk_recent_files_max_age() const;
722 
728  Glib::PropertyProxy< int > property_gtk_fontconfig_timestamp() ;
729 
735  Glib::PropertyProxy_ReadOnly< int > property_gtk_fontconfig_timestamp() const;
736 
742  Glib::PropertyProxy< Glib::ustring > property_gtk_sound_theme_name() ;
743 
749  Glib::PropertyProxy_ReadOnly< Glib::ustring > property_gtk_sound_theme_name() const;
750 
756  Glib::PropertyProxy< bool > property_gtk_enable_input_feedback_sounds() ;
757 
763  Glib::PropertyProxy_ReadOnly< bool > property_gtk_enable_input_feedback_sounds() const;
764 
770  Glib::PropertyProxy< bool > property_gtk_enable_event_sounds() ;
771 
777  Glib::PropertyProxy_ReadOnly< bool > property_gtk_enable_event_sounds() const;
778 
784  Glib::PropertyProxy< bool > property_gtk_enable_tooltips() ;
785 
791  Glib::PropertyProxy_ReadOnly< bool > property_gtk_enable_tooltips() const;
792 
793  //TODO: Add others added since?
794 
795  // from GtkToolbar
801  Glib::PropertyProxy< ToolbarStyle > property_gtk_toolbar_style() ;
802 
808  Glib::PropertyProxy_ReadOnly< ToolbarStyle > property_gtk_toolbar_style() const;
809 
815  Glib::PropertyProxy< IconSize > property_gtk_toolbar_icon_size() ;
816 
822  Glib::PropertyProxy_ReadOnly< IconSize > property_gtk_toolbar_icon_size() const;
823 
824 
825  // from GtkMenu
831  Glib::PropertyProxy< bool > property_gtk_can_change_accels() ;
832 
838  Glib::PropertyProxy_ReadOnly< bool > property_gtk_can_change_accels() const;
839 
840 
841  // from GtkEntry
847  Glib::PropertyProxy< bool > property_gtk_entry_select_on_focus() ;
848 
854  Glib::PropertyProxy_ReadOnly< bool > property_gtk_entry_select_on_focus() const;
855 
856 
857  // from GtkColorSelection
863  Glib::PropertyProxy< Glib::ustring > property_gtk_color_palette() ;
864 
870  Glib::PropertyProxy_ReadOnly< Glib::ustring > property_gtk_color_palette() const;
871 
872 
873  // from GtkButton
879  Glib::PropertyProxy< bool > property_gtk_button_images() ;
880 
886  Glib::PropertyProxy_ReadOnly< bool > property_gtk_button_images() const;
887 
888 
889  // from GtkIconTheme
895  Glib::PropertyProxy< Glib::ustring > property_gtk_icon_theme_name() ;
896 
902  Glib::PropertyProxy_ReadOnly< Glib::ustring > property_gtk_icon_theme_name() const;
903 
909  Glib::PropertyProxy< Glib::ustring > property_gtk_icon_sizes() ;
910 
916  Glib::PropertyProxy_ReadOnly< Glib::ustring > property_gtk_icon_sizes() const;
917 
918 
919 public:
920 
921 public:
922  //C++ methods used to invoke GTK+ virtual functions:
923 
924 protected:
925  //GTK+ Virtual Functions (override these to change behaviour):
926 
927  //Default Signal Handlers::
928 
929 
930 };
931 
932 } /* namespace Gtk */
933 
934 
935 namespace Glib
936 {
945  Glib::RefPtr<Gtk::Settings> wrap(GtkSettings* object, bool take_copy = false);
946 }
947 
948 
949 #endif /* _GTKMM_SETTINGS_H */
950 
Glib::PropertyProxy_ReadOnly< Glib::ustring > property_gtk_key_theme_name() const
Glib::PropertyProxy_ReadOnly< Glib::ustring > property_gtk_print_preview_command() const
Glib::PropertyProxy< int > property_gtk_tooltip_browse_mode_timeout()
Glib::PropertyProxy_ReadOnly< bool > property_gtk_split_cursor() const
Glib::PropertyProxy< int > property_gtk_timeout_repeat()
Glib::PropertyProxy_ReadOnly< Glib::ustring > property_gtk_file_chooser_backend() const
Glib::PropertyProxy< bool > property_gtk_keynav_cursor_only()
Glib::PropertyProxy< bool > property_gtk_button_images()
Glib::PropertyProxy_ReadOnly< int > property_gtk_timeout_repeat() const
Glib::PropertyProxy< int > property_gtk_tooltip_browse_timeout()
Glib::PropertyProxy< bool > property_gtk_error_bell()
Glib::PropertyProxy_ReadOnly< Glib::ustring > property_gtk_modules() const
Glib::PropertyProxy< Glib::ustring > property_gtk_color_palette()
Glib::PropertyProxy< Glib::ustring > property_gtk_im_module()
Glib::PropertyProxy_ReadOnly< Glib::ustring > property_gtk_im_module() const
Glib::PropertyProxy< bool > property_gtk_show_input_method_menu()
Glib::PropertyProxy_ReadOnly< Gdk::Color > property_color_hash() const
Glib::PropertyProxy< Glib::ustring > property_gtk_modules()
Glib::PropertyProxy_ReadOnly< int > property_gtk_tooltip_timeout() const
Glib::PropertyProxy< int > property_gtk_timeout_expand()
Glib::PropertyProxy_ReadOnly< Glib::ustring > property_gtk_sound_theme_name() const
Glib::PropertyProxy< int > property_gtk_dnd_drag_threshold()
Glib::PropertyProxy< int > property_gtk_xft_antialias()
Glib::PropertyProxy< int > property_gtk_cursor_theme_size()
Glib::PropertyProxy_ReadOnly< bool > property_gtk_enable_event_sounds() const
static Glib::RefPtr< Settings > get_for_screen(const Glib::RefPtr< Gdk::Screen > &screen)
Glib::PropertyProxy_ReadOnly< bool > property_gtk_button_images() const
Glib::PropertyProxy< bool > property_gtk_enable_animations()
Glib::PropertyProxy< Glib::ustring > property_gtk_key_theme_name()
Glib::PropertyProxy_ReadOnly< Glib::ustring > property_gtk_color_scheme() const
Glib::PropertyProxy_ReadOnly< bool > property_gtk_alternative_sort_arrows() const
Glib::PropertyProxy_ReadOnly< Glib::ustring > property_gtk_font_name() const
Glib::PropertyProxy_ReadOnly< bool > property_gtk_enable_accels() const
Glib::PropertyProxy< Glib::ustring > property_gtk_cursor_theme_name()
Glib::PropertyProxy< Glib::ustring > property_gtk_menu_bar_accel()
Glib::PropertyProxy_ReadOnly< int > property_gtk_tooltip_browse_mode_timeout() const
Glib::PropertyProxy_ReadOnly< ToolbarStyle > property_gtk_toolbar_style() const
Glib::PropertyProxy_ReadOnly< int > property_gtk_xft_dpi() const
Glib::PropertyProxy_ReadOnly< Glib::ustring > property_gtk_theme_name() const
Glib::PropertyProxy_ReadOnly< Glib::ustring > property_gtk_icon_theme_name() const
Glib::PropertyProxy< int > property_gtk_recent_files_limit()
Glib::PropertyProxy< int > property_gtk_cursor_blink_time()
Glib::PropertyProxy_ReadOnly< bool > property_gtk_enable_tooltips() const
Glib::PropertyProxy< Glib::ustring > property_gtk_font_name()
Glib::PropertyProxy_ReadOnly< int > property_gtk_fontconfig_timestamp() const
Glib::PropertyProxy_ReadOnly< int > property_gtk_cursor_theme_size() const
Glib::PropertyProxy< bool > property_gtk_entry_select_on_focus()
Glib::PropertyProxy< Glib::ustring > property_gtk_print_preview_command()
Glib::PropertyProxy< int > property_gtk_xft_dpi()
Glib::PropertyProxy< int > property_gtk_recent_files_max_age()
Glib::PropertyProxy_ReadOnly< int > property_gtk_tooltip_browse_timeout() const
Glib::PropertyProxy< int > property_gtk_xft_hinting()
Glib::PropertyProxy_ReadOnly< Glib::ustring > property_gtk_cursor_theme_name() const
Glib::PropertyProxy_ReadOnly< int > property_gtk_xft_hinting() const
Glib::PropertyProxy_ReadOnly< bool > property_gtk_keynav_wrap_around() const
Glib::PropertyProxy_ReadOnly< Glib::ustring > property_gtk_icon_sizes() const
Glib::RefPtr< Gtk::Settings > wrap(GtkSettings *object, bool take_copy=false)
Glib::PropertyProxy< bool > property_gtk_can_change_accels()
Glib::PropertyProxy_ReadOnly< IconSize > property_gtk_toolbar_icon_size() const
Glib::PropertyProxy_ReadOnly< Glib::ustring > property_gtk_xft_hintstyle() const
Glib::PropertyProxy_ReadOnly< bool > property_gtk_show_unicode_menu() const
Glib::PropertyProxy< Glib::ustring > property_gtk_file_chooser_backend()
Glib::PropertyProxy_ReadOnly< int > property_gtk_timeout_initial() const
Glib::PropertyProxy_ReadOnly< bool > property_gtk_can_change_accels() const
Glib::PropertyProxy< int > property_gtk_double_click_distance()
static Glib::RefPtr< Settings > get_default()
Glib::PropertyProxy< bool > property_gtk_show_unicode_menu()
Glib::PropertyProxy< bool > property_gtk_touchscreen_mode()
Glib::PropertyProxy< int > property_gtk_double_click_time()
Glib::PropertyProxy_ReadOnly< bool > property_gtk_cursor_blink() const
Glib::PropertyProxy_ReadOnly< int > property_gtk_dnd_drag_threshold() const
Glib::PropertyProxy< Glib::ustring > property_gtk_print_backends()
Glib::PropertyProxy_ReadOnly< int > property_gtk_recent_files_limit() const
const GtkSettings * gobj() const
Provides access to the underlying C GObject.
Definition: settings.h:95
Glib::PropertyProxy< Glib::ustring > property_gtk_icon_sizes()
Glib::PropertyProxy_ReadOnly< Glib::ustring > property_gtk_menu_bar_accel() const
Glib::PropertyProxy_ReadOnly< bool > property_gtk_alternative_button_order() const
Glib::PropertyProxy_ReadOnly< int > property_gtk_recent_files_max_age() const
virtual ~Settings()
Glib::PropertyProxy< int > property_gtk_fontconfig_timestamp()
Glib::PropertyProxy< Glib::ustring > property_gtk_icon_theme_name()
Glib::PropertyProxy_ReadOnly< bool > property_gtk_touchscreen_mode() const
Glib::PropertyProxy_ReadOnly< Glib::ustring > property_gtk_print_backends() const
Glib::PropertyProxy< Glib::ustring > property_gtk_xft_hintstyle()
Glib::PropertyProxy< Glib::ustring > property_gtk_theme_name()
Glib::PropertyProxy< bool > property_gtk_split_cursor()
Glib::PropertyProxy< bool > property_gtk_enable_input_feedback_sounds()
Glib::PropertyProxy_ReadOnly< bool > property_gtk_keynav_cursor_only() const
Glib::PropertyProxy< bool > property_gtk_alternative_button_order()
Glib::PropertyProxy_ReadOnly< int > property_gtk_xft_antialias() const
Glib::PropertyProxy_ReadOnly< bool > property_gtk_error_bell() const
Glib::PropertyProxy_ReadOnly< bool > property_gtk_entry_select_on_focus() const
Glib::PropertyProxy< int > property_gtk_timeout_initial()
Glib::PropertyProxy< int > property_gtk_tooltip_timeout()
Glib::PropertyProxy_ReadOnly< bool > property_gtk_show_input_method_menu() const
Glib::PropertyProxy_ReadOnly< Glib::ustring > property_gtk_color_palette() const
static GType get_type() G_GNUC_CONST
Glib::PropertyProxy< Glib::ustring > property_gtk_sound_theme_name()
Glib::PropertyProxy< bool > property_gtk_enable_tooltips()
Glib::PropertyProxy_ReadOnly< int > property_gtk_timeout_expand() const
Glib::PropertyProxy< Glib::ustring > property_gtk_color_scheme()
Glib::PropertyProxy< Glib::ustring > property_gtk_xft_rgba()
Glib::PropertyProxy< IconSize > property_gtk_toolbar_icon_size()
Glib::PropertyProxy_ReadOnly< Glib::ustring > property_gtk_xft_rgba() const
Glib::PropertyProxy_ReadOnly< bool > property_gtk_enable_mnemonics() const
Glib::PropertyProxy< bool > property_gtk_enable_mnemonics()
Glib::PropertyProxy< bool > property_gtk_enable_event_sounds()
Glib::PropertyProxy< bool > property_gtk_enable_accels()
Glib::PropertyProxy_ReadOnly< int > property_gtk_double_click_time() const
Glib::PropertyProxy< bool > property_gtk_cursor_blink()
Glib::PropertyProxy< bool > property_gtk_keynav_wrap_around()
GtkSettings * gobj_copy()
Provides access to the underlying C instance. The caller is responsible for unrefing it....
GtkSettings * gobj()
Provides access to the underlying C GObject.
Definition: settings.h:92
Glib::PropertyProxy_ReadOnly< int > property_gtk_cursor_blink_time() const
Glib::PropertyProxy_ReadOnly< bool > property_gtk_enable_input_feedback_sounds() const
Glib::PropertyProxy< bool > property_gtk_alternative_sort_arrows()
Glib::PropertyProxy_ReadOnly< bool > property_gtk_enable_animations() const
Glib::PropertyProxy< ToolbarStyle > property_gtk_toolbar_style()
Glib::PropertyProxy_ReadOnly< int > property_gtk_double_click_distance() const
Definition: ardour_ui.h:187