Sponsored Content
Full Discussion: New Thread Button
Contact Us Post Here to Contact Site Administrators and Moderators New Thread Button Post 302987178 by kstalder on Tuesday 6th of December 2016 04:10:15 PM
Old 12-06-2016
New Thread Button

Where do I find the New Thread Button so I can post a message to get some help in an issue I am having ?
 

4 More Discussions You Might Find Interesting

1. Programming

How to cancel a thread safely from the initial thread?

how about asynchronous canceling? or with signal? if with signal whether it effects the process? my english so badly :( :( (1 Reply)
Discussion started by: alan.zhao
1 Replies

2. UNIX for Dummies Questions & Answers

Script for using the Back button and the Close button

Here's a question I have for anyone that might be able to help me: I can write a html script that will allow the user to return to the previous page using the back button, and I can write a script that will allow the user to return to the previous page using the close button, but...is there a... (1 Reply)
Discussion started by: mdgibson
1 Replies

3. UNIX for Dummies Questions & Answers

Changing middle mouse button for pasting to right mouse button in cygwin rxvt

Hi, I'm using rxvt in Cygwin and I'm wondering how to change my mouse bindings from the middle button for pasting to the right button. The main reason why I want to do this is because my laptop doesn't have a middle mouse button. Thanks for any help! (2 Replies)
Discussion started by: sayeo
2 Replies

4. Forum Support Area for Unregistered Users & Account Problems

Not able to post thread/reply to thread

Dear Moderator I am not able to post any new thread or post reply to mine old thread. Kindly help as i am stuck on one problem and needed suggestion. Regards Jaydeep (1 Reply)
Discussion started by: jaydeep_sadaria
1 Replies
FireButton(3pm) 					User Contributed Perl Documentation					   FireButton(3pm)

NAME
Tk::FireButton - Button that keeps invoking callback when pressed SYNOPSIS
use Tk::FireButton; $fire = $parent->FireButton( ... ); # May/should change: $w->Whatever(... -bitmap => $Tk::FireButton::INCBITMAP, ...); $w->Whatever(... -bitmap => $Tk::FireButton::DECBITMAP, ...); $w->Whatever(... -bitmap => $Tk::FireButton::HORIZINCBITMAP, ...); $w->Whatever(... -bitmap => $Tk::FireButton::HORIZDECBITMAP, ...); DESCRIPTION
FireButton is-a Button widget (see Tk::Button) that keeps invoking the callback bound to it as long as the <FireButton> is pressed. Four suitable bitmaps are predefined in this package: $INCBITMAP and $DECBITMAP for vertical increment and decrement buttons, and $HORIZINCBITMAP and $HORIZDECBITMAP for horizontal increment and decrement buttons. See below for methods accessing these bitmaps. SUPER-CLASS The FireButton widget-class is derived from the Button widget-class and inherits all the methods and options its super-class (see Tk::Button). STANDARD OPTIONS
FireButton supports all the standard options of a Button widget. See Tk::options for details on the standard options. WIDGET-SPECIFIC OPTIONS Name: repeatDelay Class: RepeatDelay Switch: -repeatdelay Fallback: 300 (milliseconds) Specifies the amount of time before the callback is first invoked after the Button-1 is pressed over the widget. Name: repeatInterval Class: RepeatInterval Switch: -repeatinterval Fallback: 100 (milliseconds) Specifies the amount of time between invokations of the callback bound to the widget with the "command" option. CHANDED OPTION FALLBACK VALUES
The fallback values of the following options as different from the Button widget: -padx => 0, -pady => 0, METHODS
Same as for Button widget. Additionally, there are four methods returning the names of the standard increment and decrement bitmaps: INCBITMAP, HORIZINCBITMAP, DECBITMAP, and HORIZDECBITMAP. Subclasses of FireButton may override these methods to supply different increment and decrement bitmaps. ADVERTISED WIDGETS
None. HISTORY
The code was extracted from Tk::NumEntry and slightly modified by Achim Bohnet >ach@mpe.mpg.de>. Tk::NumEntry's author is Graham Barr >gbarr@pobox.com>. The current maintainer is Slaven Rezic >slaven@rezic.de>. perl v5.10.0 2003-10-22 FireButton(3pm)
All times are GMT -4. The time now is 05:56 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy