Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mq_tab_page_update_positions(): Assert existence of each node's MqTabLabel | Patrick McDermott | 2017-10-18 | 1 | -4/+3 |
| | |||||
* | MqTabPage: Instantiate MqTabLabel before adding to notebook | Patrick McDermott | 2017-10-18 | 1 | -5/+8 |
| | | | | | Otherwise, mq_tab_page_update_positions() is called before there is an MqTabLabel on which to set a position. | ||||
* | MqTabPage: Add to tree before adding to notebook | Patrick McDermott | 2017-10-18 | 1 | -15/+9 |
| | | | | | | gtk_notebook_insert_page() causes the "switch-page" signal to be emitted, and MqWindow's callback looks for the newly inserted tab page in the tree. | ||||
* | MqTabPage: Call mq_window_insert_tab() | Patrick McDermott | 2017-10-18 | 1 | -0/+3 |
| | |||||
* | MqTabPage: Fix more mq_tab_*() calls | Patrick McDermott | 2017-10-18 | 1 | -4/+4 |
| | | | | In the recursive functions. | ||||
* | MqTabPage: Don't use mq_tab_update_positions() | Patrick McDermott | 2017-10-18 | 1 | -4/+4 |
| | | | | An accidental holdover from copying code from MqTab. | ||||
* | MqTabPage: Rename a struct member | Patrick McDermott | 2017-10-17 | 1 | -11/+11 |
| | |||||
* | MqTabPage: Finish implementation | Patrick McDermott | 2017-10-17 | 1 | -2/+225 |
| | |||||
* | [WIP] MqTabPage: New class | Patrick McDermott | 2017-10-17 | 1 | -0/+307 |