Cargando…

WxPython 2.8 : application development cookbook : quickly create robust, reliable and reusable wxPython applications /

Over 80 practical recipes for developing feature-rich applications using wxPython.

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Precord, Cody
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Pub., 2010.
Colección:Quick answers to common problems
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 a 4500
001 EBSCO_ocn702114180
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 110216s2010 enk o 001 0 eng d
040 |a N$T  |b eng  |e pn  |c N$T  |d E7B  |d UMI  |d OCLCQ  |d COO  |d HEBIS  |d OCLCQ  |d DEBSZ  |d OCLCQ  |d EBLCP  |d OCLCQ  |d OCLCF  |d YDXCP  |d OCLCQ  |d AGLDB  |d MOR  |d PIFAG  |d ZCU  |d MERUC  |d OCLCQ  |d JBG  |d OCLCQ  |d AL5MG  |d U3W  |d BRL  |d STF  |d WRM  |d VTS  |d CEF  |d ICG  |d NLE  |d INT  |d VT2  |d AU@  |d UKMGB  |d OCLCQ  |d A6Q  |d DKC  |d OCLCQ  |d M8D  |d UKAHL  |d HS0  |d OCLCQ  |d VLY  |d AJS  |d OCLCQ  |d OCLCO  |d UBY  |d BTCTA  |d SINLB  |d UKCRE  |d OCLCQ  |d VHC  |d OCLCO  |d OCLCQ  |d OCL  |d OCLCO 
016 7 |a 018011951  |2 Uk 
019 |a 693810337  |a 707367570  |a 741520349  |a 961502413  |a 962570517  |a 988407127  |a 991963857  |a 1037528441  |a 1038644343  |a 1044244429  |a 1055407505  |a 1056400790  |a 1058445536  |a 1060861714  |a 1073060059  |a 1081262095  |a 1083472935  |a 1083616635  |a 1083622341  |a 1103256572  |a 1129373007  |a 1153016105  |a 1162047107  |a 1241933039  |a 1290030694  |a 1300644731  |a 1303508263 
020 |a 9781849511797  |q (electronic bk.) 
020 |a 1849511799  |q (electronic bk.) 
020 |a 1282937855 
020 |a 9781282937857 
020 |a 9786612937859 
020 |a 6612937858 
020 |z 9781849511780 
020 |z 1849511780 
029 1 |a AU@  |b 000053272473 
029 1 |a AU@  |b 000062538877 
029 1 |a CHNEW  |b 000611115 
029 1 |a DEBBG  |b BV043119508 
029 1 |a DEBBG  |b BV044168445 
029 1 |a DEBSZ  |b 368477282 
029 1 |a DEBSZ  |b 372808603 
029 1 |a DEBSZ  |b 397384378 
029 1 |a DEBSZ  |b 421649844 
029 1 |a HEBIS  |b 291544274 
029 1 |a NZ1  |b 14168914 
029 1 |a UKMGB  |b 018011951 
029 1 |a DKDLA  |b 800010-katalog:99122265678505763 
035 |a (OCoLC)702114180  |z (OCoLC)693810337  |z (OCoLC)707367570  |z (OCoLC)741520349  |z (OCoLC)961502413  |z (OCoLC)962570517  |z (OCoLC)988407127  |z (OCoLC)991963857  |z (OCoLC)1037528441  |z (OCoLC)1038644343  |z (OCoLC)1044244429  |z (OCoLC)1055407505  |z (OCoLC)1056400790  |z (OCoLC)1058445536  |z (OCoLC)1060861714  |z (OCoLC)1073060059  |z (OCoLC)1081262095  |z (OCoLC)1083472935  |z (OCoLC)1083616635  |z (OCoLC)1083622341  |z (OCoLC)1103256572  |z (OCoLC)1129373007  |z (OCoLC)1153016105  |z (OCoLC)1162047107  |z (OCoLC)1241933039  |z (OCoLC)1290030694  |z (OCoLC)1300644731  |z (OCoLC)1303508263 
037 |a CL0500000096  |b Safari Books Online 
050 4 |a QA76.76.P98  |b P74 2010eb 
072 7 |a COM  |x 051070  |2 bisacsh 
072 7 |a COM  |x 051010  |2 bisacsh 
082 0 4 |a 005.13/3  |2 22 
049 |a UAMI 
100 1 |a Precord, Cody. 
245 1 0 |a WxPython 2.8 :  |b application development cookbook : quickly create robust, reliable and reusable wxPython applications /  |c Cody Precord. 
260 |a Birmingham, UK :  |b Packt Pub.,  |c 2010. 
300 |a 1 online resource (iv, 293 pages) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
490 0 |a Quick answers to common problems 
588 0 |a Print version record. 
505 0 |a Cover; Copyright; Credits; About the Author; About the Reviewers; Table of Contents; Preface; Chapter 1: Getting Started with wxPython; Introduction; The application object; The main frame; Understanding the window hierarchy; Referencing controls; Using Bitmaps; Adding icons to Windows; Utilizing Stock IDs; Accessing the clipboard; Supporting drag and drop; Two-stage widget creation; Understanding inheritance limitations; Chapter 2: Responding to Events; Introduction; Handling events; Understanding event propagation; Handling Key events; Using UpdateUI events; Playing with the mouse 
505 8 |a Creating custom event classesManaging event handlers with EventStack; Validating input with validators; Handling Apple events; Chapter 3: Basic Building Blocks of a User Interface; Introduction; Creating Stock Buttons; Buttons, buttons, and more buttons; Offering options with CheckBoxes; Using the TextCtrl; Providing choices with the Choice control; Adding Menus and MenuBars; Working with ToolBars; How to use PopupMenus; Grouping controls with a StaticBox; Chapter 4: Advanced Building Blocks of a User Interface; Introduction; Listing data with a ListCtrl 
505 8 |a Browsing files with the CustomTreeCtrlCreating a VListBox; StyledTextCtrl using lexers; Working with tray icons; Adding tabs to a Notebook; Using the FlatNotebook; Scrolling with a ScrolledPanel; Simplifying the FoldPanelBar; Chapter 5: Providing Information and Alerting Users; Introduction; Showing a MessageBox; Providing help with ToolTips; Using SuperToolTips; Displaying a BalloonTip; Creating a custom SplashScreen; Showing task progress with the Progress dialog; Creating an AboutBox; Chapter 6: Retrieving Information from Users; Introduction; Selecting files with a FileDialog 
505 8 |a Searching text with a FindReplaceDialogGetting images with ImageDialog; Using the Print dialogs; Chapter 7: Window Layout and Design; Introduction; Using a BoxSizer; Understanding proportions, flags, and borders; Laying out controls with the GridBagSizer; Standard dialog button layout; Using XML resources; Making a custom resource handler; Using the AuiFrameManager; Chapter 8: Drawing to the Screen; Introduction; Screen drawing; Drawing shapes; Utilizing SystemSettings; Using a GraphicsContext; Drawing with RendererNative; Reducing flicker in drawing routines 
505 8 |a Chapter 9: Design Approaches and TechniquesIntroduction; Creating Singletons; Implementing an observer pattern; Strategy pattern; Model View Controller; Using mixin classes; Using decorators; Chapter 10: Creating Components and Extending Functionality; Introduction; Customizing the ArtProvider; Adding controls to a StatusBar; Making a tool window; Creating a SearchBar; Working with ListCtrl mixins; StyledTextCtrl custom highlighting; Creating a custom control; Chapter 11: Using Threads and Timers to Create Responsive Interfaces; Introduction; Non-Blocking GUI; Understanding thread safety 
520 |a Over 80 practical recipes for developing feature-rich applications using wxPython. 
546 |a English. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
650 0 |a Python (Computer program language) 
650 0 |a Application software  |x Development. 
650 0 |a Open source software. 
650 6 |a Python (Langage de programmation) 
650 6 |a Logiciels d'application  |x Développement. 
650 6 |a Logiciels libres. 
650 7 |a COMPUTERS  |x Programming Languages  |x C++  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x General.  |2 bisacsh 
650 7 |a Open source software  |2 fast 
650 7 |a Application software  |x Development  |2 fast 
650 7 |a Python (Computer program language)  |2 fast 
776 0 8 |i Print version:  |t Wxpython 2.8 Cookbook.  |d Gardners Books 2010  |z 9781849511780  |w (OCoLC)693810337 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=349669  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26943683 
938 |a ebrary  |b EBRY  |n ebr10438002 
938 |a EBSCOhost  |b EBSC  |n 349669 
938 |a YBP Library Services  |b YANK  |n 3601874 
938 |a Baker and Taylor  |b BTCP  |n BK0009466779 
938 |a YBP Library Services  |b YANK  |n 7403181 
994 |a 92  |b IZTAP