GUI : Maximisation remove the 'decoration of the windows' ==> need to be an option

This commit is contained in:
2011-08-18 22:50:29 +02:00
parent c02747d8fb
commit 0c1f6004eb
2 changed files with 22 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ class MainWindows: public Singleton<MainWindows>, public MsgBroadcast
GtkWidget * GetWidget(void) { return m_mainWindow;};
void OnMessage(int32_t id, int32_t dataID);
static bool OnQuit(GtkWidget *widget, gpointer data);
static gboolean OnStateChange(GtkWidget *widget, GdkEvent* event, gpointer data);
private:
void SetTitle(Edn::File &fileName, bool isModify);