Re: gtk_window_fullscreen problem
- From: Tadej BorovÅak <tadeboro gmail com>
- To: Alexander Kuleshov <kuleshovmail gmail com>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: gtk_window_fullscreen problem
- Date: Mon, 14 Jun 2010 07:54:36 +0200
Hello.
Where MainWin:
typedef struct _MainWin MainWin;
typedef struct _MainWin
{
 ÂGtkWindow parent;
 ÂGtkWidget* scroll;
 ÂGtkWidget* box;
 ÂGtkWidget *toolbar;
 Âgboolean full_screen;
};
Looking at this piece of code, I would say that you're creating custom
widget, derived from GtkWindow. If this is true, then you're having
troubles because type of your widget is probably not properly
registered using GType. Are you using all of the standard boilerplate
code for GObject?
Tadej
--
Tadej BorovÅak
tadeboro.blogspot.com
tadeboro gmail com
tadej borovsak gmail com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]