Sponsored Content
Special Forums UNIX Desktop Questions & Answers Which is your favourite desktop? Post 302313106 by SilversleevesX on Monday 4th of May 2009 07:21:53 PM
Old 05-04-2009
KDE definitely -- the kicker, other panels, good clock alternatives (the default in Kubuntu and Knoppix looks like it was inspired by those electric National Debt counters or something worse, but that's too easy to change). and the fact that you don't have to jump through a whole lot of hoops to switch the sides on your (max, min, close) window buttons. I was a Mac user from 1992 to June of last year (G4's power supply went out) and every once in awhile I get the yen to window-box the "old way".
 

8 More Discussions You Might Find Interesting

1. Solaris

i cant get to my desktop

i just tryed to install solaris 10.. it installed fine.. but when i restarted it and tried to use it.. i get a message that says: The X server cannot be started on display :0... what do i do? :confused: (5 Replies)
Discussion started by: hiimcody1
5 Replies

2. UNIX for Dummies Questions & Answers

Cant get into desktop

I am a newb linux user. And i am running suse 9.3 pro. When i first installed it a couple of days ago, it booted into the desktop fine the first four or five times. And not when i turn on my computer and boot linux and loads the devices, then it prompts me... UserName: Password: (which... (1 Reply)
Discussion started by: derekmpage
1 Replies

3. UNIX and Linux Applications

desktop apperances

i want to change my desktop to a darker look been to gnomelook.org and ubuntulook.org even deviant art but seem not able to find anything i like is there anybody out there that might be able to steer me into the right direction ? i know about how gtk works browsed what is available out there but... (1 Reply)
Discussion started by: ksnovice
1 Replies

4. What is on Your Mind?

Which OS you use for Desktop

I am on Solaris 10 cat /etc/release Solaris 10 10/09 s10x_u8wos_08a X86 Copyright 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms. Assembled 16 September 2009 (16 Replies)
Discussion started by: solaris_user
16 Replies

5. UNIX Desktop Questions & Answers

Which is best OS for Desktop

We are going to use Linux Desktop systems. Which one will be the best option ? I prefer CentOS , but in CentOS which one ? I heard fedora will take more Ram space..!! is it ? P.S 1. Users are developers , with eclipse , java , tomcat webserver etc. 2. System Configuration ~: 2GB ,... (8 Replies)
Discussion started by: linuxadmin
8 Replies

6. What is on Your Mind?

What is your favourite movie at the moment?

Hi, guys. What is your favourite movie at the moment? Which movie are you watching? I am watching the Thor:) (17 Replies)
Discussion started by: Tinna
17 Replies

7. What is on Your Mind?

Favourite Games console

So what is everyones all time favourite games console and why do you like it? (Please - no comments on why they are better than others as that would be opinion based and cause arguments, positive comments only) (28 Replies)
Discussion started by: Tommyk
28 Replies

8. What is on Your Mind?

Your favourite computer games....

Hi all, there have been a tremendous evolution in the computer games from games like Tetris or DAVE or Prince of Persia or wolf3d... to Call of Duty or BattleField or tomb raider etc etc so let us know the games which you liked the most.... you can also mention about the gaming rig you... (32 Replies)
Discussion started by: vivek d r
32 Replies
tk_messageBox(n)					       Tk Built-In Commands						  tk_messageBox(n)

__________________________________________________________________________________________________________________________________________________

NAME
tk_messageBox - pops up a message window and waits for user response. SYNOPSIS
tk_messageBox ?option value ...? _________________________________________________________________ DESCRIPTION
This procedure creates and displays a message window with an application-specified message, an icon and a set of buttons. Each of the but- tons in the message window is identified by a unique symbolic name (see the -type options). After the message window is popped up, tk_mes- sageBox waits for the user to select one of the buttons. Then it returns the symbolic name of the selected button. The following option-value pairs are supported: -default name Name gives the symbolic name of the default button for this message window ( "ok", "cancel", and so on). See -type for a list of the symbolic names. If this option is not specified, the first button in the dialog will be made the default. -detail string Specifies an auxiliary message to the main message given by the -message option. Where supported by the underlying OS, the message | detail will be presented in a less emphasized font than the main message. -icon iconImage Specifies an icon to display. IconImage must be one of the following: error, info, question or warning. If this option is not speci- fied, then the info icon will be displayed. -message string Specifies the message to display in this message box. -parent window Makes window the logical parent of the message box. The message box is displayed on top of its parent window. -title titleString Specifies a string to display as the title of the message box. The default value is an empty string. -type predefinedType Arranges for a predefined set of buttons to be displayed. The following values are possible for predefinedType: abortretryignore Displays three buttons whose symbolic names are abort, retry and ignore. ok Displays one button whose symbolic name is ok. okcancel Displays two buttons whose symbolic names are ok and cancel. retrycancel Displays two buttons whose symbolic names are retry and cancel. yesno Displays two buttons whose symbolic names are yes and no. yesnocancel Displays three buttons whose symbolic names are yes, no and cancel. EXAMPLE
set answer [tk_messageBox -message "Really quit?" -icon question -type yesno -detail "Select "Yes" to make the application exit"] switch -- $answer { yes exit no {tk_messageBox -message "I know you like this application!" -type ok} } KEYWORDS
message box Tk 4.2 tk_messageBox(n)
All times are GMT -4. The time now is 06:33 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy