Re: gtk_window_fullscreen problem



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]