Sponsored Content
Full Discussion: i hate gtk and kde!
Top Forums UNIX for Dummies Questions & Answers i hate gtk and kde! Post 53930 by brandan on Wednesday 28th of July 2004 04:07:33 PM
Old 07-28-2004
i actually get an error when i run the program, but i'll work on that myself. this is enough to get me in the right direction. thanks a ton.
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Don't hate me because I'm stupid...

Hi all, I don't know the first thing about Unix, but I would like to learn. I would like to know what the difference between Linux and Unix is, and where I can obtain a copy of either. Thanks :o (8 Replies)
Discussion started by: ThisIsNewToMe
8 Replies

2. UNIX for Dummies Questions & Answers

how to start my gtk+

hi, i am a total dummy of unix. i am not used to the unix convention and practice. currently i am trying to install and use the solaris GUI based ftp program called gtk+ (gtk+-1.2.10-sol8-sparc-local.gz). i downloaded it and installed it successfully on my Sun Solaris sparc version 8. ... (4 Replies)
Discussion started by: champion
4 Replies

3. Linux

GTK+ hates me

I am very new to the linux environment. I have been interested in it for years but have just recently had the courage to pop that install disk into my PC. Because of it's ease of installation, I installed Mandrake 9.1 and I'm running KDE3.1 for my GUI. Right now I'm trying to conquer the world... (5 Replies)
Discussion started by: n0data
5 Replies

4. Post Here to Contact Site Administrators and Moderators

GTK+ project

Hai, I am santhosh,I am fresher to this Forum,I want details about GTK+ Project(All Widgets--- I mean how they are programming in callback.c file). if it possible please send information regarding this Glade tool.I want to interface glade with Modbus protocol, Thankyou with best regards,... (0 Replies)
Discussion started by: santhosh.linux
0 Replies

5. Programming

GUI without GTK - Is it possible?

Is GUI programming without GTK possible? If so, how? Or what libraries should I #include? Google seems to tell me that GUI programming in C++ is much more popular then in C. I'm assuming because of the Object Orientedness (if that is even a word)? Before you say things like "Search the forums",... (5 Replies)
Discussion started by: Octal
5 Replies

6. Shell Programming and Scripting

I hate SED - please help!!

Hi all I have been googling for ages but with no prevail hence this new thread. I would like to add a new line after a particular text string. For example, assume the original file contains the following text: .. line1 line2 line3 .. I would like to insert the text string... (3 Replies)
Discussion started by: robbiegregg
3 Replies

7. Linux

GTK themes in KDE

Hello! I have a problem with a GTK themes in KDE environment. When I set the GTK style in application's styles in control center, it's looks like this screen: Arrows on "places" and "files": In GTK it's a "GtkTreeView" widget class and I can't separate they. It's only one color for a two... (2 Replies)
Discussion started by: Kareoliz
2 Replies

8. Programming

curses.h not found , gtk/gtk.h not found

i have downloaded <libncurses5-dev_5.7+20101128-1_i386.deb> and <ndk++-0.0.1alpha4.tar.bz2> which contains the header files curses.h and gtk/gtk.h .. i have also included them using .. #include "/home/ball/Desktop/Sudoku/project/libncurses5-dev_5.7+20101128-1_i386/usr/include/curses.h" ... (2 Replies)
Discussion started by: upvan111
2 Replies

9. What is on Your Mind?

Things i Hate (Or: Rants by an Old Man)

I am an old man and i find modern times not so much confusing but outright - to use the correct word - "smart". Frankly, many things looked better back then - but especially the future. So today, instead of taking my medication, i will take a more "wholesome" approach and vent off some steam by... (18 Replies)
Discussion started by: bakunin
18 Replies
Gtk2::Gdk::Display(3)					User Contributed Perl Documentation				     Gtk2::Gdk::Display(3)

NAME
Gtk2::Gdk::Display HIERARCHY
Glib::Object +----Gtk2::Gdk::Display METHODS
$display->beep $display->close device = $display->get_core_pointer $display->set_cursor_theme ($theme, $size) o $theme (string) o $size (integer) Since: gtk+ 2.8 integer = $display->get_default_cursor_size Since: gtk+ 2.4 display or undef = Gtk2::Gdk::Display->get_default window = $display->get_default_group Since: gtk+ 2.4 screen = $display->get_default_screen $display->set_double_click_distance ($distance) o $distance (integer) Since: gtk+ 2.4 $display->set_double_click_time ($msec) o $msec (integer) event = $display->get_event $display->flush Since: gtk+ 2.4 $display->grab $display->keyboard_ungrab ($time_) o $time_ (unsigned) list = $display->list_devices Returns a list of Gtk2::Gdk::Devices (width, height) = $display->get_maximal_cursor_size Since: gtk+ 2.4 integer = $display->get_n_screens string = $display->get_name display or undef = Gtk2::Gdk::Display->open ($display_name) o $display_name (string or undef) event = $display->peek_event list = $display->get_pointer boolean = $display->pointer_is_grabbed $display->pointer_ungrab ($time_) o $time_ (unsigned) $display->put_event ($event) o $event (Gtk2::Gdk::Event) $display->register_standard_event_type ($event_base, $n_events) o $event_base (integer) o $n_events (integer) Since: gtk+ 2.4 boolean = $display->request_selection_notification ($selection) o $selection (Gtk2::Gdk::Atom) Since: gtk+ 2.6 screen = $display->get_screen ($screen_num) o $screen_num (integer) string = $display->get_startup_notification_id Since: gtk+ 2.12 $display->store_clipboard ($clipboard_window, $time_, ...) o $clipboard_window (Gtk2::Gdk::Window) o $time_ (unsigned) o ... (list) of Gtk2::Gdk::Atom's Since: gtk+ 2.6 boolean = $display->supports_clipboard_persistence Since: gtk+ 2.6 boolean = $display->supports_composite Since: gtk+ 2.12 boolean = $display->supports_cursor_alpha Since: gtk+ 2.4 boolean = $display->supports_cursor_color Since: gtk+ 2.4 boolean = $display->supports_input_shapes Since: gtk+ 2.10 boolean = $display->supports_selection_notification Since: gtk+ 2.6 boolean = $display->supports_shapes Since: gtk+ 2.10 $display->sync $display->ungrab unsigned = $display->get_user_time Since: gtk+ 2.8 $display->warp_pointer ($screen, $x, $y) o $screen (Gtk2::Gdk::Screen) o $x (integer) o $y (integer) Since: gtk+ 2.8 (window, win_x, win_y) = $display->get_window_at_pointer ($display) SIGNALS
closed (Gtk2::Gdk::Display, boolean) SEE ALSO
Gtk2, Glib::Object COPYRIGHT
Copyright (C) 2003-2008 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.12.1 2010-07-05 Gtk2::Gdk::Display(3)
All times are GMT -4. The time now is 01:17 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy