Libxfce4windowingui.WindowListMenu¶
- Subclasses:
None
Methods¶
- Inherited:
Gtk.Menu (31), Gtk.MenuShell (14), Gtk.Container (35), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10)
- Structs:
Gtk.ContainerClass (5), Gtk.WidgetClass (12), GObject.ObjectClass (5)
class |
|
Virtual Methods¶
Properties¶
- Inherited:
Gtk.Menu (12), Gtk.MenuShell (1), Gtk.Container (3), Gtk.Widget (39)
Name |
Type |
Flags |
Short Description |
|---|---|---|---|
r/w |
Saturation of minimized window icons |
||
r/w/co |
|||
r/w |
Show windows from all workspaces, rather than just the current workspace |
||
r/w |
Show icons in the menu |
||
r/w |
Show sticky windows once, rather than on every workspace |
||
r/w |
Add a section for windows that are asking for attention |
||
r/w |
Show menu items for adding and removing workspaces |
||
r/w |
Show headings with each workspace name |
||
r/w |
Show the contents of each workspace in a submenu |
||
r/w |
Ellipsize mode to use for the window title labels |
||
r/w |
Maximum width (in characters) before window titles ellipsize |
Child Properties¶
- Inherited:
Style Properties¶
- Inherited:
Signals¶
Fields¶
Class Details¶
- class Libxfce4windowingui.WindowListMenu(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new(screen)¶
- Parameters:
screen (
Libxfce4windowing.Screen) – anLibxfce4windowing.Screen.- Returns:
A
Gtk.Menusubclass as aGtk.Widget, with a floating reference.- Return type:
Creates a new
Libxfce4windowingui.WindowListMenu, populating it from screen.
Property Details¶
- Libxfce4windowingui.WindowListMenu.props.minimized_icon_saturation¶
-
The saturation of icons for minimized windows. The value should be between 0 and 100. Lower values will make the icon look more like a greyscale image.
- Libxfce4windowingui.WindowListMenu.props.screen¶
- Name:
screen- Type:
- Default Value:
- Flags:
The
Libxfce4windowing.Screento use when populating the menu.
- Libxfce4windowingui.WindowListMenu.props.show_all_workspaces¶
-
Whether or not to show all workspaces in the list, or just the current workspace.
- Libxfce4windowingui.WindowListMenu.props.show_icons¶
-
Whether or not to show icons in the menu.
- Libxfce4windowingui.WindowListMenu.props.show_sticky_windows_once¶
-
Whether or not sticky/pinned windows should be shown once (on the active workspace), or in each workspace list.
- Libxfce4windowingui.WindowListMenu.props.show_urgent_windows_section¶
-
Whether or not to show an extra section that lists urgent windows on other workspaces.
- Libxfce4windowingui.WindowListMenu.props.show_workspace_actions¶
-
Whether or not to show a section in the menu with items to add and remove workspaces.
- Libxfce4windowingui.WindowListMenu.props.show_workspace_names¶
-
Whether or not to show a heading with the workspace name before the list of windows on that workspace.
- Libxfce4windowingui.WindowListMenu.props.show_workspace_submenus¶
-
Whether or not the lists of windows should be in submenus for each workspace.
- Libxfce4windowingui.WindowListMenu.props.window_title_ellipsize_mode¶
- Name:
window-title-ellipsize-mode- Type:
- Default Value:
- Flags:
The
Pango.EllipsizeModeto use when ellipsizing window titles.