Astronet Поиск по астрономическим сайтам English Russian
       
        Точная форма слов   О проекте   Сайты   Справка
Найдено документов: 18144 (96 сайтов) ---- Время поиска: 0.11сек.   

1 | 2 | 3 | 4 | 5 | След.

Показаны документы, содержащие фрагменты текста из документа
http://www.sao.ru/cats/~satr/GTK2/sec-tablepackingexamples.html.

1. An Upgraded Hello World
... The data passed to this function * is printed to stdout. */ void callback( GtkWidget *widget, gpointer data ) { g_print ("Hello again - %s was pressed\n", (gchar *) data); } /* another callback */ gint delete_event( GtkWidget *widget, GdkEvent *event, gpointer data ) { gtk_main_quit (); return FALSE; } int main( int argc, char *argv[] ) { /* GtkWidget is the storage type for widgets */ GtkWidget *window; GtkWidget *button; GtkWidget *box1; /* This is called in all GTK applications. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/GTK2/sec-anupgradedhelloworld.html -- 6.8 Кб -- 19.07.2002
Похожие документы

2. http://www.atnf.csiro.au/computing/software/gipsy/sub/ScheduleGgiPlotCursor.dc2
... The layout of the info struct is defined in ggi.h Relevant elements are: ident plotfield - Ggi element id char *name - PGPLOT device name float x, y - cursor position in world coordinates int button - identification of event-causing button int state - mask of all active buttons and modifiers char key - keyboard character Buttons and modifiers can be any of the following: ggiButn1 - mouse button 1 ggiButn2 - mouse button 2 ggiButn3 - ... Mar 22, 2001: JPT, Arrow keys added. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/ScheduleGgiPlotCursor.dc2 -- 4.3 Кб -- 14.03.2002
Похожие документы

3. twistedActor Version History
... Remove Device.startCmdList . ... Bug fix: DeviceSet.startCmd and startCmdDict did not wait for all device commands to finish if a device had more than one command. ... The value returned by the callback is ignored, instead of being used to start a new device command. ... Bug fix: Device's connection state callback did not detect if a connection failed or was failing. ... Added link to Doxygen documentation in main manual and created this version history file. ... First version with version history. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/twistedActor/versionHistory.html -- 5.1 Кб -- 04.06.2015
Похожие документы

4. XPA/Tcl Interface
Tcl /Tk programs can act as XPA clients and/or servers using the Tcl interface to XPA that is contained in the libtclxpa.so shared object. set xpa [xpanew class name help sproc sdata smode rproc rdata rmode] xpafree xpa set xpa [xpanew class name help iproc idata imode] set xpa [xpacmdnew class name ] xpacmdadd xpa name help sproc sdata smode rproc rdata rmode xpacmddel xpa cmd ... When this routine is called, a copy of buf is saved for transmission to the client. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/doc/tcl.html -- 9.0 Кб -- 03.01.2008
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/xpa/tcl.html -- 9.0 Кб -- 01.10.2012
Похожие документы

5. Apache module mod_example
This module illustrates many of the aspects of the Apache 1.2 API and, when used, demonstrates the manner in which module callbacks are triggered by the server. ... Source File: mod_example.c . ... The files in the src/modules/example directory under the Apache distribution directory tree are provided as an example to those that wish to write modules that use the Apache API. ... Example . ... Uncomment the "AddModule modules/example/mod_example" line near the bottom of the src/Configuration file. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_example.html -- 6.7 Кб -- 15.10.2001
Похожие документы
Еще в разделе: (Показать все результаты (>53) - neptun.sai.msu.ru/ )

6. VXD Quick Reference
VXD Quick Reference Rev B . ... Next DDB . Next DVT DDB . Dcb . ... Name . ... DCB . ... Physical DCB . ... Next DCB . ... Next Logical DCB . ... TSD flags . ... Demand Flags . ... Device Flags . ... Next DDB DCB . ... VSD Flags . ... Port Name . ... Next . ... Flags .. ... Name Ptr . ... 100 . Current Flags . ... TSD Flags . ... DCB_TSD_INVALID_PARTITION . ... DCB_TSD_USER_LETTERS_CHECKED . ... DCB_TSD_FIRST_USER_CHECK . ... DCB_TSD_USER_SET . ... 1 0000 . ... 100 0000 . ... Callback . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/othe/bushou/vxdcard.htm -- 62.3 Кб -- 24.02.2010
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/othe/bushou/vxdcard.htm -- 62.3 Кб -- 24.02.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/othe/bushou/vxdcard.htm -- 62.3 Кб -- 24.02.2010
Похожие документы
Еще в разделе: (Показать все результаты (>248) - jet.sao.ru/ )

7. mod_example - Apache HTTP Server
Modules | ... Apache HTTP Server Version 2.2 . ... Some files in the modules/experimental directory under the Apache distribution directory tree are provided as an example to those that wish to write modules that use the Apache API. ... If you link it into your server, enable the "example-handler" handler for a location, and then browse to that location, you will see a display of some of the tracing the example module did as the various callbacks were made. ... Using the mod_example Module . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/de/mod/mod_example.html -- 11.1 Кб -- 21.01.2013
Похожие документы

8. http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/man/man3/xpanew.3
... ;June 7, 2012 version 2.1.14 SAORD Documentation .SH NAME \ \fBXPANew: create a new XPA access point\fR .SH SYNOPSIS .IX Header SYNOPSIS .Vb 1 \ #include xpa .h .Ve .PP .Vb 5 \ XPA XPANew( char *class, char *name, char *help, \ int (*send_ callback )(), \ void *send_ data , char *send_mode, \ int (*rec_ callback )(), \ void *rec_ ... This callback is used to send data to the requesting client. ... If freebuf is true, then buf will be freed when the callback is complete...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/man/man3/xpanew.3 -- 12.6 Кб -- 08.06.2012
Похожие документы

9. Buttons
.
[ Сохраненная копия ]  Ссылки http://www.schools.keldysh.ru/sch1204/but_eng.htm -- 2.7 Кб -- 15.07.2002
Похожие документы

10. OptInt PmWiki : PmWiki / Security Variables
OptInt PmWiki : Pm Wiki / Security Variables . ... Present only when the in-built AuthUser username/password functionality is used). ... A switch to control whether or not changing a page's attributes causes any existing passwords to be forgotten. ... If set to zero, then session passwords are never saved (although any AuthUser authentications are still remembered). ... For AuthUser with LDAP authentication, this specifies the password used for binding (in conjunction with $AuthLDAPBindDN above). ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/SecurityVariables?action=print -- 14.8 Кб -- 01.03.2014
Похожие документы
Еще в разделе: (Показать все результаты (>213) - www.mrao.cam.ac.uk/ )

11. Часы женские наручные "Bora". FWBR075 / T-B-7684-WATCH-GL.BLACK - Bora - Bora
... Наручные женские часы "Bora" оснащены японским кварцевым механизмом Seiko Instruments. ... Сумка вмещает формат документов А4. В комплекте идет длинный кожаный ремень, позволяющий носить сумку через плечо.Строгая и элегантная сумка идеально подходит для офисных будней. ... Сзади снаружи сумки расположен карман на молнии. ... Деловая женская сумка ab172-black от Alessandro Birutti. ...
[ Сохраненная копия ]  Ссылки http://astrokuban.info/astroku990.html -- 21.4 Кб -- 14.02.2016
Похожие документы

12. CIMA Buttons
... They have buttons to get a help window and close the window in the bottom left corner and often some other buttons in a similar style in the bottom right corner. ... Each CIMA-style window has a set of buttons in the lower left corner. ... Accept : Apply the options selected and then close the window . ... Current : Restore all options The 'Accept' and 'Apply' buttons both apply the selected options; the only difference being that 'Accept' will close the window while 'Apply' will leave it open. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~cima/cima_buttons.html -- 9.0 Кб -- 01.03.2012
Похожие документы
Еще в разделе: (Показать все результаты (>407) - www.naic.edu/ )

13. http://comet.sai.msu.ru/docs/ssl/certs.html
... Certificate Handling Overview 1.1 Set Certificate Cache . 1.2 Add Certificate File . ... Certificate Verification Process 2.0.1 X509_NAME_oneline 3. ... 3.3 rsa . ... By default the code we are shipping uses the directory and PEM -style encoding for the certificates contained therein. ... To add a certificate: X509_add_cert_file(char *file,int type) . ... All certificates loaded via this interface must be in PEM format as this function simply calls X509_add_cert_dir() and X509_add_cert_file() . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/docs/ssl/certs.html -- 14.1 Кб -- 09.09.1997
Похожие документы

14. NeditContents
... Installing NEdit . ... Selecting, Cutting, and Pasting Text . Finding and Replacing Text . ... Text Filling (Word Wrap) . ... Modifier keys . ... Alt Key . Keyboard Shortcuts . Menu Accelerators . ... Keyboard Shortcuts within Dialogs . ... Arrow Keys . ... Binding Keys to Actions . ... Changing Menu Accelerator Keys . Action Routines . Actions Representing Menu Commands : . Menu Action Routine Arguments: . Keyboard-Only Actions . Arguments to Keyboard Action Routines . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/nedit/nedit_contents.htm -- 10.4 Кб -- 07.03.1997
Похожие документы
Еще в разделе: (Показать все результаты (>387) - star.arm.ac.uk/ )

15. Stellarium: StelGui Class Reference
Stellarium 0.12.3 . ... Classes . ... StelGui Class Reference . Main class for the GUI based on QGraphicView. ... voidљ . setFlagShowFlipButtons (bool b) . ... getAutoHideHorizontalButtonBar () const . Get the auto-hide status of the horizontal toolbar. ... virtual voidљ . ... virtual void StelGui::forceRefreshGui . ... Get the button bar of the left of the screen. virtual void StelGui::init . ... returns true if the gui has complted init process. virtual bool StelGui::isCurrentlyUsed . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStelGui.html -- 41.2 Кб -- 28.02.2014
Похожие документы

16. Zen: GiST internals
Hide Zen home . ... Parameters: table and index descriptors . ... Parameters: index descriptor, value, pointer to table record . ... Also rebuilds internal keys if needed (index is locked when rebuilding). ... These are base methods for search in index - create scan, finish scan, repeat scan. ... Restore one WAL record. Parameters: LSN (LogSequenceNumber), WAL record . ... GiST has no direct access to tables, only via pointers ( the number of page and the number of record on the page) to records. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/wiki/relation_featur%C5s/DB/GiST/GiST_internals -- 11.8 Кб -- 11.04.2016
Похожие документы

17. Keyword arguments and default arguments
Routines can now be called with keyword arguments and can use default arguments, that means that some arguments can be given with keywords instead of position and some do not have to be given at all, in which case a standard or default value is used. ... IMPLICIT NONE INTERFACE SUBROUTINE SOLVE (A, B, N) INTEGER, INTENT (IN) : : N REAL, INTENT(OUT) : : A REAL, INTENT(IN), OPTIONAL : : B END SUBROUTINE SOLVE END INTERFACE REAL X ! ... You will use keyword arguments and default arguments so that . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/c8.html -- 5.4 Кб -- 11.02.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/c8.html -- 5.4 Кб -- 11.02.1996
Похожие документы
Еще в разделе: (Показать все результаты (>518) - crydee.sai.msu.ru/ )

18. DFOS: tune your browser
... Older browser versions had the nice feature that MIME types (related to the extensions .esh and .ash) and the corresponding actions could be managed directly by the user. For security reasons, this has been disabled for newer browser generations, including the firefox installed on the muc blades. ... 2.1 Heritage accounts and profiles . ... Search for the string 'wrapper': all profiles with a mimeTypes.rdf file containing 'wrapper' are heritage profiles, and you can use them for your browser. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/dfos/browser1.html -- 10.0 Кб -- 08.07.2014
Похожие документы

19. Distributed Searching of Astronomical Databases with Pizazz
... Previous: Accessing Astronomical Data over the WWW using datOZ . ... Robust, distributed searching of networked-based astronomical databases requires an investment not only by individual data providers, but also by the astronomical community as a whole. ... Designing a distributed, networked-based astronomical information system requires a four-step approach including original data source analysis, modeling the system, profiling the system, and implementation of the system. ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/conferences/adass/adassVII/gamielk.html -- 11.0 Кб -- 12.06.2006
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass97/gamielk.html -- 11.0 Кб -- 15.05.1998
Похожие документы

20. TELESCOPES ASTROSIB RC OTA
. home . product . gallery . contact . Telescope rc360 . Telescope rc400 . Telescope rc500 .
[ Сохраненная копия ]  Ссылки http://www.astrosib.ru/rc_ota.html -- 6.7 Кб -- 15.05.2015
Похожие документы

1 | 2 | 3 | 4 | 5 | След.

Rambler's Top100 RFBR Яндекс цитирования