Top | ![]() |
![]() |
![]() |
![]() |
enum | MetaPreference |
enum | MetaKeyBindingAction |
enum | MetaKeyBindingFlags |
MetaKeyHandler |
void meta_prefs_add_listener (MetaPrefsChangedFunc func
,gpointer data
);
[skip]
void meta_prefs_remove_listener (MetaPrefsChangedFunc func
,gpointer data
);
[skip]
void meta_prefs_override_preference_schema (const char *key
,const char *schema
);
Specify a schema whose keys are used to override the standard Metacity
keys. This might be used if a plugin expected a different value for
some preference than the Metacity default. While this function can be
called at any point, this function should generally be called in a
plugin's constructor, rather than in its start()
method so the preference
isn't first loaded with one value then changed to another value.
MetaVirtualModifier
meta_prefs_get_mouse_button_zoom_mods (void
);
CDesktopFocusNewWindows
meta_prefs_get_focus_new_windows (void
);
gboolean
meta_prefs_get_ignore_hide_titlebar_when_maximized
(void
);
gboolean
meta_prefs_get_unredirect_fullscreen_windows
(void
);
const char *
meta_prefs_get_window_screenshot_command
(void
);
void
meta_prefs_get_button_layout (MetaButtonLayout *button_layout_p
);
Returns the titlebar button definitions.
CDesktopTitlebarAction
meta_prefs_get_action_double_click_titlebar
(void
);
CDesktopTitlebarAction
meta_prefs_get_action_middle_click_titlebar
(void
);
CDesktopTitlebarAction
meta_prefs_get_action_right_click_titlebar
(void
);
CDesktopTitlebarScrollAction
meta_prefs_get_action_scroll_wheel_titlebar
(void
);
void meta_prefs_change_workspace_name (int i
,const char *name
);
gboolean
meta_prefs_get_workspaces_only_on_primary
(void
);
void (*MetaKeyHandlerFunc) (MetaDisplay *display
,MetaScreen *screen
,MetaWindow *window
,XEvent *event
,MetaKeyBinding *binding
,gpointer user_data
);
MetaKeyBindingAction
meta_prefs_get_keybinding_action (const char *name
);
void meta_prefs_get_window_binding (const char *name
,unsigned int *keysym
,MetaVirtualModifier *modifiers
);
MetaBackgroundTransition
meta_prefs_get_background_transition (void
);