// Generated by gtkmmproc -- DO NOT MODIFY! #include #include // -*- c++ -*- /* $Id$ */ /* * * Copyright 1998-2002 The gtkmm Development Team * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include namespace Gtk { } //namespace Gtk namespace { } // anonymous namespace namespace Glib { Glib::RefPtr wrap(GtkSettings* object, bool take_copy) { return Glib::RefPtr( dynamic_cast (Glib::wrap_auto ((GObject*)(object), take_copy)) ); //We use dynamic_cast<> in case of multiple inheritance. } } /* namespace Glib */ namespace Gtk { /* The *_Class implementation: */ const Glib::Class& Settings_Class::init() { if(!gtype_) // create the GType if necessary { // Glib::Class has to know the class init function to clone custom types. class_init_func_ = &Settings_Class::class_init_function; // This is actually just optimized away, apparently with no harm. // Make sure that the parent type has been created. //CppClassParent::CppObjectType::get_type(); // Create the wrapper type, with the same class/instance size as the base type. register_derived_type(gtk_settings_get_type()); // Add derived versions of interfaces, if the C type implements any interfaces: } return *this; } void Settings_Class::class_init_function(void* g_class, void* class_data) { BaseClassType *const klass = static_cast(g_class); CppClassParent::class_init_function(klass, class_data); #ifdef GLIBMM_VFUNCS_ENABLED #endif //GLIBMM_VFUNCS_ENABLED #ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED } #ifdef GLIBMM_VFUNCS_ENABLED #endif //GLIBMM_VFUNCS_ENABLED #ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED Glib::ObjectBase* Settings_Class::wrap_new(GObject* object) { return new Settings((GtkSettings*)object); } /* The implementation: */ GtkSettings* Settings::gobj_copy() { reference(); return gobj(); } Settings::Settings(const Glib::ConstructParams& construct_params) : Glib::Object(construct_params) {} Settings::Settings(GtkSettings* castitem) : Glib::Object((GObject*)(castitem)) {} Settings::~Settings() {} Settings::CppClassType Settings::settings_class_; // initialize static member GType Settings::get_type() { return settings_class_.init().get_type(); } GType Settings::get_base_type() { return gtk_settings_get_type(); } Glib::RefPtr Settings::get_default() { Glib::RefPtr retvalue = Glib::wrap(gtk_settings_get_default()); if(retvalue) retvalue->reference(); //The function does not do a ref for us. return retvalue; } Glib::RefPtr Settings::get_for_screen(const Glib::RefPtr& screen) { Glib::RefPtr retvalue = Glib::wrap(gtk_settings_get_for_screen(Glib::unwrap(screen))); if(retvalue) retvalue->reference(); //The function does not do a ref for us. return retvalue; } #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy Settings::property_gtk_double_click_time() { return Glib::PropertyProxy(this, "gtk-double-click-time"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy_ReadOnly Settings::property_gtk_double_click_time() const { return Glib::PropertyProxy_ReadOnly(this, "gtk-double-click-time"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy Settings::property_gtk_double_click_distance() { return Glib::PropertyProxy(this, "gtk-double-click-distance"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy_ReadOnly Settings::property_gtk_double_click_distance() const { return Glib::PropertyProxy_ReadOnly(this, "gtk-double-click-distance"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy Settings::property_gtk_cursor_blink() { return Glib::PropertyProxy(this, "gtk-cursor-blink"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy_ReadOnly Settings::property_gtk_cursor_blink() const { return Glib::PropertyProxy_ReadOnly(this, "gtk-cursor-blink"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy Settings::property_gtk_cursor_blink_time() { return Glib::PropertyProxy(this, "gtk-cursor-blink-time"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy_ReadOnly Settings::property_gtk_cursor_blink_time() const { return Glib::PropertyProxy_ReadOnly(this, "gtk-cursor-blink-time"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy Settings::property_gtk_split_cursor() { return Glib::PropertyProxy(this, "gtk-split-cursor"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy_ReadOnly Settings::property_gtk_split_cursor() const { return Glib::PropertyProxy_ReadOnly(this, "gtk-split-cursor"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy Settings::property_gtk_theme_name() { return Glib::PropertyProxy(this, "gtk-theme-name"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy_ReadOnly Settings::property_gtk_theme_name() const { return Glib::PropertyProxy_ReadOnly(this, "gtk-theme-name"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy Settings::property_gtk_key_theme_name() { return Glib::PropertyProxy(this, "gtk-key-theme-name"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy_ReadOnly Settings::property_gtk_key_theme_name() const { return Glib::PropertyProxy_ReadOnly(this, "gtk-key-theme-name"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy Settings::property_gtk_menu_bar_accel() { return Glib::PropertyProxy(this, "gtk-menu-bar-accel"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy_ReadOnly Settings::property_gtk_menu_bar_accel() const { return Glib::PropertyProxy_ReadOnly(this, "gtk-menu-bar-accel"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy Settings::property_gtk_dnd_drag_threshold() { return Glib::PropertyProxy(this, "gtk-dnd-drag-threshold"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy_ReadOnly Settings::property_gtk_dnd_drag_threshold() const { return Glib::PropertyProxy_ReadOnly(this, "gtk-dnd-drag-threshold"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy Settings::property_gtk_font_name() { return Glib::PropertyProxy(this, "gtk-font-name"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy_ReadOnly Settings::property_gtk_font_name() const { return Glib::PropertyProxy_ReadOnly(this, "gtk-font-name"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy Settings::property_gtk_modules() { return Glib::PropertyProxy(this, "gtk-modules"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy_ReadOnly Settings::property_gtk_modules() const { return Glib::PropertyProxy_ReadOnly(this, "gtk-modules"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy Settings::property_gtk_xft_antialias() { return Glib::PropertyProxy(this, "gtk-xft-antialias"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy_ReadOnly Settings::property_gtk_xft_antialias() const { return Glib::PropertyProxy_ReadOnly(this, "gtk-xft-antialias"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy Settings::property_gtk_xft_hinting() { return Glib::PropertyProxy(this, "gtk-xft-hinting"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy_ReadOnly Settings::property_gtk_xft_hinting() const { return Glib::PropertyProxy_ReadOnly(this, "gtk-xft-hinting"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy Settings::property_gtk_xft_hintstyle() { return Glib::PropertyProxy(this, "gtk-xft-hintstyle"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy_ReadOnly Settings::property_gtk_xft_hintstyle() const { return Glib::PropertyProxy_ReadOnly(this, "gtk-xft-hintstyle"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy Settings::property_gtk_xft_rgba() { return Glib::PropertyProxy(this, "gtk-xft-rgba"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy_ReadOnly Settings::property_gtk_xft_rgba() const { return Glib::PropertyProxy_ReadOnly(this, "gtk-xft-rgba"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy Settings::property_gtk_xft_dpi() { return Glib::PropertyProxy(this, "gtk-xft-dpi"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy_ReadOnly Settings::property_gtk_xft_dpi() const { return Glib::PropertyProxy_ReadOnly(this, "gtk-xft-dpi"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy Settings::property_gtk_cursor_theme_name() { return Glib::PropertyProxy(this, "gtk-cursor-theme-name"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy_ReadOnly Settings::property_gtk_cursor_theme_name() const { return Glib::PropertyProxy_ReadOnly(this, "gtk-cursor-theme-name"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy Settings::property_gtk_cursor_theme_size() { return Glib::PropertyProxy(this, "gtk-cursor-theme-size"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy_ReadOnly Settings::property_gtk_cursor_theme_size() const { return Glib::PropertyProxy_ReadOnly(this, "gtk-cursor-theme-size"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy Settings::property_gtk_alternative_button_order() { return Glib::PropertyProxy(this, "gtk-alternative-button-order"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy_ReadOnly Settings::property_gtk_alternative_button_order() const { return Glib::PropertyProxy_ReadOnly(this, "gtk-alternative-button-order"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy Settings::property_gtk_alternative_sort_arrows() { return Glib::PropertyProxy(this, "gtk-alternative-sort-arrows"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy_ReadOnly Settings::property_gtk_alternative_sort_arrows() const { return Glib::PropertyProxy_ReadOnly(this, "gtk-alternative-sort-arrows"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy Settings::property_gtk_show_input_method_menu() { return Glib::PropertyProxy(this, "gtk-show-input-method-menu"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy_ReadOnly Settings::property_gtk_show_input_method_menu() const { return Glib::PropertyProxy_ReadOnly(this, "gtk-show-input-method-menu"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy Settings::property_gtk_show_unicode_menu() { return Glib::PropertyProxy(this, "gtk-show-unicode-menu"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy_ReadOnly Settings::property_gtk_show_unicode_menu() const { return Glib::PropertyProxy_ReadOnly(this, "gtk-show-unicode-menu"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy Settings::property_gtk_timeout_initial() { return Glib::PropertyProxy(this, "gtk-timeout-initial"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy_ReadOnly Settings::property_gtk_timeout_initial() const { return Glib::PropertyProxy_ReadOnly(this, "gtk-timeout-initial"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy Settings::property_gtk_timeout_repeat() { return Glib::PropertyProxy(this, "gtk-timeout-repeat"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy_ReadOnly Settings::property_gtk_timeout_repeat() const { return Glib::PropertyProxy_ReadOnly(this, "gtk-timeout-repeat"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy Settings::property_gtk_timeout_expand() { return Glib::PropertyProxy(this, "gtk-timeout-expand"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy_ReadOnly Settings::property_gtk_timeout_expand() const { return Glib::PropertyProxy_ReadOnly(this, "gtk-timeout-expand"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy Settings::property_gtk_color_scheme() { return Glib::PropertyProxy(this, "gtk-color-scheme"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy_ReadOnly Settings::property_gtk_color_scheme() const { return Glib::PropertyProxy_ReadOnly(this, "gtk-color-scheme"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy Settings::property_gtk_enable_animations() { return Glib::PropertyProxy(this, "gtk-enable-animations"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy_ReadOnly Settings::property_gtk_enable_animations() const { return Glib::PropertyProxy_ReadOnly(this, "gtk-enable-animations"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy Settings::property_gtk_touchscreen_mode() { return Glib::PropertyProxy(this, "gtk-touchscreen-mode"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy_ReadOnly Settings::property_gtk_touchscreen_mode() const { return Glib::PropertyProxy_ReadOnly(this, "gtk-touchscreen-mode"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy Settings::property_gtk_tooltip_timeout() { return Glib::PropertyProxy(this, "gtk-tooltip-timeout"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy_ReadOnly Settings::property_gtk_tooltip_timeout() const { return Glib::PropertyProxy_ReadOnly(this, "gtk-tooltip-timeout"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy Settings::property_gtk_tooltip_browse_timeout() { return Glib::PropertyProxy(this, "gtk-tooltip-browse-timeout"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy_ReadOnly Settings::property_gtk_tooltip_browse_timeout() const { return Glib::PropertyProxy_ReadOnly(this, "gtk-tooltip-browse-timeout"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy Settings::property_gtk_tooltip_browse_mode_timeout() { return Glib::PropertyProxy(this, "gtk-tooltip-browse-mode-timeout"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy_ReadOnly Settings::property_gtk_tooltip_browse_mode_timeout() const { return Glib::PropertyProxy_ReadOnly(this, "gtk-tooltip-browse-mode-timeout"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy Settings::property_gtk_keynav_cursor_only() { return Glib::PropertyProxy(this, "gtk-keynav-cursor-only"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy_ReadOnly Settings::property_gtk_keynav_cursor_only() const { return Glib::PropertyProxy_ReadOnly(this, "gtk-keynav-cursor-only"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy Settings::property_gtk_keynav_wrap_around() { return Glib::PropertyProxy(this, "gtk-keynav-wrap-around"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy_ReadOnly Settings::property_gtk_keynav_wrap_around() const { return Glib::PropertyProxy_ReadOnly(this, "gtk-keynav-wrap-around"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy Settings::property_gtk_error_bell() { return Glib::PropertyProxy(this, "gtk-error-bell"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy_ReadOnly Settings::property_gtk_error_bell() const { return Glib::PropertyProxy_ReadOnly(this, "gtk-error-bell"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy Settings::property_gtk_file_chooser_backend() { return Glib::PropertyProxy(this, "gtk-file-chooser-backend"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy_ReadOnly Settings::property_gtk_file_chooser_backend() const { return Glib::PropertyProxy_ReadOnly(this, "gtk-file-chooser-backend"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy Settings::property_gtk_print_backends() { return Glib::PropertyProxy(this, "gtk-print-backends"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy_ReadOnly Settings::property_gtk_print_backends() const { return Glib::PropertyProxy_ReadOnly(this, "gtk-print-backends"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy Settings::property_gtk_print_preview_command() { return Glib::PropertyProxy(this, "gtk-print-preview-command"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy_ReadOnly Settings::property_gtk_print_preview_command() const { return Glib::PropertyProxy_ReadOnly(this, "gtk-print-preview-command"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy Settings::property_gtk_enable_mnemonics() { return Glib::PropertyProxy(this, "gtk-enable-mnemonics"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy_ReadOnly Settings::property_gtk_enable_mnemonics() const { return Glib::PropertyProxy_ReadOnly(this, "gtk-enable-mnemonics"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy Settings::property_gtk_enable_accels() { return Glib::PropertyProxy(this, "gtk-enable-accels"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy_ReadOnly Settings::property_gtk_enable_accels() const { return Glib::PropertyProxy_ReadOnly(this, "gtk-enable-accels"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy Settings::property_gtk_toolbar_style() { return Glib::PropertyProxy(this, "gtk-toolbar-style"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy_ReadOnly Settings::property_gtk_toolbar_style() const { return Glib::PropertyProxy_ReadOnly(this, "gtk-toolbar-style"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy Settings::property_gtk_toolbar_icon_size() { return Glib::PropertyProxy(this, "gtk-toolbar-icon-size"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy_ReadOnly Settings::property_gtk_toolbar_icon_size() const { return Glib::PropertyProxy_ReadOnly(this, "gtk-toolbar-icon-size"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy Settings::property_gtk_can_change_accels() { return Glib::PropertyProxy(this, "gtk-can-change-accels"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy_ReadOnly Settings::property_gtk_can_change_accels() const { return Glib::PropertyProxy_ReadOnly(this, "gtk-can-change-accels"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy Settings::property_gtk_entry_select_on_focus() { return Glib::PropertyProxy(this, "gtk-entry-select-on-focus"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy_ReadOnly Settings::property_gtk_entry_select_on_focus() const { return Glib::PropertyProxy_ReadOnly(this, "gtk-entry-select-on-focus"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy Settings::property_gtk_color_palette() { return Glib::PropertyProxy(this, "gtk-color-palette"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy_ReadOnly Settings::property_gtk_color_palette() const { return Glib::PropertyProxy_ReadOnly(this, "gtk-color-palette"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy Settings::property_gtk_button_images() { return Glib::PropertyProxy(this, "gtk-button-images"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy_ReadOnly Settings::property_gtk_button_images() const { return Glib::PropertyProxy_ReadOnly(this, "gtk-button-images"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy Settings::property_gtk_icon_theme_name() { return Glib::PropertyProxy(this, "gtk-icon-theme-name"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy_ReadOnly Settings::property_gtk_icon_theme_name() const { return Glib::PropertyProxy_ReadOnly(this, "gtk-icon-theme-name"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy Settings::property_gtk_icon_sizes() { return Glib::PropertyProxy(this, "gtk-icon-sizes"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_PROPERTIES_ENABLED Glib::PropertyProxy_ReadOnly Settings::property_gtk_icon_sizes() const { return Glib::PropertyProxy_ReadOnly(this, "gtk-icon-sizes"); } #endif //GLIBMM_PROPERTIES_ENABLED #ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED #ifdef GLIBMM_VFUNCS_ENABLED #endif //GLIBMM_VFUNCS_ENABLED } // namespace Gtk