Go to the source code of this file.
Data Structures | |
| struct | _MetaResizePopup |
Functions | |
| MetaResizePopup * | meta_ui_resize_popup_new (Display *display, int screen_number) |
| void | meta_ui_resize_popup_free (MetaResizePopup *popup) |
| static void | ensure_size_window (MetaResizePopup *popup) |
| static void | update_size_window (MetaResizePopup *popup) |
| static void | sync_showing (MetaResizePopup *popup) |
| void | meta_ui_resize_popup_set (MetaResizePopup *popup, MetaRectangle rect, int base_width, int base_height, int width_inc, int height_inc) |
| void | meta_ui_resize_popup_set_showing (MetaResizePopup *popup, gboolean showing) |
| static void ensure_size_window | ( | MetaResizePopup * | popup | ) | [static] |
Definition at line 74 of file resizepopup.c.
References _MetaResizePopup::display, NULL, _MetaResizePopup::screen_number, _MetaResizePopup::size_label, _MetaResizePopup::size_window, and TRUE.
Referenced by meta_ui_resize_popup_set(), and meta_ui_resize_popup_set_showing().
| void meta_ui_resize_popup_free | ( | MetaResizePopup * | popup | ) |
Definition at line 63 of file resizepopup.c.
References NULL, and _MetaResizePopup::size_window.
Referenced by meta_display_end_grab_op().
| MetaResizePopup* meta_ui_resize_popup_new | ( | Display * | display, | |
| int | screen_number | |||
| ) |
Definition at line 49 of file resizepopup.c.
References _MetaResizePopup::display, and _MetaResizePopup::screen_number.
Referenced by meta_window_refresh_resize_popup().
| void meta_ui_resize_popup_set | ( | MetaResizePopup * | popup, | |
| MetaRectangle | rect, | |||
| int | base_width, | |||
| int | base_height, | |||
| int | width_inc, | |||
| int | height_inc | |||
| ) |
Definition at line 159 of file resizepopup.c.
References ensure_size_window(), FALSE, _MetaRectangle::height, _MetaResizePopup::horizontal_size, meta_rectangle_equal(), NULL, _MetaResizePopup::rect, sync_showing(), TRUE, update_size_window(), _MetaResizePopup::vertical_size, and _MetaRectangle::width.
Referenced by meta_window_refresh_resize_popup().
| void meta_ui_resize_popup_set_showing | ( | MetaResizePopup * | popup, | |
| gboolean | showing | |||
| ) |
Definition at line 200 of file resizepopup.c.
References ensure_size_window(), NULL, _MetaResizePopup::showing, sync_showing(), and update_size_window().
Referenced by meta_window_refresh_resize_popup().
| static void sync_showing | ( | MetaResizePopup * | popup | ) | [static] |
Definition at line 141 of file resizepopup.c.
References _MetaResizePopup::showing, and _MetaResizePopup::size_window.
Referenced by meta_ui_resize_popup_set(), and meta_ui_resize_popup_set_showing().
| static void update_size_window | ( | MetaResizePopup * | popup | ) | [static] |
Definition at line 105 of file resizepopup.c.
References _, _MetaRectangle::height, _MetaResizePopup::horizontal_size, NULL, _MetaResizePopup::rect, _MetaResizePopup::size_label, _MetaResizePopup::size_window, _MetaResizePopup::vertical_size, _MetaRectangle::width, _MetaRectangle::x, and _MetaRectangle::y.
Referenced by meta_ui_resize_popup_set(), and meta_ui_resize_popup_set_showing().
1.5.5