Home
last modified time | relevance | path

Searched refs:META_FRAME_ALLOWS_HORIZONTAL_RESIZE (Results 1 – 24 of 24) sorted by relevance

/dports/x11-wm/metacity/metacity-3.42.0/libmetacity/
H A Dmeta-frame-enums.h32 META_FRAME_ALLOWS_HORIZONTAL_RESIZE = 1 << 5, enumerator
H A Dmeta-theme-metacity.c4691 switch (flags & (META_FRAME_ALLOWS_VERTICAL_RESIZE | META_FRAME_ALLOWS_HORIZONTAL_RESIZE)) in meta_theme_metacity_get_frame_style()
4699 case META_FRAME_ALLOWS_HORIZONTAL_RESIZE: in meta_theme_metacity_get_frame_style()
4702 case (META_FRAME_ALLOWS_VERTICAL_RESIZE | META_FRAME_ALLOWS_HORIZONTAL_RESIZE): in meta_theme_metacity_get_frame_style()
4769 if (flags & META_FRAME_ALLOWS_HORIZONTAL_RESIZE) in meta_theme_metacity_get_frame_borders()
H A Dmeta-theme-gtk.c294 if (flags & META_FRAME_ALLOWS_HORIZONTAL_RESIZE) in meta_theme_gtk_get_frame_borders()
/dports/x11-wm/mutter/mutter-41.1/src/meta/
H A Dcommon.h77 META_FRAME_ALLOWS_HORIZONTAL_RESIZE = 1 << 5, enumerator
/dports/x11-wm/marco/marco-1.26.0/src/include/
H A Dcommon.h43 META_FRAME_ALLOWS_HORIZONTAL_RESIZE = 1 << 6, enumerator
/dports/x11-wm/muffin/muffin-4.8.0/src/meta/
H A Dcommon.h67META_FRAME_ALLOWS_HORIZONTAL_RESIZE = (META_FRAME_ALLOWS_LEFT_RESIZE | META_FRAME_ALLOWS_RIGHT_RES… enumerator
/dports/x11-wm/marco/marco-1.26.0/src/ui/
H A Dtheme-viewer.c470 META_FRAME_ALLOWS_HORIZONTAL_RESIZE | in get_window_flags()
982 META_FRAME_ALLOWS_HORIZONTAL_RESIZE | in get_flags()
H A Dpreview-widget.c96 META_FRAME_ALLOWS_HORIZONTAL_RESIZE | in meta_preview_init()
H A Dtheme.c543 if (flags & META_FRAME_ALLOWS_HORIZONTAL_RESIZE) in meta_frame_layout_get_borders()
5763 switch (flags & (META_FRAME_ALLOWS_VERTICAL_RESIZE | META_FRAME_ALLOWS_HORIZONTAL_RESIZE)) in theme_get_style()
5771 case META_FRAME_ALLOWS_HORIZONTAL_RESIZE: in theme_get_style()
5774 case (META_FRAME_ALLOWS_VERTICAL_RESIZE | META_FRAME_ALLOWS_HORIZONTAL_RESIZE): in theme_get_style()
H A Dframes.c2844 has_horiz = (flags & META_FRAME_ALLOWS_HORIZONTAL_RESIZE) != 0; in get_control()
/dports/x11-wm/mutter/mutter-41.1/src/core/
H A Dframe.c277 flags |= META_FRAME_ALLOWS_HORIZONTAL_RESIZE; in meta_frame_get_flags()
/dports/x11-wm/muffin/muffin-4.8.0/src/ui/
H A Dtheme-viewer.c424 META_FRAME_ALLOWS_HORIZONTAL_RESIZE | in get_window_flags()
920 META_FRAME_ALLOWS_HORIZONTAL_RESIZE | in get_flags()
H A Dpreview-widget.c94 META_FRAME_ALLOWS_HORIZONTAL_RESIZE | in meta_preview_init()
H A Dtheme.c5470 switch (flags & (META_FRAME_ALLOWS_VERTICAL_RESIZE | META_FRAME_ALLOWS_HORIZONTAL_RESIZE)) in theme_get_style()
5480 case META_FRAME_ALLOWS_HORIZONTAL_RESIZE: in theme_get_style()
5485 case (META_FRAME_ALLOWS_VERTICAL_RESIZE | META_FRAME_ALLOWS_HORIZONTAL_RESIZE): in theme_get_style()
H A Dframes.c2518 has_horiz = (flags & META_FRAME_ALLOWS_HORIZONTAL_RESIZE) != 0; in get_control()
/dports/x11-wm/marco/marco-1.26.0/src/core/
H A Dframe.c266 flags |= META_FRAME_ALLOWS_HORIZONTAL_RESIZE; in meta_frame_get_flags()
/dports/x11-wm/muffin/muffin-4.8.0/src/core/
H A Dframe.c273 flags |= META_FRAME_ALLOWS_HORIZONTAL_RESIZE; in meta_frame_get_flags()
/dports/x11-wm/metacity/metacity-3.42.0/src/core/
H A Dframe.c301 flags |= META_FRAME_ALLOWS_HORIZONTAL_RESIZE; in meta_frame_get_flags()
/dports/sysutils/mate-control-center/mate-control-center-1.26.0/capplets/common/
H A Dtheme-thumbnail.c210 META_FRAME_ALLOWS_HORIZONTAL_RESIZE | in create_meta_theme_pixbuf()
373 META_FRAME_ALLOWS_HORIZONTAL_RESIZE | in create_marco_theme_pixbuf()
/dports/x11-wm/metacity/metacity-3.42.0/theme-viewer/
H A Dtheme-viewer-window.c396 META_FRAME_ALLOWS_HORIZONTAL_RESIZE | META_FRAME_ALLOWS_SHADE | in update_frame_flags()
/dports/x11-wm/mutter/mutter-41.1/src/ui/
H A Dtheme.c101 if (flags & META_FRAME_ALLOWS_HORIZONTAL_RESIZE) in meta_frame_layout_get_borders()
H A Dframes.c1779 has_horiz = (flags & META_FRAME_ALLOWS_HORIZONTAL_RESIZE) != 0; in get_control()
/dports/x11-wm/metacity/metacity-3.42.0/src/ui/
H A Dframes.c184 has_horiz = (flags & META_FRAME_ALLOWS_HORIZONTAL_RESIZE) != 0; in get_control()
/dports/x11-wm/compiz/compiz-0.8.8/gtk/window-decorator/
H A Dgtk-window-decorator.c1758 *flags |= META_FRAME_ALLOWS_HORIZONTAL_RESIZE; in meta_get_decoration_geometry()
2888 if (!(flags & META_FRAME_ALLOWS_HORIZONTAL_RESIZE)) in meta_get_event_window_position()