Re: Is there a "correct" Gtk way to...




beach@ataman.com writes:

> Does anyone know the right way to do the following using Gdk/Gtk:
> 
> 1) Determine the size of the display screen

gint gdk_screen_width  (void);
gint gdk_screen_height (void);

> 2) Control the selection of the X-Clipboard I have something which
> is not a GtkEditable that needs to export a selection).

See the selections part of the tutorial.

                                        Owen



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]