[devhelp] window: do not show the titlebar when the window is	maximized
- From: Frederic Peters <fpeters src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [devhelp] window: do not show the titlebar when the window is	maximized
 
- Date: Fri,  1 Feb 2013 13:07:24 +0000 (UTC)
 
commit 768eed98e576d3ece131b242e54ea0c742918769
Author: FrÃdÃric PÃters <fpeters 0d be>
Date:   Fri Feb 1 14:06:36 2013 +0100
    window: do not show the titlebar when the window is maximized
 src/dh-window.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/dh-window.c b/src/dh-window.c
index 8440781..1580166 100644
--- a/src/dh-window.c
+++ b/src/dh-window.c
@@ -502,6 +502,8 @@ dh_window_init (DhWindow *window)
         priv = GET_PRIVATE (window);
         window->priv = priv;
 
+        gtk_window_set_hide_titlebar_when_maximized (GTK_WINDOW (window), TRUE);
+
         priv->selected_search_link = NULL;
 
         /* handle settings */
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]