<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to GUI controls</title><link>https://sourceforge.net/p/peter-s-autoit-library/wiki/GUI%2520controls/</link><description>Recent changes to GUI controls</description><atom:link href="https://sourceforge.net/p/peter-s-autoit-library/wiki/GUI%20controls/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 30 Sep 2024 11:25:01 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/peter-s-autoit-library/wiki/GUI%20controls/feed" rel="self" type="application/rss+xml"/><item><title>GUI controls modified by Peter Verbeek</title><link>https://sourceforge.net/p/peter-s-autoit-library/wiki/GUI%2520controls/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -6,6 +6,7 @@
 ------- | ------
 _Control3DBorderWidth|Returns width of window/control border, small windows and controls such as list boxes
 _Control3DBorderHeight|Returns height of window/control border, small windows and controls such as list boxes
+_GUICtrlGetType|Gets the type of a GUI control
 _GUICtrlEmpty|Tests if edit or input control is empty after stripping spaces, tabs, line feeds or carriage returns
 _GUICtrlTrimSpaces()|Trims leading and trailing spaces from a edit or input control
 _GUICtrlIsState|Checks if all states of given control if one state is present
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter Verbeek</dc:creator><pubDate>Mon, 30 Sep 2024 11:25:01 -0000</pubDate><guid>https://sourceforge.net08db5e096073d591596506f8281d472d51be72d5</guid></item><item><title>GUI controls modified by Peter Verbeek</title><link>https://sourceforge.net/p/peter-s-autoit-library/wiki/GUI%2520controls/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -6,6 +6,8 @@
 ------- | ------
 _Control3DBorderWidth|Returns width of window/control border, small windows and controls such as list boxes
 _Control3DBorderHeight|Returns height of window/control border, small windows and controls such as list boxes
+_GUICtrlEmpty|Tests if edit or input control is empty after stripping spaces, tabs, line feeds or carriage returns
+_GUICtrlTrimSpaces()|Trims leading and trailing spaces from a edit or input control
 _GUICtrlIsState|Checks if all states of given control if one state is present
 _GUICtrlChangeState|Changes control to given state if hasn't been set yet, preventing a refresh (flickering)
 _GUICtrlLeft|Gets left position of given control in given window
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter Verbeek</dc:creator><pubDate>Wed, 24 Jan 2018 13:53:32 -0000</pubDate><guid>https://sourceforge.netcf96f57c7506299e54ec9c207c716d6600174e14</guid></item><item><title>GUI controls modified by Peter Verbeek</title><link>https://sourceforge.net/p/peter-s-autoit-library/wiki/GUI%2520controls/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -6,6 +6,8 @@
 ------- | ------
 _Control3DBorderWidth|Returns width of window/control border, small windows and controls such as list boxes
 _Control3DBorderHeight|Returns height of window/control border, small windows and controls such as list boxes
+_GUICtrlIsState|Checks if all states of given control if one state is present
+_GUICtrlChangeState|Changes control to given state if hasn't been set yet, preventing a refresh (flickering)
 _GUICtrlLeft|Gets left position of given control in given window
 _GUICtrlRight|Gets right position of given control in given window
 _GUICtrlTop|Gets top position of given control in given window
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter Verbeek</dc:creator><pubDate>Mon, 06 Nov 2017 21:24:47 -0000</pubDate><guid>https://sourceforge.net6ee7a3b258efeeee821a0fa37d8875a0dcf56dc5</guid></item><item><title>GUI controls modified by Peter Verbeek</title><link>https://sourceforge.net/p/peter-s-autoit-library/wiki/GUI%2520controls/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter Verbeek</dc:creator><pubDate>Tue, 24 Oct 2017 19:52:10 -0000</pubDate><guid>https://sourceforge.net058fe33b73e10ba7691214e6756ff35bba136e2d</guid></item><item><title>GUI controls modified by Peter Verbeek</title><link>https://sourceforge.net/p/peter-s-autoit-library/wiki/GUI%2520controls/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -6,6 +6,12 @@
 ------- | ------
 _Control3DBorderWidth|Returns width of window/control border, small windows and controls such as list boxes
 _Control3DBorderHeight|Returns height of window/control border, small windows and controls such as list boxes
+_GUICtrlLeft|Gets left position of given control in given window
+_GUICtrlRight|Gets right position of given control in given window
+_GUICtrlTop|Gets top position of given control in given window
+_GUICtrlBottom|Gets bottom position of given control in given window
+_GUICtrlWidth|Gets width of given control in given window
+_GUICtrlHeight|Gets left height of given control in given window
 _GUICtrlComboBox_AddArray|Fills combobox control with array
  _GUICtrlListBox_AddArray|Fills listbox control with array
  _GUICtrlLinkLabel_Create|Creates a hyperlink label
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter Verbeek</dc:creator><pubDate>Tue, 24 Oct 2017 19:51:04 -0000</pubDate><guid>https://sourceforge.net8200021dd1b365167d8e1cf7bc842ee65458b5cb</guid></item><item><title>GUI controls modified by Peter Verbeek</title><link>https://sourceforge.net/p/peter-s-autoit-library/wiki/GUI%2520controls/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -4,8 +4,8 @@

 Function    |Description
 ------- | ------
-_Control3DBorderWidth|Returns width of window/control border, small windows and controls such as list boxes 
-_Control3DBorderHeight|Returns height of window/control border, small windows and controls such as list boxes 
+_Control3DBorderWidth|Returns width of window/control border, small windows and controls such as list boxes
+_Control3DBorderHeight|Returns height of window/control border, small windows and controls such as list boxes
 _GUICtrlComboBox_AddArray|Fills combobox control with array
  _GUICtrlListBox_AddArray|Fills listbox control with array
  _GUICtrlLinkLabel_Create|Creates a hyperlink label
@@ -16,11 +16,11 @@
  _GUICtrlLinkLabel_GetFontSize|Gets font size of link labels
  _GraphicButtons|Initializes graphic buttons (buttons with a png or jpg image) or cleans up resources
  _GraphicButtonsCount|Returns number of graphic buttons
- _GraphicButtonsSetBkColor|Sets background color of window for conversion of png/jpg to bitmap 
+ _GraphicButtonsSetBkColor|Sets background color of window for conversion of png/jpg to bitmap
 _GraphicButton|Creates graphic button or graphic image
  _GraphicButtonWidth|Returns graphic button width or image width
  _GraphicButtonHeight|Returns graphic button height or image height
  _GraphicButtonText|Returns text on graphic button
  _GraphicButtonTooltip|Returns tooltip of graphic button
- 
+
 An example of graphical buttons can be found in the library example.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter Verbeek</dc:creator><pubDate>Tue, 05 Sep 2017 14:54:22 -0000</pubDate><guid>https://sourceforge.net239d08ae7b89ee44661e57821ab61818dee7d860</guid></item><item><title>GUI controls modified by Peter Verbeek</title><link>https://sourceforge.net/p/peter-s-autoit-library/wiki/GUI%2520controls/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;AutoIt file: Window, Screen, Mouse and Control.au3&lt;/p&gt;
&lt;p&gt;The GUI controls expands the AutoIt GUI system, for instance with graphical buttons (jpg and png).&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Function&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;_Control3DBorderWidth&lt;/td&gt;
&lt;td&gt;Returns width of window/control border, small windows and controls such as list boxes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;_Control3DBorderHeight&lt;/td&gt;
&lt;td&gt;Returns height of window/control border, small windows and controls such as list boxes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;_GUICtrlComboBox_AddArray&lt;/td&gt;
&lt;td&gt;Fills combobox control with array&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;_GUICtrlListBox_AddArray&lt;/td&gt;
&lt;td&gt;Fills listbox control with array&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;_GUICtrlLinkLabel_Create&lt;/td&gt;
&lt;td&gt;Creates a hyperlink label&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;_GUICtrlLinkLabel_Clicked&lt;/td&gt;
&lt;td&gt;Opens given URL and shows user has clicked link&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;_GUICtrlLinkLabel_SetColor&lt;/td&gt;
&lt;td&gt;Sets color of unopened (not clicked yet) labels&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;_GUICtrlLinkLabel_SetClickedColor&lt;/td&gt;
&lt;td&gt;Sets color of clicked/opened URL labels&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;_GUICtrlLinkLabel_SetFontSize&lt;/td&gt;
&lt;td&gt;Sets font size of link labels&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;_GUICtrlLinkLabel_GetFontSize&lt;/td&gt;
&lt;td&gt;Gets font size of link labels&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;_GraphicButtons&lt;/td&gt;
&lt;td&gt;Initializes graphic buttons (buttons with a png or jpg image) or cleans up resources&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;_GraphicButtonsCount&lt;/td&gt;
&lt;td&gt;Returns number of graphic buttons&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;_GraphicButtonsSetBkColor&lt;/td&gt;
&lt;td&gt;Sets background color of window for conversion of png/jpg to bitmap&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;_GraphicButton&lt;/td&gt;
&lt;td&gt;Creates graphic button or graphic image&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;_GraphicButtonWidth&lt;/td&gt;
&lt;td&gt;Returns graphic button width or image width&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;_GraphicButtonHeight&lt;/td&gt;
&lt;td&gt;Returns graphic button height or image height&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;_GraphicButtonText&lt;/td&gt;
&lt;td&gt;Returns text on graphic button&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;_GraphicButtonTooltip&lt;/td&gt;
&lt;td&gt;Returns tooltip of graphic button&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;An example of graphical buttons can be found in the library example.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter Verbeek</dc:creator><pubDate>Tue, 05 Sep 2017 14:46:55 -0000</pubDate><guid>https://sourceforge.net3ec107aa0fd4be43dd253380a2f2a67c0c2bc218</guid></item></channel></rss>