Home | History | Annotate | Download | only in gtk

Lines Matching full:window

55 // (See http://library.gnome.org/devel/hig-book/stable/design-window.html.en)
122 void SetWindowSizeFromResources(GtkWindow* window,
125 // Places |window| approximately over center of |parent|, it also moves window
127 // options window and content settings window; otherwise you should be using
129 void CenterOverWindow(GtkWindow* window, GtkWindow* parent);
131 // Puts all browser windows in one window group; this will make any dialog
136 // dismissed. Returns each browser window to its own window group.
155 // Retuns size of the |widget| without window manager decorations.
202 // Sets the icon of |window| to the product icon (potentially used in window
204 void SetWindowIcon(GtkWindow* window);
206 // Sets the default window icon for all windows created in this app. |window|
209 void SetDefaultWindowIcon(GtkWindow* window);
237 // Reverses a point in RTL mode. Used in making vectors of GdkPoints for window
266 // toplevel window's origin.
278 // Get the window open disposition from the state in gtk_get_current_event().
291 // Update the timestamp for the given window. This is usually the time of the
294 void SetWMLastUserActionTime(GtkWindow* window);
306 // Set the colormap of the given window to rgba to allow transparency.
307 bool AddWindowAlphaChannel(GtkWidget* window);
317 // in a view based Window.
326 // Wrapper to present a window. On Linux, it just calls gtk_window_present or
328 // finds the host window of the dialog contents and then present it.
329 void PresentWindow(GtkWidget* window, int timestamp);
331 // Get real window for given dialog. On ChromeOS, this gives the native dialog
332 // host window. On Linux, it merely returns the passed in dialog.
335 // Gets dialog window bounds.
365 // window manager bugs. You should always call it after creating a dialog with
369 // Performs Cut/Copy/Paste operation on the |window|.
370 void DoCut(BrowserWindow* window);
371 void DoCopy(BrowserWindow* window);
372 void DoPaste(BrowserWindow* window);