DXmSvnDisableDisplay(3X)DXmSvnDisableDisplay(3X)NAME
DXmSvnDisableDisplay - Temporarily disables the SVN widget from generating a display.
SYNOPSIS
void DXmSvnDisableDisplay(
Widget widget );
PARAMETERS
The identifier (widget ID) of the SVN widget.
DESCRIPTION
The DXmSvnDisableDisplay routine allows your application to make changes to the SVN widget without the user making additional changes. For
example, the DXmSvnDisableDisplay routine must be called when the user has selected to either expand or collapse an entry in the structure.
No further user actions will be processed (because the SVN widget is temporarily disabled) until that expand or collapse operation has been
completed and the DXmSvnEnableDisplay routine has been called (which re-enables the SVN widget and makes the changes visible to the user).
The kinds of changes that can be implemented while the widget is disabled include the following: Calling the DXmSvnSelectAll or DXmSvn-
ClearSelections routine to change selections Calling the DXmSvnAddEntries or DXmSvnDeleteEntries routine to change the underlying structure
Changing the appearance of an entry (adding highlighting or sensitivity, for example)
This routine is required only when the changes are not in response to an SVN callback. (The SVN widget automatically disables the SVN wid-
get prior to issuing the callback and automatically enables the widget upon return.)
SEE ALSO DXmSvnEnableDisplay(3X)DXmSvnDisableDisplay(3X)
Check Out this Related Man Page
DXmSvnSetComponentPixmap(3X)DXmSvnSetComponentPixmap(3X)NAME
DXmSvnSetComponentPixmap - Adds a pixmap component to an entry.
SYNOPSIS
void DXmSvnSetComponentPixmap(
Widget widget,
int entry,
int comp_number,
int x,
int y,
Pixmap pixmap,
int width,
int height );
PARAMETERS
The identifier (widget ID) of the SVN widget. An integer that represents the number of the entry that this component belongs to. An inte-
ger that represents the component number within the entry. An integer that represents the x offset within the entry where this component
should be placed. An integer that represents the y offset within the entry where this component should be placed. (Note that if you want
the SVN widget to automatically create a layout of the entry for you, set the value of this parameter to 0.) The Pixmap value. An integer
that represents the width specified when the pixmap was created. An integer that represents the height specified when the pixmap was cre-
ated.
DESCRIPTION
The DXmSvnSetComponentPixmap routine sets a component of an entry to be a pixmap. Make this call in your application between calls to
DXmSvnDisableDisplay and DXmSvnEnableDisplay. If your application passes 0 for the value of the y offset, the SVN widget will automati-
cally create a layout of the entry.
DXmSvnSetComponentPixmap(3X)
Hi,
I am tyring to build the HLFS version SVN 20080603. Everything was going smoothly until i reached chapter 5.5 Adjusting the Toolchain. The following command is giving me error:
echo 'int main(){return 0;}' > dummy.c
cc dummy.c
./a.out &&
readelf -l a.out | grep ': /tools'
The command... (2 Replies)
Hi,
I am trtying to install SVN server with Apache.
I have already configured apache with SVN modulesh and the same can be seen in the modules directory.
-rwxr-xr-x 1 root root 34740 Jul 3 13:43 mod_authz_svn.so
-rwxr-xr-x 1 root root 385133 Jul 3 13:43 mod_dav_svn.so
now the... (1 Reply)
HI All
I am newbie to Linux and Ubuntu.
In Windows there is TortoiseSvnClient that makes possible to see ( while browsing a folder) whether a file is under source control with SVN or not ( green, red balloons on top of the file and question marks etc. ).
Do you know if there is such product... (2 Replies)
Hi All,
The following is the sample xml which is generated by a tool called HUDSON when ever change occurs in SVN(Sub version namespace).
In the given XML , path/paths tags ll be vary depends on no.of changes.
now , my requirement is, need a script which can extract the payment and... (1 Reply)
Hi,
I need to create a unix package for various environments (DEV, UAT, PRE-PROD).
The scripts are keep within SVN, I need to pull the scripts from SVN and create a package then deploy them to each environment.
What's the best approach i should take and use. ( each configuration... (2 Replies)
Hi,
I am working on one script..I am having files in the below format
file 1 (each line is separated with : delimeter)
SPLASH:SPLASH:SVN
CIB/MCH:MCH:SVN
Now I want from file 1 that most left part of the first line will store in... (6 Replies)
Hi all,
I need ur help in installing SVN for unix. I am desperately need some helps on how to install SVN in unix. I have downloaded subversion-1.7.4.tar.gz . I have unzipped it and when i tried to ./configure it. I am unable to do so getting the error like "-bash: /.configure: No such... (5 Replies)
Hi,
We have a SVN server on which the developers upload their source code which is in the form of a .ear file or a folder.
We login to the SVN server using our credentials and then go to the directory in which the application is placed and then click on the download link to download the... (6 Replies)
Hi,
I have SVN installed in my UNIX solaris server.
I actually automated the process that downloads code from SVN server to UNIX solaris server in script. When i run the script, its asking for password to download every element.
Its really difficult to type password for every element when... (3 Replies)
We have about 5 different SVN repositories running on SVN 1.6.11 on top of CentOS Linux 6.3. I was asked to migrate our SVN server to a new server last week. We have a cron job that does a Full backup of each repo once a week, and every other night we do an incremental backup via svnadmin dump... (1 Reply)
Forgive me if this is a rather stupid but I am writing some code using Python for a project at work and was wondering if there was a way to download the entire "Popular" plugins directory in a single shot? I currently have to to look at 34 pages:
https://wordpress.org/plugins/browse/popular/... (4 Replies)
I'm quite new to SVN and having configured it based on tutorials from youtube etc, I have it setup like below:
* User1 and User2 can commit and update using their own passwords,
* Updates from both user1 and user2 are visible to each other
* files are shared between both user1 and user2
*... (2 Replies)
UserCP Beta 0.7901
Temporarily disabled the "Server Dashboard" due to a Javascript promise response and array filter issue.
Temporarily removed the "Server Dashboard" menu entry in the Dashboard. (1 Reply)