Results 1 - 14 of 14 results out of about 1760 pages. (0.64 seconds)

FlashingTaskbarIcon . . . 2 matches
... self.icon_state = False self.blink_state = False self.tbicon = wx.TaskBarIcon() icon = wx.Icon('yellow.ico', wx.BITMAP_TYPE_ICO) self.tbicon.SetI...

1.9k - rev: 11 (current) last modified: 2010-01-17 18:37:31

How to create a task bar icon (Phoenix) . . . 12 matches
... mixer, language switcher. They are also called applets. In wxPython we have a {{{TaskbarIcon}}} class for creating such applets. The constructor does not take any parameters. ...

4.2k - rev: 5 (current) last modified: 2020-12-28 14:29:04

How to create a customized frame - Part 5 (Phoenix) . . . 7 matches
... sample_three.py import sys import os import platform import wx from wx.adv import TaskBarIcon as TaskBarIcon import wx.lib.fancytext as fancytext import wx.lib.agw.flatmenu as F...

185.9k - rev: 13 (current) last modified: 2020-12-13 18:18:45

How to create a customized frame - Part 4 (Phoenix) . . . 7 matches
... sample_three.py import sys import os import platform import wx from wx.adv import TaskBarIcon as TaskBarIcon import wx.lib.fancytext as fancytext import wx.lib.agw.flatmenu as F...

186.1k - rev: 17 (current) last modified: 2020-12-13 18:17:16

How to create a customized frame - Part 3 (Phoenix) . . . 7 matches
... # sample_two.py import sys import os import platform import wx from wx.adv import TaskBarIcon as TaskBarIcon import wx.lib.fancytext as fancytext import wx.lib.agw.flatmenu as F...

183.4k - rev: 17 (current) last modified: 2020-12-13 18:14:37

How to create a customized frame - Part 2 (Phoenix) . . . 7 matches
... # sample_two.py import sys import os import platform import wx from wx.adv import TaskBarIcon as TaskBarIcon import wx.lib.fancytext as fancytext import wx.lib.agw.flatmenu as F...

183.8k - rev: 19 (current) last modified: 2020-12-13 18:12:36

PythonCardTricks . . . 4 matches
...xID_EXIT,wxID_ABOUT, wxBITMAP_TYPE_ICO,wxBITMAP_TYPE_PNG,wxMenuItem,wxPySimpleApp,wxTaskBarIcon,wxIcon,EVT_TASKBAR_RIGHT_UP,EVT_MENU from wx import TaskBarIcon, EVT_TASKB...

18.3k - rev: 24 (current) last modified: 2011-05-15 07:36:44

Custom Mac OsX Dock Bar Icon . . . 4 matches
...VwwfDecEiEtT/WZTJDf94uk1Ru8vbz0cvoF7S2DnpeVL9UAAAAASUVORK5C" "YII=") class DemoTaskBarIcon(wx.TaskBarIcon): TBMENU_RESTORE = wx.NewId() TBMENU_CLOSE = wx.NewId() ...

3.4k - rev: 16 (current) last modified: 2008-12-19 19:12:12

wxPython snippets, examples, tutorials, links... (Phoenix) . . . 2 matches
...'''[[How to create a customized splash screen (Phoenix)|SplashScreen (2)]]''' ==== TaskBarIcon ==== * '''[[How to create a task bar icon (Phoenix)|TaskBarIcon]]''' ==== TipProv...

36.2k - rev: 156 (current) last modified: 2024-04-21 11:09:56

How to create a text control with autocomplete (Phoenix) . . . 2 matches
...ry', 'wxTarInputStream', 'wxTarOutputStream', 'wxTaskBarButton', 'wxTaskBarIcon', 'wxTaskBarIconEvent', 'wxTaskBarJumpList', 'wxTaskBarJumpListCategory...

48.6k - rev: 74 (current) last modified: 2020-12-13 14:10:18

BuildingOnAIX . . . 2 matches
...); -> DECLARE_ABSTRACT_CLASS(wxPyHtmlListBox) line 2039: DECLARE_ABSTRACT_CLASS(wxPyTaskBarIcon); -> DECLARE_ABSTRACT_CLASS(wxPyTaskBarIcon) line 2527: DECLARE_CLASS(wxPyPreviewFr...

16.5k - rev: 2 (current) last modified: 2008-03-11 10:50:28

Another tutorial (Phoenix) . . . 2 matches
...ython.org/How%20to%20create%20a%20task%20bar%20icon%20%28Phoenix%29]] {{attachment:taskbaricon.png}} '''Figure: mytaskbaricon.py''' == wx.TheClipboard == From wikipedia: In co...

131.7k - rev: 336 (current) last modified: 2020-12-31 16:56:00

RecipesOther . . . 1 match
...n * EnumeratingToolbarTools * ExtendingAndEmbedding * FileHistory * FlashingTaskbarIcon * HookingTheWndProc * InputValueCheckingAndTransfer * LinearApplications (mod...

1.8k - rev: 54 (current) last modified: 2011-05-04 00:00:32

BalloonTip . . . 1 match
...sable globally the balloontip on you application * set the balloontip also for the taskbaricon (revised 7 september 2005) Downloads, screenshots, demo and more info can be foun...

1.5k - rev: 7 (current) last modified: 2008-03-11 10:50:31

NOTE: To edit pages in this wiki you must be a member of the TrustedEditorsGroup.